[Help]Gunz 1.5 Cannot buy items!

Results 1 to 8 of 8
  1. #1
    Proficient Member Parkour [Dev] is offline
    MemberRank
    Nov 2009 Join Date
    israelLocation
    163Posts

    ! [Help]Gunz 1.5 Cannot buy items!

    Listen please before you reply i follow this tut's

    http://forum.ragezone.com/f245/gunz-...-limit-812529/


    i go to the source and i change the code to :

    bool IsCashItem() { if ((m_bIsCashItem)) return true; return false; }

    and i rebuild cscommon

    After that i go to my sql>dbo.item>Foreign Keys>remove..

    i have also check my zitem in both [ Server+system] the are all False,

    please help because it doesn't seems to work
    Last edited by Parkour [Dev]; 03-07-14 at 04:32 PM.


  2. #2
    Yaaay! Tannous is offline
    MemberRank
    Jul 2012 Join Date
    KonohaLocation
    840Posts

    Re: [Help]Gunz 1.5 Cannot buy items!

    First the tut you've followed doesn't do this, it only removes the item ID limiter...
    I assume you made all your items in 0 bounty, and you didn't edit the character's bounty default (the bounty for char in the beginning)
    it should be at least 1 bounty to make the item buyable otherwise you'll have this error..
    if this didn't work, there are other problems about this issue, I'm just to lazy to remember them XD !
    GL tho.. :)

  3. #3
    Proficient Member Parkour [Dev] is offline
    MemberRank
    Nov 2009 Join Date
    israelLocation
    163Posts

    Re: [Help]Gunz 1.5 Cannot buy items!

    All my items have 1 bounty, i didn't make them 0! and what you mean by character bounty default?

  4. #4
    Member darkboy245 is offline
    MemberRank
    Nov 2009 Join Date
    71Posts

    Re: [Help]Gunz 1.5 Cannot buy items!

    GunzDB > Programmability > Stored Procedures > dbo.spInstertChar > Right Click and then Modify > CTRL F "@Face" until you find a line like this "0, 0, 0, 0," after that you click on the second digit and change that to the bounty you want to start with.

  5. #5
    Yaaay! Tannous is offline
    MemberRank
    Jul 2012 Join Date
    KonohaLocation
    840Posts

    Re: [Help]Gunz 1.5 Cannot buy items!

    Quote Originally Posted by Parkour [Dev] View Post
    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 !

  6. #6
    Proficient Member Parkour [Dev] is offline
    MemberRank
    Nov 2009 Join Date
    israelLocation
    163Posts

    Re: [Help]Gunz 1.5 Cannot buy items!

    Yeah i did that, its still the same shit

    INSERT INTO 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, 60000, 0, 0, 0, 0, 0, 0, 0, GETDATE(), 0, 0)
    IF 0 <> @@ERROR BEGIN
    ROLLBACK TRAN
    RETURN (-1)
    END

  7. #7
    Yaaay! Tannous is offline
    MemberRank
    Jul 2012 Join Date
    KonohaLocation
    840Posts

    Re: [Help]Gunz 1.5 Cannot buy items!

    Did you remake the character, or made new one after this edit ?!
    Last edited by Tannous; 05-07-14 at 07:25 AM.

  8. #8
    Proficient Member Parkour [Dev] is offline
    MemberRank
    Nov 2009 Join Date
    israelLocation
    163Posts

    Re: [Help]Gunz 1.5 Cannot buy items!

    Quote Originally Posted by Tannous View Post
    Did you remade the character, or made new one after this edit ?!
    My problem has been Sloved!

    Close the Thread!
    Last edited by Parkour [Dev]; 05-07-14 at 12:12 AM.



Advertisement