Buying 0 bounty items with 0 bounty problem
I used the fix here:
http://forum.ragezone.com/f245/buyin...bounty-891889/
But our users are still saying that they can't buy 0 bounty items with 0 bounty.
It says to edit sp.BuyBountyItem, but I'm also seeing sp.BuyBountyItem2, and a backup of sp.BuyBountyItem. Wasn't sure if those need the fix as well or not.
Re: Buying 0 bounty items with 0 bounty problem
The backups etc, are part of fixing the storage i believe so don't bother editing them.
The main BuyBountyItem is the one to edit only, though my users do have the same problem, though all i did was just edit everyones bp to 999999 lol and spinsertchar edit to start with that many coins.
Re: Buying 0 bounty items with 0 bounty problem
It's matcheserver and client issue, not the database.
Re: Buying 0 bounty items with 0 bounty problem
Quote:
Originally Posted by
Anju
It's matcheserver and client issue, not the database.
How so? Example?
Re: Buying 0 bounty items with 0 bounty problem
If many people are having troubles with this and with the fix in the database, that means it has to deal with the source code in the matchserver from what I know.
Re: Buying 0 bounty items with 0 bounty problem
Quote:
Originally Posted by
Anju
If many people are having troubles with this and with the fix in the database, that means it has to deal with the source code in the matchserver from what I know.
What you know is wrong.
Just use this;
Code:
Use GunzDB
UPDATE Character SET BP = 1 WHERE DeleteFlag != 1
Re: Buying 0 bounty items with 0 bounty problem
Quote:
Originally Posted by
Vusion
Code:
Use GunzDB
UPDATE Character SET BP = 1 WHERE DeleteFlag != 1
This doesn't change how to fix the problem with buying 0 Bounty items with no bounty.
Re: Buying 0 bounty items with 0 bounty problem
Quote:
Originally Posted by
Anju
This doesn't change how to fix the problem with buying 0 Bounty items with no bounty.
"Just use this"
I am aware it doesn't fix it.