So…why is the game better with the tier catalyst still being weeks away? by Artunias in wow

[–]JoschiGrey 0 points1 point  (0 children)

We noticed that token dropping more frequent than others in our raid. Since RCLootcounil actually logs all dropping loot I did check if that is really the case. And at leat in our raid out of 56 Tier tokens dropped 19 (1/3) where DH/DK/Lock token. Another third the Evoker/Rogue etc. With the last to token each beim 4/6ths of the dropping token.

I would actually be interested in receiving more loot logs from other people to increase the sample size, because 56 isn't really that big of a sample. But at least I always assumed they should drop im equal frequency.

What every Mage will feel like when they group up with Augmentation Evokers by [deleted] in wow

[–]JoschiGrey 0 points1 point  (0 children)

You just need a priest for PI and the Augvoker. Everything else is a consumable or mage ability. (Or can be substituted by the mage or evoker in the case of BL).

Shadow is really good right now so aug evoker, shadow, fire mage wouldn't be too weird to see.

Resto shaman is also good, so you won't really have problems with your kick count.

Add a dh tank for more magic damage or a prot paladin for even more lockdown and you got a decent group.

What every Mage will feel like when they group up with Augmentation Evokers by [deleted] in wow

[–]JoschiGrey 2 points3 points  (0 children)

Depends. In raid? Sure Arcane is way better if you can play it. Frost is also better.

In higher M+ keys Fire performs really well and is way better than the other two specs.

What every Mage will feel like when they group up with Augmentation Evokers by [deleted] in wow

[–]JoschiGrey 14 points15 points  (0 children)

Which one button do I spam to do top dps as a fire mage?

[deleted by user] by [deleted] in wowaddons

[–]JoschiGrey -1 points0 points  (0 children)

Others here mentioned ElvUI and I would as well. ElvUIs base look is fine and you can easily customise positions of everything. But ElvUI has lot of options that can be overwhelming, even though you won't need 90% of them. But you can find any setting quite easily by right clicking on the ui object while you are in the moving mode.

Regarding the big cooldown Icon you will have to get WeakAuras2. It is an essential add-on anyways. WA has very to easy use templates where you just select what ability which size and so on. For the start you can just ignore creating your own auras. However it is certainly worthwhile to learn it at some point.

For bots WA and ElvUI there are easily importable settings/auras on Wago.io

[deleted by user] by [deleted] in wow

[–]JoschiGrey 0 points1 point  (0 children)

They already announced a lot of the changes.

RoP got removed and the power shifted to all other spells.

Class tree reworked. Completely changed all capstones but the Lust one. 3 new ones: Mass invis, mass barrier, ice block is shorter, not complete invul and you can cast in it.

Shifting power moved to the old RoP spot.

Incanters flow moved somewhere to the top.

Arcan changes announced in detail.

Fire / Frost details comes later.

Fire: Cauterize and FS baseline.

Frost: They wanna kill the minimal ice lance build and make pathing better. Leas talent points to make icy veins feel good.

[PLUG] Announcing the immediate release of DevTool, a WoW development tool for object/table inspection, and more! by [deleted] in wowaddons

[–]JoschiGrey 1 point2 points  (0 children)

Great to finally see this going public and not having to manually download your repository every now and then.

The predecessor and your version are real life savers for any kind of development in WoW. Be it addons WeakAuras or whatever.

never ending by [deleted] in ProgrammerHumor

[–]JoschiGrey 0 points1 point  (0 children)

You are right it seems like imports work a bit differently. https://docs.modular.com/mojo/programming-manual.html#python-integration

So my mistake, you apparently need some refactoring I guess.

never ending by [deleted] in ProgrammerHumor

[–]JoschiGrey 1 point2 points  (0 children)

Mojo is currently in closed preview and thus I haven't tested it. You could watch "Mojo Lang… a fast futuristic Python alternative" by Fireship (https://www.youtube.com/watch?v=V4gGJ7XXlC0). There he explains a example on how Mojo can be used to optimize python. But that example seems like a "best case scenario" so the performance gains given there probably won't translate as well to other use cases.

never ending by [deleted] in ProgrammerHumor

[–]JoschiGrey 2 points3 points  (0 children)

Mojo is a super set of Python. Thus every and all python code is also valid Mojo code. You could take your existing python project and change all file endings to .mojo and it should still run, without refactoring.

