Whats negative BA? (in New players)


Clanger September 13 2007 3:53 PM EDT

When I click to get more BA, it comes up with "you cannot purchase negative BA".

SNK3R September 13 2007 3:54 PM EDT

You're trying to purchase more than that is available?

SNK3R September 13 2007 3:57 PM EDT

Never mind, looks like something else is wonky, maybe, looking from source code:

function ba_purchase_callback(e) {
    msg=""
    res=e.responseText
    if (res!='success') {
        if (res=='negative') msg='You cannot purchase negative BA'
        if (res=='tmode') msg='Tournament [bf2_party_txt_plural] cannot purchase BA'
        if (res=='overmax') msg='You cannot purchase over your max BA'
      if (res=='money') msg='You do not have enough money for that amount of BA'
      alert(msg);
      return;
  }
    if (rhs_party_sensitive()) parent.cbmain.location.href=('/');
}

Clanger September 13 2007 4:15 PM EDT

Sorry guys, I'm an idiot. Wasn't typing in the amount. Been playing for a month now too! Just a brainfart.
This thread is closed to new posts. However, you are welcome to reference it from a new thread; link this with the html <a href="/bboard/q-and-a-fetch-msg.tcl?msg_id=002DYL">Whats negative BA?</a>