z O r n Posted March 18, 2013 Posted March 18, 2013 Pvp room which each time you kill a player you fully heal yourself. Quote
Skorm Posted March 18, 2013 Posted March 18, 2013 (edited) 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 March 18, 2013 by Skorm Quote
PewN Posted March 18, 2013 Posted March 18, 2013 - script pvpheal -1,{ OnPCKillEvent: if(strcharinfo(3) == "guild_01" || strcharinfo(3) == "guild_02"){ percentheal 100,100; end; } end; } Quote
z O r n Posted March 18, 2013 Author Posted March 18, 2013 script don't work sir. changed the map im using still doesnt work. Quote
PewN Posted March 18, 2013 Posted March 18, 2013 script don't work sir. changed the map im using still doesnt work. -<tab>script<tab>pvpheal<tab>-1,{ Quote
Hades03 Posted March 18, 2013 Posted March 18, 2013 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; } Quote
Skorm Posted March 18, 2013 Posted March 18, 2013 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. Quote
Question
z O r n
Pvp room which each time you kill a player you fully heal yourself.
6 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.