Welcome, Guest. Please login or register.
Did you miss your activation email?
April 20, 2024, 03:46:28 am *

Login with username, password and session length
  Show Posts
Pages: [1] 2
1  General Category / General Discussion / Re: MQ2 macros on: February 17, 2022, 02:38:55 pm
Exactly the quest and info I was looking for. Thank you!
2  General Category / General Discussion / Re: MQ2 macros on: February 17, 2022, 01:43:11 pm
Would any of you experts in MQ2 know of a way to see if everyone has a particular quest without tabbing through all the windows?
3  General Category / User Interfaces / Re: Item Display on: February 10, 2022, 01:12:07 pm
Thank you for bumping this and providing the work on the UI! This really helps with the clutter.
4  General Category / General Discussion / Re: #e commands for expiditions on: February 09, 2022, 07:33:17 pm
Thanks Chief!
5  General Category / General Discussion / #e commands for expiditions on: February 09, 2022, 05:57:16 pm
What operands are available for #e?

I learned about #e leave today but is there one to enter? Are there others? A list of these under the http://wiki.ezserver.online/Expedition page might be helpful for us clueless folks. Also maybe mention Blackburrow on that page too!

Thanks in advance
6  General Category / General Discussion / AA Buying Macro on: February 02, 2022, 11:25:29 am
Got a request today for an AA macro. Here is the one I use. Make sure that autobuy aa is enabled or you'll just go into a confirm loop and nothing is purchased.

Code:
Sub Main
:loop
/if (${AltAbility[${Window[AAWindow].Child[List1].List[1]}].ID}==NULL && ${AltAbility[${Window[AAWindow].Child[List2].List[1]}].ID}==NULL && ${AltAbility[${Window[AAWindow].Child[List3].List[1]}].ID}==NULL) /endmacro
/if (${Me.AAPoints}>=25) {
/call BuyAA
/goto :loop
}
/return

Sub BuyAA
/declare a int local
/if (!${Window[AAWindow].Open}) {
/windowstate AAWindow open
}
/if (!${Window[AAWindow].Child[CanPurchaseFilter].Checked}) /nomodkey /notify AAWindow CanPurchaseFilter leftmouseup
/for a 3 downto 1
/if (!${AltAbility[${Window[AAWindow].Child[List${a}].List[1]}].ID}==NULL) {
/nomodkey /notify AAWindow AAW_Subwindows tabselect ${a}
/nomodkey /notify AAWindow List${a} listselect 1
/nomodkey /notify AAWindow List${a} leftmouse 1
/delay 1
/nomodkey /notify AAWindow TrainButton leftmouseup
/delay 1
/return
}
/next a
/return
7  General Category / Suggestions / Re: Broken Stuff Repair Shop v3.0 on: January 21, 2022, 10:49:27 am
Small thing but noticed today while turning in Earring of the Brutal Ages ranks 6-9, if I traded and GoA in the first slot of the trade window and the EoBA in the second slot I would get both items returned to me. If I swapped the slots EOBA in slot 1 and GoA in Slot 2 she would take it and upgrade the earring. Minor but it confused me on the first turn in.
8  General Category / Quest and Guides / Re: mq2autologin issues on: January 20, 2022, 05:26:50 pm
I'm not great with auto login settings but I've been using these for a bit without problems:

[Settings]
UseStationNamesInsteadOfSessions=1
KickActiveCharacter=1
KickActiveTrader=1
Debug=1
UseAuth=1
UseMQ2Login=0
EnableCustomClientIni=1
mq2autologin=mq2autologin
UseINIServerList=1
NotifyOnServerUP=0

[Servers]
ez=EZ Server - Custom Zones Vendors Quests Items etc
9  General Category / General Discussion / Re: Issue with Mob dmg after reboot on: January 20, 2022, 08:42:28 am
Yes thank you all for the work you put in!
10  General Category / General Discussion / Re: Issue with Mob dmg after reboot on: January 19, 2022, 08:40:35 pm
I've been pulling ToV all day with about 3-6 of the named on me at a time. Just zoned in and got smoked by the first 5 or 6 regular mobs in ToV. Mobs hitting at roughly 200k a hit against T10 Sarnak armor/goblin/SOA and fully buffed. Something does seem off.
11  General Category / Updates / Re: Happy New Year 2022 EZ Server! on: January 02, 2022, 08:47:31 am
A very great look at 2022, thank you Draca and Akka!
I appreciate all the work you put in.

A happy new year to everyone!
12  General Category / Updates / Re: Loginserver Issues on: October 30, 2021, 09:57:32 am
Noticed my MQ2 autologin was getting stuck at the server select screen after making this change. I made the following change to my MQ2AutoLogin config file:

Code:
;ez=[] EZ Server - Custom Zones, Vendors, Quests, Items, etc
ez=EZ Server - Custom Zones Vendors Quests Items etc

I think this is because we're not listed under the gold (Legends?) servers currently. You can find out what the server name is from the eqlsPlayerData file:

Code:
LastServerName=EZ Server - Custom Zones Vendors Quests Items etc
13  General Category / General Discussion / Re: Login server down? on: October 29, 2021, 04:21:50 pm
http://www.eqemulator.org/forums/showthread.php?t=43435 Login server issue. No idea how the vpn affected it but it did!
14  General Category / General Discussion / Re: Login server down? on: October 29, 2021, 04:09:27 pm
Now that is interesting. I fired up my VPN and ran it through Denver (closest node) and no dice on the server list. But when I swapped to Miami I could get a few toons in. I ran through a few more locations with mixed results but could never get every one in.
15  General Category / General Discussion / Re: Login server down? on: October 29, 2021, 09:49:19 am
I'm having issues as well connecting. Blank server select screen. I noticed I had a windows update last night but not sure if that had anything to do with it.
Pages: [1] 2
TinyPortal v1.0 beta 4 © Bloc