View Single Post
  #2  
Unread 12-14-2006, 07:36 AM
Zonx's Avatar
Zonx Zonx is offline
A Green Troll
This person is a EQ2Map developer.
Featured
 
Join Date: Dec 2004
Server: Blackburrow
Posts: 2,221
Default

Ehmm... depends how this flavor of ClickCures is implemented. I've seen more complex versions that use class and level comparisons to cast only the highest cure available for your class and lvl.

My ClickCures implementation (the original) uses a simple "try them all from high - low" aproach. If that's the case with this mod...

I'm guessing both spells are on the same refresh timer, in which case it does queue Cure Arcane, its just not ready to be cast just after the higher level spell has been cast.

Queued actions cancel after a short time if the spell is still refreshing.
Reply With Quote