Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::General Support

Support::General Support Post all topics here having to do with errors while trying to connect to an EQEMu server but not about the setup/running of the Server itself.

Reply
 
Thread Tools Display Modes
  #1  
Old 12-13-2016, 12:22 AM
Meddera
Sarnak
 
Join Date: Nov 2016
Posts: 28
Default

Ok one last thing I noticed. The Paladin and Ranger and Beastlord are actually set up so much better. The "stance" is used in determining when the heal needs to occur. For example, at balanced they will heal at 50%, but at efficient they heal at 25%. These numbers of course can be changed, and now that I switched Paladin with Cleric I am basically where I need to be and can make changes on the fly by just switching his stance which is exactly what I wanted.

The only thing next would be to stop him from healing himself so quickly, but the main issue is resolved. I really think Clerics were intended to be the same way and someone quit in the middle or made a change just for a big raid or something and either never changed it back or we ended up with older code.


Here is the code I am referring to and where it says "Cleric" initially said Paladin.


if( botCasterClass == CLERIC || botCasterClass == BEASTLORD || botCasterClass == RANGER) {
if(caster->HasGroup()) {
Group *g = caster->GetGroup();
float hpRatioToHeal = 25.0f;
switch(caster->GetBotStance()) {
case BotStanceReactive:
case BotStanceBalanced:
hpRatioToHeal = 50.0f;
break;
case BotStanceBurn:
case BotStanceBurnAE:
hpRatioToHeal = 20.0f;
break;
case BotStanceAggressive:
case BotStanceEfficient:
default:
hpRatioToHeal = 25.0f;
break;
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 11:54 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