landmine

Results 1 to 11 of 11
  1. #1
    Intelligent DoucheBag jur13n is offline
    MemberRank
    Jan 2008 Join Date
    Zwolle,Location
    1,946Posts

    landmine

    hi
    how do i make a landmine becuz i got a special model for it
    but when i go ingame it doesnt give -hp when i step on it
    andyone can help me?
    alrdy thanks jur13n


  2. #2
    Account Upgraded | Title Enabled! 00niels00 is offline
    MemberRank
    Sep 2008 Join Date
    The NetherlandsLocation
    1,041Posts

    Re: landmine

    Quote Originally Posted by jur13n View Post
    hi
    how do i make a landmine becuz i got a special model for it
    but when i go ingame it doesnt give -hp when i step on it
    andyone can help me?
    alrdy thanks jur13n
    Use search button. Are just search trough tutorial section.

  3. #3
    Intelligent DoucheBag jur13n is offline
    MemberRank
    Jan 2008 Join Date
    Zwolle,Location
    1,946Posts

    Re: landmine

    i did search button i searchedat "gunz landmine" and "gunz landmine tut" and "landmine tut" no succes

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

    Re: landmine

    Search landmine under the gunzsection ?

    Anyway i will help you
    you go to worlditem.xml in your system.mrs
    Code:
    		<WORLDITEM id="01" name="hp01">
    			<TYPE>hp</TYPE>
    			<TIME>3000</TIME>
    			<AMOUNT>10</AMOUNT>
    			<MODELNAME>red</MODELNAME>
    		</WORLDITEM>
    That gives 10 hp

    if you want it to delete 10 hp just put an '-' in front of it like:

    Code:
    		<WORLDITEM id="01" name="hp01">
    			<TYPE>hp</TYPE>
    			<TIME>3000</TIME>
    			<AMOUNT>-10</AMOUNT>
    			<MODELNAME>red</MODELNAME>
    		</WORLDITEM>
    Good luck ;)

  5. #5
    Intelligent DoucheBag jur13n is offline
    MemberRank
    Jan 2008 Join Date
    Zwolle,Location
    1,946Posts

    Re: landmine

    but i want it apart a new1 not all meds have to do that

    EDIT: i see thats for ingame red crosses >.>

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

    Re: landmine

    Quote Originally Posted by jur13n View Post
    but i want it apart a new1 not all meds have to do that

    EDIT: i see thats for ingame red crosses >.>
    Lol,, Dude make your own med, then edit the worlditem id of that med to another one and the only thing that gets you hp less is that id >.< Use ur brains....

  7. #7
    Intelligent DoucheBag jur13n is offline
    MemberRank
    Jan 2008 Join Date
    Zwolle,Location
    1,946Posts

    Re: landmine

    i get this error >.>
    pic:


    i added the stuf from th tutorial from DarkNessWill

  8. #8

    Re: landmine

    You did it wrongly. You must add a model + zitem.

  9. #9
    Intelligent DoucheBag jur13n is offline
    MemberRank
    Jan 2008 Join Date
    Zwolle,Location
    1,946Posts

    Re: landmine

    i did
    i got the problem earlyer but dont know why >.>

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

    Re: landmine

    Quote Originally Posted by jur13n View Post
    i did
    i got the problem earlyer but dont know why >.>
    Then start over again, you probably forgot a quote or something, that error means an fault in zitem.xml as i remember

  11. #11
    Intelligent DoucheBag jur13n is offline
    MemberRank
    Jan 2008 Join Date
    Zwolle,Location
    1,946Posts

    Re: landmine

    you remember good but i used this :
    wolditem:
    <WORLDITEM id="260" name="Damagekit">
    <TYPE>hpap</TYPE>
    <AMOUNT>-20</AMOUNT>
    <MODELNAME>Damagekit</MODELNAME>
    </WORLDITEM>

    zitem:
    <ITEM id="28282"
    name="Damage Kit
    mesh_name="Damagekit"
    totalpoint="0"
    type="custom"
    res_sex="a"
    res_level="30"
    slot="custom"
    weapon="medkit"
    weight="1"
    bt_price="0"
    delay="1000"
    damage="0"
    ctrl_ability="0"
    magazine="10"
    reloadtime="10"
    slug_output="false"
    gadget_id="0"
    hp="0"
    ap="0"
    maxwt="0"
    sf="0"
    fr="0"
    cr="0"
    pr="0"
    lr="0"
    color="#FFFFFFFF"
    image_id="3" bullet_image_id="0"
    magazine_image_id="0"
    desc="Damage Kit"
    snd_fire="we_grenade_fire"
    maxbullet="10" />



Advertisement