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 02-13-2018, 02:27 PM
Maze_EQ
Demi-God
 
Join Date: Mar 2012
Posts: 1,106
Default Mobs spamming HarmTouch

Seen on a few stock releases that mobs are spamming harmtouch.

Haven't been able to pin it down.
__________________
"No, thanks, man. I don't want you fucking up my life, too."

Skype:
Comerian1
Reply With Quote
  #2  
Old 02-13-2018, 06:31 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,589
Default

Demonstar recently added innate NPC spells, so if you're on a new compile that may be causing the issue. Check the commit below.

https://github.com/EQEmu/Server/comm...762f053c6074aa
Reply With Quote
  #3  
Old 02-14-2018, 12:11 PM
Maze_EQ
Demi-God
 
Join Date: Mar 2012
Posts: 1,106
Default

Quote:
Originally Posted by Kingly_Krab View Post
Demonstar recently added innate NPC spells, so if you're on a new compile that may be causing the issue. Check the commit below.

https://github.com/EQEmu/Server/comm...762f053c6074aa
Thanks bae
__________________
"No, thanks, man. I don't want you fucking up my life, too."

Skype:
Comerian1
Reply With Quote
  #4  
Old 02-14-2018, 01:56 PM
demonstar55
Demi-God
 
Join Date: Apr 2008
Location: MA
Posts: 1,165
Default

So change log is useless, good to know.
Reply With Quote
  #5  
Old 11-01-2018, 05:48 PM
trustandfall
Sarnak
 
Join Date: Oct 2012
Posts: 67
Default

I just went to Plane of Sky last night on my server and all the fairies were using Harmtouch like mad. Sometimes 4 or 5 times within 20 seconds? That above update will stop that behavior?
Reply With Quote
  #6  
Old 11-01-2018, 09:47 PM
demonstar55
Demi-God
 
Join Date: Apr 2008
Location: MA
Posts: 1,165
Default

Edit the Shadowknight spell set to have 3600 recast delay on HT. Or update your PEQ DB if it's still vanilla.
Reply With Quote
  #7  
Old 11-03-2018, 11:31 PM
trustandfall
Sarnak
 
Join Date: Oct 2012
Posts: 67
Default

Quote:
Originally Posted by demonstar55 View Post
Edit the Shadowknight spell set to have 3600 recast delay on HT. Or update your PEQ DB if it's still vanilla.
Not super familiar with the databases at all, nor how to update them. I'll do some digging.

I do know how to get into the DB, and maneuver through it, just no idea where things like the Shadowknight spell set is located. I know how to find individual spells Thanks Demon.
Reply With Quote
  #8  
Old 11-04-2018, 08:38 AM
Splose
Banned
 
Join Date: Apr 2014
Posts: 279
Default

Quote:
Originally Posted by trustandfall View Post
Not super familiar with the databases at all, nor how to update them. I'll do some digging.

I do know how to get into the DB, and maneuver through it, just no idea where things like the Shadowknight spell set is located. I know how to find individual spells Thanks Demon.
Code:
select * from npc_spells_entries where spellid in (982,3087,24661,39081,39082,39181,39182);
There you can look at all the spell sets that have a harm touch in them and can set the recast_delay / priority accordingly.

EDIT: lol.. that query is for Death Touch not harm touch.. long night!

There are a bajillion ranks of harm touch that players can use but from what I can see just glancing at it looks like NPCs are only using spellid 88

Code:
select * from npc_spells_entries where spellid = 88;
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 02:17 PM.


 

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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3