Jump to content
  • 0

Anyone know how to remove the Revive Button


Question

Posted

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

Posted (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 by Mavis

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...