Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 06-05-2015, 01:28 PM
N0ctrnl's Avatar
N0ctrnl
Discordant
 
Join Date: Jan 2007
Posts: 443
Default

Keep in mind that permarooted mobs will no longer be rooted if you change their runspeed. I had to go back and fix them.
Reply With Quote
  #2  
Old 06-05-2015, 01:36 PM
lordnivek1
Sarnak
 
Join Date: Feb 2013
Posts: 65
Default

It seems weird to me with my very very limited knowledge of this stuff that changing run speed would cause the mob to look like it is stopped but then keep pathing invisibly (for lack a a better word). Hoping to get a chance to play with it tonight to see if it fixes it.
Reply With Quote
  #3  
Old 06-05-2015, 05:45 PM
lordnivek1
Sarnak
 
Join Date: Feb 2013
Posts: 65
Default

Quote:
Originally Posted by N0ctrnl View Post
Keep in mind that permarooted mobs will no longer be rooted if you change their runspeed. I had to go back and fix them.
how would i write a Querry for HeidiSQL to change every number in runspeed that is greater then 0 but less then 1.25 to 1.25? the only thing i know how to do is make every number the same like this.

Code:
UPDATE npc_types SET runspeed = '1.25'
which would change every speed.
Reply With Quote
  #4  
Old 06-05-2015, 05:53 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,604
Default

Quote:
Originally Posted by lordnivek1 View Post
how would i write a Querry for HeidiSQL to change every number in runspeed that is greater then 0 but less then 1.25 to 1.25? the only thing i know how to do is make every number the same like this.

Code:
UPDATE npc_types SET runspeed = '1.25'
which would change every speed.
As far as to why you would do that, I'm not sure, but here is the query (use it at your own risk):
Code:
UPDATE `npc_types` SET `runspeed` = '1.25' WHERE `runspeed` > '0.0' AND `runspeed` < '1.25';
Reply With Quote
  #5  
Old 06-05-2015, 08:47 PM
lordnivek1
Sarnak
 
Join Date: Feb 2013
Posts: 65
Default

Quote:
Originally Posted by Kingly_Krab View Post
As far as to why you would do that, I'm not sure, but here is the query (use it at your own risk):
Code:
UPDATE `npc_types` SET `runspeed` = '1.25' WHERE `runspeed` > '0.0' AND `runspeed` < '1.25';
because that is what I thought it was saying to do here.

https://github.com/EQEmu/Server/comm...668315c0a931d1
Reply With Quote
  #6  
Old 06-05-2015, 10:47 PM
lordnivek1
Sarnak
 
Join Date: Feb 2013
Posts: 65
Default

did a git pull and recompiled with new fix and it seems to work. Thank you everyone for the help
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 10:23 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3