Jump to content
  • 0

Bg script built in svn


yanzelph

Question


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  31
  • Reputation:   0
  • Joined:  08/27/12
  • Last Seen:  

im using rathena's built in BG script

What does this error mean's kinda confused

Capture.png

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  2223
  • Reputation:   593
  • Joined:  10/26/11
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  31
  • Reputation:   0
  • Joined:  08/27/12
  • Last Seen:  

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 by yanzelph
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  2223
  • Reputation:   593
  • Joined:  10/26/11
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  35
  • Reputation:   0
  • Joined:  05/15/12
  • Last Seen:  

Hi Brian,

May I know what's the difference between the Unofficial and Official one?

Thank you.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...