-
Contributor
Originally Posted by
love8585962
Why do I often have no response when I use the blade vortex, and I must restart the HUD to be normal ?
Skill Ids are Cached sometimes it fetches before they are set thats very rare though, maybe incase of potato computer it can happen more often, dunno. changing map should fix it (if thats the issues) otherwise could be related to other plugins.
Amazon Wishlist - Gimmi Snacks


https://www.amazon.de/hz/wishlist/ls/MZ543BDBC6PJ
-
Contributor
Amazon Wishlist - Gimmi Snacks


https://www.amazon.de/hz/wishlist/ls/MZ543BDBC6PJ
-
Member
Any chance to get multiple custom skills rather than just one?
Also I can't seem to get Rallying Cry to work.
-
Contributor
Originally Posted by
oreganobag
Any chance to get multiple custom skills rather than just one?
Also I can't seem to get Rallying Cry to work.
Not very likely not a big fan of the custom skill.
Rally cry should work but it was still based on the old warcrys.
Currently rewriting a few things.
Removed the need for cooldown sliders, perfectly timed skills even with cooldown reduction etc. (done)
Added optional Line of Sight check for auto attack skills, which makes Flicker etc. feel like cheating
(done)
Also rewrote Enduring cry. (done)
Rally cry will be seperated from enduring cry
Guard Skills will get es/hp options.
etc.
It will most likely not work with the public fork/s as there are broken offsets noone touched for 7+ leagues, which are needed for some of the stuff. so im not sure if/when i push it
Amazon Wishlist - Gimmi Snacks


https://www.amazon.de/hz/wishlist/ls/MZ543BDBC6PJ
-
Post Thanks / Like - 1 Thanks
kromatikal (1 members gave Thanks to totalschaden for this useful post)
-
Active Member
can you do berserk autocast with this?
-
Member
Hi,
Originally Posted by
totalschaden
Not very likely not a big fan of the custom skill.
It will most likely not work with the public fork/s as there are broken offsets noone touched for 7+ leagues, which are needed for some of the stuff. so im not sure if/when i push it
Which offsets are these? If I find some time I can take a look.
-
Contributor
Originally Posted by
mm3141
Hi,
Which offsets are these? If I find some time I can take a look.
Dunno, its fixed on the fork i use. Has to do with skill stats.
Amazon Wishlist - Gimmi Snacks


https://www.amazon.de/hz/wishlist/ls/MZ543BDBC6PJ
-
Member
Originally Posted by
totalschaden
Dunno, its fixed on the fork i use. Has to do with skill stats.
If it is ActorSkill stats dictionary, I have fixed that about two weeks ago.
-
Contributor
Just pushed a few Commits.
Amazon Wishlist - Gimmi Snacks


https://www.amazon.de/hz/wishlist/ls/MZ543BDBC6PJ
-
Post Thanks / Like - 1 Thanks
poeking99 (1 members gave Thanks to totalschaden for this useful post)
-
Member
Vortex is used even if frostbolt is flying.
Last edited by jnz9513; 02-12-2021 at 04:37 PM.
-
Active Member
Originally Posted by
totalschaden
Dunno, its fixed on the fork i use. Has to do with skill stats.
what fork is that? Can you post a link plz
GH it's like cocaine, once you used, you can't forget.
-
Contributor
Originally Posted by
jnz9513
Vortex is used even if frostbolt is flying.
not sure if this is supposed to be a bug report or a confirmation that everything is working as intended ?
Originally Posted by
MACROS4LIFE
what fork is that? Can you post a link plz

Private Discord Fork from TC
Amazon Wishlist - Gimmi Snacks


https://www.amazon.de/hz/wishlist/ls/MZ543BDBC6PJ
-
Member
Originally Posted by
totalschaden
not sure if this is supposed to be a bug report or a confirmation that everything is working as intended ?
Private Discord Fork from TC
What is the function of "When Frostbot's flying"? It does not use Vortex when they are flying other than if im within the given range of a mob.
Its the same if i enable it or disable it.
if (GetMonsterWithin(Settings.vortexRange) >= 1 || (Settings.vortexFrostbolt && skills.Any(x => x.Id == SkillInfo.frostbolt.Id && x.SkillUseStage > 2)))
Currently it should use vortex within range which it does, or it should use vortex when frostbolt but this it does not it seems for me.
Last edited by jnz9513; 02-13-2021 at 05:28 AM.
-
Contributor
Originally Posted by
jnz9513
What is the function of "When Frostbot's flying"? It does not use Vortex when they are flying other than if im within the given range of a mob.
Its the same if i enable it or disable it.
if (GetMonsterWithin(Settings.vortexRange) >= 1 || (Settings.vortexFrostbolt && skills.Any(x => x.Id == SkillInfo.frostbolt.Id && x.SkillUseStage > 2)))
Currently it should use vortex within range which it does, or it should use vortex when frostbolt but this it does not it seems for me.
If enabled it will Cast when a Frostbolt is flying no matter what the range is, if you dont want to cast when you are near enemy and only on Frostbolt just change the range to 0 ? ctrl + click to set custom numbers
Amazon Wishlist - Gimmi Snacks


https://www.amazon.de/hz/wishlist/ls/MZ543BDBC6PJ
-
Contributor
Pushed HP&ES Check for Guardian Skills
Amazon Wishlist - Gimmi Snacks


https://www.amazon.de/hz/wishlist/ls/MZ543BDBC6PJ