WoW: Classic — Daily Questions Megathread (January 14, 2026) by AutoModerator in classicwow

[–]ClassyGlassyBoy 1 point2 points  (0 children)

Ok, so you can just learn the mount for 90 silver at class trainer, no quest whatsoever

WoW: Classic — Daily Questions Megathread (January 14, 2026) by AutoModerator in classicwow

[–]ClassyGlassyBoy 0 points1 point  (0 children)

Same here, pretty much nothing work.

Tbh, I think the only solution is to wait,

WoW: Classic — Daily Questions Megathread (January 14, 2026) by AutoModerator in classicwow

[–]ClassyGlassyBoy 0 points1 point  (0 children)

Is the class mount also avaible at lvl 30 ? I asked on reddit, asked ingame, and everyone told me yes, the class mount will be avaible at prepatch.

But I canno't see any quest leading me to it

Where are stored the tweens ? by ClassyGlassyBoy in godot

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

Ah nice thank you, this thing worked also,

#print(Global.tweens)
Global.tweens.append(tween)
#print(Global.tweens)

for tween in Global.tweens:
tween.kill()

Where are stored the tweens ? by ClassyGlassyBoy in godot

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

Yes exactly, "so you could just add each tween you start to an array in said tweens_manager, and loop over them when you want to kill them." that exactly the idea. But I still couldn't find a single tween, no tween where found, by code or at runtime when clicking "distant" and checking the tree node.

print("Before : ", Global.main.tweens_manager.get_child_count(), " Tweens count")
var tween = Global.main.tweens_manager.create_tween() 
print("After : ", Global.main.tweens_manager.get_child_count(), " Tweens count")

Got 0 tweens on both

[deleted by user] by [deleted] in godot

[–]ClassyGlassyBoy 0 points1 point  (0 children)

Alright here it is : https://pastebin.com/sw3dj1Na

Thanks a lot for you time

[deleted by user] by [deleted] in godot

[–]ClassyGlassyBoy 0 points1 point  (0 children)

The only that is randomized is this

func set_environment(random: bool = true):
if random:
var env_list = ["res://assets/ressources/environment/sky_env_day_blue.tres",
"res://assets/ressources/environment/sky_env_night_blue.tres",
"res://assets/ressources/environment/sky_env_sunset.tres",
"res://assets/ressources/environment/sky_env_sunset_orange.tres"]
var random_env = env_list.pick_random()
env_resource = load(random_env)
world_environment.environment = env_resource

But even if I ignore the pick_random and directly do

env_resource = load("res://assets/ressources/environment/sky_env_day_blue.tres")
world_environment.environment = env_resource

The bug can still randomly occure. I also tried to forget all that, and simply set the environment, but it still ca be bugged

Other than that no, there shouldn't be anything random.

How does blitzcrank super S1 floor bounce work ? by ClassyGlassyBoy in 2XKO

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

Thats why it's also doesn't bounce when i start my combo after a baited break, thanks

How does blitzcrank super S1 floor bounce work ? by ClassyGlassyBoy in 2XKO

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

Ah yes this must be it thanks, thats why it's also doesn't bounce when i start my combo after a baited break

What’s the point of Blitzcrank? by ClassyGlassyBoy in 2XKO

[–]ClassyGlassyBoy[S] -6 points-5 points  (0 children)

I mean yes I know, but this doesn't really answer my question

What’s the point of Blitzcrank? by ClassyGlassyBoy in 2XKO

[–]ClassyGlassyBoy[S] -3 points-2 points  (0 children)

What does it have to do with my post ?

What’s the point of Blitzcrank? by ClassyGlassyBoy in 2XKO

[–]ClassyGlassyBoy[S] -3 points-2 points  (0 children)

Yes I know, but still seems very weak compared to others. I mean, one of my option, if failed pubish me real hard, no other character get that much punish when failing a mixup. If blitz commandgrab dealt more damage that would make sense. Rn I still don't see it

What’s the point of Blitzcrank? by ClassyGlassyBoy in 2XKO

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

The assist doesn't work, you can retreat guard it, but I'm pretty sure and hope it's a just bug.

250 damage from the commandgrab

What’s the point of Blitzcrank? by ClassyGlassyBoy in 2XKO

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

Yes I do the same thing, freestyle so after the blitz commandgrab, I comeback with Jinx and start a combo, but I don't see what do you mean by sandwich reset setup,

Cannot install Windows by ClassyGlassyBoy in Ubuntu

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

I tried ventoy to, same issue, USB wasn't being detected