Yuka Posted May 12, 2014 Posted May 12, 2014 Hi, I'm writing a Capture the Flag BG and I want to restrict a player who carrys a flag to not use ANY skills until he loses the flag. How can I do this? For now I give him characterbound Stones, but that is not save. D: Bump. Quote
Emistry Posted May 16, 2014 Posted May 16, 2014 you can use some trick like this while( still_carry_a_flag ){ percentheal 0,-100; sleep2 1000; } percentheal 0,100; Quote
Capuche Posted May 16, 2014 Posted May 16, 2014 you could use sc_xmas like in the santa's bag 12132,Red_Bag,Santa's Bag,2,0,,200,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start SC_Xmas,600000,0; },{},{} 1 Quote
Yuka Posted May 24, 2014 Author Posted May 24, 2014 (edited) you could use sc_xmas like in the santa's bag 12132,Red_Bag,Santa's Bag,2,0,,200,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start SC_Xmas,600000,0; },{},{} Wow, this effect gets removed by Dispell... Do you have another idea, or how can I stop having it removed by Dispell? Well it's not only Dispell, you also can use Tuxedo or Wedding Dress to cancel the effect. x_x Guess I need to find something else. What's the red silence called you get when spamming to fast? It blocks skill usage as well, doesn't it? Edited May 24, 2014 by Yuka Quote
Question
Yuka
Hi,
I'm writing a Capture the Flag BG and I want to restrict a player who carrys a flag to not use ANY skills until he loses the flag.
How can I do this? For now I give him characterbound Stones, but that is not save. D:
Bump.
4 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.