I have all the items in the DB and I even removed the constraint all items are cashitem = "false"
bt_price = "0" but for some reason unless I have bounty I can't buy anything still
I have all the items in the DB and I even removed the constraint all items are cashitem = "false"
bt_price = "0" but for some reason unless I have bounty I can't buy anything still
I know what you mean I had that problem too..when u can't see the bounty of the item? So u cant buy it..Solved it by replace all cash item true to false,check again if u did it and put it inside match server too..
And Fix item limit in Source ? Check again.
And for carefully, replace all Cashitem table in Gunz DB from 1 to 0
UPDATE dbo.item SET IsCashItem = '0'
for fix limit in source your kidding right? All required steps were done i'm not a new user i've been here for a couple years just newer account
for future reference all changes were done that need to be done, I am re-doing the DB all over again but what I want to know is if anyone knows how I could get it where I don't need any bounty at all
Execute my MatchserverD, clean your table dbo.item and execute all the sql files it create and your problem will be fixed...
EDIT: There is alot of missing system procedure in the 1.5 database tbh and bugged one as well.
Last edited by Hideasu; 18-11-12 at 03:11 AM.
have the same problem any idea guys ?![]()
I have this same issue, it will come up as
"You cannot purchase this item"
This isn't a bad thing if you want to sell stuff for real money on your website... I've followed many tutorials on this, one thing I came across was something about region code or something like that. I didn't really understand it.
My good sir, I have finally found a solution to the issue. It was database side. After attempting to manually give my character an item through MSSQL I came across an error that the value didn't exist in the database, even thought it appeared so in game. The solution is to manually add the item in the database include the item ID, item name, etc. After performing this I was able to purchase the item in game. I hope this helped.