Welcome, Guest. Please login or register.
Did you miss your activation email?
April 26, 2024, 11:23:06 pm *

Login with username, password and session length
  Show Posts
Pages: [1] 2
1  General Category / Updates / Re: EZ Server Admin Team News on: November 28, 2023, 08:50:27 pm
Congratulations Sarthin!!! I know you will be an awesome Admin for EZ Server!
2  General Category / Quest and Guides / Re: EZ Progression Armor Tracker on: August 11, 2022, 10:56:54 pm
Updated Armor list. Looked like a bunch of the Wizard robes where wrong. Thanks Clyde
3  General Category / General Discussion / Re: DPS class comparison on: August 02, 2022, 11:29:50 pm

Follow this up with "Add more strike aug slots to higher end weapon skins" and maybe "Allow casters to use strike augs to augment pet weapons"

Tank

It is not possible for pets to equip items with augments. They will only equip the base weapon.
4  General Category / Suggestions / Re: Broken Stuff Repair Shop v3.0 on: August 02, 2022, 11:20:08 pm
I noticed that Rank 10-49 of the EoMA does "Base Damage" while rank 50 does "Damage Crit".  Seems like that is incorrect.

5  General Category / Quest and Guides / Re: EZ Progression Armor Tracker on: July 31, 2022, 11:45:10 am
Quote
I did find that the name of the T6 Necro robe is incorrect in the Armor_List.ini file.  It should be "Innoruuk's Robes III'".

Thanks! Updated the Armor list file.
6  General Category / Quest and Guides / Re: EZ Progression Armor Tracker on: June 23, 2022, 10:31:25 am
Loving this, has anyone gone to the trouble of including additional elements (such as epics) into this by chance?

Glad you like it! I had thought about it and did a little work with it, but didnt get very far. Maybe one day ill give it a go again.

Wow that's great, Ogru!  Wish i had this many moons ago.

Thanks!
7  General Category / Suggestions / Re: GSS bottleneck on: April 11, 2022, 12:11:33 pm
Yeah, I agree.  Because of the GSS hard stop for progression, I have barely played for months. I don’t particularly like T10 (that’s for another thread) and the thought of spending literally months farming it for enough GSS to move on is not appealing at all.

Why is UA the requirement to move on to Sleeper and VP? I can understand why it is such a low drop rate since UA was supposed to be super hard to get because it was/is the final armor (until T11?) and because there wasn’t anything else to do after it. But in my opinion UA shouldn’t be used as a progression check, it should only be some awesome armor you have to work you ass of to get. 

I am not sure what should be used to progress, probably some other quest that allows you to progress all characters at the same rate, rather than one at a time. I think that’s what bothers me the most is that for all other tiers, you are basically progressing everyone at a similar rate, then once you complete t10, it’s a hard stop to 1 character at a time.

In all honesty, until/unless something changes, I probably won’t play much if at all anymore.
8  General Category / General Discussion / Re: ZP Availability on: March 01, 2022, 04:00:44 pm
Going back to the topic of pulling people through zones, Since this is usually caused by someone back farming essences and just letting someone loot the progression stuff. Would it help if there was a way to have a "back farming" instance of the lower tiered zones, that once you are 4-5 levels above could access. And give the back farming instance a higher drop rate to encourage people to use it over the standard instance? For instance a Back farming Qvic that could only be entered once you were 74+? I am not sure how difficult it would be to implement, but probably doable.
9  General Category / General Discussion / Re: ZP Availability on: March 01, 2022, 02:17:53 pm
Are people really able to ZP SR right away? I doubt anyone could ZP before grinding out at least full orc armor, and maybe a piece or two of UA. By that point you're basically in sleepers anyway.

I am not sure, probably not easily. But since SR is "Endgame" it probably shouldn't be trivial for someone fully sleeper equipped. Which is why I think SR shouldn't be ZPed at all. Is it fun for you guys that do to just click ZP and stand there and wait for everything to die, then loot and repeat for days and days?
10  General Category / General Discussion / Re: ZP Availability on: March 01, 2022, 12:26:04 pm
A "solution" to Zone Pulling would be to give it a debuff on cast that either decreases Guardians effectiveness or decrease Stonewall slightly so that it would make zone pulling in your current tier very hard or impossible, but still allow you to use it in one or two tiers back. I am sure a lot of people would not like that, but in my opinion, being able to zone pull your current level of content cheapens that content. Going back to some trivial tier to farm something is one thing, but ZPing SR and making all your other characters pointless isnt a good game mechanic.


