Google-Code-Fork / tibiaapi

Automatically exported from code.google.com/p/tibiaapi
MIT License
0 stars 0 forks source link

Add .dat reader class and implement it to Item class #111

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
As the summary states, make .spr reader and implement it to item class to 
get sprite Id.

Original issue reported on code.google.com by osvir...@gmail.com on 20 Jan 2009 at 3:48

GoogleCodeExporter commented 9 years ago
I used wrong gmail account. My bad :)

Original comment by Oskari.V...@gmail.com on 20 Jan 2009 at 3:49

GoogleCodeExporter commented 9 years ago

Original comment by Oskari.V...@gmail.com on 20 Jan 2009 at 3:50

GoogleCodeExporter commented 9 years ago
Fixed a typo: .dat file, not .spr

Original comment by Oskari.V...@gmail.com on 20 Jan 2009 at 4:09

GoogleCodeExporter commented 9 years ago
How is this different from issue 109?

Original comment by ian320 on 20 Jan 2009 at 4:18

GoogleCodeExporter commented 9 years ago
I accidentally wrote .spr reader when I ment .dat reader. A pictures mentioned 
in 
issue 109 are located to .spr file, when the info of sprites (id, size) is 
located 
to .dat file. Also .dat file contains information about items whetever it's 
container, blockable, etc.. (I'm not sure if TibiaAPI reads the .dat file 
already, 
but couldn't find a class from source to do it)

Original comment by Oskari.V...@gmail.com on 21 Jan 2009 at 9:58

GoogleCodeExporter commented 9 years ago
The Item class already has a built in .dat reader; it reads the information 
directly
from memory.

Original comment by ian320 on 21 Jan 2009 at 6:21