• 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

slipgear macro

Joined
Oct 6, 2005
RedCents
120¢
OK, i wrote a macro for the slipgear quest, gets ya a nice aug. plz dont flame, it is my 1st attempt. /zone crashed me, so you will have to zone manually, but it works good. PMd it to Redbot for editing/posting elsewhere if need be.. :cool:


Rich (BB code):
|Slipgear.mac
|
|( @ )( @ )'s
|
|*  1st attempt at a Macro...  Hopefully when I am done, this will do at least most of the slipgear quest for you. To make this work, you will need to hail slipgear and follow text and get all the missions. Then make a hotkey < /echo You have entered Corathus Creep > Also, i do not yet know how to /zone, so you will have to make the zones yourself.
Easy as pie for non-invis classes, just be a rogue shroud, hide/sneak. *|

#turbo
#event cc "#*#You have entered Corathus Creep#*#"
#event tu "#*#You have entered The Undershore#*#"
#event sf "#*#You have entered Stoneroot Falls#*#"
#event ri "#*#You have entered Ruins of Illsalin#*#"
#event th "#*#You have entered The Hive#*#"

Sub Main
|Wait for the hotkey to start the macro.


:loopstart
:waitforit
/doevents
/doevents
/goto :waitforit
/return

Sub indz
:begin 
/delay 15s

Sub event_cc

/delay 15s
/warp loc -702.77, 260.47, -44.82
/delay 5s
/warp loc 61.54, 82.68, -24.07
/delay 5s
/warp loc -143.70, 1524.56, -86.23
/delay 5s
/warp loc -670.05, 1139.16, -28.10
/delay 5s
/warp loc -306.61, 933.71, -55.59
/return


|Zone to Undershore

Sub event_tu

/delay 15s
/warp loc 182.32, -663.30, -2.99
/delay 5s
/warp loc 1163.67, -435.02, 9.24
/delay 5s
/warp loc -900.74, 629.90, -1.00
/delay 5s
/warp loc -554.11, -762.87, 54.37
/delay 5s
/warp loc 728.06, 107.08, 0.67
/delay 5s
/warp loc 838.30, 586.54, 135.12
/return


|Zone to Stoneroot Falls

Sub event_sf

/delay 15s
/warp loc -928.40, -1514.39, 15.07
/delay 5s
/warp loc -975.02, -30.47, 54.20
/delay 5s
/warp loc -363.53, -1480.83, 4.38
/delay 5s
/warp loc 190.68, -1090.32, -67.22
/delay 5s
/warp loc 454.62, -1800.23, 14.05
/return


|Zone to Ruins of Illsalin

Sub event_ri

/delay 15s
/warp loc -1374.47, -58.68, -34.29
/delay 5s
/warp loc -404.73, 329.07, -129.78
/delay 5s
/warp loc -1933.15, 295.49, 67.72
/delay 5s
/warp loc -2267.19, -464.17, 111.81
/delay 5s
/warp loc -199.08, -639.76, 89.11
/delay 5s
/warp loc -923.76, -538.51, 110.68
/return


|Zone to Ruins of The Hive

Sub event_th

/delay 15s
/warp loc -1261.73, 498.71, 47.53
/delay 5s
/warp loc -418.87, 482.43, 47.46
/delay 5s
/warp loc -543.28, 541.37, 54.90
/delay 5s
/warp loc 173.00, 650.00, 219.00
/delay 5s
/warp loc -37.73, 1183.32, 254.42
/delay 5s
/warp loc -250, 1360, 15
/delay 5s
/warp succor
/return


|zone yourself out, gate, whatever.. die mebee?



Sub GMcheck  
 	/if (${Spawn[gm].ID}) {  
 		/echo Gm detected  
 		/beep 
 		/beep 
 		/beep  
 		/q 
 		/endmac 
 		/unload 
 		/q  
 	}  
/return
 
what's that? names are familiar from wow - commands are not.
 
