Wish I could help you, but I am unsure on what the problem is with the spells casting slow. as for the Mobs moving like they are snared, I only noticed this on newbie mobs so I increased the run speed of all mobs with a run speed under 1ish to be a little slower then my unsowed run speed.
Not sure of the exact number I used to make them the correct speed, I played around with it by creating a test databse and setting db.ini to use that database while I was testing. ie:
[Database]
host=127.0.0.1
user=*******
password=********
database=eqtestdb
compression=off
I think the code was soemthing like this:
cd mysql\bin
mysql -u root -p mysql
password:(enter your password)
use eqtestdb
update npc_types set walkspeed= 1 where walkspeed > 0 and walkspeed < 1;
then once you get the speed how you like apply it to your real database, cant remeber if I adjusted the runspeed. also, make sure you have a where walkspeed > 0 or runspeed > 0 so that stationary mobs like scions dont start moving around lol.
Good Luck, post back and leeme know what U think
|