kalabasa Posted January 6, 2022 Group: Members Topic Count: 123 Topics Per Day: 0.05 Content Count: 478 Reputation: 14 Joined: 11/30/17 Last Seen: January 23 Share 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 Link to comment Share on other sites More sharing options...
1 Emistry Posted January 10, 2022 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share 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 Link to comment Share on other sites More sharing options...
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.
Link to comment
Share on other sites
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.