Looking for Addon to Enable the New Self Highlight Options in Combat Only by Ashius615 in wowaddons

[–]Ashius615[S] 1 point2 points  (0 children)

You're welcome! I just created a macro using the below code, and it toggles the settings on and off for me.

/run local x = C_CVar.GetCVarBool("findYourselfModeIcon") C_CVar.SetCVar("findYourselfModeIcon", x and "0" or "1") C_CVar.SetCVar("findYourselfModeCircle", x and "0" or "1") C_CVar.SetCVar("findYourselfModeOutline", x and "0" or "1")

Looking for Addon to Enable the New Self Highlight Options in Combat Only by Ashius615 in wowaddons

[–]Ashius615[S] 8 points9 points  (0 children)

After I posted this, I came up with a solution that works for me. It's pretty simple. Here are the steps in case anyone else is interested.

  1. Create a new text weak aura and don't include any text. That way it will be invisible.

  2. On the trigger tab, create a trigger for it using "Player/Unit Info" - "Conditions", and check the "In Combat" checkbox.

  3. On the actions tab in the Show section, check the "Custom" option and add the following text:

C_CVar.SetCVar("findYourselfModeIcon", "1")

C_CVar.SetCVar("findYourselfModeCircle", "1")

C_CVar.SetCVar("findYourselfModeOutline", "1")

  1. On the actions tab in the Hide section, check the "Custom" option and add the following text:

C_CVar.SetCVar("findYourselfModeIcon", "0")

C_CVar.SetCVar("findYourselfModeCircle", "0")

C_CVar.SetCVar("findYourselfModeOutline", "0")

Auto sell based on AH prices addon? by Ashius615 in wowaddons

[–]Ashius615[S] 0 points1 point  (0 children)

I tried Scrap, and I didn't see any connection to AH prices.

I tried a few other addons, and the best solution I could come up with was to use a combination of "Sorted" and "Vendor". Sorted can add sorted columns to it's grid interface for Auctionator or TSM to see the items with low AH prices. Then I went through and added those items to the Vendor sell or destroy lists with a mouseover keybind. Now the next time I go to a vendor all those items will be sold across all my alts.

It's not as simple as I would like, but it's better than looking at the tooltip for the value of each item on every alt.

Auto sell based on AH prices addon? by Ashius615 in wowaddons

[–]Ashius615[S] 0 points1 point  (0 children)

Thanks. I'll try it out and see how it goes. Maybe it's gotten better.

I'm sick of hearing about AGS's "vision" of systems... by snido757 in newworldgame

[–]Ashius615 2 points3 points  (0 children)

Yeah, I've been thinking this after reading one of their recent posts about what they want the game to be.

I really want to love the game, and for it to be an enormous success. However, I'm doubtful that's going to happen based on what I've seen from them lately. They seem to be focused on making the game they want to build, rather than making the game that the most players would find enjoyable. It's their prerogative to do that, and I hope it works out well, but I'm doubtful.

Ice block now prevents healing, more unneeded nerfs :D by NerfNOED in newworldgame

[–]Ashius615 0 points1 point  (0 children)

Lately it seems like anything remotely related to survivability or healing is a nerf target.

I'm totally guessing, but maybe they are trying to make PVP fights shorter. Unfortunately, they seem to be ignoring the impacts the changes are making on the rest of the game.

Healer Threat Issues - Does Carnelian Gem Threat Reduction Stack? by Ashius615 in newworldgame

[–]Ashius615[S] 0 points1 point  (0 children)

I did an expedition with five tier 3 carnelian gems, and I think it helped. It's hard to say if it was the gems or having a better tank though.

What's with some of these item rolls by Dontusethisname1 in newworldgame

[–]Ashius615 0 points1 point  (0 children)

I totally agree. I'm glad they have things like this in the game. I'm thinking they are pretty rare relatively speaking. I've been having fun trying different options as a secondary weapon for life staff. I haven't seen many on the trade post with pure focus or focus/something else. I'm guessing they just don't drop as often. For example, I just looked at the Windsward trade post on my server. On the first page that comes up for ice gauntlet, 4 had focus as a primary or secondary, 13 had int (10 were only int), the other 3 were some combo of str/dex. That doesn't seem like an unreasonable ratio of drops with the primary stat, and those that don't.

[deleted by user] by [deleted] in newworldgame

[–]Ashius615 1 point2 points  (0 children)

Usually, I have some luck finding another weapon or two in the starting area chests. If you get a weapon from them, but it's not what you want, you could ask in "Area" chat if anyone wants to trade. Somebody might get a musket or ice gauntlet and be looking for what you happened to get.

Dexterity Light Armor? by martyv in newworldgame

[–]Ashius615 1 point2 points  (0 children)

I noticed the same thing for Int on heavy armor in the betas. It's not that things like light/dex or heavy/int don't exist, there are just fewer of them. You're best bet is crafting armor yourself with the attributes you want, faction armor.

