kevinsocha Posted February 12, 2013 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 6 Reputation: 0 Joined: 02/10/13 Last Seen: January 15, 2014 Share Posted February 12, 2013 i want the battleground give all of 3 types emblem like reward and i don't no how i fix this.need to add some line here ou what? // Team Rewards // ======================================================= set .@Reward, 15 + .Score; set .@Won,2; if( .Score >= 6 ) { // Emperium Taken set .@Reward, .@Reward + 9; set .@Won,0; } bg_reward .Atacker,7773,.@Reward,0,0,"BG_CON",1,6,.@Won; set .Score, 6 - .Score; // Switch for Defender set .@Reward, 15 + .Score; set .@Won,2; if( .Score >= 1 ) { // Emperium Defended set .@Reward, .@Reward + 9; set .@Won,0; } bg_reward .Defender,7773,.@Reward,0,0,"BG_CON",1,6,.@Won; (sorry about my bad english) Quote Link to comment Share on other sites More sharing options...
Emistry Posted February 12, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2371 Joined: 10/28/11 Last Seen: Yesterday at 11:27 AM Share Posted February 12, 2013 we dont have bg_reward in rAthena... so we wont know how it work...so...it's almost imposible to help you in this... bg_reward .Defender,7773,.@Reward,0,0,"BG_CON",1,6,.@Won; if the 7773 refer to item_db... then just duplicate few more similar like..and change the item_id bg_reward .Defender,608,.@Reward,0,0,"BG_CON",1,6,.@Won; bg_reward .Defender,512,.@Reward,0,0,"BG_CON",1,6,.@Won; bg_reward .Defender,607,.@Reward,0,0,"BG_CON",1,6,.@Won; Quote Link to comment Share on other sites More sharing options...
Question
kevinsocha
i want the battleground give all of 3 types emblem like reward and i don't no how i fix this.
need to add some line here ou what?
(sorry about my bad english)
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.