Custom Monster Issue

dfabsgwapings

New member
Messages
165
Points
0
Github
dfabsgwapings
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

 
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.

 
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

 
its working already. the file that i need to insert the lua's is in a different grf. Thanks for helping though
default_smile.png


 
Back
Top