- Joined
- Oct 6, 2005
- RedCents
- 120¢
Heres a little diddy I put together for the slipgear quest. You have to manually zone. probably some other things could be done to make it better. I had a /zone line in it, but it CTD, so heres the remains. I have used it several times, makes this aug 10-15 minutes to get
.
BTW, this is my first, go easy on me
.
Notable thankyou to Cade for a couple tips while I was making it.. thx man.
*EDIT* Added code incase of death to take care of any mishaps
.BTW, this is my first, go easy on me
.Notable thankyou to Cade for a couple tips while I was making it.. thx man.
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#*#"
#event ef "#*#You have entered Guild Lobby#*#"
|Change to bind zone............^^^^^^^^^^
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
Sub Event_ef
/echo sorry i don't know how or why but you died.
/circle off
/twist off
/delay 45s
/sit on
/camp desktop
/q
/endmacro
/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
*EDIT* Added code incase of death to take care of any mishaps

Last edited:


