NPC sprite won't change

magicman

New member
Messages
6
Points
0
Hey guys,

I edited Healer NPCs sprite number from 1 to 412 but the sprite is still the old one...

How can I fix this?

 
Hey guys,

I edited Healer NPCs sprite number from 1 to 412 but the sprite is still the old one...

How can I fix this?
check 1st your header, it should be like this

prontera,150,150,5<tab>script<tab>NPCNAME<tab>NPCID,{

E.g

prontera,150,150,5          script          Healer          123,{

you can check the npc list here

http://dotalux.com/ro/npclist/

and restart your server if you will change anything in your npc script or use @reloadscript

 
Last edited by a moderator:
Back
Top