Devlin
Active member
- Joined
- May 22, 2006
- RedCents
- 140¢
Rich (BB code):
| Daosheen.mac
| You need mq2Ghost for this to work.
| You also need mq2rwarp ( or, another warping plugin )
| You need to stay in first person
|-------------------------------------
#turbo 10
#event red "#*#by the presence#*#"
#event yellow "#*#saps your strength#*#"
#event blue "#*#will to fight#*#"
#event green "#*#blood is tainted#*#"
Sub Main
:start
/doevents
/goto :start
/return
sub event_red
/popup PRESENCE, CLICKING RED NOW!!
/beep
/ghost on
/warp loc -23, -355, 28
/delay .5s
/face fast heading 0
/delay .5s
/keypress num_5
/click left 0 0
/delay .5s
/ghost return
/return
sub event_yellow
/popup CURSE, CLICKING YELLOW NOW!!
/beep
/ghost on
/warp loc -21, -574, 28
/delay .5s
/fact fast heading 0
/delay .5s
/keypress num_5
/click left 0 0
/delay .5s
/ghost return
/return
sub event_blue
/popup SMOTHERING, CLICKING BLUE NOW!!
/beep
/ghost on
/warp loc -109, -493, 28
/delay .5s
/face fast heading 90
/delay .5s
/keypress num_5
/click left 0 0
/delay .5s
/ghost return
/return
sub event_green
/popup PLAGUE, CLICKING GREEN NOW!!
/beep
/ghost on
/warp loc 97, -478, 28
/delay .5s
/face fast heading 15
/delay .5s
/keypress num_5
/click left 0 0
/delay .5s
/ghost return
/return
Your Number 5 hotkey must be the " center screen " button.
The next time our Guild does Daosheen I'll get the switch numbers so there won't be any ghost/warping
Redcents appreciated.
Last edited:


