Search found 6 matches

by Groo
Fri Apr 30, 2004 10:50 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: casino.mac
Replies: 49
Views: 30593

casino.mac

|Casino Plat-waster by Groo Apr 29, 2004 Sub Main /declare i int :Loop /for i 0 to 3 /call PickupToken /call GiveToken ${i} /next i /call ClickTrade /call ClearCursor /if (${FindItem[Gold Ticket].ID}) { /beep /endmacro } /delay 1s /goto :Loop /return Sub GiveToken(i) /if (${i}>0) { /notify GiveWnd ...
by Groo
Fri Apr 30, 2004 10:48 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Simple, general purpose combine macro
Replies: 6
Views: 2517

Simple, general purpose combine macro

Simple, general purpose combine macro | Combine.mac by Groo Apr 29, 2004 #event CombineError "There was no place to put that" #event CombineError "You cannot combine these items in this container type!" #event CombineError "did not accept these items" #chat tell Sub Mai...
by Groo
Mon Apr 26, 2004 2:14 pm
Forum: Macro Depot (MQ1)
Topic: Simple tradeskill combine.mac
Replies: 0
Views: 4009

Simple tradeskill combine.mac

Simple tradeskill combine.mac Works with the standard recipe.ini file. Now updated for new MQ2 syntax | Combine.mac by Groo Apr 23, 2004 #event FullInventory "There was no place to put that" #event CombineError "You cannot combine these items in this container type!" #chat tell S...
by Groo
Wed Mar 10, 2004 2:05 pm
Forum: Macro Depot (MQ1)
Topic: New combine.mac
Replies: 1
Views: 1000

New combine.mac

Here is my simplified tradeskill macro. Uses the standard ini file for recipies and works with new UI. It is much smaller than the others & works with multiple tool recipes. Start with the container open in experiment mode. Put "recipe.ini" in the same dir. || Combine.mac by Groo Mar 8...
by Groo
Mon Mar 08, 2004 10:47 am
Forum: Macro Help (MQ1)
Topic: Un-memorizing a spell?
Replies: 2
Views: 846

Un-memorizing a spell?

I have searched but can't seem to figure this out - How do you unmemorize a spell?. Best I can come up with (does NOT work) is. /memspell 7 "BadSpellName" But unfortunately, using a bad spell name does not remove the current spell in slot 7 in this case. I want to un-mem a spell so that I ...
by Groo
Tue Feb 24, 2004 1:47 pm
Forum: Macro Depot (MQ1)
Topic: Track AA Experience macro
Replies: 0
Views: 947

Track AA Experience macro

Here is a simple macro to track your AA experience |Experience.mac by Groo Feb 14, 2004 Sub Main /declare start_aa_exp local /declare last_aa_exp local /declare rate_aa_exp local /declare mins_per_aa local /declare gained_aa_exp local /varset start_aa_exp $char(aa,exp) /varset last_aa_exp $char(aa,e...