Search found 2 matches

by clide
Tue Jun 22, 2004 1:26 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Advbot.mac - Advanced Caster Bot - Heal/Debuff/Buff
Replies: 349
Views: 125564

I also changed lines 441 and 762. Sorry was posting from work. Change line 441 from /varset SelfBuffedList[${a}] ${Math.Calc[[color=red]([/color]${SelfBuffDuration[${a}]}+${Macro.RunTime}[color=red])[/color]-5]} To /varset SelfBuffedList[${a}] ${Math.Calc[${SelfBuffDuration[${a}]}+${Macro.RunTime}-5...
by clide
Mon Jun 21, 2004 2:36 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Advbot.mac - Advanced Caster Bot - Heal/Debuff/Buff
Replies: 349
Views: 125564

I noticed some problems with calculations. I fixed the chain buffing issue and replaced this code where I found it elsewhere by making the following changes in advbot.mac lines 242, 438, 610 and 759. Basically, it was always setting the calculation to -5 by eliminating the duration and runtime someh...