Jump to content
  • 0
dfabsgwapings

Custom Monster Issue

Question

Can anyone help me with this issue? I properly created a custom monster but if I tried to load it in game its giving me the monster however the looks of the monster is poring or some other monsters on file.

 

npcidentiy.lua

 ["JT_DETALE_PRIME"] = 4000,

 

jobname.lua

 [jobtbl.JT_DETALE_PRIME] = "DETALE"

 

I am creating a custom DETALE monster. please help me out guys


please help everyone

Share this post


Link to post
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Don't use 4000-4100 they are reserved for jobs. I recommend 3000-3999 or above 5000.

 

If you use above 5000 you have to change it in I think mmo.h and then you need to diff your client to handle that high id.

Share this post


Link to post
Share on other sites
  • 0

I already tried 3000-3999 but still not working sir. still the same issue

BUMP**

It also depends on your client.

Old client(2012- early 2013) doesn't support 3k+ id either

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

×
×
  • Create New...

Important Information

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