Gouki Posted June 10, 2022 Group: Members Topic Count: 88 Topics Per Day: 0.05 Content Count: 261 Reputation: 13 Joined: 08/12/20 Last Seen: November 21, 2024 Share Posted June 10, 2022 Script: | specialeffect2 775; sleep2 1000; specialeffect2 445; sleep2 1000; itemskill "AL_TELEPORT",3; Just playing around with special effects, unfortunately sometimes the itemskill triggers, and most of the time it doesn't. What could be wrong? Quote Link to comment Share on other sites More sharing options...
0 Start_ Posted June 10, 2022 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 950 Reputation: 180 Joined: 04/05/13 Last Seen: 12 hours ago Share Posted June 10, 2022 Add 3s delay when using it to prevent multiple consumption. Quote Link to comment Share on other sites More sharing options...
0 Gouki Posted June 10, 2022 Group: Members Topic Count: 88 Topics Per Day: 0.05 Content Count: 261 Reputation: 13 Joined: 08/12/20 Last Seen: November 21, 2024 Author Share Posted June 10, 2022 Tried make all sleep2 to 3000, still the itemskill doesn't execute. I'm not sure why. the goal of the sleep2 is just to let the animation of the effect finish before the other triggers, is there a natural script command to perform and let the effects finish first before moving to the next script? or sleep2 is the only way in this case? Quote Link to comment Share on other sites More sharing options...
0 Start_ Posted June 11, 2022 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 950 Reputation: 180 Joined: 04/05/13 Last Seen: 12 hours ago Share Posted June 11, 2022 I mean use item delay (Like cashshop item delay). See - Id: 11524 for example Quote Link to comment Share on other sites More sharing options...
0 Gouki Posted June 11, 2022 Group: Members Topic Count: 88 Topics Per Day: 0.05 Content Count: 261 Reputation: 13 Joined: 08/12/20 Last Seen: November 21, 2024 Author Share Posted June 11, 2022 thats a good idea, but the skill still doesnt trigger after the effects.. wonder why.. Quote Link to comment Share on other sites More sharing options...
0 Start_ Posted June 11, 2022 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 950 Reputation: 180 Joined: 04/05/13 Last Seen: 12 hours ago Share Posted June 11, 2022 itemskill will triggered only if item type was 'DelayConsume' Quote Link to comment Share on other sites More sharing options...
Question
Gouki
Script: | specialeffect2 775; sleep2 1000; specialeffect2 445; sleep2 1000; itemskill "AL_TELEPORT",3;
Just playing around with special effects, unfortunately sometimes the itemskill triggers, and most of the time it doesn't. What could be wrong?
Link to comment
Share on other sites
5 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.