Jump to content
  • 0

Question

1 answer to this question

Recommended Posts

Posted

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;
}

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...