• 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

Forgotten Halls Afk Macro Gets New Expedition

Im having a problem where the circle messes up and sorta runs into walls. Anyone else having this problem or know how to solve it?
 
I Forgot to say Thank you to Pugs for this excellent macro

Thank You Pugs
 
Kidyan said:
Im having a problem where the circle messes up and sorta runs into walls. Anyone else having this problem or know how to solve it?

You got MQ2Moveutils loaded?
 
I would think he does, as if he didn't he would get an invalid command error
 
Kidyan said:
Im having a problem where the circle messes up and sorta runs into walls. Anyone else having this problem or know how to solve it?

I have noticed that sometimes if you have a movement speed buff on (selo's/sow/etc), you will overshoot the anchor location by a tad and make your circle bump you into the wall. Just move as close as you can to the anchor point before you begin the mac. If you get a bad point again just /mac end, /twist off, /circle off and try again =)

Hope this helps...
 
BTW, thanks for this great macro. I modded it to fit what I need and its great =) 48 levels and counting in 4 days ;-)
 
swoosh ... post the code for your moded FH.mac please...

and tell us what you edited it to do or not do

thanks

8-)
 
I make the macro to work 2 days ago and have die 4 time since that time ( the time I die was not cause of the macro, but because I lost my connection to internet for like 10 sec and soe disconnect me, so my chracter stand still and get killed )

The song I twist are "Selo" and "Brusco Beastful Bellow" , because I lost too often my solo and get hit during that time I remove one song 4 seem to work better for me. Im waiting for lvl 30 to really begin to shine as a Bard...

/twist 1 2 2 2

I also have change a little my warping point because I was sometime hitting the wall

/warp loc -580.50 162.80 2.15

I also have add a line in the macro incase I level too much and that mob become green to me before getting a new one

/if (${Target.Level}<17) /tar npc next

I try to change my macro every 6 hours ( because every 6h I gain a level ;) )

Now that I have add a Fungus Tunic it help a lot , really worth the 40K I pay it


And I also have a question, what make you miss not sometime, If I could miss less often I will be able to add one more song and level faster...
 
I got a problem, I die in FH but my corpse dissappear, its not in FH and not in Nedaria Landing...

I dont think I should petition a GM, because I have use warp in this zone, so they will probably see it in my log ?

So does that mean I lose everything was on my bard, including this wonderful Fungus Tunic ?

Or does their another way to find a corpse accros zone ? beside targetting corpse when in that zone ?
 
Or wait a week and get it in shadowrest
 
Seem I dont have any corpse anywhere... worse now I can't play because I got a message "This zone is unavailable" seem I will have to take a 6h break to click Return home, maybe then my corpse will reappear
 
*bangs head on desk....HARD*

Shadowrest is a zone that was introduced a good 6 months ago, after your corpse decays it goes there for you to get. In PoK on find you'll see "Emissary of Shadowrest", go to her and talk to her, she'll port you there. There you will find a big scary NPC that wanders around the zone, talk to him.
 
hi me agin

ok i know i left out all the credits ill try and list you all hear in a moment. now i dont like fat in any code so this is vary streamlind but hears what i did. modafied the exit comant so that it works proerly it was casing an error for me in organl code addid the regen sub from the afk loot macro and changed the way in wich the maco exacuts the comand to begin the killing. my reson is this my cat moved my mouse so when i goot booted and started mac agin i did not enter FH but rather ran cirles right there for all to see for 6 hours!. it now waghts for the you to have the you have enterd verbage and then starts the mac without delay. this is higly edited you may need to pic and past but hear it is Oh almost forgot i also elimantead one unesasry worp you can hale whats her fase from the rock one lees warp to log. it also kinda looks like you laged out sence you only move about 2 feet from where you zone out too. also includs the fixed camp code

Rich (BB code):
|Rev 1.2.4
#turbo
#event lfh "#*#i need to go#*#" 
#event dzquit "#*#You have entered Nedaria's Landing#*#" 
#event pok "You have entered The Southern Desert of Ro."
#event go "You have entered The Forgotten Halls."

Sub Main
	:waitforit
	/doevents
	/doevents
	/goto :waitforit
/return

