View Single Post
  #3  
Old 12-30-2014, 12:26 PM
Missneye's Avatar
Missneye
Fire Beetle
 
Join Date: Nov 2014
Posts: 21
Default

Quote:
Originally Posted by trevius View Post
How does rest work on Live? Does it regen mana/endurance as well as Health? If so, then we can probably change the rest code to handle all 3 if it isn't already (which is how it sounds based on this report). If only Health is regen'ed on Live (or if it was that way at the time that the PEQ content is up to), then we would have to add an additional custom rule to allow for also regen'ing mana and endurance while in rest state.
On live, all three of them regen 3-4% per tick. My problem is that I can set RestRegen to 5 and health will regen 5% each tick when sitting and out of combat, while mana and endurance are the same as when standing.

I know that all 3 work fine for everyone that has recently installed EQEmu or something similar like AXClassic. I also read a few different posts that dealt with the code put into RestRegen. It seems mana and endurance just need to match the formula that health has, but I'm not even sure which file contains that code. I'd imagine it's a .cpp or .h file somewhere, I just can't seem to find it.

Also, I am using the Titanium client if that makes any difference.

Edit: If I were to add a custom rule for this, how would I go about doing it? I've done very little with code outside of HeidiSQL and a few perl scripts for NPCs.
Reply With Quote