dsskh Posted June 28, 2017 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 9 Reputation: 1 Joined: 06/20/17 Last Seen: July 24, 2017 Share Posted June 28, 2017 (edited) solved Edited June 30, 2017 by dsskh Quote Link to comment Share on other sites More sharing options...
0 sader1992 Posted June 28, 2017 Group: Content Moderator Topic Count: 55 Topics Per Day: 0.01 Content Count: 1691 Reputation: 716 Joined: 12/21/14 Last Seen: 1 hour ago Share Posted June 28, 2017 (edited) down this code you have this if (getarg(0) == 1) { set .@amount, .@amount_win; if (.@team$ == "Guillaume") { mes "[Axl Rose]"; mes "Blessed Guillaume!"; } else if (.@team$ == "Croix") { mes "[Swandery]"; mes "Blessed Croix!"; } mes "Let's enjoy our glorious victory!"; mes strcharinfo(0)+", it's a sign reflecting victory."; } else { set .@amount, .@amount_lose; if (.@team$ == "Guillaume") { mes "[Axl Rose]"; 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 as a lesson, and next time you will definitely win."; } else if (.@team$ == "Croix") { mes "[Swandery]"; mes "Oh, "+strcharinfo(0)+" Don't be sad."; mes "Even though we didn't win, we did our best."; mes "This is a Royal gift from Croix, and please don't forget this battle. We will win the next one."; } } close2; just put what you want their like this if (getarg(0) == 1) { set .@amount, .@amount_win; getitem 671,20;//////////// here the item you want for wining team if (.@team$ == "Guillaume") { mes "[Axl Rose]"; mes "Blessed Guillaume!"; } else if (.@team$ == "Croix") { mes "[Swandery]"; mes "Blessed Croix!"; } mes "Let's enjoy our glorious victory!"; mes strcharinfo(0)+", it's a sign reflecting victory."; } else { set .@amount, .@amount_lose; getitem 671,10;//////////// here the item you want for lossing team if (.@team$ == "Guillaume") { mes "[Axl Rose]"; 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 as a lesson, and next time you will definitely win."; } else if (.@team$ == "Croix") { mes "[Swandery]"; mes "Oh, "+strcharinfo(0)+" Don't be sad."; mes "Even though we didn't win, we did our best."; mes "This is a Royal gift from Croix, and please don't forget this battle. We will win the next one."; } } close2; getitem 671,20;//////////// here the item you want for wining team getitem 671,10;//////////// here the item you want for wining team they will get the items with the badges when they talk to the NPC you can add items as much as you want Edited June 28, 2017 by sader1992 Quote Link to comment Share on other sites More sharing options...
Question
dsskh
solved
Edited by dsskhLink 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.