Bug with item buying

Results 1 to 14 of 14
  1. #1
    Gregon13 OldSchoolGZ is offline
    MemberRank
    Jan 2012 Join Date
    CanadaLocation
    244Posts

    Bug with item buying

    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


  2. #2
    Account Upgraded | Title Enabled! ofiritsmeeee is offline
    MemberRank
    Sep 2011 Join Date
    274Posts

    Re: Bug with item buying

    Quote Originally Posted by OldSchoolGZ View Post
    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
    1.Make sure You have edited all in zitem "iscashitem=false" + put in in system + matchserver.
    2.Make sure you have canceled item limit in source.
    3.make sure you have at least 1 Bounty.

  3. #3
    Gregon13 OldSchoolGZ is offline
    MemberRank
    Jan 2012 Join Date
    CanadaLocation
    244Posts

    Re: Bug with item buying

    Quote Originally Posted by ofiritsmeeee View Post
    1.Make sure You have edited all in zitem "iscashitem=false" + put in in system + matchserver.
    2.Make sure you have canceled item limit in source.
    3.make sure you have at least 1 Bounty.
    1. Done 2. Done 3. Have More than 1

    I already know that stuff It's already been dealt with still get that bug for some of the items

  4. #4
    Account Upgraded | Title Enabled! ofiritsmeeee is offline
    MemberRank
    Sep 2011 Join Date
    274Posts

    Re: Bug with item buying

    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..

  5. #5
    Gregon13 OldSchoolGZ is offline
    MemberRank
    Jan 2012 Join Date
    CanadaLocation
    244Posts

    Re: Bug with item buying

    Quote Originally Posted by ofiritsmeeee View Post
    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..
    I checked it 5 times already and I always put any edited file from system to matchserver i'm not new to this lool I released the very first repack I'm thinking the problem is DB Sided testing a couple things if It works I'll share my finding

  6. #6
    Gunz General Develop Gun[Lengend] is offline
    MemberRank
    Jan 2010 Join Date
    Gunz Viet NamLocation
    312Posts

    Re: Bug with item buying

    And Fix item limit in Source ? Check again.
    And for carefully, replace all Cashitem table in Gunz DB from 1 to 0

  7. #7
    Gregon13 OldSchoolGZ is offline
    MemberRank
    Jan 2012 Join Date
    CanadaLocation
    244Posts

    Re: Bug with item buying

    Quote Originally Posted by Gun[Lengend] View Post
    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

  8. #8
    Member Hideasu is offline
    MemberRank
    Aug 2011 Join Date
    CanadaLocation
    78Posts

    Re: Bug with item buying

    Execute my MatchserverD, clean your table dbo.item and execute all the sql files it create and your problem will be fixed...

  9. #9
    Gregon13 OldSchoolGZ is offline
    MemberRank
    Jan 2012 Join Date
    CanadaLocation
    244Posts

    Re: Bug with item buying

    Quote Originally Posted by Hideasu View Post
    Execute my MatchserverD, clean your table dbo.item and execute all the sql files it create and your problem will be fixed...
    I built MatchServerD myself does the same thing I have the constraints n shit removed from dbo.item and dbo.item updated

  10. #10
    Member Hideasu is offline
    MemberRank
    Aug 2011 Join Date
    CanadaLocation
    78Posts

    Re: Bug with item buying

    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.

  11. #11
    Hi, I'm Omar! Vusion is offline
    MemberRank
    Jan 2011 Join Date
    HereLocation
    1,658Posts

    Re: Bug with item buying

    Quote Originally Posted by OldSchoolGZ View Post
    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
    Code:
    UPDATE dbo.item SET IsCashItem = '0'
    Treating an integer as a string/varchar.

  12. #12
    Account Upgraded | Title Enabled! Rejain is offline
    MemberRank
    Jul 2012 Join Date
    201Posts

    Re: Bug with item buying

    have the same problem any idea guys ?

  13. #13
    Valued Member deathtaker26 is offline
    MemberRank
    Apr 2011 Join Date
    100Posts

    Re: Bug with item buying

    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.

  14. #14
    Valued Member deathtaker26 is offline
    MemberRank
    Apr 2011 Join Date
    100Posts

    Re: Bug with item buying

    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.



Advertisement