• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver
Resource icon

Release A Simple Macro that claims all currency on all your bots 2019-11-29

No permission to download
Joined
Nov 11, 2012
RedCents
688¢
A simple macro I wrote for convenience for multi box.. /dgae /mac pigclaim or /bcaa //mac pigclaim will claim all currency on your bots. Enjoy

Code:
Sub Main
/declare dummy int local
/if (!${Window[InventoryWindow]}) {
   /windowstate InventoryWindow open
   /delay 20
   /delay 10 ${Window[InventoryWindow]}
}
/if (${Window[InventoryWindow]}) {
  /notify InventoryWindow IW_AltCurr_ReclaimAllButton leftmouseup
  /delay 10
  /notify InventoryWindow IW_AltCurr_ReclaimAllButton leftmouseup
  /delay 10
  /windowstate InventoryWindow close
   /delay 20
   /delay 10 !${Window[InventoryWindow]}
}
/return
 
Last edited by a moderator:
Is there a TLO for Currency?

I want to have the name and number so I can output to a file.

ie: 125,000 marks of valor
 
Release A Simple Macro that claims all currency on all your bots

Users who are viewing this thread

Back
Top
Cart