Sub event_go
	:begin  
	/twist off
	/face heading 270
	/delay 2s
	/warp loc -580.50 162.80 2.15
	/circle on 20
	/keypress forward hold
	/twist 1 2 3 4 5 6
        /twist adjust 5
	/target clear
	/target clear
   
		:loopstart 
		/doevents  
		/call GMcheck  
		/if (${Target.Level}>67) /tar npc next 
		/if (${Target.Distance}>220) /keypress esc  
		/if (${Target.ID}==FALSE) /tar NPC radius 220 rat
		/if (${Me.PctHPs}<=40) /call succor
		/if (${Me.PctHPs}<=70) /call regen
		/doevents
	/delay 10  
	/goto :loopstart  
/return
  
Sub regen
	/twist 1 2 3 4 5 7
	:regenloop
	/doevents
	/if (${Me.PctHPs}<=40) /call succor
	/if (${Me.PctHPs}>=95) {
	/twist 1 2 3 4 5 6
        /twist adjust 5
/return
}
/goto :regenloop
/return
 
Sub succor
	/warp loc 245 -33 0
      /keypress forward
	/circle off
	/twist 1 7
	/delay 60
	:loopheal
        /doevents
        /call GMcheck
	/if (${Me.PctHPs}>95) {
	/face heading 270
	/warp loc -580.50 162.80 2.15
	/circle on 20
	/keypress forward hold
	/twist 1 2 3 4 5 6
        /twist adjust 5
/return
}
/delay 60
/goto :loopheal
/return

Sub GMcheck  
 	/if (${Spawn[gm].ID}) {  
 		/beep 
 		/beep 
 		/beep  
 		/q 
 		/endmac 
 		/unload 
 		/q  
 	}  
/return  

Sub event_dzquit
        /doevents
        /call gmcheck
        /disband
	/dzremove XXXXXX
	/twist off
	/delay 2s
      /warp loc 300 1600 51
	/target Eldros Danmor
	/delay 2s
	/say interested in visiting
	/delay 3s
        /doevents
	/warp loc 1544 -665 94
	/face loc 1540, -675
	/look 0
      /target Nideno Eliagy
      /say Forgotten halls
	/doortarget
	/delay 15s
	/keypress u
	/keypress u 
	/delay 1s
	/target clear
/return

Sub event_pok 
        /keypress forward 
        /twist off
        /circle off
        /call gmcheck
        /delay 45s
	/sit on
	/camp desk 
	/endmacro 
/return

Sub event_lfh
        /keypress forward 
        /circle off
        /twist off
	/target a harindi guide
	/warp target
	/delay 1s
	/say ready to leave
	/end
/return

Credits are as foolows let me know if i mised anyone
Modified by Worrix
Thanks to Cade for the help ,Jumjum5, Lance173, Pugs, armysoldier, Infernal, Soultaker, Siddin Red and the rest of the brilliant minds
here at red Guides.
 
Last edited:
Nice it work really well, but sometime he continue to kill the corpse of the mob, dont know why, seem to be a random bug...

I just have a new idea, it is possible to add a line that when you gain a level you will quit the expedition and come back with a new one ( for higher lvl mob to kill, then more xp )

Just a idea
 
gets new expadition after each leval or the conclushen of 6hours
this will only work if you put your cars name in place of XXXXXXX hear

Rich (BB code):
Sub event_dzquit
        /doevents
        /call gmcheck
        /disband
	/dzremove XXXXXX

ok and now the real mac Rev. 1.2.5 :D

Rich (BB code):
|Rev 1.2.5
#turbo
#event lfh "#*#i need to go#*#" 
#event level "#*#You have gained a level!#*#" 
#event dzquit "#*#You have entered Nedaria's Landing#*#" 
#event pok "You have entered The Southern Desert of Ro."
#event go "You have entered The Forgotten Halls."

Sub Main
	:waitforit
	/doevents
	/doevents
	/goto :waitforit
/return

Sub event_go
	:begin  
	/twist off
	/face heading 270
	/delay 2s
	/warp loc -580.50 162.80 2.15
	/circle on 20
	/keypress forward hold
	/twist 1 2 3 4 5 6
        /twist adjust 5
	/target clear
	/target clear
   
		:loopstart 
		/doevents  
		/call GMcheck  
		/if (${Target.Level}>67) /tar npc next 
		/if (${Target.Distance}>220) /keypress esc  
		/if (${Target.ID}==FALSE) /tar NPC radius 220 rat
		/if (${Me.PctHPs}<=40) /call succor
		/if (${Me.PctHPs}<=70) /call regen
		/doevents
	/delay 10  
	/goto :loopstart  
/return
  
