Yaoi Posted September 27, 2015 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 26 Reputation: 0 Joined: 06/13/14 Last Seen: October 17, 2024 Share Posted September 27, 2015 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 Quote Link to comment Share on other sites More sharing options...
Emistry Posted September 28, 2015 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 10 hours ago Share Posted September 28, 2015 - script pvp_coin -1,{ OnPCKillEvent: if ( strcharinfo(3) == "guild_vs2" && getcharid(3) != killedrid && gettime(3) == 22 ) { getitem 7539,1; } end; } Quote Link to comment Share on other sites More sharing options...
Promise Posted September 27, 2015 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 386 Reputation: 38 Joined: 04/28/13 Last Seen: March 22, 2024 Share Posted September 27, 2015 - script pvpevent -1,{ OnPCKillEvent: if (strcharinfo(3) == "guild_vd2" && .$pvpevent == 1) { getitem 7539, 1; end; } OnClock2200: set .$pvpevent, 1; OnClock2300: set .$pvpevent, 0; } Quote Link to comment Share on other sites More sharing options...
Ninja Posted September 28, 2015 Group: Members Topic Count: 54 Topics Per Day: 0.01 Content Count: 513 Reputation: 84 Joined: 08/11/12 Last Seen: July 4, 2024 Share Posted September 28, 2015 - script pvpevent -1,{ OnPCKillEvent: if (strcharinfo(3) == "guild_vd2" && .$pvpevent == 1) { getitem 7539, 1; end; } OnClock2200: set .$pvpevent, 1; end; OnClock2300: set .$pvpevent, 0; end; } just needs "end"; after OnClockXX Statements. Quote Link to comment Share on other sites More sharing options...
Promise Posted September 28, 2015 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 386 Reputation: 38 Joined: 04/28/13 Last Seen: March 22, 2024 Share Posted September 28, 2015 DIdnt tested it, i havent done those scripts for a long time, now im on src. Anyway - script pvp_coin -1,{ OnPCKillEvent: if ( strcharinfo(3) == "guild_vs2" && getcharid(3) != killedrid && gettime(3) == 22 ) { getitem 7539,1; } end; } Quote Link to comment Share on other sites More sharing options...
Yaoi Posted September 29, 2015 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 26 Reputation: 0 Joined: 06/13/14 Last Seen: October 17, 2024 Author Share Posted September 29, 2015 thank you all very much :D Quote Link to comment Share on other sites More sharing options...
Question
Yaoi
Hi i would like to have a script like this to make a great pvp hour full of users
Link to comment
Share on other sites
5 answers 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.