Gouki Posted June 10, 2022 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
0 Start_ Posted June 10, 2022 Posted June 10, 2022 Add 3s delay when using it to prevent multiple consumption. Quote
0 Gouki Posted June 10, 2022 Author 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
0 Start_ Posted June 11, 2022 Posted June 11, 2022 I mean use item delay (Like cashshop item delay). See - Id: 11524 for example Quote
0 Gouki Posted June 11, 2022 Author Posted June 11, 2022 thats a good idea, but the skill still doesnt trigger after the effects.. wonder why.. Quote
0 Start_ Posted June 11, 2022 Posted June 11, 2022 itemskill will triggered only if item type was 'DelayConsume' Quote
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?
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.