Jump to content
  • 0

Request PvP respawn


rbO

Question


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  52
  • Reputation:   1
  • Joined:  12/18/13
  • Last Seen:  

I would like one pvp when you die, after 5 seconds your revive in other part of map with full life and with bless+agi!!


please help me!

Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.00
  • Content Count:  82
  • Reputation:   18
  • Joined:  01/02/12
  • Last Seen:  

Like this
 

OnPCDieEvent:
if(strcharinfo(3) == "your map"){
sleep2 5000;
warp "map",x,y;
atcommand "@revive "+strcharinfo(0);
specialeffect2 37; sc_start SC_INCREASEAGI,240000,10;specialeffect2 42; sc_start SC_BLESSING,240000,10;end;
}
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  52
  • Reputation:   7
  • Joined:  01/02/12
  • Last Seen:  


OnPCDieEvent:

if(strcharinfo(3) == "your map"){

sleep2 4500;

warp "map",x,y;

sleep2 500;

percentheal 100,100;

end;

}

Edited by ocelote
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  52
  • Reputation:   1
  • Joined:  12/18/13
  • Last Seen:  

but this only can teleport on fix where i need one not fix warp

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  52
  • Reputation:   7
  • Joined:  01/02/12
  • Last Seen:  

When you warp with "*warp <map>,x,y;" you automatically revive. Just add agi+bless to my script.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  2223
  • Reputation:   593
  • Joined:  10/26/11
  • Last Seen:  

but this only can teleport on fix where i need one not fix warp

Instead of coordinates x,y use coordinates 0,0. This will warp them to a random spot on the map. Or do you have a list of specific coordinates you want to use (ex: random corner of a PVP map) ?
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...