|
Notices |
![]() |
Thread Tools |
![]() |
#1 |
Join Date: Feb 2005
Posts: 39
|
![]()
Also posten on the necro forum.The buffs that self proc pet heals (and I assume all other self regulated timed events for the buffs / procs etc) are happening at a far reduced rate then before the patch. I assume they have code or an object that defines the heal tick portion of the buffs with something like:Old way:Duration 150 seconds(DUR).Heal 1 per Tick.Tick every 6 seconds(TICK).25 heals per duration (HPD).Running time = current seconds into duration (RT).Self_Heal() if ( RT % (DUR / 25) ); # so this heals every 150 / 25 seconds (6).So after the patch they updated the DB where DUR is stored and changed the value to 900 seconds (15 minutes). They did not go into the object that actually applies the buff and regulates the healing to change the hardcoded 25 to 150 so that the pet gets self healed every tick vs every 36 seconds. The easy fix is to take out the hard coded 25 and replace with a "Tick" value from the database so that changes made in the future are automatically fixed and no more manual post fixes have to take place. Do special attack objects happen less frequently now? parry chances? whatever they all need to be looked at to make sure there were no other hardcoded values that were based on the original duration of the spell.
Message Edited by waswas-fng on 02-18-2005 11:17 AM |
![]() |
![]() |
![]() |
#2 |
Tester
Join Date: Nov 2004
Posts: 652
|
![]() yeah I noticed that too, my necro pet is hardly ever being healed now (and I have the training ability up plus the normal one) Poison seems to be working nromally, but its hard to tell with how fast my rogue hits
![]()
__________________
yes I'm back, on the 7 day return to eq2 trial. to check out what the combat changes finally ended up being. |
![]() |
![]() |