Yuka Posted May 12, 2014 Group: Members Topic Count: 100 Topics Per Day: 0.02 Content Count: 333 Reputation: 7 Joined: 03/01/14 Last Seen: May 6, 2020 Share 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 Link to comment Share on other sites More sharing options...
Yuka Posted May 15, 2014 Group: Members Topic Count: 100 Topics Per Day: 0.02 Content Count: 333 Reputation: 7 Joined: 03/01/14 Last Seen: May 6, 2020 Author Share Posted May 15, 2014 Bump. Bump. Bump. Hm.. Quote Link to comment Share on other sites More sharing options...
Emistry Posted May 16, 2014 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 18 hours ago Share 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 Link to comment Share on other sites More sharing options...
Capuche Posted May 16, 2014 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share 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 Link to comment Share on other sites More sharing options...
Yuka Posted May 24, 2014 Group: Members Topic Count: 100 Topics Per Day: 0.02 Content Count: 333 Reputation: 7 Joined: 03/01/14 Last Seen: May 6, 2020 Author Share 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 Link to comment Share on other sites More sharing options...
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.
Link to comment
Share on other sites
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.