Jump to content
  • 0

Anyone know how to remove the Revive Button


KYeung

Question


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  10
  • Reputation:   0
  • Joined:  01/12/13
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  10
  • Reputation:   0
  • Joined:  01/12/13
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  10
  • Reputation:   0
  • Joined:  01/12/13
  • Last Seen:  

bump pls!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.01
  • Content Count:  147
  • Reputation:   26
  • Joined:  11/19/11
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   6
  • Joined:  02/05/12
  • Last Seen:  

Maybe "skip ressurrection button" when diffing.

Link to comment
Share on other sites

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.

×
×
  • Create New...