PDA

View Full Version : npc speed?


alphagnome
03-23-2010, 04:23 PM
can you change npc move speed within a quest? I saw quest::SetRunning but I was wondering if you can set a specific number?

Thanks

trevius
03-23-2010, 05:07 PM
quest::modifynpcstat(identifier, value) - Changes NPC stats on the fly. Changes are not saved to DB.
http://www.eqemulator.net/wiki/wikka.php?wakka=ListofIdentifiers

alphagnome
03-23-2010, 07:42 PM
quest::modifynpcstat(identifier, value) - Changes NPC stats on the fly. Changes are not saved to DB.
http://www.eqemulator.net/wiki/wikka.php?wakka=ListofIdentifiers

thanks again trevius, you are very helpful :)