Disable using bounty for making clan

Results 1 to 5 of 5
  1. #1
    wololololo omgisavedu is offline
    MemberRank
    Mar 2009 Join Date
    in batch fileLocation
    343Posts

    Disable using bounty for making clan

    hey anyone know how to disable the cost for clan make? like it need 1000Bounty to make clan, It is it possible?


  2. #2
    Account Upgraded | Title Enabled! wtfhacker is offline
    MemberRank
    Dec 2009 Join Date
    328Posts

    Re: Disable using bounty for making clan

    If you have just open a Gunz open up GunzDB.sql :
    Hit ctrl+f find "UPDATE Character SET BP=BP-1000 WHERE CID=@MasterCID"
    Change to "UPDATE Character SET BP=BP-0 WHERE CID=@MasterCID"

  3. #3
    Account Upgraded | Title Enabled! alfredao is offline
    MemberRank
    Jan 2008 Join Date
    Coronel FabriciLocation
    705Posts

    Re: Disable using bounty for making clan

    Quote Originally Posted by wtfhacker View Post
    If you have just open a Gunz open up GunzDB.sql :
    Hit ctrl+f find "UPDATE Character SET BP=BP-1000 WHERE CID=@MasterCID"
    Change to "UPDATE Character SET BP=BP-0 WHERE CID=@MasterCID"
    After this, you will not lose your BP, but if you dont have 1.000 BP you can't create the clan.

  4. #4
    wololololo omgisavedu is offline
    MemberRank
    Mar 2009 Join Date
    in batch fileLocation
    343Posts

    Re: Disable using bounty for making clan

    @alfredao Really?so that mean i cant create a clan at all?

  5. #5
    Status: Pooping eele is offline
    MemberRank
    Jul 2008 Join Date
    The NetherlandsLocation
    915Posts

    Re: Disable using bounty for making clan

    Quote Originally Posted by omgisavedu View Post
    @alfredao Really?so that mean i cant create a clan at all?
    Yeah ofcourse..

    There should be a statement like
    Code:
    int bounty = "Here is just a query blabla for selecting how many bounty the character has, I know this is just an example";
    int clanbounty = 1000;
    
    if(bounty < clanbounty){
    // Checks if you have enough bounty for making a clan
    // Give a message when you don't have enough bounty
    }else{
    //Here will the query execute only if you have 1000 bounty or more.
    "UPDATE Character SET BP=BP-1000 WHERE CID=@MasterCID"
    }
    Hope I explained it good for you:)



Advertisement