• 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

Tip - Kaladim Shroom Ganking

armysoldier

Well-known member
Joined
Jun 26, 2005
RedCents
101¢
15 APR UPDATE

Ensure MQ2Cgank is loaded

This will gank in Pairs... then wait 3 min and try again ..

too easy

Rich (BB code):
| ShroomGank.MAC
| Written by Armysoldier
| 
| Updated 15 APR 06 - added some delays to slow down the ganking.. which seems to cause CTD
|                   - added player check
|
| 
| Useage      : /macro ShroomGank 
| Description : This macro will gank acorns in Misty Thicket
|
|
|------------------------------------------------------------------------------------

#Event End "#*#There is no place#*#"

#Event End "[MQ2] End"

#Event CGank "#*#Couldn't parse#*#"

#Event Find "#*#Couldn't find#*#"

Sub Main

  /declare x int outer
  :Start
  /autoinventory
  /call GMCheck
  /call PC
  /for x 1 to 10
  /itemtarget *Red
  /doevents
  /delay 1s
  /Gank
  /delay 1s
  /autoinventory
  /delay 15s
  /doevents
  /itemtarget *Blue
  /doevents
  /delay 1s
  /Gank
  /delay 1s
  /autoinventory
  /doevents
  /delay 15s
  /doevents
  /autoinventory
  /delay 1s
  /call GMCheck
  /call PC
  /next x
  /call Pause
  /goto :Start
/return

Sub Event_End
  /echo Ending Macro
  /endmacro
/return

Sub Event_CGank
  /echo you do not have MQ2CGank Loaded
  /endmacro
/return

Sub Event_Find
  /varset x 10
  /return

Sub Pause
  /echo No Shrooms.. Pausing 6 min
  /delay 1m
  /echo tic toc .. 1 Min
  /delay 1m
  /echo tic toc .. 2 Min
  /delay 1m
  /echo tic toc .. 3 Min
  /delay 1m
  /echo tic toc .. 4 Min
  /delay 1m
  /echo tic toc .. 5 Min
  /delay 1m
  /echo tic toc .. 6 Min
  /echo DING DING DING!!!
  /echo time to try again
/return

Sub GMCheck 
   :redo
   /if (${Spawn[gm].ID}) { 
      /beep 
      /beep 
      /beep 
      
      /echo GM has entered the zone! 
      /echo pausing the macro... 

      /afk Gone for more beer BRB
      /delay 2m
      /goto :redo 
   } 
    
/return 

Sub PC 

   :redopc
   /if (${Spawn[pc noalert 2 radius 100].ID}) { 
      /echo player nearby 
      /beep 
      /beep 
      /beep 
      
      /echo Player Nearby!!! 
      /echo pausing the macro... 

      /afk Gone for More Beer - BRB
      /delay 2m
      /goto :redopc
   } 
/return
 
Last edited:
for those looking to make a little plat... these farming macros work good..

hopefully there is a demand on your server..

Sell them cheap .. and sell them fast 8-)

army
__________________
 
I gave it a ran tonight. It skipped red at first, grabbed blue one, skipped red again and looted blue one. Then crashed.
 
Red, Blue, Red Crash to char select screen
tried again....
Red, Blue, Red Crash to char select screen
third try...
Red, Blue, Red Crash to char select screen

Any ideas? wish this would work, save a lot of clicking.
 
First time I ran it, it said I didn't have MQ2Gank.dll loaded. I've tried the regular /itemtarget and /gank commands, but nothing so far. I'm sure I'm doing it wrong- every other ArmySoldier macro has worked for me before. What am I doing wrong?
 
There is a working shroom macro in the last page of the shroom mac thread over at macroquest2.com non vip. IM using it atm works great.
 
Regarding the crashing to server/character select:

I've only done minimal testing, but it seems if you try to gank too many times too quickly, you'll get booted. I added some groundspawn ganking to a farming macro I have, and would get booted after 3-4 loots. I then put in a 10 second pause between the ganks, and its been working for a few hours without problems.
 
Anyone else put the delay in there and have it working OK? If so can you post the actual code and where to put it for MQ dummies like me please? Thanks!
 
Muffinnutz said:
Anyone else put the delay in there and have it working OK? If so can you post the actual code and where to put it for MQ dummies like me please? Thanks!


yea, increasing the delay to 2s appeared to work okay. didnt get to test too long because, after coming back from the crash, someone was in zone running the non-gank version of the mac....
 
changed delays to 3s ...

Do not do this sitting right at the shrooms..

then if someone comes up on you .. they will assume its you and petition you

if your gonna use this .. sit at the bank or something like that

or at the Zone line.. and look like you just zoned in 8-)




excessive GANKing can cause crashes... its happened to me ..

but ... hey .. how bad do you want the shroom 8-)


enjoy
 
Just tried it tonight, it still crashes, even when I change the delay to 5s. I don't get it, it looks almost exactly like the acorn.mac and that one works fine.
 
how much shroom do u need approximatly to go grom 248 to 300 you'd say ?
 
euri10, 2 inventories full with deluxe toolboxes and I'm only at 287.

plink
 
Not working for me, I pick up the 2 shroom then I quit the game to server screen...
 
It's UNTESTED, but I reworked Arnysoldier's code a bit, to maybe work better.
Rich (BB code):
| ShroomGank.MAC
| Written by Armysoldier
|
| Updated by Harden 13Mar2006 -Code cleaned up, to run better.
| 
| Useage      : /macro ShroomGank 
| Description : This macro will gank Shrooms in Kaladim.
|____________________________________________________________________________________