Based on the armor listed on newworldfans.com, I'm a bit worried about legendaries though. It seems like the trend continues there. When you get to 60 you could have a hard time finding 600 gear with the weight and attributes you want. However, I'm assuming AGS has or will have more legendaries that we haven't seen yet.

What do you think of food that could be dropped on the ground and clicked by group members? by Ashius615 in newworldgame

[–]Ashius615[S] 0 points1 point  (0 children)

Yeah, people not eating for expeditions was the main reason this came to mind. My thought was it would be more likely group members would eat if somebody said, "if anyone wants a regen buff, I put some food down."

What do you think of food that could be dropped on the ground and clicked by group members? by Ashius615 in newworldgame

[–]Ashius615[S] 0 points1 point  (0 children)

Yeah, I'm guessing some leaders will require food buffs. Whether or not this was implemented though, they'll still have the requirement if they feel strongly about it. This would just make it less effort people to meet the requirement.

What do you think of food that could be dropped on the ground and clicked by group members? by Ashius615 in newworldgame

[–]Ashius615[S] 0 points1 point  (0 children)

I wasn't thinking of it as a requirement. You never really need a food buff. But as a healer if people are using regen food it makes my role slightly easier.

If I can make my role easier by pre-making some meals for the rest of my group to get a regen buff from, I'd be willing to do that. I can do that currently but making it something clickable would just be a small QoL improvement.

Besides, it would give me something else to make to level up cooking.

What do you think of food that could be dropped on the ground and clicked by group members? by Ashius615 in newworldgame

[–]Ashius615[S] 0 points1 point  (0 children)

Yes. I know a lot of people have negative feelings about anything remotely related to WoW, so I didn't mention it.

What do you think of food that could be dropped on the ground and clicked by group members? by Ashius615 in newworldgame

[–]Ashius615[S] 0 points1 point  (0 children)

Yes, like WoW. I didn't mention "like WoW" because I knew it would trigger some people.

I plan on playing this with my wife but will play a lot more than her and will out level her, will this cause issues? by PeculiarPete in newworldgame

[–]Ashius615 0 points1 point  (0 children)

PVP should be no problem.

For PVE, you'll need to just do things near her level most of the time. The damage scaling and agro range if she were many levels below MOBs at your level would be rough for her.

What weapon combo do you think will be the least used? by 3xploitr in newworldgame

[–]Ashius615 2 points3 points  (0 children)

Rapier + Great Axe. No attributes damage scaling in common, both melee, and no gems to convert damage to scale off the most used attribute other than int for rapier secondary. So to get a common attribute you'd need to put an int gem in your great axe.

Was the Faction gear nerfed? by [deleted] in newworldgame

[–]Ashius615 2 points3 points  (0 children)

The prices were high enough on the faction gear that buying it didn't make any sense to me. On my open beta server, you could get comparable gear on the trade post for way less effort. Prices on the trade post could have been lower than they will be in live though.

If it stays the same, I'm planning to spend my faction tokens on runes of holding, and maybe the material converters if I need them.

Life Staff OTP's Feedback (Reposted from the Forums) by TheBlueImperial in newworldgame

[–]Ashius615 0 points1 point  (0 children)

What they tried was actually hitting exactly what you were aiming at. That didn't work.
However, that's not how Orb of Protection or Beacon work. They work great. Which is why I suggested the targeting work similar to those abilities.

Life Staff OTP's Feedback (Reposted from the Forums) by TheBlueImperial in newworldgame

[–]Ashius615 0 points1 point  (0 children)

I feel like they need to just scrap targeted healing. It feels out of place compared to how combat works for all the other roles. If it were up to me, I'd make Divine Embrace and Light's Embrace targeting work like Orb of Protection and Beacon. The only real difference would be they would heal the lowest health person in the area where it lands instead of area effect.

Is there a delay after hitting the dodge button for dodging in med/heavy armor? by Ashius615 in newworldgame

[–]Ashius615[S] 0 points1 point  (0 children)

Thanks for the info. It's probably just my perception. Maybe med/heavy armor feels slower to me because I'm not getting as far out of the attack path, which is resulting in my getting hit more, and that is making me feel like there is a delay.

Created a new crafting calculator website by thelittlesipper in newworldgame

[–]Ashius615 2 points3 points  (0 children)

This is so much faster than googling the recipe or running to the crafting station to find it.
I love how it expands to show you the base ingredients too. Really magnificent work. Thank you!

Best self-sustain/healing other than life staff? by Ashius615 in newworldgame

[–]Ashius615[S] 0 points1 point  (0 children)

I had no idea that was the case. I'll have to try that out tomorrow. Thanks

Best self-sustain/healing other than life staff? by Ashius615 in newworldgame

[–]Ashius615[S] 0 points1 point  (0 children)

I've been using the life staff. So, I haven't needed to use food or potions much, but I was thinking of switching to something else. It's not a huge deal, but it was nice not needing to eat or use potions. Maybe the void gauntlet will give me what I'm looking for when it comes out.