Budots Posted December 6, 2013 Group: Members Topic Count: 69 Topics Per Day: 0.02 Content Count: 200 Reputation: 1 Joined: 09/25/13 Last Seen: January 6, 2014 Share Posted December 6, 2013 (edited) Hi guysI have tried my Battleground script just today can you help me with FLAVIUS and TIERRA because after the team won they can't get prizes.The prizes should be;Winning Team: 3 VALOr BADGESLossing Team: 1 VALOR BADGE flavius01.txt tierra01.txt bg_common.txt Edited December 6, 2013 by GM Montoy Quote Link to comment Share on other sites More sharing options...
rans Posted December 6, 2013 Group: Members Topic Count: 104 Topics Per Day: 0.02 Content Count: 429 Reputation: 60 Joined: 08/19/12 Last Seen: 2 hours ago Share Posted December 6, 2013 (edited) Find this on bg_common.txt // Badge Reward Function //============================================================ function script F_BG_Badge { if (getarg(2) == "Tierra") { set .@badge,7179; //BF_Badge1 set .@amount_win,3; set .@amount_lose,1; } else if (getarg(2) == "Flavius") { set .@badge,7179; //BF_Badge2 set .@amount_win,3; set .@amount_lose,1; } else return; and replace with function<TAB>script<TAB>F_BG_Badge<TAB>{ if (getarg(2) == "Tierra") { set .@badge,7829; //BF_Badge1 set .@amount_win,3; set .@amount_lose,1; } else if (getarg(2) == "Flavius") { set .@badge,7829; //BF_Badge2 set .@amount_win,3; set .@amount_lose,1; } else return; Edited December 6, 2013 by Patskie Code Quote Link to comment Share on other sites More sharing options...
Budots Posted December 6, 2013 Group: Members Topic Count: 69 Topics Per Day: 0.02 Content Count: 200 Reputation: 1 Joined: 09/25/13 Last Seen: January 6, 2014 Author Share Posted December 6, 2013 Find this on bg_common.txt // Badge Reward Function //============================================================ function script F_BG_Badge { if (getarg(2) == "Tierra") { set .@badge,7179; //BF_Badge1 set .@amount_win,3; set .@amount_lose,1; } else if (getarg(2) == "Flavius") { set .@badge,7179; //BF_Badge2 set .@amount_win,3; set .@amount_lose,1; } else return; and replace with function<TAB>script<TAB>F_BG_Badge<TAB>{ if (getarg(2) == "Tierra") { set .@badge,7829; //BF_Badge1 set .@amount_win,3; set .@amount_lose,1; } else if (getarg(2) == "Flavius") { set .@badge,7829; //BF_Badge2 set .@amount_win,3; set .@amount_lose,1; } else return; Ok i did try to check if im doing it correctly; Saka po, diba po pagna dead yung player pupunta sila sa isang RESPAWN AREA na may NPC , yung npc pong yun sana po HEALER,BUFFER, REPAIR SAKA STORAGE po sana. Hindi kasi sya gumagana. Pwede nyo po ako i help dun bg_common.txt Quote Link to comment Share on other sites More sharing options...
Question
Budots
Hi guys
I have tried my Battleground script just today can you help me with FLAVIUS and TIERRA because after the team won they can't get prizes.
The prizes should be;
Winning Team: 3 VALOr BADGES
Lossing Team: 1 VALOR BADGE
flavius01.txt
tierra01.txt
bg_common.txt
Edited by GM MontoyLink to comment
Share on other sites
2 answers 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.