Jump to content
  • 0
Sign in to follow this  
Tepoo

Navigation lub file question

Question

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.

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

((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

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.