Littlefoot Posted November 25, 2013 Group: Members Topic Count: 70 Topics Per Day: 0.01 Content Count: 203 Reputation: 1 Joined: 05/11/12 Last Seen: July 30, 2016 Share Posted November 25, 2013 (edited) Can anyone help me enabling a KVM Points to be the prize of the winners of this CTH Event? Here is the script http://pastebin.com/vC4Us3KB Edited November 25, 2013 by Patskie Edit topic title to an informative one Quote Link to comment Share on other sites More sharing options...
painrugi Posted November 25, 2013 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 58 Reputation: 6 Joined: 06/16/13 Last Seen: September 27, 2015 Share Posted November 25, 2013 (edited) // Battleground rewards // ********************************************************************* new_2-4,51,191,5 script Battle Reward#fl2 851,{ if( $@FlaviusBG2_Victory == Bat_Team ) { // Victory mes "[Swandery]"; mes "Blessed Warrior"; mes "Let's enjoy our glorious victory!"; mes "" + strcharinfo(0) + ", its a sign reflecting victory"; getitem 7829,10; set registeredna,0; set kvm_point,kvm_point + 5; //+5 points for winning team warp "prontera",155,179; end; } else { // Derrota mes "[Swandery]"; mes "You lost, but you're dedicated to this battle."; mes "This is a reward for your great dedication!"; mes "Just take this defeat a lesson, and later you would definitely learn."; set registeredna,0; getitem 741,1; warp "prontera",155,179; end; } set Flavius2_BG_Tick, gettimetick(2) + 300; getitem 25454, .@Reward; if(.@rewardb != 0) { dispbottom "You've won "+.@rewardb+" extra medals for captured heroes"; getitem 25454,.@rewardb;} setlook 7,normallook; set registeredna,0; bg_leave; warp "prontera",155,179; end; } Edited November 25, 2013 by painrugi Quote Link to comment Share on other sites More sharing options...
Question
Littlefoot
Can anyone help me enabling a KVM Points to be the prize of the winners of this CTH Event?
Here is the script
http://pastebin.com/vC4Us3KB
Edited by PatskieEdit topic title to an informative one
Link to comment
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.