One thing that might help as far as pulling people through content goes, is that rather than making EXP buffs, single target, they could be set to scale down (more than they already are, if that is even working) and all other buffs could be made to scale down to the appropriate level as well. For instance if Crab IV is cast on a lvl 70, they would only get Crab I. 

11  General Category / Quest and Guides / Re: Loot Macro on: February 24, 2022, 03:31:30 pm
Is there a wildcard for looting anything with a name starting with "dracolich" as a necro, for instance, just to loot any and all T8 armor?

no, The names have to be exact. But you can get the names of all armor from the armor list file http://ezserver.online/forums/index.php?topic=6089.0
12  General Category / General Discussion / Re: MQ2 macros on: February 19, 2022, 12:39:13 pm
So for those of you wanting to figure out how much Plat you have on all characters, I made this to list how much everyone has and then total it (with commas).

GetPP.mac

Code:
#turbo

Sub Main

/declare i int local
/declare charPP string local
/declare char string local
/declare Total string local 0

|Clear chars
/for i 1 to ${Int[${Math.Calc[${Ini[GetPP,Chars].Count[|]}-1]}]}
/if (${Ini[GetPP,Chars].Arg[${i},|].Length}>0) {
/ini "GetPP" "Chars" "${Ini[GetPP,Chars].Arg[${i},|]}" ""
}
/next i

/delay 4
/noparse /bcaa //ini "GetPP" "Chars" "${Me}" "${Math.Calc[${Me.Platinum}+${Me.PlatinumBank}+${Me.PlatinumShared}].Int}"
/delay 4

|List Char Plat
/for i 1 to ${Int[${Math.Calc[${Ini[GetPP,Chars].Count[|]}-1]}]}
/if (${Ini[GetPP,Chars].Arg[${i},|].Length}>0) {
/varset char ${Ini[GetPP,Chars].Arg[${i},|]}
/varset charPP ${Ini[GetPP,Chars,${char}]}
/if (${charPP.NotEqual[NULL]}) {
/varcalc Total ${Total}+${charPP}
/call Prettify ${charPP}
/bc ${char}: ${Macro.Return}
}
}
/next i

/call Prettify ${Total}
/bc Total: ${Macro.Return}
/delay 5
/return

Sub Prettify(string num)
/declare CommaNator string local
| Strip out any decimal points
/varset num ${num.Arg[1,.]}
/if (${num.Length}<=3 ) /varset CommaNator ${num}
/if (${num.Length}>3 && ${num.Length}<=6) /varset CommaNator  ${num.Left[${Math.Calc[${num.Length}-3]}]},${num.Right[3]}
/if (${num.Length}>6  && ${num.Length}<=9) /varset CommaNator ${num.Left[${Math.Calc[${num.Length}-6]}]},${num.Mid[${Math.Calc[${num.Length}-5]},3]},${num.Right[3]}
/if (${num.Length}>9) /varset CommaNator ${num.Left[${Math.Calc[${num.Length}-9]}]},${num.Mid[${Math.Calc[${num.Length}-8]},3]},${num.Mid[${Math.Calc[${num.Length}-5]},3]},${num.Right[3]}
/return ${CommaNator}

13  General Category / Suggestions / Re: Broken Stuff Repair Shop v3.0 on: February 16, 2022, 02:38:28 pm
Not a big deal, but the Collect 100 weapons quests in SR do not accept stacked items as more than 1, now that they are stackable.

Quote
[September 3rd 2021] [Drac] [Quality of Life] The following items now stack ..... All T10 faction weapons,.....
14  General Category / Quest and Guides / Re: Loot Macro on: February 10, 2022, 06:40:58 pm
i installed the new rof2 ezserver classic macro quest and ezloot is not following the filters i have set for my characters at all. I replaced my old ezloot, ezmac, and rzloot files with the new install.

You probably need to increase the delay. That is usually the issue when its not looting correctly.
15  General Category / General Discussion / Re: MQ2 macros on: February 07, 2022, 08:10:14 am
Is there a list with all commands available?

Well, there is the MacroQuest wiki, but it is probably not the easy to read list that you were wanting.

https://www.macroquest2.com/wiki/index.php/Macro_Reference
Pages: [1] 2
TinyPortal v1.0 beta 4 © Bloc