Jump to content
  • 0

Enabling the prize to KVM points


Littlefoot

Question


  • Group:  Members
  • Topic Count:  70
  • Topics Per Day:  0.01
  • Content Count:  203
  • Reputation:   1
  • Joined:  05/11/12
  • Last Seen:  

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 Patskie
Edit topic title to an informative one
Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  58
  • Reputation:   6
  • Joined:  06/16/13
  • Last Seen:  


// 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 by painrugi
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...