scotty0100
Active member
- Joined
- Dec 10, 2014
- RedCents
- 297¢
Hi guys.
New to Redguides, been playing EQEmu (PEQ, P99 and SoD mainly!) for a long time and playing up to 32 characters there on my own custom macros, but lost a bit of interest in EQEmu so decided to try Live again playing just 6 to start off with . Quit retail in GoD era or so, and the first thing I noticed as a free member was the annoying pop up boxes.
I have added a line of code in my main loop to instantly close them as they pop up, this will work for other people's macros.
Hopefully will get to share more cool snippets etc as I progress in Live again!
New to Redguides, been playing EQEmu (PEQ, P99 and SoD mainly!) for a long time and playing up to 32 characters there on my own custom macros, but lost a bit of interest in EQEmu so decided to try Live again playing just 6 to start off with . Quit retail in GoD era or so, and the first thing I noticed as a free member was the annoying pop up boxes.
I have added a line of code in my main loop to instantly close them as they pop up, this will work for other people's macros.
Rich (BB code):
/if (${Window[AlertWnd]}) /notify AlertWnd ALW_Close_Button leftmouseup
Hopefully will get to share more cool snippets etc as I progress in Live again!