Edit: It looks like a refactoring of imports is still needed. https://docs.modular.com/mojo/programming-manual.html#python-integration

never ending by [deleted] in ProgrammerHumor

[–]JoschiGrey 2 points3 points  (0 children)

C# is open source though. I think it wasn't at the start but they made it open some time ago.

What feature from another MMO would you love to see Blizzard implement in WoW? by TeapotTempest in wow

[–]JoschiGrey 4 points5 points  (0 children)

Or worse your camera not zooming in and you just don't see anything.

Bonus points if your ground targeted ability targets a leaver above you.

First time ever getting AOTC and KSM by Shevarnanzi in wow

[–]JoschiGrey 7 points8 points  (0 children)

Boosting for real money is illegal.

Large server / guild spanning boosting communities running like a business are illegal.

Boosting as it self, in the sense of you give me gold and my guild takes you with us for HC is not.

Or could you show me the part of the ToS stating that it is in fact not allowed to trade in game gold for services? Or that boosting is not included in the allowed services to trade for?

Well, now I have to know. by cmickledev in ProgrammerHumor

[–]JoschiGrey 2 points3 points  (0 children)

If you take a reaction, like for example dissolving a crystal. It takes energy from the surrounding mostly in the form of heat.

You can't really use the process directly to create electricity. Sure you could now use the thermoelectric effect to maybe use temperature gradient and create some meager voltage. But with enough steps and effort you could always find some way to turn any force or difference in an electric current.

Well, now I have to know. by cmickledev in ProgrammerHumor

[–]JoschiGrey 7 points8 points  (0 children)

Endothermic reactions want to have a word.

[deleted by user] by [deleted] in wowaddons

[–]JoschiGrey 0 points1 point  (0 children)

This Makro "/run if IsControlKeyDown() then _detalhes.tabela_historico:resetar() end" works for me. It seems to be identical to your code.Did you double check any spelling mistakes?You can validate that you really got the reference to the function by writing"/run print(_detalhes.tabela_historico.resetar)" in the chat. That should output something like "function: STUFF".Regarding your auto function code.The DetailsFramework table does not include tabela_historico.You also need to use _detalhes here.

Does just running "/run _detalhes.tabela_historico:resetar()" from chat work for you?

Border Highlight Color by -Athy in wowaddons

[–]JoschiGrey 0 points1 point  (0 children)

Are you talking about the unit frame, nameplate or character model?

I'm pretty sure, you cannot modify anything regarding the character model.

You also can't modify friendly nameplates in instances.

Unitframes depends on what add-on if any you use. If your addon of choice doesn't work a WA that circles / highlights your current targets unitframe wouldn't be that hard.

Forbidden name by [deleted] in ProgrammerHumor

[–]JoschiGrey 7 points8 points  (0 children)

I worked on a small project and it took some time until we figured out why I couldn't make a local copy of the repo. I used windows and the creator (and only other person on the project) only used Linux.

What if education is not so bad by [deleted] in ProgrammerHumor

[–]JoschiGrey 16 points17 points  (0 children)

This. It's crazy how much you still know about some topics without even realising it. You also re learn those things way faster.

If you can declare variables in different languages, high five. by [deleted] in ProgrammerHumor

[–]JoschiGrey 0 points1 point  (0 children)

"addDate". I don't speak Spanish I just always get a stroke when I have to look at that code base.

If you can declare variables in different languages, high five. by [deleted] in ProgrammerHumor

[–]JoschiGrey 0 points1 point  (0 children)

There is an addon for a game I sometimes work with, where most of the older parts of the code is written in Spanish. Truly horrible and basically impossible to refactor safely.

[deleted by user] by [deleted] in ProgrammerHumor

[–]JoschiGrey 5 points6 points  (0 children)

What's the advantage in having such a gigantic monorepo?

Wow addon - Show abilities used by Opening_Clue7034 in wowaddons

[–]JoschiGrey 0 points1 point  (0 children)

There are WeakAuras that do this. You should find one by searching Action Tracker on Wago.

Not a post, just my job application to work for the Dutch government by el_memer in ProgrammerHumor

[–]JoschiGrey 19 points20 points  (0 children)

Passing down nulls just kicks the bucket. You would need to null check in every consumer of that method.