kevinsocha Posted February 12, 2013 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
Emistry Posted February 12, 2013 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
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)
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.