PvP Hour Reward

Chocolate31

New member
Messages
8
Points
0
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,{
  2.  
  3. OnPCKillEvent:
  4. if ( strcharinfo(3) == "guild_vs2" && getcharid(3) != killedrid && gettime(3) == 22 ) {
  5. getitem 7539,1;
  6. }
  7. end;
  8. }

 
Last edited by a moderator:
Back
Top