• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

casino (1 Viewer)

smokedalot

New member
Joined
Jun 15, 2006
RedCents
anyone got a plugin so can afk while i feed the guy tokens till i get a golden ticket? im new to mq been using it about 6months but really dont know much but how to load plugins and such
 
Wrong Forum

Please use the Search before asking questions :-\

http://www.redguides.com/community/showthread.php?t=9522&highlight=casino

Rich (BB code):
|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 GVW_MyItemSlot${i} leftmouseup
   } else {
      /click left target
      :Loop
         /delay 1
         /if (!${Window[GiveWnd].Open}) /goto :Loop
   }
   /delay 3
   /return

Sub PickupToken
   /if (!${FindItem[King's Court Token].ID}) {
        /echo Could not find King's Court Token in inventory
      /beep
       /endmacro
    }

   :Loop
      /ctrl /itemnotify ${FindItem[=King's Court Token].InvSlot} leftmouseup

      /if (!${Cursor.ID}) {
         /delay 1
         /goto :Loop
      }
   /return

Sub ClickTrade
   /notify GiveWnd GVW_Give_Button leftmouseup   
   /delay 1s
   /return

sub ClearCursor
    :Loop
      /if (!${Cursor.ID}) /return
      /autoinv
      /delay 1s
      /doevents
      /goto :Loop
    /return
 
It's not a plugin, It's a macro...

Copy/Paste this in your "Macro" folder and save it as " Casino.mac " then once in game type /mac Casino and it will start it.. for this macro you need to have tokens on you and be next to and TARGETTING the guy you want them to hand in to.
 
ok got it to work but how i get it so destroys everything but golden ticket? so it will keep chain giving coins
 
It will already end if it finds a gold ticket...

Rich (BB code):
      /if (${FindItem[Gold Ticket].ID}) {
         /beep
         /endmacro
 
casino

Users who are viewing this thread

Back
Top