Jump to content
  • 0

Battlegrounds rewards


leadtech

Question


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  59
  • Reputation:   2
  • Joined:  11/12/11
  • Last Seen:  

How to add prize on battle grounds ??

I want to add bravery and valor badges ..

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  383
  • Reputation:   109
  • Joined:  11/11/11
  • Last Seen:  

Check to

npc/custom/battleground/bg_flavius_01.txt

(And other battleground files)

Search for :

getitem

Then you can add more items are refer above to change the number of item :

bat_b01,390,13,5 script Guillaume Vintenar#fl1 419,{
if( $@FlaviusBG1_Victory )
{
 if( $@FlaviusBG1_Victory == Bat_Team )
 { // Victory
  mes "[swandery]";
  mes "Blessed Guillaume!!";
  mes "Let's enjoy our glorious victory!";
  mes "" + strcharinfo(0) + ", its a sign reflecting victory";
  close2;
  set .@Reward, 9; //Winners
 }
 else
 { //
  mes "[swandery]";
  mes "You lost, but you're dedicated to this battle.";
  mes "This is a reward for your great dedication by Guillaume Marollo!";
  mes "Just take this defeat a lesson, and later you would definitely learn.";
  close2;
  set .@Reward, 3;
 }
 setquest 2070;
 getitem 7829, .@Reward;
 bg_leave;
 warp "bat_room",155,150;
 end;
}
end;
}

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...