Search found 28 matches

by mcdebug
Tue Jun 29, 2004 1:45 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: stick.mac (06.14.04b)
Replies: 50
Views: 50199

hey m0nk, this macro is freaking awesome, so awesome that i usually leave it on permanantly throughout my playtime as a monk when not boxing. since i leave it on while playing, it also stays on when i go afk for long periods. ive realized that adding a new area to this macro could prove quite useful...
by mcdebug
Thu Jun 24, 2004 8:55 am
Forum: MQ2::Macros::Help
Topic: Auto monk code, small problem
Replies: 17
Views: 5715

also i missed an end bracket up by the section i was having trouble with, figures
by mcdebug
Thu Jun 24, 2004 8:33 am
Forum: MQ2::Macros::Help
Topic: Auto monk code, small problem
Replies: 17
Views: 5715

lol ok cant believe i missed that, usually the problem is right in front of you, thanks for the help jerle 8). i knew if you took a look at it the problem would be solved.
by mcdebug
Wed Jun 23, 2004 10:08 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Natural Beastlord Hunter v1.1.9 (Updated 2004-07-11)
Replies: 209
Views: 95496

it doesnt work for me, it keeps looping target cleared every couple of seconds, looked at the code dunno what it is.
by mcdebug
Wed Jun 23, 2004 10:10 am
Forum: MQ2::Macros::Help
Topic: Auto monk code, small problem
Replies: 17
Views: 5715

yeah guess im gunna have to, oh boy
by mcdebug
Tue Jun 22, 2004 10:03 pm
Forum: MQ2::Macros::Help
Topic: Auto monk code, small problem
Replies: 17
Views: 5715

also the fact that eq froze before it even got to me.targetoftarget means it doesnt have anything to do with it. i put a /mqpause in front of 2 different forms of the same /if sequence and both times, reguardless of which /if statement was first, it froze on the first one.
by mcdebug
Tue Jun 22, 2004 10:01 pm
Forum: MQ2::Macros::Help
Topic: Auto monk code, small problem
Replies: 17
Views: 5715

hmmm thats actually part of the code that previously worked in the macro. and i dont necessarily think that someone with mq would need someone in thier group with the leader ability, if the information is available to the client i assume mq can access it. this really is an odd case.
by mcdebug
Tue Jun 22, 2004 7:20 pm
Forum: MQ2::Macros::Help
Topic: Auto monk code, small problem
Replies: 17
Views: 5715

what the heck is wrong with this thing, it hung up on this : |- Are we suposed to stick to a target? (Don't if we're tanking!) /if (${Target.ID}) { /mqpause /if (${Me.Combat}) { /if (${doStick}) { /if (${Target.Type.Equal[NPC]}) { /if (!${aggrotimer.Value}) { /if (!${Me.TargetOfTarget.Name.Equal[${M...
by mcdebug
Tue Jun 22, 2004 7:03 pm
Forum: MQ2::Macros::Help
Topic: Auto monk code, small problem
Replies: 17
Views: 5715

awesome thanks programmer. helped alot i found out where its haning up at, but i still dont see a problem with this line, people probably didnt take a look at the code cus the problem was like finding a needle in a haystack but ive isolated it now. the problem lies in this line |- Are we suposed to ...
by mcdebug
Tue Jun 22, 2004 3:51 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Rogue Helper v6.0 [Complete Rogue Macro] (Updated: 10-26-04)
Replies: 912
Views: 370397

hey jerle ive been trying to modify this to where it would work well for a monk and so far have been pretty successfull considering my lack of macroing skills. I made it kick instead of bs and i made it fd when it arrived at its anchor, then stand up again when it needed to begin attacking or the an...
by mcdebug
Tue Jun 22, 2004 3:50 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Rogue Helper v6.0 [Complete Rogue Macro] (Updated: 10-26-04)
Replies: 912
Views: 370397

hey jerle ive been trying to modify this to where it would work well for a monk and so far have been pretty successfull considering my lack of macroing skills. I made it kick instead of bs and i made it fd when it arrived at its anchor, then stand up again when it needed to begin attacking or the an...
by mcdebug
Tue Jun 22, 2004 3:42 pm
Forum: MQ2::Macros::Help
Topic: Auto monk code, small problem
Replies: 17
Views: 5715

man this is kinda makin me mad, i cant find the problem. can someone at least tell me how to monitor this and go through it line by line? its makin me go insane :shock: :x :evil:
by mcdebug
Tue Jun 22, 2004 10:14 am
Forum: MQ2::Macros::Help
Topic: Auto monk code, small problem
Replies: 17
Views: 5715

Auto monk code, small problem

i recently started converting Jerle's rogue helper to work for a monk. It wasnt hard converting it to flying kick all the time. I also made it so when the monk arrived at its anchor, whether it be a character or a loc, he fd'd. Today i started working on a variable doFD and implemented all the neces...
by mcdebug
Mon Jun 21, 2004 3:50 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Advbot.mac - Advanced Caster Bot - Heal/Debuff/Buff
Replies: 349
Views: 124384

hmmmm did all that and it still chain casts buffs and debuffs, wonder whats up.
by mcdebug
Sat Jun 19, 2004 4:56 pm
Forum: MQ2::Macros::Help
Topic: Help with Monk code
Replies: 3
Views: 1002

also is there a way for me to let the macro run and monitor it as i step through each line? this would GREATLY help me out so i could see exactly where its messing up instead of guessing.