• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

RaidSpammer.inc for MPG Raid - Trial of Foresight (Projection of Tactics)

HardOne

Member
Joined
Jan 15, 2006
RedCents
61¢
I was digging thru my old files when I came across this file I made when we were doing MPG trials. This will call out in Raid say which Direction to run, and will also give you a popup to remind you to move.

This was written before I knew a lot about macro's and dosent includ any automation

RaidSpammer.inc
Rich (BB code):
|RaidSpammer.inc Written by HardOne. Feb 03, 2006
|This Section will say in Raid Say, where to move for Emotes in MPG Raid - Trial of Foresight (Projection of Tactics) 
|Edit - July, 11 2006 - Added /face heading command to turn you in the direction you need to run. (Thanks Sym)
#Event RoomSafe "#*#The room explodes with chaotic energy.#*#"
Sub Event_RoomSafe
	/rs The Room is Safe....For Now.
	/popup The Room is Safe....For Now.
/return

#Event MoveWest "#*#The room begins to heat up dramatically. The west side looks safe.#*#"
Sub Event_MoveWest
        /face heading 270
	/rs MOVE WEST NOW!!
	/popup MOVE WEST NOW!!
/return

#Event MoveEast "#*#The room begins to heat up dramatically. The east side looks safe.#*#"
Sub Event_MoveEast
        /face heading 90
	/rs MOVE EAST NOW!!
	/popup MOVE EAST NOW!!
/return

#Event MoveNorth "#*#The room begins to heat up dramatically. The north side looks safe.#*#"
Sub Event_MoveNorth
        /face heading 0
	/rs MOVE NORTH NOW!!
	/popup MOVE NORTH NOW!!
/return

#Event MoveSouth "#*#The room begins to heat up dramatically. The south side looks safe.#*#"
Sub Event_MoveSouth
        /face heading 180
	/rs MOVE SOUTH NOW!!
	/popup MOVE SOUTH NOW!!
/return

#Event MoveCenter "#*#The room begins to heat up dramatically. The center looks safe.#*#"
Sub Event_MoveCenter
	/rs MOVE TO THE CENTER NOW!!
	/popup MOVE TO THE CENTER NOW!!
/return
 
Last edited:
You know what would be a nice, tiny little addition to this? Have it face the direction that you need to go.
 
thez said:
You know what would be a nice, tiny little addition to this? Have it face the direction that you need to go.
Easy enough, I'll look into it tonight when I have more time.
 
is there a command that I can't find that will turn you to face a direction (north, south, etc)? I couldn't find one.

So, if anyone would like to see this automatically face the direction you want to run, I need location points at north, south, east, and west for this Raid Trial.
 
Rich (BB code):
| North
/face fast heading 0

| West
/face fast heading 90

| South
/face fast heading 180

| East
/face fast heading 270
 
a year ago my guild beat the event by sending 1 person in every 15 min to keep mission up and wait untill the AE has stoped then we send in our GAR and rogues to Range kill everything, worked like a charm and had minimum on our casualties.
 
RaidSpammer.inc for MPG Raid - Trial of Foresight (Projection of Tactics)

Users who are viewing this thread

Back
Top
Cart