- Joined
- Nov 11, 2012
- RedCents
- 688¢
You don't need take the boat to Abysmal sea. Go guild lobby magus, she teleport u to Natimbi then A erudite magus at Natimbi will port to AS.
From Tapatalk
From Tapatalk
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

You don't need take the boat to Abysmal sea. Go guild lobby magus, she teleport u to Natimbi then A erudite magus at Natimbi will port to AS.
#Event Lips "Galdorin#*#lips#*#"
#Event Carouse "Galdorin#*#carouse#*#"
#Event Trips "Galdorin#*#trips#*#"
#Event Vows "Galdorin#*#vows#*#"
#Event Glass "Galdorin#*#glass#*#"
#Event Brasse "Galdorin#*#Brasse#*#"
sub main
/echo Waiting for the phrase.
/delay 1s
/target galdorin
:loop
/delay 2s
/if (${Cursor.ID}) /goto :finish
/doevents
/goto :loop
:finish
/echo SUCCESS !!!!!
/echo Ending Macro.
/delay 3s
/autoinventory
/delay 3s
/endmac
Sub Event_Lips
/say My stinky stein has rough dirty lips,
/delay 3s
/doevents flush Lips
/return
Sub Event_Carouse
/say but she loves a deep carouse.
/delay 3s
/doevents flush Carouse
/return
Sub Event_Trips
/say Beer or ale are her great trips.
/delay 3s
/doevents flush Trips
/return
Sub Event_Vows
/say No matter how many vows
/delay 3s
/doevents flush Vows
/return
Sub Event_Glass
/say I make or break, my drinking glass
/delay 3s
/doevents flush Glass
/return
Sub Event_Brasse
/say reminds me of my lovely Brasse.
/delay 3s
/doevents flush Brasse
/return
/return
sometimes typing is bold is yelling, but do it in giant purple and you are somehow cool.... that and I am in a purple mood, just got my Steelseries Merc Stealth keyboard today and it is all lite up purple! Stole it on ebay for $35
it has a plugin for everquest!
Thanks for sharing, please see the current location for this topic.
http://www.redguides.com/community/...b-Crawl-POK-Port-Clicky-from-16th-Anniversary

it only runs for 2 weeks so don't dottle!
l/Back on track then...: Make sure you have Goldorin (sp) targeted, he will smile at you for every line you get right. No smile, no stein, no target, no smile, FYI!
Oh, and the clicky is almost instant, fast enough to get out of jail free to avoid a death.
My next step is looking into how I can force all my boxes to click the stein via a EQBC command sent to the group.
I was thinking about this the other day, but it hurt my head, so I gave up. (I'm far from being the sharpest knife in the block)
Maybe you could use /bcga //casting "Drunkard's Stien". Thishould cast on all toons in group.
| MQ2ZonePCCmd.mac
| 2016 - Incognito
| This mac will check everyone in your group to see if they are in the same zone, a PC, and send them a command
Sub Main
/declare x int local
/for x 0 to ${Group} |start at 1 instead of 0 to exclude yourself
/If (!${Group.Member[${x}].OtherZone} && ${Group.Member[${x}].Type.Equal[PC]}) {
/echo sending cmd to ${Group.Member[${x}].Name} ${Group.Member[${x}].Type}
} else {
/echo NOT sending cmd to ${Group.Member[${x}].Name} ${Group.Member[${x}].Type}
}
/next x
/return
