Search found 8 matches

by MacroN00b
Thu Dec 25, 2003 9:29 am
Forum: Macro Help (MQ1)
Topic: ability problem
Replies: 16
Views: 2930

and as I am at asking.. is there a way to add multiple checks to a if statment?? forexcample /if 1=1 && 2=2 ?? or so?
by MacroN00b
Thu Dec 25, 2003 9:00 am
Forum: Macro Help (MQ1)
Topic: ability problem
Replies: 16
Views: 2930

/bump still trying to find out how to check if ability is up or not..
by MacroN00b
Tue Dec 09, 2003 12:54 am
Forum: Macro Help (MQ1)
Topic: ability problem
Replies: 16
Views: 2930

when I type ingame: /echo $char(ability,8) I get as resault: "Backstab" no matter weather the skill is usable or not.. when I type ingame: /echo $char(ability,Backstab) I get as resault: "8" weather its up or not.. am I doing something wrong? Infact its not so bad about backstab ...
by MacroN00b
Sun Dec 07, 2003 9:05 am
Forum: Macro Help (MQ1)
Topic: ability problem
Replies: 16
Views: 2930

ability problem

anyone know how I can find out if a ability is usable?

I tried stuff like $char(ability,8)

8 for backstab.. but it wont tell me if up or down.. just tells me which ability 8 is..

help would be appreciated.. thanx
by MacroN00b
Tue Oct 07, 2003 3:39 pm
Forum: Macro Help (MQ1)
Topic: wanting to learn how to write macros
Replies: 14
Views: 2731

#turbo Sub Main :CelEss /sendkey down ctrl /finditem "Celestial Solvent" /if $find()==FALSE /goto :Done /click left pack 7 0 /finditem "The Scent of Marr" /if $find()==FALSE /goto :Done /click left pack 7 1 /sendkey up ctrl /click left pack 7 combine :WaitCombine /if "$curs...
by MacroN00b
Tue Oct 07, 2003 2:47 pm
Forum: Macro Help (MQ1)
Topic: wanting to learn how to write macros
Replies: 14
Views: 2731

wow thats great Scrime, thanx alot..

I didnt say the documentaion is useless, I said I cant get my macro to work with it.. but your post fixed my problem...

peace and thanx
by MacroN00b
Tue Oct 07, 2003 2:30 pm
Forum: Macro Help (MQ1)
Topic: wanting to learn how to write macros
Replies: 14
Views: 2731

ok for now maybe, can somoene tell me.. if I want to combine something in a brew barrel I use /finditem "Cask" /if $find()==FALSE /goto :Done /click left enviro 8 /click left enviro combine now how would it have to look if I wanted to put it into a mortar and pestil in the last bagslot of ...
by MacroN00b
Tue Oct 07, 2003 2:17 pm
Forum: Macro Help (MQ1)
Topic: wanting to learn how to write macros
Replies: 14
Views: 2731

wanting to learn how to write macros

Hi all, I want to learn how to write macros, I have fought a bit with the online help and such but I cant creat a working macro with it.. if anyone could write a small macro (forexcample to make celestial essence which I have been trying to do) that would be awesome. If possible add short comments t...