Sub regen
	/twist 1 2 3 4 5 7
	:regenloop
	/doevents
	/if (${Me.PctHPs}<=40) /call succor
	/if (${Me.PctHPs}>=95) {
	/twist 1 2 3 4 5 6
        /twist adjust 5
/return
}
/goto :regenloop
/return
 
Sub succor
	/warp loc 245 -33 0
      /keypress forward
	/circle off
	/twist 1 7
	/delay 60
	:loopheal
        /doevents
        /call GMcheck
	/if (${Me.PctHPs}>95) {
	/face heading 270
	/warp loc -580.50 162.80 2.15
	/circle on 20
	/keypress forward hold
	/twist 1 2 3 4 5 6
        /twist adjust 5
/return
}
/delay 60
/goto :loopheal
/return

Sub GMcheck  
 	/if (${Spawn[gm].ID}) {  
 		/beep 
 		/beep 
 		/beep  
 		/q 
 		/endmac 
 		/unload 
 		/q  
 	}  
/return  

Sub event_dzquit
        /doevents
        /call gmcheck
        /disband
	/dzremove XXXXXX
	/twist off
	/delay 2s
      /warp loc 300 1600 51
	/target Eldros Danmor
	/delay 2s
	/say interested in visiting
	/delay 3s
        /doevents
	/warp loc 1544 -665 94
	/face loc 1540, -675
	/look 0
      /target Nideno Eliagy
      /say Forgotten halls
	/doortarget
	/delay 15s
	/keypress u
	/keypress u 
	/delay 1s
	/target clear
/return

Sub event_pok 
        /keypress forward 
        /twist off
        /circle off
        /call gmcheck
        /delay 45s
	/sit on
	/camp desk 
	/endmacro 
/return

Sub event_lfh
        /keypress forward 
        /circle off
        /twist off
	/target a harindi guide
	/warp target
	/delay 1s
	/say ready to leave
	/end
/return

Sub event_level
        /keypress forward 
        /circle off
        /twist off
	/target a harindi guide
	/warp target
	/delay 1s
	/say ready to leave
/return
 
Rich (BB code):
#event pok "You have entered The Southern Desert of Ro."
|-----------------------------^^^^^^^^^^^^^^^^
|-----------------------------Change to Bind zone

right?
 
Rich (BB code):
/twist 1 2 3 4 5 6
|- edit your twist 
|- 1 - Selo 2-5 Dot  6 is regen

is that right too?
 
Meave said:
sometime he continue to kill the corpse of the mob, dont know why, seem to be a random bug
If your toon has a DS up this will happen if the DS finishes the mob.
 
Lol thanks that was the case, buff was still active from my normal PL...

BTW armysoldier the heal song is not 6 its 7 , 6 is still a DoT , so

/twist 1 2 3 4 5 6
|- edit your twist
|- 1 - Selo 2-6 Dot/Nuke 7 is regen
 
aaahhh ok .. got ya

i was thinking... as bad of an idea as that is .. 8-)

what about adding

Rich (BB code):
Sub Sing
/twist 1 2 3 4 5 6
/return

and where you /twist

you /call sing

and i was thinking put the sub right above the sub regen

so there are only 2 places you have to edit your twist... the sub sing and

sub regen / succor for your heal song


what do you think?
 
i will look into it army
having a gm scare so lying low seems ther was some guild watching the comings and goings of the zone and reporting peeps... so ill need to do all redesine work on a free trash toon. try and post it hear later
 
Sometime I get killed by Yunjo Pillgrim and a bunch of his friend, so I want to add a command to my target macro to dont target theses kind of mobs, anyone can help ?
 
Rich (BB code):
/if (${Target.Name.Equal[insert name here]}) {
/squelch /twist stop
/target npc next
/delay 30
/squelch /twist 1 2 3 4 5 6
}

put this in your main loop change name to what ever you want

I was thinking.. we should make this a sub .. that gets called before any twisting happens

just another thought
 
Thanks, think I will try to add this sub to the macr, and add the 3-4 mob that I dont want to get targeted in this place...

what /squelch is supposed to do ?
 
armysoldier said:
aaahhh ok .. got ya

i was thinking... as bad of an idea as that is .. 8-)

what about adding

Rich (BB code):
Sub Sing
/twist 1 2 3 4 5 6
/return

and where you /twist

you /call sing

and i was thinking put the sub right above the sub regen

so there are only 2 places you have to edit your twist... the sub sing and

sub regen / succor for your heal song


what do you think?


