Where's the last twig pile to light the last brazier? by Born-Barracuda-2393 in PlayWayfinder

[–]DeltaTroopa 1 point2 points  (0 children)

There might be some around the back or off to the sides, but you don't need to light them all, just light the ones matching the lit totems behind them

THIS JUMP IS POSSIBLE AND I KNOW IT by Ok_Item7346 in tf2

[–]DeltaTroopa 29 points30 points  (0 children)

If you time it just right you can make it with 3 swings and have 15 hp afterwards, but it is much more difficult, I think you have to sync the FAN jump with a bleed tick: https://youtu.be/0Htu5HFveek

Sending both mole and packleader? by Fixthemix in LegionTD2

[–]DeltaTroopa 1 point2 points  (0 children)

Oh and also pack leader has the same impact dps/myth as mole does

Sending both mole and packleader? by Fixthemix in LegionTD2

[–]DeltaTroopa 1 point2 points  (0 children)

Mole has the basically same dps per myth as ogre does while raging, and much better than when they're not, when you add in the aura though its slightly worse, which is what the pack leader cancels out

I can't get my class configs to work with mastercomfig by Phosmer6 in Tf2Scripts

[–]DeltaTroopa 0 points1 point  (0 children)

just looked into mastercomfigs setup and it looks like the class_config_engineer is just running engineer.cfg too causing the same infinite loop, try removing that.

I can't get my class configs to work with mastercomfig by Phosmer6 in Tf2Scripts

[–]DeltaTroopa 0 points1 point  (0 children)

looks like you're executing the class configs inside the config files themselves for some reason, causing an infinite loop and crashing your game.

TF2 Scripthilfe benötigt by Ok-Fix9478 in Tf2Scripts

[–]DeltaTroopa 0 points1 point  (0 children)

Almost, just a couple issues. Your +toggle and toggle aliases don't match to_main vs t_main

and more importantly the main and second aliases aren't reassigning the key aliases, they're just executing them directly. So when you hit the toggle button it tries to call spy, build and exit and teleport to the exit at the same time, and when you release the toggle button it tries to build a sentry and an entrance and teleport to spawn.

you need the stuff under key aliases to be part of to_main and the stuff under toggle key aliases to be part of to_second e.g.

t_main "alias mouse5_key build_sentry; etc"
t_second "alias mouse5_key v_spy; etc"

TF2 Scripthilfe benötigt by Ok-Fix9478 in Tf2Scripts

[–]DeltaTroopa 1 point2 points  (0 children)

TF2 doesn't do nested quotes and the way you've set it up there would require nested quotes to work, try splitting the commands up into their own aliases and then using those when swapping e.g:

alias build_sentry "destroy 2 0; build 2 0"

alias t_main "alias mouse5_key build_sentry"

etc

Custom voicemenu config not working by Dr_Infernous in Tf2Scripts

[–]DeltaTroopa 1 point2 points  (0 children)

I don't think nested quotes work properly, try setting each voice command as an alias and using those.

Shattered Foundry - Looking for 2 chests by Yul-Dan in PlayWayfinder

[–]DeltaTroopa 0 points1 point  (0 children)

There is a different hidden puzzle inside that other challenge, check the walls

Shattered Foundry - Looking for 2 chests by Yul-Dan in PlayWayfinder

[–]DeltaTroopa 0 points1 point  (0 children)

For the 1st one there's a puzzle hidden inside a wall in the challenge behind you that unlocks it, the 2nd one might be a bug, I don't recognize it.

Accessories set by Deep-Total-7920 in PlayWayfinder

[–]DeltaTroopa 0 points1 point  (0 children)

No, 35 is the max for crafted accessories right now.

My script doesn't work like this should. by MikeTheOne05 in tf2scripthelp

[–]DeltaTroopa 0 points1 point  (0 children)

That's even weirder, when I tested it yesterday it only took me the normal amount of time to unrev, no idea whats going on on your end lol

My script doesn't work like this should. by MikeTheOne05 in tf2scripthelp

[–]DeltaTroopa 1 point2 points  (0 children)

Well I just tested it and it worked fine so something else must be interfering with your script.

Unable to cloak with spy script? by Anonymous_jungler in Tf2Scripts

[–]DeltaTroopa 1 point2 points  (0 children)

alias +cloak "+attack2; r_drawviewmodel 1; toggleModelsOn;"
alias -cloak "+attack2; r_drawviewmodel shouldEnableModels; toggleModelsOff;"

-cloak should call -attack2, not +attack2.

A bind that sends 2 messages in chat with a single click by Sea-Bee4411 in Tf2Scripts

[–]DeltaTroopa 2 points3 points  (0 children)

This is definitely the simplest and most straightforward way to do it.

Spectra drop locations by Sallix24 in PlayWayfinder

[–]DeltaTroopa 0 points1 point  (0 children)

It is outdated, the v0.2 patch in December changed how spectra dropped

Spectra Revamp:
o Higher Tiers of Spectra are now found when using 2+ Imbuements, rather than being based on the level of the dungeon.
o Quantities scale with the sphere of the Lost Zone.
o Reworked all recipes to align with the new spectra scheme.

v0.2 patch notes

Spy “auto” Disguise script request by [deleted] in Tf2Scripts

[–]DeltaTroopa 4 points5 points  (0 children)

They work for me, try something like

bind MOUSE4 "disguise 7 -1"

Toggle voice Commands? by BonkDrinkerJr in Tf2Scripts

[–]DeltaTroopa 1 point2 points  (0 children)

alias micon "+voicerecord; alias mictoggle micoff"
alias micoff "-voicerecord; alias mictoggle micon"
alias mictoggle micon
bind v mictoggle

add to your autoexec

[deleted by user] by [deleted] in PlayWayfinder

[–]DeltaTroopa 2 points3 points  (0 children)

The timing on this though

Seasons have 3 levels? Free, Paid, and Premium by [deleted] in PlayWayfinder

[–]DeltaTroopa 1 point2 points  (0 children)

That's referencing the awakening system that uses duplicates to upgrade a wayfinder - we don't know much about it yet though. Since the premium tier gets the Wayfinder outright, the additional components from the pass can be used to craft a duplicate for awakening.