Skkont Posted February 22, 2014 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 36 Reputation: 1 Joined: 01/07/14 Last Seen: December 9, 2015 Share Posted February 22, 2014 Hi, I have a Flavius CTF script, it works well... but i want Block Skills and Item usage to a player... OnRedFlagCarrier: if($@RedFlagTaken == 1) { if($@Red_Flag_Carrier$ == strcharinfo(0)) { sc_end SC_CLOAKING; sc_end SC_CHASEWALK; sc_end SC_HIDING; sc_start 594,2000,1; emotion e_hlp,1; percentheal -7,0; specialeffect2 58; sleep2 2000; goto OnRedFlagCarrier;}} sc_end 594; end; } I tried disable_items; but its not works... any help please? Quote Link to comment Share on other sites More sharing options...
sandbox Posted February 24, 2014 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 949 Reputation: 174 Joined: 06/12/12 Last Seen: Friday at 12:25 PM Share Posted February 24, 2014 read db/[pre-]re/skill_nocast_db.txt db/[pre-]reitem_noequip.txt conf/mapflag/restricted.txt Quote Link to comment Share on other sites More sharing options...
Skkont Posted February 24, 2014 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 36 Reputation: 1 Joined: 01/07/14 Last Seen: December 9, 2015 Author Share Posted February 24, 2014 Yep but i want just one player is disable the skills, the player who has the flag. Another players can use skills. Quote Link to comment Share on other sites More sharing options...
sandbox Posted February 26, 2014 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 949 Reputation: 174 Joined: 06/12/12 Last Seen: Friday at 12:25 PM Share Posted February 26, 2014 (edited) Not sure, but you have already an idea, which is looping. Doesn't it work out for you? Muting the player is another workaround but it seems illogical though.. Edited February 26, 2014 by sandbox Quote Link to comment Share on other sites More sharing options...
AnnieRuru Posted February 26, 2014 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 2044 Reputation: 682 Joined: 10/09/12 Last Seen: December 20, 2020 Share Posted February 26, 2014 (edited) Yep but i want just one player is disable the skills, the player who has the flag. Another players can use skills. prontera,156,191,5 script kjdhfkjsf 100,{ setoption Option_Xmas, 1; dispbottom "1"; sleep2 5000; setoption Option_Xmas, 0; dispbottom "0"; }tricksuse Option_Xmas or Option_Summer to forbid that player from attack or use skills EDIT: opss~~ still can use item consumption though Edited February 26, 2014 by AnnieRuru Quote Link to comment Share on other sites More sharing options...
Question
Skkont
Hi,
I have a Flavius CTF script, it works well... but i want Block Skills and Item usage to a player...
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.