Jump to content
  • 0

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


Question

6 answers to this question

Recommended Posts

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

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;
 
}
Posted

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.

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...