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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

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