• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

Macro help (1 Viewer)

Puntaz

New member
Joined
Apr 19, 2006
RedCents
Im making a macro for the Daosheen the Firstborn fight, for those who dont know the fight, there are 4 different AE's that go off randomly, and you then have to click a specific colored stone to cure youself. I was wondering if anyone knew a command that I could add that would center my screen to look straight ahead and not up or down at all and left click the mouse in the center of my screen, so that it will cure the AE. This is what I have so far.


Sub event_red
/popup PRESENCE, CLICKING RED NOW!!
/beep
/ghost on
/warp loc -23, -355, 28
/delay .5s
/face fast heading 0
/delay .5s
/ghost return
/return
 
Rich (BB code):
|Daosheen.mac
|You need mq2Ghost for this to work.
|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

/keypress num_5 should be your " center screen " key since i couldn't find any other way to do it.
 
Last edited:
Macro help

Users who are viewing this thread

Back
Top