Rio Posted December 29, 2023 Posted December 29, 2023 Hi guys i want to make an active skill that stuns an enemy 100% I tried this: Quote <skill id="12345" levels="1" name="Stun 10%%"> set name="magicLvl" val="-1" /> <set name="power" val="100" /> <set name="target" val="ONE" /> <set name="hitTime" val="5000" /> <set name="coolTime" val="2000" /> <set name="reuseDelay" val="6000" /> <set name="skillType" val="STUN" /> <set name="operateType" val="ACTIVE" /> <set name="isDebuff" val="true" /> <set name="castRange" val="600" /> <set name="effectRange" val="1100" /> <for> <effect name="Stun" time="9" val="0" stackOrder="1" stackType="stun" /> </for> </skill> but it doesn't land. I have to use the skill multiple times on a player to stun him. Thanks in advance. Quote
0 Rio Posted December 29, 2023 Author Posted December 29, 2023 (edited) 1 hour ago, Zake said: Which pack do you use? I'm not sure, it's a preconfigured pack. I think based on acis Could be these settings maybe? Quote #==================================================== # Chances Skilss Balance #==================================================== StunChanceModifier = 1.0 BleedChanceModifier = 1.0 PoisonChanceModifier = 1.0 ParalyzeChanceModifier = 1.0 RootChanceModifier = 1.0 SleepChanceModifier = 1.0 FearChanceModifier = 0.3 ConfusionChanceModifier = 1.0 DebuffChanceModifier = 1.0 SurrenderChanceModifier = 1.5 idk how this skill balance work. Edited December 29, 2023 by Rio Quote
0 Psygrammator Posted December 29, 2023 Posted December 29, 2023 (edited) 11 hours ago, Rio said: Hi guys i want to make an active skill that stuns an enemy 100% I tried this: but it doesn't land. I have to use the skill multiple times on a player to stun him. Thanks in advance. <effect name="Stun" time="9" val="0" effectPower="100" stackOrder="1" stackType="stun" /> if you use acis. If effectType is not specified, then we get a static chance without taking into account any multiplier. Edited December 29, 2023 by Psygrammator 1 Quote
Question
Rio
Hi guys i want to make an active skill that stuns an enemy 100%
I tried this:
but it doesn't land. I have to use the skill multiple times on a player to stun him. Thanks in advance.
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.