Search found 4 matches

by Pumba
Thu May 05, 2005 7:18 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Cleric Bot (Updated 05/08/05)
Replies: 74
Views: 20671

I'm having the same problem, I've been to cheap to buy my cleric a bridle so it just sits and stands repeatedly. Playing with it now to try fix it.
by Pumba
Thu May 05, 2005 3:27 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Advbot.mac -(Ver.2 Advanced Caster Bot - Heal/Debuff/Buff)
Replies: 45
Views: 8773

I made the change to line 665 but when the macro begins it starts to cast a self buff and gets stuck in a failure loop with the message "Spell time recovery not met." How to fix this? Another question: I'm getting errors about ">0" what does that mean? I can't find anything on se...
by Pumba
Wed Dec 29, 2004 4:00 pm
Forum: MQ2::General
Topic: Learning to Program
Replies: 1
Views: 1059

Learning to Program

What programming language should I concentrate on? I took a semester of Pascal over a decade ago and another of Java and C+ six years ago, so I'm a very rusty newb. What language does MQ2 most resemble? What is the next big thing? I started reading up on C++ on the internet until the proverbial frie...
by Pumba
Mon Dec 13, 2004 3:46 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: RH mod for SK now 2.5
Replies: 94
Views: 21712

|- Are we standing, have a target, have a Kick Ready? /if (${Target.ID} && ${Me.Standing} && !${Me.Casting.ID} && (${Target.Distance}<${Math.Calc[${Target.MaxRangeTo}*${closeness}/100]})) { /if (${Me.AbilityReady["Kick"]}) { /doability "Kick" /if (${verbo...