Make one more and I'll give you a few weeks. Also- please don't PM redbot about free access.
 
what would you like? and who is Redsquirrel? I only PM'd as i wanted to make sure it was my credit. :P

Have you tried it by chance yet? i did it with three chars, worked great. too bad /zone CTD :(
 
I agree with The Bos, although it's a nice simple little macro =) Squirrley (aka RedSquirrel) is an admin, the one who says if you get access or not. For the other macro...uhm...how about a rallic pack macro? Kills the grimling runner, zones you into katta, warps you to Mr. Rallic and hands him the pack from the runner?

P.S. /zone works here :cool:.
 
hmmm Cade.. i may can do that... may be difficult to get runner tho. I will dwell on it. And yes the name is immature, but my wife walked in looking all good while i was making the account.... yadda yadda.. change it :P i dun care :)

make it something like.. uhmmm "fire retardent" :P
 
The grimling runner is easy...

EDIT: Don't want to give it away now...

Target the runner, check to see if you have a target, if you do warp to him, stick to him and autoattack
 
I will check it tonight, I am no guru like you../wink. But will give it a go :) I only mess with them a little bit, still doing a lot of reseach to understand the code better.
 
Thought you would like that Bos. :)

Cade, I diddnt get time last night, too much going on in guild. Will make an attemt tonight, maybe have it in a day or 2. Also trying to think of an Idea for a sig pic... hmmmmmmmmm
 
Just saying if you need any assistance...I'll be glad to give it...

(I said assistance...not doing it for you)
 
Hey Cade..

A Grimling Runner cannot be snared or rooted. I dont have the first inclination on how to make a char follow him till dead. *Help*

Trying to get this done.

-Polit
 
MQ2Moveutils is helpful here.

(I like fast answers)
 
might wanna put a few - hyphens in there fast answers and can mess him up.. next thing you know, you run the macro and find yourself trying to mate with all the cows..
 
Ok.. here is what I have so far. It will work i am sure. but you would have to manually give the runner sack back. Havent figured that part out yet.

Thanks Cade for the tips :)

Rich (BB code):
|* Things to get BEFORE you do this: Perfect owlbear pelt ( dropped in many zones or buy in the Bazaar ), Shade silk cord ( combine 3 shade silk threads, tailoring trivial 15), shade silk thread ( combine 2 shadeling silks, tailoring trivial 15). Have good Katta faction. *|

#turbo
#event tm "#*#You have entered Tenebrous Mountains#*#"
#event kk "#*#You have entered Katta Kastelum#*#"
#event loot

Sub Main
|Wait for the hotkey to start the macro.


:loopstart
:waitforit
/doevents
/doevents
/goto :waitforit
/return



|make a hotkey </echo You have entered The Tenebrous Mountans>


Sub indz
:begin 
/delay 15s
/docrack nostun on


Sub event_tm

:loop
/delay 15s
/target A Grimling Runner
/if (!${Target.ID})
/goto :loop
/warp target
/face fast
/attack on
:Loop
/stick
/face fast
/delay 2
/if (${Target.ID}) /goto :Loop
/return


Sub event_loot

