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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

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