Tepoo 23 Posted September 26, 2013 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. Quote Share this post Link to post Share on other sites
0 Tepoo 23 Posted September 30, 2013 srsly? Nobody knows what this number is for? Quote Share this post Link to post Share on other sites
0 Yommy 265 Posted September 30, 2013 ((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 Quote Share this post Link to post Share on other sites
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.
Share this post
Link to post
Share on other sites