Welcome, Guest. Please login or register.
Did you miss your activation email?
April 17, 2024, 10:45:41 pm *

Login with username, password and session length
  Show Posts
Pages: [1] 2 3 4 5 6 ... 47
1  General Category / Suggestions / Re: Broken Stuff Repair Shop v3.0 on: July 07, 2022, 02:33:59 pm
http://ezserver.online/forums/index.php?topic=5556.0

I found out the hard way myself.
2  General Category / Quest and Guides / Re: T3-T4 AirClicker macro on: June 23, 2022, 02:04:10 pm
No, just my lazy typing...forgot the dollar sign

(!${Spawn[npc 80].ID})
3  General Category / Updates / Re: Halloween for St. Patrick's Day? on: March 25, 2022, 12:21:53 pm
Is there any actual need to have the nexus as it is, literally 800 ft afk toons in the middle of it, had to port myself out earlier as I couldn't move....

Tank

There is no need for the random illusions in the Nexus zone, there is also no need to use the public zone when you can pop an instance.
4  General Category / General Discussion / Re: Haste and Delay on: March 19, 2022, 06:09:48 pm
The haste was traded off for 4x base damage increase on all weapons as it was easier to placate slow swings for big booms.  All existing content at the time (up to T6, maybe 7) and subsequent content has been designed around this model.
5  General Category / Quest and Guides / Re: Loot Macro on: February 12, 2022, 02:18:38 pm
Doesn't one version of MQ2 swap delay for pause or vice versa?

Tank

No, the newer version works the same way as the legacy version, it just has a lot more updates/options available to it.  It makes conditions much easier to code, but timed is still timed and delay is still delay, pause would not be used except in a hotkey.
6  General Category / Quest and Guides / Re: Loot Macro on: February 12, 2022, 01:43:14 pm
Updated the links on the first post to reflect Ogru's fixes.

Ogru is working on refacactoring his own version of the loot macro and has agreed to be the caretaker for this version until his is done.  I'm hit or miss still and he is going to be the best point of contact for the loot macro for now.
7  General Category / Quest and Guides / Re: Include file for building Heroic Resists on: November 28, 2021, 09:43:41 am
Updated the logic to add the additional 2 bag slots we have access to, link updated as well.
8  General Category / Quest and Guides / Re: INI based UI mod on: November 21, 2021, 01:42:42 pm
I've updated the XML code and the INI file to include the Progression tab.  The tab acts as a spawn tracker and you can assign any progression tier section to watch for.

In the EZFriendsUI.ini file under [Settings] you assign your desired value to ProgressionTier= value and then create the section in the INI file you want to track spawns for.  Please see the INI file for an example using Temple of Veeshan spawn trackers, attached is also a photo of what the current ini shows.

Again, questions/comments can be posted here in this thread or reach out to me or Chieftan in game.
9  General Category / Quest and Guides / Re: Loot Macro on: November 20, 2021, 04:29:33 pm
It should work for stacked or unstacked, it counts total items not bag slots.
10  General Category / Quest and Guides / Re: Loot Macro on: November 20, 2021, 11:57:06 am
Per Tankus request, added a line to check to see if there is a count associated with a loot item, you will need to manually add a comma and the count in the ini file.  Additionally this will only count the items in the inventory so if you have shit in the bank the macro doesn't look there before deciding whether to loot or not.  This has not been tested, feel free to test and feedback.

To set a max item loot limit, in the EZLoot.ini file, find the item and add a comma after Keep then the count number

Charming Black Rose=Keep,70

You'll need to comment out the EZLoot.inc include line in EZMac and add EZLootItemCount.inc to use this version.


  |#include EZLoot.inc
  #include EZLootItemCount.inc

https://drive.google.com/file/d/1RJFRDbTRJtt9hKut4NZ97ii3LI19ERaB/view?usp=sharing <- Share link to EZLootItemCount.inc
11  General Category / Quest and Guides / Re: INI based UI mod on: November 16, 2021, 02:27:11 pm
Chieftan is the progression coder, we have a bit of back and forth between us talking about ideas and he's likely the one that will be doing the heavy lifting on the progression tab once we figure out what we want to do with it.
12  General Category / Quest and Guides / INI based UI mod on: November 13, 2021, 04:05:27 pm
This is a modification of the Friends window, the purpose is to allow people to modify what they want displayed without having to hardcode everything in the XML file.  It's extremely beta at this time, only the first tab is fully fleshed out and I'm releasing it in the hopes of getting feedback from people for what they would like to see.

This is just my existing Friends window gutted out and refactored, so the code will see updates and the existing code will change so ignore the Progression and TBD tabs for now.

The INI file this window uses is easily modified and totally customizable.  There are 23 lines in the Items section, you can populate all of them or any combination of them to display items you want displayed.  The default code for the INI can be edited out, and the beauty of using the INI approach is not only the ability to customize but not having to reload the UI to see the updated changes.  As you modify the INI, save the file and the UI will read from the INI every time it parses.

To use this, you drop the EQUI_FriendsWnd.xml file into a custom UI folder (DO NOT drop this directly into your default folder) and drop the EZFriendsUI.ini file into your macros folder of your MQ2 directory.

Please leave feedback, good or bad

https://drive.google.com/file/d/1U8CVHD_GQttgx8JmLV3TPMoUIQc42BLL/view?usp=sharing <-- Link to EQUI_FriendsWnd.xml (put this in a custom UI folder)
https://drive.google.com/file/d/1KKr7VmKUoZZ5WAwJ4LI9xEJX1_rq57k2/view?usp=sharing <-- Share link to INI file (place in Macros folder of your MQ2 directory)
13  General Category / Quest and Guides / Re: Include file for building Heroic Resists on: November 12, 2021, 03:21:00 pm
/if (${MagicBoxOpenSlots.Count[-]}>2 && ${HRAugsInBags.Count[-]}>0) {
         /call HRTransferHRAugsToMagicBox
      } else {
         /bc Poop
      }

That looks like where it's happening, I throw in some debug output often to see if the logic fails.  What this first line is doing is making sure you have greater than 2 open slots in the magic box being evaluated and that you have at least one designated heroic aug in any other bag slot.  If this condition fails to be met it just says Poop in your MQ2 window, obviously it should be a more clear message and I will try to get an edit up.

Additionally, this was written when we had 8 bag slots, I don't think it was ever updated for 10.  Do the characters that are seeing this have heroic augs in bags 9 and 10?
14  General Category / User Interfaces / Re: Group2 and Group3 UI windows on: November 10, 2021, 03:37:37 pm
Reddwarf has access to the ui mods I have made and is reviewing them before he puts active links on the wiki.
15  General Category / Updates / Re: Halloween 2021 on: November 06, 2021, 05:17:40 pm
I think this only happens when you log out inside an active realm, when the server does a cleanup of inactive zones yours gets orphaned.
Pages: [1] 2 3 4 5 6 ... 47
TinyPortal v1.0 beta 4 © Bloc