Jump to content
  • 0
Sign in to follow this  
Chocolate31

PvP Hour Reward

Question

Hi i would like to have a script like this to make a great pvp hour full of users biggrin.png
 

1. Only When it is @time 22:00 this script starts
2. When killing another user they recieve a certain coin per every kill [ poring coins 7539]
3. This script only work in certain map [ guild_vs2 ]
4. When it is @time 23:00 the script ends

this topic is already solved in rathena, thank you Emistry.

 

  1. [*]- script pvp_coin -1,{ [*]  [*] OnPCKillEvent: [*] if ( strcharinfo(3) == "guild_vs2" && getcharid(3) != killedrid && gettime(3) == 22 ) { [*] getitem 7539,1; [*] } [*] end; [*] [*]}

 

Edited by Chocolate31

Share this post


Link to post
Share on other sites

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

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.