Welcome, Guest. Please login or register.
Did you miss your activation email?
May 26, 2024, 09:16:10 am *

Login with username, password and session length
Pages: [1] 2
Print
Author Topic: Endurance recovery  (Read 19688 times)
Aarne
Newbie
*
Posts: 7


View Profile
« on: November 29, 2010, 01:40:39 pm »

Yesterday I noticed my warrior was running out of endurance. The endurance was regen-ing at 45 per tick, but should be much higher than that. Anyone else seeeing endurance problems?
Logged
Xiggie | Stone
Legend
*******
Posts: 2119



View Profile
« Reply #1 on: November 29, 2010, 01:51:58 pm »

Probably another cap that was accidentally put back on with the update.
Logged

slaughterhaus
Full Member
***
Posts: 132


View Profile
« Reply #2 on: November 29, 2010, 05:46:25 pm »

My zerker has the same issue and several of the warriors in my guild where complaining of the same thing.  Now the question is, can Hunter modify the source code to handle the new unforeseen side effects of the current code? I don't know how the whole process works yet. I'm hoping he sees this and can pop in and shed some light on the subject.

Deadend
Logged
Xiggie | Stone
Legend
*******
Posts: 2119



View Profile
« Reply #3 on: November 29, 2010, 06:00:19 pm »

If it is in fact the cap being accidentally put back on it is highly doubtful that anything will be done about it.
Logged

Caryatis
Newbie
*
Posts: 44


View Profile
« Reply #4 on: November 29, 2010, 07:06:33 pm »

Endurance regen from items is now capped at 15(rev 1718) like live. The AAs to increase this cap now serve a function.
Logged
barrettd04
Full Member
***
Posts: 233



View Profile
« Reply #5 on: November 29, 2010, 07:21:30 pm »

Endurance regen from items is now capped at 15(rev 1718) like live. The AAs to increase this cap now serve a function.

My question is why are we changing shit to how it is on live?  You know, there is a reason we play on EZ server...
Logged

garybusey - warrior
umadd - pally
wayfaerer - pewpew
rondonald - cleric
obzen - monk
dongus - zerker
dorfkus - pally
ultrabeard - zerker
dopesmoke - drood
djenty - chanter
Xiggie | Stone
Legend
*******
Posts: 2119



View Profile
« Reply #6 on: November 29, 2010, 07:23:26 pm »

Endurance regen from items is now capped at 15(rev 1718) like live. The AAs to increase this cap now serve a function.

My question is why are we changing shit to how it is on live?  You know, there is a reason we play on EZ server...

This.
Logged

L0stman
Full Member
***
Posts: 106


View Profile
« Reply #7 on: November 29, 2010, 07:33:58 pm »

My guess is that it is not that EZ is changing to be like Live, its that EZ is staying somewhat up to date on the changes to the underlying EQEMU source code.  The source code is getting updated to be more like live and EZ is dragged along for the ride.

The alternatives to this are:
1.  Not keeping up on source code.  What you see is what you get.  Not really an option.
2.  Finding if these changes can be flagged on/off in the database.  If that is so, then its an easyish fix.  Seriously doubt this is the case every time.
3.  Fork the EQEmu source and change the source code to how we desire it to be.  This is problematic because we would need to keep our changes up to date every-single-time the underlying source is changed.  Easy in the beginning, harder as time goes on.  This would also require us to create compiles for it.
4.  Accept that this will occasionally happen and look for ways to work around it that we can use besides forking the code. 

My guess is that the answer is a little of 2 and 4.  Will take a gander at the source later tonight but its hard to expect anyone to want to fork the code for EZ and then be responsible for maintaining it.  Cannot expect the EMU maintainers to do so so it would have to be one of the admins here or a helpful / trusted hand.
Logged
Gnaughty
Hero Member
*****
Posts: 575



View Profile
« Reply #8 on: November 29, 2010, 07:38:43 pm »

Well that just sucks big time.
Logged

Poop
Fugitive
Legend
*******
Posts: 1807


TROLL KING


View Profile
« Reply #9 on: November 29, 2010, 07:55:57 pm »

Joy another "Fix"  ^/nod with Gnaughty
Logged


Quoted for the Brotherhood of Warriors
"I want my wizard to cast Fugitives instead of fireballs.
We can't always get what we want. ;-)"
-Hate"
L0stman
Full Member
***
Posts: 106


View Profile
« Reply #10 on: November 29, 2010, 08:06:03 pm »

This one seems like an easy fix for Hunter.

An override was put in:
Code:
INSERT INTO `rule_values` (`ruleset_id`, `rule_name`, `rule_value`, `notes`) VALUES (1, 'Character:ItemEnduranceRegenCap', '15', 'Endurance cap from items');

An update to it could be as simple as
Code:
 UPDATE 'rule_values' SET rule_value = 9999 WHERE ruleset_id = 1 AND rule_name = 'Character:ItemEnduranceRegenCap' AND rule_value = 15;

This should be all thats necessary to make it similar to how it was before (for endurance).  No code fork needed.
Logged
Xiggie | Stone
Legend
*******
Posts: 2119



View Profile
« Reply #11 on: November 29, 2010, 08:24:42 pm »

Yeah, I think the code for haste was posted too. Was just as short.
Logged

Gnaughty
Hero Member
*****
Posts: 575



View Profile
« Reply #12 on: November 29, 2010, 08:31:38 pm »

Welp lets hope our fearless leader can get r dun.
Logged

Poop
lerxst2112
Hero Member
*****
Posts: 724


View Profile
« Reply #13 on: November 29, 2010, 10:16:15 pm »


Well, thanks to Secrets and Caryatis the official emu source code will now recognize haste values over 127 on items the next time we update source code.  From there it would be a 1 line change to raise the hardcoded haste cap.  It would be even easier if it was just a database rule, but we're making baby steps. Smiley
Logged
Caryatis
Newbie
*
Posts: 44


View Profile
« Reply #14 on: November 29, 2010, 10:50:16 pm »

The side nobody seems to talk about either is that over 40 spell effects that were non functional are now functioning, which mean thousands of spells/aas/discs work whereas before they did nothing. Even simple things like Spell Shielding were not functioning. The goal of EqEmu is to emulate live EQ, the goal of custom servers is to have a custom experience, so its up to individual server ops to adjust the stock emu code to suit their servers.

Most epic 2.0(live) had effects in their clicks/focus that were not supported and now every single epic 2.0 works 100%. Players receive alot of boosts through these, but there will be times when broken things get fixed and it works out worse for players but just like any bug, it needs to be fixed.
Logged
Pages: [1] 2
Print
Jump to:  

Recent

Stats

Members
  • Total Members: 6129
  • Latest: Zandaar
Stats
  • Total Posts: 64997
  • Total Topics: 5055
  • Online Today: 133
  • Online Ever: 8678
  • (December 19, 2022, 02:32:09 pm)
Users Online
Users: 1
Guests: 105
Total: 106
TinyPortal v1.0 beta 4 © Bloc