nyghteyes
What is a macro??
- Joined
- Mar 21, 2006
- RedCents
- 1,347¢
Saw a request for a Sister mac , I Couldnt find one posted could only find one for Hatchet and this looked fairly easy, Plus had nothing better to do at work this morning soooo....Here is a Sisters mac
Devlin Made a Hatchet Macro posted HERE
Devlin Made a Hatchet Macro posted HERE
Rich (BB code):
|Sisters Event DemiPlane
|6/18/09 - Nyghteyes - Notaddicted.com
|Dont blame me if this doesnt work, emotes based off allakhazams entries.
|Credit for those go to those whom posted them.
#turbo 40
#event Conspiring "#*#conspiring#*#"
#event Crying "#*#crying#*#"
#event Rats "#*#dead rat#*#"
#event Letter "#*#letter opener#*#"
#event Poisinous "#*#poisinous substance#*#"
#event Sabotaging "#*#sabotagingG#*#"
#event Scoping "#*#scoping#*#"
#event Spying "#*#spying#*#"
#event Stake "#*#wooden stake#*#"
#event Diary "#*#diary#*#"
#event Kill "#*#I'll kill her#*#"
Sub Main
/declare StartZone int outer ${Zone.ID}
:MainLoop
/doevents
/if (${Zone.ID} != ${StartZone}) /end
/doevents
/delay 5
/goto :MainLoop
/return
Sub Event_Conspiring
/say She is conspiring
/return
Sub Event_Crying
/Say She is crying quietly
/return
Sub Event_Rats
/Say She put a dead rat in your bed!
/return
Sub Event_Letter
/Say She is sharpening a letter opener
/return
Sub Event_Poisinous
/Say She is making a poisonous substance
/return
Sub Event_Sabotaging
/Say She is sabotaging a coffin
/return
Sub Event_Scoping
/Say She is scoping out the guestrooms
/return
Sub Event_Spying
/Say She is spying on you
/return
Sub Event_Stake
/Say She is carving a wooden stake
/return
Sub Event_Diary
/Say She is reading your diary
/return
Sub Event_Kill
/popup WOOT Finished Sisters!
/end
/return

