Page 1 of 1

NPC Speed

Posted: Wed Apr 27, 2016 9:52 am
by Gangrenous
I really did not see anything in the database about NPC speed, which seemed strange. So are NPC speeds always going to be set via LUA? Maybe I just missed the column but I caught myself looking a few times for it. I would think the database would be a better place to control it. I can imagine times when you would possible want to change the NPC speed via a query, definitely easier than changing tons of scripts.

Re: NPC Speed

Posted: Wed Apr 27, 2016 2:24 pm
by Jabantiz
It can only be done in lua I believe. Only time a NPC will move is if it is combat or if a movement loop is scripted. In combat the default speeds are faster then a players and for movement loops speed can be specified per location, or you can change the default speed in the spawn function.

Re: NPC Speed

Posted: Wed Apr 27, 2016 3:12 pm
by Gangrenous
Roger that, just verifying before I move forward.