KYeung Posted January 27, 2013 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
michaelsoftman Posted January 27, 2013 Posted January 27, 2013 This would require client editing I believe. Quote
KYeung Posted January 27, 2013 Author 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
Wise Posted January 31, 2013 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
Aly Posted February 1, 2013 Posted February 1, 2013 Maybe "skip ressurrection button" when diffing. Quote
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!
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.