• 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 --->

Ground Spawn Loot Macro (1 Viewer)

Alatyami

NotAddicted.com Engineer (Retired)
Joined
Dec 21, 2004
RedCents
794¢
Anyone come across a ground spawn looting marco?

I can't seem to get the ground spawn into my cursor to make a macro loot it.

Any ideas?

Edit: Finally found one baried in the MQ Forums .... exactly what I was looking for:

Rich (BB code):
Sub Main
       /call DefineGlobals
       :Loop
       /Call TargetItem
       /Call MoveToItem
       /Call GetItem
       /Call Rest   
       /goto :loop
/return

Sub DefineGlobals
       /declare TargetDistance global
/return



Sub TargetItem
        /echo Targeting a shroom . . .
        /ItemTarget *Blue
/return

Sub MoveToItem
       :keepmoving
       /varset TargetDistance ${Target.Distance}
       /face fast nolook
       /keypress forward hold
       /delay 5
       /call CheckIfStuck   
       /if (${Ground.Distance}>10) /goto :keepmoving
       /keypress back   
/return

Sub CheckIfStuck
       |/echo is ${TargetDistance} = ${Target.Distance} ?
       /if (${TargetDistance}==${Target.Distance}) {
           /echo I am stuck
           /keypress back hold
           /delay 1s
           /keypress back
           /if (${Math.Rand[99]}>50) {
               /keypress strafe_right hold
           } else {
               /keypress strafe_left hold
           }
           /delay 2s
           /keypress strafe_right
           /keypress strafe_left
           /keypress forward hold
       }
/Return


Sub GetItem
       /click left item
       /delay 1s
       /autoinventory
       /delay 1s
       /autoinventory
       
/Return

Sub Rest
       /delay 10s
       /echo Getting next phat lewt!
/Return
 
Last edited:
Any help would be very appreciated.

I have been able to target them but found that since it is a ground spawn they are still targetable after they have been picked up.

I have been trying this to farm Payapa Fruit (Blue Mushroom) in Shadeweavers Thicket. Shar Vahl Essence is one of the cheapest ways to get to Baking 187 for only 2sp a shot. Takes about 30 min to run around picking up 15-20 of these things via the MQ2Map.

Once I know how to pick them up and we confirm that MQ2Warp isn't nerfed I am going to make a macro that will auto loot the fruit and then warp to the brew barrel in Shadeweavers and then go back out for more supplies. All you'll have to is keep yourself supplied with Water Flasks, since I haven't found a vendor for those in ST yet. :D

EQTraders.com said:
Shar Vahl Essence, Brewing 187
Components: Payala Rruit, Water Flask
In: brew barrel, tanaan brew barrel, portable drink barrel, collapsible distillery
Yield: 1

Cost per attempt: 2sp
 
Ground Spawn Loot Macro

Users who are viewing this thread

Back
Top