Nainstalovat Steam
přihlásit se
|
jazyk
简体中文 (Zjednodušená čínština)
繁體中文 (Tradiční čínština)
日本語 (Japonština)
한국어 (Korejština)
ไทย (Thajština)
български (Bulharština)
Dansk (Dánština)
Deutsch (Němčina)
English (Angličtina)
Español-España (Evropská španělština)
Español-Latinoamérica (Latin. španělština)
Ελληνικά (Řečtina)
Français (Francouzština)
Italiano (Italština)
Bahasa Indonesia (Indonéština)
Magyar (Maďarština)
Nederlands (Nizozemština)
Norsk (Norština)
Polski (Polština)
Português (Evropská portugalština)
Português-Brasil (Brazilská portugalština)
Română (Rumunština)
Русский (Ruština)
Suomi (Finština)
Svenska (Švédština)
Türkçe (Turečtina)
Tiếng Việt (Vietnamština)
Українська (Ukrajinština)
Nahlásit problém s překladem
Yeah, pretty much just:
is skill on CD = no
Does character have enough mana = yes
=
Cast skill
Sadly they had to abandon the autostart feature for the app due to GDPR reasons :(
For example with my necro i cast Summons wraiths every 4 seconds all the time..
I also played a summoner and despite it had ton of "true" summons, wraith should have been on start like I made it evolved, you can target a location this making it a much more interesting skill.
If aura and buffer can be auto cast then better design them like in Titan Quest, they are activated or not and eat a percentage of full mana when activated.
But not sure it's per design, and more a temporary setup you won't be able use long, or a setup that won't work anymore once everything is tuned.
My mana pool is only 159 i refill it with my Rip Blood setup. Also i can keep my ward around 20k+ this way, if i need i can go up to 60k ward.
But nothing does really matter. Autocast is a QoL feature, if you dont like it dont use it. No one should be forced to use it. Right now iam not even using the Numlock Trick to autocast iam just holding down my Wraiths summon key.
But if it's so important for you, you can use Autohotkey to program a key so it behaves like a toggle.
I didn't tested and you need use a version not too old, but this should do the trick, you probably need involve two keys, q is the key toggle you'll use for Wraith skill, s is the key binded in game to trigger this skill.
q::
Toggle := !Toggle
If Toggle
Send {s Down}
else
Send {s Up}
return
You'll need check a bit the doc of Autohotkey on where put the script and how activate it and stop it. Don't try auto detect the game, just get use activate it and desactivate it, that's fast.
And if you think it's a hassle because of this game, in fact ton of games could use toggle and don't, typical is move forward. Quote also that this solutions means that the game manages itself the press key to repeat the action.
Because video games can be rather complex, sometimes such script can lost track of the toggle because of a game crash or something, but it's not a big deal in my experience.
Source: https://forum.lastepochgame.com/t/num-lock-and-third-party-software/