Coin destroying

Help section from before the user variable changes that broke all macros

Moderator: MacroQuest Developers

eqaddict
a lesser mummy
a lesser mummy
Posts: 74
Joined: Sun Sep 15, 2002 10:05 pm

Coin destroying

Post by eqaddict » Tue Oct 01, 2002 12:49 pm

I have a little fun macro going now. The problem is that I get loaded down with gold,silver and copper. Is there a way to delete these?

-eqaddict

User avatar
rizwank
Huggle Police
Huggle Police
Posts: 524
Joined: Tue Jul 23, 2002 12:07 am
Contact:

Post by rizwank » Tue Oct 01, 2002 1:08 pm

Hold down shift. (/sendkey shift down)
click the copper (/click left inv copper) (i think, check readme)
destroy it (have fast item destroy on in the EQ options (/click left destroy)
#macroquest op
Macroquest Official Documentarion
Macroquest Board Moderator
All around cool guy

[img]http://medicomuerte.users.btopenworld.com/images/fairy_bounce08.gif[/img]

]\[E()
a lesser mummy
a lesser mummy
Posts: 48
Joined: Mon Sep 30, 2002 10:13 pm
Location: Flint Michigan
Contact:

or you...

Post by ]\[E() » Tue Oct 01, 2002 3:54 pm

Or you could bind at bank if your in a zone with one and just gate and have the bank macro put into your current macro

pxlpluker
a lesser mummy
a lesser mummy
Posts: 53
Joined: Tue Aug 27, 2002 12:20 pm

Post by pxlpluker » Tue Oct 01, 2002 4:56 pm

Code: Select all

sub delete_coins
/mqlog deleting coins
   /cleanup
   /delay 1
   /sendkey down shift
   /delay 1
   /mouseto copper
   /delay 1
   /click left
   /delay 1
/call destroy_yes
   /mouseto silver
   /delay 1
   /click left
   /delay 1
/call destroy_yes
   /mouseto gold
   /delay 1
   /click left
   /delay 1
/call destroy_yes
   /sendkey up shift
   /delay 3
   /press i
/mqlog left deleting coins
/return

sub destroy_yes
   /mqlog Destroying: Name: $cursor(name), Value: $cursor(value)
   /mouseto destroy
   /delay 1
   /click left
   /delay 1
   /mouseto 330 335
   /click left
/return

eqaddict
a lesser mummy
a lesser mummy
Posts: 74
Joined: Sun Sep 15, 2002 10:05 pm

Post by eqaddict » Wed Oct 02, 2002 12:18 am

Thanx all I will code it into my macro.


--EQAddict

P.S. I missed it in the readme