Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Development

Development::Development Forum for development topics and for those interested in EQEMu development. (Not a support forum)

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #3  
Old 06-18-2009, 03:20 AM
gaeorn
Developer
 
Join Date: Apr 2009
Location: USA
Posts: 478
Default

Lay hands and harm touch were abilities. I'd bet the hardcoded refresh for them was done before they were considered spells in the emu code. If you look at this excerpt from zone/features.h:

Code:
//Reuse times for various skills, here for convenience, in sec
//set to 0 to disable server side checking of timers.
enum {  //reuse times
        FeignDeathReuseTime = 9,
        SneakReuseTime = 7,
        HideReuseTime = 8,
        TauntReuseTime = 5,
        InstillDoubtReuseTime = 9,
        FishingReuseTime = 11,
        ForagingReuseTime = 50,
        MendReuseTime = 290,
        TrackingReuseTime = 9,
        BashReuseTime = 5,
        BackstabReuseTime = 9,
        KickReuseTime = 5,
        TailRakeReuseTime = 6,
        EagleStrikeReuseTime = 5,
        RoundKickReuseTime = 9,
        TigerClawReuseTime = 6,
        FlyingKickReuseTime = 7,
        SenseTrapsReuseTime = 9,
        DisarmTrapsReuseTime = 9,
        HarmTouchReuseTime = 4300,
        LayOnHandsReuseTime = 4300,
        FrenzyReuseTime = 10
};
you see that all abilities have their times hardcoded. Perhaps this can be changed. You'd have to check with someone more familiar with the applicable sections of code.

AA's have their refresh timers in the DB table aa_actions in the column reuse_time.
Reply With Quote
 

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