Page 1 of 1

SkinColor

Posted: Thu Oct 01, 2009 6:03 pm
by bolly
Rawr, any command to set this? Had a look through commands.cpp and spawn_npcs but couldn't spot it

Cheers in advance!

Re: SkinColor

Posted: Fri Oct 02, 2009 2:10 pm
by LethalEncounter
It is in npc_appearance

Re: SkinColor

Posted: Fri Oct 02, 2009 6:59 pm
by bolly
Cheers, added to wiki

For others searching:

NPC: Tester

Code: Select all

SELECT id,name FROM spawn WHERE name LIKE '%Tester%'
ID eg: 58

Code: Select all

insert into npc_appearance (spawn_id,type,red,green,blue) values (58,'skin_color',255,218,185);