Navigation lub file question

Tepoo

New member
Messages
139
Points
0
Emulator
Hercules
Hey all,

i am writing a programm to create lub files for navigation, iteminfo etc for prerenewal based on the servers database.

now i am stucking at the navigation part and i hope you can help me.

    "abbey01", <-- mapname
17104, <-- counting id, 
300, <--- everywhere 300
1036, <-- mobid
"Ghoul", <--MobName
"GHOUL", <--SpriteName
61, <-- MobLevel
3211521 <-- ???
},
 
what is this last number? its a unique id for every mob. but i cant figure out if it is just a random generated number or if it depends on something.
 
((mob->status.ele_lv*20+mob->status.def_ele) << 16) | ( mob->status.size << 8 ) | mob->status.race)

also your thinking about 300 is wrong,

300 = Normal, 301 = MVP

and your counting thing is actually a GID

 
Last edited by a moderator:
Back
Top