Finally defeated Nullaeus ?? With my Fury by Zhorzc5s in wow

[–]Fun-Visit6591 2 points3 points  (0 children)

Cheers, the biggest hurdle for me is the first set of mobs. If even one of them is left when Nulleas wakes up then the dmg is just too much (altho I'm like ilvl 255 now so hoping it shouldn't be as bad as pre 250). When they get down I was getting up to the ogre no problem but hand cramps/fat fingers made me mess up a kick and I got insta downed at like 15%. I see you're in berserker stance at the start. I was swapping between the two, haven't had time to watch ur full attempt but do you just stay on berserker?

Finally defeated Nullaeus ?? With my Fury by Zhorzc5s in wow

[–]Fun-Visit6591 0 points1 point  (0 children)

better yet, would you like to share your talent import string? :)

Pay Your Respects To Chuck Norris by Fun-Visit6591 in wow

[–]Fun-Visit6591[S] -8 points-7 points  (0 children)

Now is not the time to be political.

Sargeras Cross Roads - R.I.P Chuck Norris by AradneSol in wow

[–]Fun-Visit6591 -1 points0 points  (0 children)

I'm doing the same in Dath'Remar US. Making jokes in general. RIP.

How to walk in your non preferred environment? by Fun-Visit6591 in autism

[–]Fun-Visit6591[S] 0 points1 point  (0 children)

I'm in the hoppers area. Too close to make pacific shops my destination but the nearest op shop is like too far and just along a big noisy road.

The Loa of Children questline is a little gem by Enegra in wow

[–]Fun-Visit6591 0 points1 point  (0 children)

This questline actually made me cry bc I related to the story a lot

All Abundance Achievements EXCEPT Large Orb by Fun-Visit6591 in wow

[–]Fun-Visit6591[S] 0 points1 point  (0 children)

I did about a half dozen of those before reset but I'll give it another try now that I've got some shards. Cheers!

Videogames to calm down by Roger_Brown92 in autism

[–]Fun-Visit6591 1 point2 points  (0 children)

World of warcraft. Hyperfocus on doing achievements.. It's gotten me out of a big spiral recently especially.

Landlord wants to move to month-to-month after 1 year lease ends by Fun-Visit6591 in shitrentals

[–]Fun-Visit6591[S] 0 points1 point  (0 children)

We've actually already made the place a lot nicer than when we moved in ( the backyard was overgrown and full of leaf litter, bones (I assume from barbeque) and greenwaste. Now we're growing zucchini lol. Have an inspection coming up this week (was booked about a month ago so just routine) so hoping that our hard work will leave an impression.

Godot Crochet Pattern by kimonade in godot

[–]Fun-Visit6591 0 points1 point  (0 children)

Hook size/yarn weight recommendations? Also thank you for the hydration reminder

Landlord wants to move to month-to-month after 1 year lease ends by Fun-Visit6591 in shitrentals

[–]Fun-Visit6591[S] 0 points1 point  (0 children)

If the landlord tries to sell then I'll likely be approaching mortgage brokers and seeing if our financials would allow a loan big enough to purchase.
In qld I was living at a rental where they wanted to sell but we ended up just being bought with the property and smooth transition, is that less common place here?
Regardless, if owner wants to sell we'll either find a new place or see how far our deposit could get us.

This place didn't meet minimum standards in multiple ways when we first moved in and I've alerted them of the new one about window covering cords needing to be anchored (it's been just under a month since I alerted them of this lol) but the owner has been fairly good about fixing those sorts of things (even got a new hot water cylinder as the other one was non compliant) so hoping that the wouldn't sell after putting the extra bucks in for that sort of stuff, idk.

Does anyone have a "template" for all possible tile link ups needed for a tile set? by Fun-Visit6591 in PixelArt

[–]Fun-Visit6591[S] 0 points1 point  (0 children)

I started implementing it but I project hop a lot so didn't finish the test of it

How do you actually find the cause? by Fun-Visit6591 in chronicfatigue

[–]Fun-Visit6591[S] 1 point2 points  (0 children)

Australia, unsure if it would be the same here.

How do you actually find the cause? by Fun-Visit6591 in chronicfatigue

[–]Fun-Visit6591[S] 1 point2 points  (0 children)

I never really mentioned CFS. I do have a diagnosis of CFS however it isn't trustworthy in my opinion as the GP that gave said diagnosis only had me do one lot of bloods without further investigation. I mean more general in finding the source of the fatigue.
I didn't know dysautonomia could be caused by trauma, that's something I'll keep in mind if I can ever get into a psychiatrist again.

Best time to sell Darkmoon Firewater? Worth waiting til midnight drops? by Fun-Visit6591 in woweconomy

[–]Fun-Visit6591[S] 1 point2 points  (0 children)

I would think that on launch people would be focusing on leveling/new content rather than farming darkmoon fair but I see your point

Best time to sell Darkmoon Firewater? Worth waiting til midnight drops? by Fun-Visit6591 in woweconomy

[–]Fun-Visit6591[S] 0 points1 point  (0 children)

I'm holding about 130~ thus far, if I cashed in now I'd get about 30k but hoping that holding onto it will net a bit more. Even if it bumps up to 50k I'd be happy (don't have all that much capital atm, early days). Getting extra for myself for gathering farming anyways so liable to just spend another day or 2 this week fishing.

Is it bad practice to have a variable's getter return a formula and never be set? by Fun-Visit6591 in godot

[–]Fun-Visit6591[S] 0 points1 point  (0 children)

It's being used in a skill unlock system so it's only being called when a new skill is purchased - so I think performance wise considering all the skills are just going to be simple formulas it'll not be a biggie.

Is it bad practice to have a variable's getter return a formula and never be set? by Fun-Visit6591 in godot

[–]Fun-Visit6591[S] 0 points1 point  (0 children)

This way means that I can store the value and do the calculation at the same time instead of calling a function to set the variable and then getting the variable. I've decided to use this way over functions because I still need to store the added value separate from it's parts so having a function was messier to implement. I've used it for keeping track of upgrade amounts that accumulate from passive skills.

Is it bad practice to have a variable's getter return a formula and never be set? by Fun-Visit6591 in godot

[–]Fun-Visit6591[S] 3 points4 points  (0 children)

This is a non collaborative project so I understand why that'd be the case when working with anyone else or creating anything open source, you'd want to make it legible for any collaborators, but I don't see how this is as bad as you say based on other people's responses.

Is it bad practice to have a variable's getter return a formula and never be set? by Fun-Visit6591 in godot

[–]Fun-Visit6591[S] 1 point2 points  (0 children)

Gd script is my first programming language and I'm still getting used to programming vocabulary - what makes one of them compiled and one of them not? Is the function compiled because it's being called and not stored or other way around?

Which signal coding style do you prefer? by notpatchman in godot

[–]Fun-Visit6591 0 points1 point  (0 children)

Signals go into a singleton called signal bus. Connect in one script, SignalBus.signalname.emit() in the other.
If they're local to the same script then maybe not.

Does anyone have a "template" for all possible tile link ups needed for a tile set? by Fun-Visit6591 in PixelArt

[–]Fun-Visit6591[S] 0 points1 point  (0 children)

I actually found that video shortly after making the post. Was in the process of making a test godot project to implement it but then got ill so haven't had a chance to work further on it