Jump to content
  • 0

help about woe prize


Question

Posted

i need a script that all member recieve the prize after finish the woe only guild capture the castle only recieve the prize,,,,and every kill the player or Gm had a skull auto recieve on player...thank for advance.....

 

1 answer to this question

Recommended Posts

Posted

use euphy's woe controller http://rathena.org/board/topic/64394-%E2%9C%B0-euphys-scripts-%E2%9C%B0/ << credit for euphy

that script auto give each player members of the capture guild with duplicate IP check..

 

and for the drop skull try this one :

-	script	Sample	-1,{
    OnPCKillEvent:
	if( 
	strcharinfo(3) != "prtg_cas01" &&
	strcharinfo(3) != "prtg_cas02" &&
	strcharinfo(3) != "prtg_cas03" &&
	strcharinfo(3) != "prtg_cas04" &&
	strcharinfo(3) != "prtg_cas05"
	) end;
	getnameditem 7420, rid2name( killedrid );
	end;
}

add or remove castle name you want....

 

 

sorry my bad english...

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