yanzelph Posted September 12, 2012 Posted September 12, 2012 im using rathena's built in BG script What does this error mean's kinda confused Quote
Brian Posted September 12, 2012 Posted September 12, 2012 Looks like you enabled the BG scripts in /npc/custom/battleground/ on top of the original ones /npc/battleground/. Only enable one set at a time. Quote
yanzelph Posted September 12, 2012 Author Posted September 12, 2012 (edited) thx for the tip so which one? i have this in custom script // -- Unofficial Battlegrounds //npc: npc/custom/battleground/bg_common.txt npc: npc/custom/battleground/bg_tierra_01.txt //npc: npc/custom/battleground/bg_tierra_02.txt npc: npc/custom/battleground/bg_flavius_01.txt //npc: npc/custom/battleground/bg_flavius_02.txt npc: npc/custom/battleground/bg_kvm01.txt //npc: npc/custom/battleground/bg_kvm02.txt //npc: npc/custom/battleground/bg_kvm03.txt Edited September 12, 2012 by yanzelph Quote
Brian Posted September 12, 2012 Posted September 12, 2012 Option 1: trunk/npc/scripts_athena.conf // --------------------- Battle Grounds ------------------------- // - Flavius ---------------------------------------------------- npc: npc/battleground/flavius/flavius_enter.txt npc: npc/battleground/flavius/flavius01.txt npc: npc/battleground/flavius/flavius02.txt // - Kreiger Von Midgard ---------------------------------------- npc: npc/battleground/kvm/kvm_enter.txt npc: npc/battleground/kvm/kvm_item_pay.txt npc: npc/battleground/kvm/kvm01.txt npc: npc/battleground/kvm/kvm02.txt npc: npc/battleground/kvm/kvm03.txt // - Tierra Gorge ----------------------------------------------- npc: npc/battleground/tierra/tierra_enter.txt npc: npc/battleground/tierra/tierra01.txt npc: npc/battleground/tierra/tierra02.txt // -------------------------------------------------------------- npc: npc/battleground/bg_common.txt Option 2: trunk/npc/scripts_custom.conf // -- Unofficial Battlegrounds //npc: npc/custom/battleground/bg_common.txt //npc: npc/custom/battleground/bg_tierra_01.txt //npc: npc/custom/battleground/bg_tierra_02.txt //npc: npc/custom/battleground/bg_flavius_01.txt //npc: npc/custom/battleground/bg_flavius_02.txt //npc: npc/custom/battleground/bg_kvm01.txt //npc: npc/custom/battleground/bg_kvm02.txt //npc: npc/custom/battleground/bg_kvm03.txt Pick one and enable it. Disable the other by commenting out those lines. Quote
Zelek Posted October 11, 2012 Posted October 11, 2012 Hi Brian, May I know what's the difference between the Unofficial and Official one? Thank you. Quote
Question
yanzelph
im using rathena's built in BG script
What does this error mean's kinda confused
4 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.