How i can change NPC sprite?

luizragna

New member
Messages
114
Points
0
Location
In their hearts
Emulator
Hello guys, i want change sprite NPC like a this video: (in 0:29)

To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.


 
Last edited by a moderator:
Solved:

Code:
*setnpcdisplay("<npc name>", "<display name>", <class id>, <size>)
*setnpcdisplay("<npc name>", "<display name>", <class id>)
*setnpcdisplay("<npc name>", "<display name>")
*setnpcdisplay("<npc name>", <class id>)

Changes the display name and/or display class of the target NPC.
Returns 0 is successful, 1 if the NPC does not exist.
Size is 0 = normal 1 = small 2 = big.
 
Back
Top