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
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. 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.
- - script pvp_coin -1,{
- OnPCKillEvent:
- if ( strcharinfo(3) == "guild_vs2" && getcharid(3) != killedrid && gettime(3) == 22 ) {
- getitem 7539,1;
- }
- end;
- }
Last edited by a moderator: