Search found 18 matches

Go to advanced search

by eggybob
Sat Aug 30, 2014 8:07 pm
Forum: Third party software
Topic: Buff Macro troubles.
Replies: 17
Views: 3080

Re: Buff Macro troubles.

Great help thanks for your time and effort
by eggybob
Sat Aug 30, 2014 1:18 pm
Forum: Third party software
Topic: Buff Macro troubles.
Replies: 17
Views: 3080

Re: Buff Macro troubles.

The macro isn't currently set to loop which is why you're seeing it end. Starting on line 3: Sub Main :mainloop /if (${Me.PctMana}<95) /call Medding /if (${Me.PctMana}>95) /call Buffing /goto :mainloop /return Try adding the italicized lines: this tells your macro that once it's called (or skipped ...
by eggybob
Fri Aug 29, 2014 8:55 pm
Forum: Third party software
Topic: Buff Macro troubles.
Replies: 17
Views: 3080

Re: Buff Macro troubles.

Thanks. That has solved 1+3 but i still have an issue trying to get shaman to med if below 95% mana but once above 95% to start buffing again. |Buffs Macro #include MQ2Cast_Spell_Routines.inc Sub Main /if (${Me.PctMana}<95) /call Medding /if (${Me.PctMana}>95) /call Buffing /return Sub Buffing /echo...
by eggybob
Fri Aug 29, 2014 7:29 pm
Forum: Third party software
Topic: Buff Macro troubles.
Replies: 17
Views: 3080

Buff Macro troubles.

Hi i have three things to ask advice on concerning the below code. |Buffs Macro #include MQ2Cast_Spell_Routines.inc Sub Main :Main /if (!${Me.PctMana}>95) /call Medding /if (${Me.PctMana}>95) /call Buffing /return Sub Buffing /echo ~~~BUFFING~~~BUFFING~~~ /delay 2s /if (${Me.Sitting}) /sit /delay 2s...
by eggybob
Sat Aug 23, 2014 12:22 pm
Forum: Third party software
Topic: MQ2 Condition list/collection
Replies: 17
Views: 1919

Re: MQ2 Condition list/collection

What does the very start of that macro do the /if with a /define? Only time I've seen define it had #define
by eggybob
Sat Aug 23, 2014 8:27 am
Forum: Third party software
Topic: MQ2 Condition list/collection
Replies: 17
Views: 1919

Re: MQ2 Condition list/collection

Thanks Noren I will try this later on if I can and see if it works for me. Sure it will. I tried some things last night again but like you said it just kept spamming the mq2 window :/ so hopefully this will stop that. Also be great for me to dissect and learn from thankyou!
by eggybob
Fri Aug 22, 2014 7:06 pm
Forum: Third party software
Topic: MQ2 Condition list/collection
Replies: 17
Views: 1919

Re: MQ2 Condition list/collection

thanks i will try those
by eggybob
Fri Aug 22, 2014 6:48 pm
Forum: Third party software
Topic: MQ2 Condition list/collection
Replies: 17
Views: 1919

Re: MQ2 Condition list/collection

Failed to parse /if command. Could not find command to execute.
by eggybob
Fri Aug 22, 2014 6:41 pm
Forum: Third party software
Topic: MQ2 Condition list/collection
Replies: 17
Views: 1919

Re: MQ2 Condition list/collection

rather than start a new post ill put it here. below is my first ever macro. of course its not working. |Attack.mac #turbo Sub Main /echo ~~ATTACK MACRO LOADED~~ :main loop /if (${Me.Attacking}){ /bca //target Sritz /bca //assist /else /bca //target Sritz /stick 25} /goto :main loop /return any advic...
by eggybob
Fri Aug 22, 2014 4:13 pm
Forum: Third party software
Topic: MQ2 Condition list/collection
Replies: 17
Views: 1919

Re: MQ2 Condition list/collection

doesnt seem to like doing anything with netbots :( even looked at the commands myself on mmobugs but wouldnt parse anything *sigh*

Go to advanced search