View Single Post
  #3  
Unread 07-03-2009, 09:45 AM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

Quote:
Originally Posted by flystix View Post
I used to be able to Click arcane cure someone else (I'm a conj) then click my own arcane detrimental and it would use a potion. Same with with elemental cure. With the new setup i couldn't even elemental cure until i entered it into the editor, and now it won't default back to a potion for either arcane or elemental if the spell is down. Is this just an oversight in the programming or am i doing something wrong? I loved being able to use this method to quickly cure myself + someone else with no cooldowns. help!
Interesting, I'd say this was a bug since my code was not set up for this. To make it use pots when spells are down open _ProfitUI_CuresCode.xml, find this line near the end:

Code:
Parent.CurePotion.Activated=COND ? '!'HAS_SPELL : false"/>
and change to
Code:
Parent.CurePotion.Activated=COND ? true : false"/>
__________________
P R O F I T U I ∙ R E B O R N [Auto-Updater] | [Portal] | [F.A.Q.] | [Support Forums]
~ Retired ~
If it does not work, you likely installed it incorrectly. Always try a clean install before reporting bugs.

Last edited by gm9 : 07-05-2009 at 05:33 PM. Reason: code was wrong
Reply With Quote