PDA

View Full Version : How to Make NPCs Sit, Stand, FD and Kneel in Quest


froglok23
04-15-2007, 10:24 PM
Hi all,

Late last night, Kovou helped me make some buffer NPC quest. Similar to the ones on PEQ.

I wished for the NPC's to sit, However the DoAnim function, although shows the NPC sitting, they NPC instantly stand back up.

Kovou suggested use the SetAppearance method in the quest file.

I have compiled this list to help others learn about writing quests.

0 = Make the NPC Stand
1 = Make the NPC Sit
2 = Make the NPC duck
3 = Make the NPC FD
4 = Make the NPC Kneel

Huge Thanks to Kovou for helping me with this!

- DP / froglok

kovouau
04-15-2007, 10:39 PM
the syntax for this is

$npc->SetAppearance(number);

Where number is the anumation you want them to perform.

bufferofnewbies
04-15-2007, 10:39 PM
http://www.eqemulator.net/wiki/wikka.php?wakka=SetAppearance