How to put shop cost 0 bounty?

Results 1 to 9 of 9
  1. #1
    IfritGamerZ: Kevin minikevin12 is offline
    MemberRank
    Aug 2008 Join Date
    Montreal, QuebeLocation
    994Posts

    How to put shop cost 0 bounty?

    hellp plzzzzzzz


  2. #2
    Extreme Coder - Delphi bounty-hunter is offline
    MemberRank
    Sep 2007 Join Date
    GunZone MansionLocation
    1,725Posts

    Re: How to put shop cost 0 bounty?

    someone call the bounty-hunter :D?

  3. #3
    IfritGamerZ: Kevin minikevin12 is offline
    MemberRank
    Aug 2008 Join Date
    Montreal, QuebeLocation
    994Posts

    Re: How to put shop cost 0 bounty?

    what ? 0.0?

  4. #4
    Account Upgraded | Title Enabled! Anan is offline
    MemberRank
    Apr 2008 Join Date
    692Posts

    Re: How to put shop cost 0 bounty?

    Quote Originally Posted by minikevin12 View Post
    what ? 0.0?
    his name is Bounty-Hunter and you asked about bounty so he intrupted you i think so

    AND 0 is my server Name ZeroBounty wtf?> this never gonna work ->->
    umm
    just search item name in Zitem.xml and change bounty there >.> fast!

  5. #5
    Account Upgraded | Title Enabled! Testing-NLG is offline
    MemberRank
    Dec 2008 Join Date
    NetherlandsLocation
    357Posts

    Re: How to put shop cost 0 bounty?

    Go in system.mrs -> zitem.xml and then look for bounty and change it to 0

  6. #6
    IfritGamerZ: Kevin minikevin12 is offline
    MemberRank
    Aug 2008 Join Date
    Montreal, QuebeLocation
    994Posts

    Re: How to put shop cost 0 bounty?

    Testing-NLG can u help in my other thread plz

  7. #7
    Account Upgraded | Title Enabled! Testing-NLG is offline
    MemberRank
    Dec 2008 Join Date
    NetherlandsLocation
    357Posts

    Re: How to put shop cost 0 bounty?

    Quote Originally Posted by minikevin12 View Post
    Testing-NLG can u help in my other thread plz
    Eehm, let me see ur other thread =O

  8. #8
    Apprentice Scrider is offline
    MemberRank
    Mar 2009 Join Date
    10Posts

    Re: How to put shop cost 0 bounty?

    You unpack system.mrs, open up zitem.xml and edit the bt_price value.

    Heres an example:

    Lets change the cost of this shotgun:
    Code:
    	
    <ITEM id="6001" name="STR:ZITEM_NAME_6001" mesh_name="shotgun01" totalpoint="0" type="range"
    res_sex="a" res_level="5" slot="range" weapon="shotgun" weight="15" bt_price="200"
    delay="1100" damage="6" ctrl_ability="60" magazine="3" maxbullet="15" reloadtime="5"
    slug_output="true" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_shotgunpa_reload"
    snd_fire="we_shotgunpa_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_6001"
    effect_id="7" />
    The cost of it is 200 bounty, so to make it cost 0 bounty you do this:
    Code:
    	
    <ITEM id="6001" name="STR:ZITEM_NAME_6001" mesh_name="shotgun01" totalpoint="0" type="range"
    res_sex="a" res_level="5" slot="range" weapon="shotgun" weight="15" bt_price="0"
    delay="1100" damage="6" ctrl_ability="60" magazine="3" maxbullet="15" reloadtime="5"
    slug_output="true" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_shotgunpa_reload"
    snd_fire="we_shotgunpa_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_6001"
    effect_id="7" />
    Hope this helped.

  9. #9
    IfritGamerZ: Kevin minikevin12 is offline
    MemberRank
    Aug 2008 Join Date
    Montreal, QuebeLocation
    994Posts

    Re: How to put shop cost 0 bounty?

    help my other thread plz this one i done



Advertisement