View Full Version : Editing HP/Mana regeneration rates
Smeeg
05-18-2006, 02:43 PM
I am trying to change the rate at which characters regenerate mana and hitpoints. Is there a easier way to do this than "learning C++". thanks BTW im running a 0.6.6 server.
GeorgeS
05-22-2006, 09:55 AM
The npc_types table has mana and hp regen rate. DL my npc editing utility to perform this task.
GeorgeS
klinzhai
05-22-2006, 12:26 PM
I believe he was talking about the rate at which *player* characters regen mana and health.
Smeeg
05-22-2006, 02:41 PM
That is correct, thanks though Georges.
Belfedia
05-22-2006, 08:23 PM
If you don't want edit NPC but player, you can't without mod the source (C++).
A replace clue, is make item who give to player, regen/manaregen you want.
GeorgeS
05-23-2006, 04:29 AM
Yes you're right, I missread it.
Perhaps someday this feature can be included in the build.
When I get done with the database utilities, I might start helping with the C++ code
GeorgeS
Belfedia
05-23-2006, 11:23 AM
I think dev prefer repair bug like develop no live features ;)
But perhaps in future ?
Smeeg
05-25-2006, 07:53 AM
Ok, so I found where you can edit HP regen rates. however, when I open up the file in my compiler (im using Jgrasp), I make the change and compile, but no effect is changed in the regen rates. Im not real sure how to actualyl compile though. No changes I make to the .cpp files really works.
Belfedia
05-25-2006, 09:04 AM
Ok, so I found where you can edit HP regen rates. however, when I open up the file in my compiler (im using Jgrasp), I make the change and compile, but no effect is changed in the regen rates. Im not real sure how to actualyl compile though. No changes I make to the .cpp files really works.
Perhaps need to mod the client also ?
RangerDown
05-25-2006, 03:51 PM
Target yourself and do #showstats from time to time to see how much your HP really is. The client tries to predict your HP and updates its display accordingly. The client, of course, uses the rules of eqlive when it predicts HP generation.
Frothel
08-31-2008, 05:12 PM
Well I am a newb at programming SQL, so I do not know where to begin to edit the database to affect XP gains, HP/Mana regen, Max level, etc. Mainly those four things I want to edit on a global level, so if anyone can help me figure this out, I would appreciate it =)
trevius
08-31-2008, 05:14 PM
Those are all set in the rule_values table. They are pretty straight forward. Just look at that table and you should get an idea of how to set them. Let us know if you have any more related questions.
Frothel
08-31-2008, 05:32 PM
I sent you a PM for my further pesky questions! =)
trevius
08-31-2008, 05:34 PM
It is best just to post replies instead of PMing. But, I answered your PM :)
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.