
Originally Posted by
Parkour [Dev]
All my items have 1 bounty, i didn't make them 0! and what you mean by character bounty default?
Yeah that's probably it, you made all the items 1 or 0 or whatever... but didn't make the beggining bounty ammount for each character, that's why it's not buyable
Do what sarkboy245 gave you, scroll down till you see the insert thing, it's something like this
Code:
INSERT INTO dbo.Character(AID, Name, CharNum, Level, Sex, Hair, Face, XP, BP, FR, CR, ER, WR,
GameCount, KillCount, DeathCount, RegDate, PlayTime, DeleteFlag)
Values(@AID, @name, @CharNum, 1, @sex, @Hair, @face, 0, 0, 0, 0, 0, 0, 0, 0, 0, @NowDate, 0, 0)
the two red things are the bounty(BT), and it's default value, put it more than the value in the shop !