- Joined
- Oct 6, 2005
- RedCents
- 120¢
Goblin rogue seemed to be the best one for this mac.
~Polit
~Polit
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

I am not a big user of macros, but this one is nice! I had some trouble starting the macro in Illasin... it just didn't want to play ball with me... this has actually inspired me to look at making some of my own macros and contributing a bit more to the boards 
. I havent updated it since the release of the expansion. So it may need a little bit of tweaking on a per char basis. Also, don't have levitate on when you run it, or you will miss a couple key locs
.|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 pok "#*#You have entered The Plane of Knowledge#*#
|If pok is not your bind point you need to change it to your bind point.
Sub Main
|Wait for the hotkey to start the macro.
:loopstart
:waitforit
/doevents
/doevents
/goto :waitforit
/return
Sub indz
:begin
/delay 15s
Sub event_pok
/endmac
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
his is a test of the newb macro testing system


( @ )( @ ) said:It warped you around PoK?
( @ )( @ ) said:NP man, makes it easy on me eyeballs!
~Polit
Oh, edited mac in case of death and weird happenings![]()

the living isles doesnt update
datadog said:I had all of the zoneline waypoints saved for DoDH, but accidentally overwrote them
Here are a couple I managed to salvage:
[WestKorlach]
HiveZL=-1239.79 -730.01 255.63 205.70:
[EastKorlach]
IllsalinZL=-1545.44 654.63 6.85 123.42:
StonerootZL=195.32 759.95 -17.08 4.13:


DrmChld said:Living Isles updated at 198, -1101, -21.39

Jinx said:Well first time trying so I figured this would be a easy one to get started. When I zone into Undershore it starts to text but I get
"DoCommand -couldn't parse /warp loc xxxxxxxxx the warp locations"
and nothing happens.
Does this still work? Any suggestions for this noob?
