KYeung Posted January 27, 2013 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 10 Reputation: 0 Joined: 01/12/13 Last Seen: December 23, 2014 Share Posted January 27, 2013 Hi, i was wondering if anyone knows how to remove the Revive button, and also when they relog, make it so that their still dead? i am trying to make a server where your only allowed to die once... or unless u have a special item that will allow you to revive Thanks! Quote Link to comment Share on other sites More sharing options...
michaelsoftman Posted January 27, 2013 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 410 Reputation: 29 Joined: 04/04/12 Last Seen: November 28, 2024 Share Posted January 27, 2013 This would require client editing I believe. Quote Link to comment Share on other sites More sharing options...
KYeung Posted January 27, 2013 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 10 Reputation: 0 Joined: 01/12/13 Last Seen: December 23, 2014 Author Share Posted January 27, 2013 oh hmm, well i was hoping it would keep the button actually, and not allow you to use it unless you have the item it require to do so. Quote Link to comment Share on other sites More sharing options...
KYeung Posted January 31, 2013 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 10 Reputation: 0 Joined: 01/12/13 Last Seen: December 23, 2014 Author Share Posted January 31, 2013 bump pls! Quote Link to comment Share on other sites More sharing options...
Wise Posted January 31, 2013 Group: Members Topic Count: 46 Topics Per Day: 0.01 Content Count: 147 Reputation: 26 Joined: 11/19/11 Last Seen: October 28, 2021 Share Posted January 31, 2013 (edited) prontera,150,150,0<tab>script<tab>blabla<tab>-1,2,2,{ OnTouch: if(AlreadyDead == 1) { atcommand "@die"; dispbottom "You are dead."; end; } else {end;} OnPCDieEvent: dispbottom "You are dead. There is no way to revive you except for Resurrection Skill by Yggdrasil Seed or Priest."; set AlreadyDead,1; save "prontera",150,150; end; OnPCLoginEvent: if(AlreadyDead == 1) {atcommand "@die"; dispbottom "You are dead."; end; } else {end;} } lol this is the best solution i thought without src XD Edited January 31, 2013 by Mavis Quote Link to comment Share on other sites More sharing options...
Aly Posted February 1, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 16 Reputation: 6 Joined: 02/05/12 Last Seen: March 17, 2017 Share Posted February 1, 2013 Maybe "skip ressurrection button" when diffing. Quote Link to comment Share on other sites More sharing options...
Question
KYeung
Hi, i was wondering if anyone knows how to remove the Revive button, and also when they relog, make it so that their still dead?
i am trying to make a server where your only allowed to die once... or unless u have a special item that will allow you to revive
Thanks!
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.