View Single Post
  #1  
Old 07-19-2015, 12:11 AM
Athrogate
Fire Beetle
 
Join Date: Jul 2015
Posts: 2
Default perl $npc->GetRunspeed() is returning 40x the value

Currently using the Perl interface to get the runspeed from the database its returning a value 40x more than what is set in the database.

NPC runspeed is 0.3 in the database

$npc->GetRunSpeed() in a quest file returns 12.

Set another npc to 1.0 in the database

$npc->GetRunSpeed() returned 40.

Thanks,
-Athrogate
Reply With Quote