I added this sub to the FHbard.mac above

and in the 3 or 4 places it had the normal kiting twist i changed /twist 1 2 3 4 5 6 to /call sing

so far its been running for 6 hours like a champ





Theonly thing this does is allows you to customize it quicker... or change your kite twist faster 8-)
 
Syntax
/squelch command

Description
Executes a command and prevents any output from the command. This does the following:

Turns mq filter off
Executes the command
Turns mq filter back to the state it was in before step 1
Examples
It is recommended that you do the following in your .CFG files that you dont want to see output from
/squelch /filter mq on
<do your stuff here>
/squelch /filter mq off

using the link from Macro Turoral page

I got this info from MQ2 site

that as much help as i can give with squelch 8-)

sorry

I suck
 
i cannot figure out how to start this mac. i have tried /doevents start and it does nothing. my bard is 17 and in FH. help! lol. pls.
 
okay, i got it to start. but when it zones in it just runs into the walls. any idea? also, if i were going to change the code to when i have a mob targeted that is attacking me, that i would turn and face it then start attacking it. how would i do that? because i dont take as much damage that way, i.e. speeding up the kills. I have tried /face ({TARGET}) then /delay 2s then /attack on. but it wont face the target.
 
Last edited:
ok couple things..

1. ensure your plugins are loaded and docracks started

2. make sure you have gotten the new code

3. Edit your toons name on

Rich (BB code):
Sub event_dzquit
        /doevents
        /call gmcheck
        /disband
	/dzremove yournamehere

4. edit the twists so they reflect the right songs for you

Rich (BB code):
Sub regen
	/twist 1 2 3 7 1 4 5 6 7 
|------------Twist with REGEN
	:regenloop
	/doevents
	/if (${Me.PctHPs}<=40) /call succor
	/if (${Me.PctHPs}>=95) {
	/twist 1 2 3 4 5 6
|-------------original twist
        /twist adjust 5

Also edit in

Sub event_go

and

Sub regen


See above for the edit to take out 3 or 4 of the twists and adding a sub for it


5. to start the actual mac

Start in nedarias land .. anywhere

type this

Rich (BB code):
/echo You have entered nedaria's landing




you will see twist and circle off

then your toon will get a new tast.. come back to nid and say forgotten halls and enter the zone for you

don't do anything.. the pauses are there for you for a reason

you will warp .. face.. and circle on etc etc



KEY notes

LAg will eat you up - so do not afk macroo this if your laggy ..

The toon running this macro should be the toon you see on the screen if you do multiple accounts on one puter



i think thats it .. thats all from personal experience with this mac ... i use it all the time

works great
 
i amnot sure about attacking mobs.. they hit pretty hard... 200-400 at lvl 63-65
 
look, its been said before, but i'll say it again. the guy who started the thread in the first place to let people know about this zone even wrote a freakin macro for you to log out.

dont stand at the zone out here for hours when you get booted. its not hard to copy and paste a few lines to the macro you are using to target next npc to log yourself out.

there is a female vahshir bard, level 59, with epic, name starts with a r... whos been standing there for days.

dont be an idiot.
 
And people should loot their corpse, I have a hard time finding mine, too much corpse everywhere near the rock !
 
THIS is not good.

IMHO websites like these need to stop offering pre-compiled versions of MQ2.

If this influx of morons continue, expect GM's to bust out the B.A.N stick soon.

Add a fucking regen into your twist for christs sake! Will help to keep all the damn corpses from around the click in stone. Jeesus christ.

Every morning I see 2-3 dildos just standing around the stone, AFK. All with a guild tag no less.

I try to train them, but most of them are non-kos to anything in the zone...so.
 
too bad reporting them would only bring attention to the zone. if they dont already know about it that is.

too bad they dont distribute common sense with the precompiled version.

all i have to say is rubonya is still there as of right now. you get extra bad karma for having a seriously gay name also. i really hope you see this post.
 
Im trying to make a list of what level make FH not the best place to level up, this will help me when I will raise my other account bard.

lvl 13 : most mob are light blue, so xp is not good
lvl 18 : most mob are green , so you should not run the macro for this lvl
lvl 28 : most mob are light blue, so xp is not good
lvl 53 : most mob are red , yellow and white , harder but good Xp
lvl 54 : most mob are yellow or white , harder but decent xp
 
Last edited:
Forgotten Halls Afk Macro Gets New Expedition

Users who are viewing this thread

Back
Top
Cart