EQ2 Forum Archive @ EQ2Wire

 

Go Back   EQ2 Forum Archive @ EQ2Wire > EverQuest II > The Development Corner > In Testing Feedback
Members List

Notices

Reply
Thread Tools
Unread 02-18-2005, 11:25 PM   #1
waswas-f

 
Join Date: Feb 2005
Posts: 39
Default

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

waswas-f is offline   Reply With Quote
Unread 02-19-2005, 03:18 AM   #2
Miral

Tester
 
Join Date: Nov 2004
Posts: 652
Default

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 SMILEY
__________________
yes I'm back, on the 7 day return to eq2 trial. to check out what the combat changes finally ended up being.
Miral is offline   Reply With Quote
Reply


Forum Jump


All times are GMT. The time now is 11:57 AM.

vBulletin skin by: CompleteGFX.com
Powered by vBulletin® Version 3.7.5
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
All threads and posts originally from the EQ2 and Station forums operated by Sony Online Entertainment. Their use is by express written permission.