||Slipgear.mac
|
|
|
|* This mac is based off of ( @ )( @ )'s Code.Updated by Sorenbro Fixed loc in the hive and added zoneing useing mq2piggyzone.
|To use go too Corathus Creep (/zone Corathus)then /tar slip, /warp target, /say accept the mission. Cick accept. Do this 5 times. Then /mac slipgear ( or what ever you named this mac) then /echo start.
#turbo 30
#event cc "#*#start#*#"
#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.#*#"
#event cc2 "#*#You have entered Corathus Creep.#*#"
#chat tell
|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
/keypress forward hold
/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
/delay 5s
/zone eastkorlach
/delay 45s
/echo You have entered The Undershore.
/return
|Zone to Undershore
Sub event_tu
/delay 15s
/keypress forward hold
/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
/delay 5s
/zone westkorlach
/delay 45s
/echo You have entered Stoneroot Falls.
/return
|Zone to Stoneroot Falls
Sub event_sf
/delay 15s
/keypress forward hold
/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
/delay 5s
/zone illsalin
/delay 45s
/echo You have entered Ruins of Illsalin.
/return
|Zone to Ruins of Illsalin
Sub event_ri
/delay 15s
/keypress forward hold
/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 2s
/warp loc -199.08, -639.76, 89.11
/delay 2s
/warp loc -923.76, -538.51, 110.68
/delay 2s
/zone drachnidhive
/delay 45s
/echo You have entered The Hive.
/return
|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
Sub event_cc2
/delay 15s
/tar slip
/delay 5s
/warp target
/delay 5s
/hail
/delay 5s
/endmacro
/return
Sub GMcheck
/if (${Spawn[gm].ID}) {
/echo Gm detected
/beep
/beep
/beep
/q
/endmac
/unload
/q
}
/return