kalabasa Posted January 6, 2022 Posted January 6, 2022 if(isequippedcnt(4318) == 1) bonus3 bAutoSpell,"WZ_STORMGUST",2,20; bonus2 bAddEff,Eff_Freeze,100; script above can only use one stormy knight card auto casting storm gust is not working but the chance to freeze is still working. Quote
1 Emistry Posted January 10, 2022 Posted January 10, 2022 if (isequippedcnt(4318) == 1) { bonus3 bAutoSpell,"WZ_STORMGUST",2,20; bonus2 bAddEff,Eff_Freeze,100; } warp the script together. 1 Quote
Question
kalabasa
if(isequippedcnt(4318) == 1)
bonus3 bAutoSpell,"WZ_STORMGUST",2,20;
bonus2 bAddEff,Eff_Freeze,100;
script above can only use one stormy knight card auto casting storm gust is not working but the chance to freeze is still working.
1 answer 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.