SkinColor
Posted: Thu Oct 01, 2009 6:03 pm
Rawr, any command to set this? Had a look through commands.cpp and spawn_npcs but couldn't spot it
Cheers in advance!
Cheers in advance!
Code: Select all
SELECT id,name FROM spawn WHERE name LIKE '%Tester%'
Code: Select all
insert into npc_appearance (spawn_id,type,red,green,blue) values (58,'skin_color',255,218,185);