/loot
/delay 2s
/varset LootTotal ${Corpse.Items}
/echo There are ${LootTotal} items on the corpse.
/if (${LootTotal} > 0) {/for LootSlot 1 to ${LootTotal}
/itemnotify loot${LootSlot} rightmouseup 
/delay 5
/next LootSlot
/notify LootWnd DoneButton leftmouseup 
/call indz
/delay 3s
/warp loc -59.00 1801.00 -36-62
/face west
/keypress forward hold
/return



Sub event_kk

/target Rallic Aristos
/say what plan

|need to devise a give command here

/warp loc 700.00 -669.00 2.13
/face north
/echo Congratulations!
/keypress forward hold
/return
 
Something I missed in the PM,
Rich (BB code):
/if (${LootTotal} > 0) {/for LootSlot 1 to ${LootTotal}
You can drop the { before /for

THe only time I wrap {'s around an if statement, is if it's multiline. IE

Rich (BB code):
/if (${Me.Name[Cade]}) {
/code here
/more code
/even more code
}

If it's just one command to do after the /if, I would't bother, as long as you have it on the same line as the /if
 
Has anyone used a mac for this quest lately? need to do it for some new bots was just wondering?
 
I have works good till the 3rd time you zone then theres a see invis npc under the water there now hits for almost 2k im stuck on that part will have to wate till i get higher level to finsh it
 
I seriously doubt this macro even works, not to mention there's a gm check at the bottom which is ever executed, I have found that making events for zoning messages don't work.
 
Hi, I was trying this today (shrouded rogue) and other than the fact that i died like 10 times, the last loc in the hive (reanimation chamber) seems corrupt, it does not warp you to the chamber, but instead in the middle of a lot of orcs ! one of which i assume sees invis, I then looked on allah and they state the loc as being -545 +540 so off i got in search of that loc, which i may add is in the animation chamber, but does not gove the task complete message ! has anyone else come across this error or knows of the correct location.
Cheers
 
Not sure if its an error or one of SOE's attempt at stopping this macro. SI mob may have been added. I used this macro to get all 22 of my toons thier slipgear gem and a few for a couple of my friends. one thing you can do is /zone into that zone and walk around till it updates make a not of the LOC and post it (if it has changed). Then just plug it into your macro replaceing the old one. I don't have a toon that can get it anymore so I can't go trouble shoot it for you sorry. :( but it probably is still close to where the original one was. My section for the hive looks like.
Rich (BB code):
 |Zone to Ruins of The Hive.  

Sub event_th

/delay 30s
/warp loc -1261.73, 498.71, 47.53
/delay 5s
/warp loc -418.87, 482.43, 47.46
/delay 5s
/warp loc -596, 679, -23
/delay 5s
/warp loc 173.00, 650.00, 219.00
/delay 5s
/warp loc -37.73, 1183.32, 254.42
/delay 5s
/warp loc -250, 1360, 15
/delay 5s
/warp succor
/delay 5s
/zone Corathus
/delay 50s
/echo You have entered Corathus Creep.
/return
 
Whats weird is, thats the only loc that i had trouble with, all the others worked fine...... the SI mob aint the real problem, its the fact that the task does not update at the macro location, there again it didnt update at the loc i found on allah either (which is at least in the correct area)
 
See above and see if its the same, I know I may have changed my LOC in there to update better when I wqas getting them all thiers
 
Ok I'm still very retarted when it comes to these macros... I used this macro tonight on my 75toon no slipgear gem yet and it worked as long as I did /echo You have entered *ZONE*. I got it to work on that toon only used it for corthus-Undershore missed 1 target did the warp 3 times still no task update on the jzard tent-Stoneroot.. I tryed to do this on my other account 70 chanter, I have 2 tasks complete already and have the gem on toon. I run to the Corthus and typhe /mac slipgear and it just says mac ended.... I don't udnerstand I got new tasks and went to other zones that I have not completed the quest in tryed to run macro and END.. Anyone tell me what i'm doing wrong. And every zone I go into do I need to /echo. I'm just starting to AFK bard and understanding that entering a zone does not update macro unless I type it /echo, Any way to have what zone you enter come up on the MQ2 windows?
 
Did you start the maco while you were still in Nek Forest? If not, go back to Nek, start the macro, then zone into Corthus. Also, some of the warp locs may be alittle out of date. You should read the entire thread and update the mac if needed.
 
Ok I never started in nek forest I will try that and zone into CC. I guess I will need to update a few /warp locs to. Thank for help
 
Yeah sure....Is the Original Post on this Forum the Working up to date one as I noticed more code from others on this forum...so is the Original one the full one or not.
 
slipgear macro

Users who are viewing this thread

Back
Top
Cart