#Event End "#*#There is no place#*#"
#Event Pause "#*#Couldn't find#*#"
#Event CGank "#*#Couldn't parse#*#"

Sub Main
	:shroomloop
		/doevents
		
		/call GMCheck		
		/itemtarget *Red Mushroom
		/delay 3s
		/Gank
		:clearred
			/if (${Cursor.ID}) { 
				/autoinventory
				/goto :clearred
			}
			
		
		|Delay inserted to deal with server disconnect
		/delay 1m
		
        |--- Keeps them EVEN #'s
		/call GMCheck
		/itemtarget *Blue Mushroom
		/delay 3s
		/Gank
		:clearblue
			/if (${Cursor.ID}) { 
				/autoinventory
				/goto :clearblue
			}
		
		|Delay inserted to deal with server disconnect
		/delay 1m
		
	/goto :shroomloop
/return

Sub GMCheck 
	:redo
		/if (${Spawn[gm].ID}) { 
			/beep 
			/beep 
			/beep 
      
			/echo GM has entered the zone! 
			/echo pausing the macro... 

			/afk BRB ..... Do not leave a message I will not answer 8-)
			/delay 2m
		/goto :redo 
	}    
/return

Sub Event_End
	/echo Your out of space for Shrooms, Ending Macro.
	/sit
	/endmacro
/return

Sub Event_Pause
	/echo No more Shrooms to Gank.. Pausing 3 min...
	/sit
	/delay 3m
	/echo tic toc .. 3 Min
	/echo time to try again
/return

Sub Event_CGank
	/echo you do not have MQ2CGank Loaded
	/endmacro
/return

I'm going to give it a test run, but please let me know if something is messed up, or dosent work right.

EDIT- Crashes to server select were happening with no delay's, and even a 30sec one, so I added a 1minute delay between ganks, think may work, it may not, who knows.
 
Last edited:
This works fine, very well in fact. No crashes or anything. Having said that, it doesn't really work too good if anyone else is in the zone farming the mushrooms as well.
 
It crashes for me every time.

What delay between Gank's are you using, right now thats set for 1m. Since it works for you, would you mind trying to lower the delay and test it?
 
It works for me with 1m, I used your version. Sure I'll test it with less delay later when servers are back up AND we have MQ2 back of course, duh.
 
Last edited:
was having crashing to server select problems too till i removed the :clearred and :clearblue parts of it. Since I took those 2 parts out and use MQ2Cursor to auto inventory been able to have it running at 10s delay with no crashes at all, of course i run out of mushrooms quickly too =P
 
added delays and a player check

i have been running this for 24 hours... or so and have 1K of each thingy

8-)

ARMY
 
wheres all my GANKERs at....

anyone getting use outta this yet?

I have had it running 2 days now ...

and DING 287 brewing.. lol



GL


ARMY
 
Re-spawn timer looks to be the same (5m 15sec). Quantity was 9 of each: is that the change?
 
I also cant get a gank macro working. First time i ran mine it had almost no delays and picked up most all of them before crashing. Successive times only a few here and there. It crashes me so quickly I can't really do any debugging but with a hotkeyed version of the macro I've found that /itemtarget always wants to target successive numbers. I lost my notes and I'm not at EQ computer for xmas so all I got is memory.

/itemtarget * targeted #6472 for example
/itemtarget * targeted #6473
/itemtarget * came back no targets (even though plenty were up)
/itemtarget * targeted #6474 (after another had spawned)

I don't know if it's the target number or the fact that it can target tradeskill stations that is crashing us but just wanted to post that if it could help at all.
 
Sony made it so the groundspawns have random item names, that makes it so the code cannot target them easily. Some will have the right name, but if you look on the map some have random names, i.e herbalist pack, fruit, rallic pack are ones I have seen.
 
If you just do /itemtarget it will target the closest groundspawn. You don't need to use a name to get the mac working. You just need to position yourself in the right spot each time for your to run around.
 
The MQ2 website has a macro for this that it pretty darn ingenious in it's moving around coding, I was really impressed, I can't get it to pick any mushrooms after the first bunch though. This ganking macro here works great except i changed all pauses to 30 seconds and if anyone is in the zone it won't pick anything. This macro is the perfect type of thing to do while you're doing skill ups, swimming, cybering, doing homework, whatever.
 
When there is players or NO players I am getting [MQ2] Player nearby..[MQ2] Player nearby!!!... [MQ2] pausing the macro...

Any help to solve this would be greatly appreciated

Thang
 
Remove that section of the macro;


Rich (BB code):
Sub PC 

   :redopc
   /if (${Spawn[pc noalert 2 radius 100].ID}) { 
      /echo player nearby 
      /beep 
      /beep 
      /beep 
      
      /echo Player Nearby!!! 
      /echo pausing the macro... 

      /afk Gone for More Beer - BRB
      /delay 2m
      /goto :redopc
   } 
/return


At least that is what I did, and I have never been caught, call it lucky.
 
I was ganking shrooms for a few days straight when one day i'm glad i was sitting there at the computer bored outta my gord someone snuck up on me in the zone and asked me wft was happening with the mushrooms, they'd appear and dissapear as soon as they spawned. I had taken out the player check as well and it scared the crap outta me. Anyway I told him I donno a thing about mushrooms in that zone (i wasnt anywhere near it) and I was merely picking Founy's pockets for my friend's rogue 1.0.
 
Tip - Kaladim Shroom Ganking

Users who are viewing this thread

Back
Top
Cart