Jump to content
  • 0

PvpRoom,+100Refiner/Derefine,Stats/Skill Seller/Buyer.


z O r n

Question


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  12
  • Reputation:   0
  • Joined:  03/15/13
  • Last Seen:  

Pvp room which each time you kill a player you fully heal yourself.

Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  1268
  • Reputation:   382
  • Joined:  02/03/12
  • Last Seen:  

Hmm maybe try

-	script	pvpheal	-1,{
OnPCDieEvent:
detachrid;
attachrid(killerrid);
if(strcharinfo(3) == "guild_01" || strcharinfo(3) == "guild_02"){
	percentheal 100,100;
	end;
}
end;
}
If that still doesn't work it might be the location of the npc.

Try changing it to the map your player is located on and making it invisible.

I think that sprite is 111... I could be wrong.

guild_01,1,1,1	script	pvpheal	111,{
Edited by Skorm
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  209
  • Topics Per Day:  0.05
  • Content Count:  892
  • Reputation:   27
  • Joined:  12/09/11
  • Last Seen:  

-    script   pvpheal        -1,{
 
OnPCKillEvent:
if(strcharinfo(3) == "guild_01" || strcharinfo(3) == "guild_02"){
   percentheal 100,100;
   end;
}
end;
 
}
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  12
  • Reputation:   0
  • Joined:  03/15/13
  • Last Seen:  

script don't work sir. changed the map im using still doesnt work.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  209
  • Topics Per Day:  0.05
  • Content Count:  892
  • Reputation:   27
  • Joined:  12/09/11
  • Last Seen:  

script don't work sir. changed the map im using still doesnt work.

-<tab>script<tab>pvpheal<tab>-1,{
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  81
  • Topics Per Day:  0.02
  • Content Count:  242
  • Reputation:   3
  • Joined:  01/01/12
  • Last Seen:  

TrojanWorm 

 

i want this script only in 1 map the script will be this right?

 

-    script   pvpheal        -1,{
 
OnPCKillEvent:
if(strcharinfo(3) == "guild_01"){
   percentheal 100,100;
   end;
}
end;
 
}
Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  1268
  • Reputation:   382
  • Joined:  02/03/12
  • Last Seen:  

TrojanWorm 

 

i want this script only in 1 map the script will be this right?

-    script   pvpheal        -1,{
 
OnPCKillEvent:
if(strcharinfo(3) == "guild_01"){
   percentheal 100,100;
   end;
}
end;
 
}
Yes.
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...