How to know the weapon type?

Results 1 to 13 of 13
  1. #1
    Apprentice h0i is offline
    MemberRank
    Jun 2009 Join Date
    21Posts

    How to know the weapon type?

    Such as katana,dagger?
    I download the weapon(.elu) in website.
    thanks.


  2. #2
    (。◕‿‿◕。) Nobody666 is offline
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    Re: How to know the weapon type?

    you can make them whatever you want tbh. Or just look at it and see what it fits as best

  3. #3
    Apprentice h0i is offline
    MemberRank
    Jun 2009 Join Date
    21Posts

    Re: How to know the weapon type?


    Am I lack something?LOL

  4. #4
    (。◕‿‿◕。) Nobody666 is offline
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    Re: How to know the weapon type?

    Quote Originally Posted by h0i View Post

    Am I lack something?LOL
    >_> post the zitem string for that. Maybe your loading it wrong

  5. #5
    Apprentice h0i is offline
    MemberRank
    Jun 2009 Join Date
    21Posts

    Re: How to know the weapon type?

    Code:
    	<ITEM id="50003" name="shotgunL4D" mesh_name="shotgunL4D" totalpoint="0" type="range"
    		res_sex="a" res_level="0" 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="test03"
    		effect_id="7" />
    Thank you very MUCH

  6. #6
    (。◕‿‿◕。) Nobody666 is offline
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    Re: How to know the weapon type?

    looks fine, is that the right .elu name for it?

  7. #7
    Apprentice h0i is offline
    MemberRank
    Jun 2009 Join Date
    21Posts

    Re: How to know the weapon type?

    I change the other shotgun but look like that..lol

    Here is my shotgun :
    http://forum.ragezone.com/f245/the-cracken-599425/

  8. #8
    Retired modder Aimed is offline
    MemberRank
    Aug 2008 Join Date
    BelgiumLocation
    1,279Posts

    Re: How to know the weapon type?

    Quote Originally Posted by h0i View Post
    I change the other shotgun but look like that..lol

    Here is my shotgun :
    http://forum.ragezone.com/f245/the-cracken-599425/
    lol.. you say "my shotgun"..
    It's mine..

    And I'll give you the codes, Hang on.

    ---add---
    Redownload the shotgun to be sure that nothing is wrong.
    Put the shotgun (.elu) and the textures (.jpeg) into the folder 'shotgun' in model.mrs in weapons.

    Zitem: (do not change any letter or number of this code)
    Code:
    		<ITEM id="50003" name="The Cracken" mesh_name="The_cracken" totalpoint="0" type="range"
    		res_sex="a" res_level="0" 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="Shotgun made by Aimed."
    		effect_id="7" />
    Weapons.xml: (do not change anything about this code)
    Code:
    	<AddWeaponElu name="the_Cracken" weapon_motion_type = "4" weapon_type = "4" >
    		<AddBaseModel name="the_cracken" filename="model/weapon/shotgun/the_cracken.elu" />
    	</AddWeaponElu>
    shop.xml:
    Code:
    <SELL itemid="50003"/>
    Last edited by Aimed; 21-08-09 at 01:01 AM.

  9. #9
    Apprentice h0i is offline
    MemberRank
    Jun 2009 Join Date
    21Posts

    Re: How to know the weapon type?

    Quote Originally Posted by Aimed View Post
    lol.. you say "my shotgun"..
    It's mine..

    And I'll give you the codes, Hang on.
    Here my shotgun download fromO_o
    Sorry my bad English

  10. #10
    Retired modder Aimed is offline
    MemberRank
    Aug 2008 Join Date
    BelgiumLocation
    1,279Posts

    Re: How to know the weapon type?

    Quote Originally Posted by h0i View Post
    Here my shotgun download fromO_o
    Sorry my bad English
    no problem.
    Look to my previous post, I've updated it.
    Do exactly what it says there.
    And don't forget "thanks button"

  11. #11
    Apprentice h0i is offline
    MemberRank
    Jun 2009 Join Date
    21Posts

    Re: How to know the weapon type?

    Quote Originally Posted by Aimed View Post
    no problem.
    Look to my previous post, I've updated it.
    Do exactly what it says there.
    And don't forget "thanks button"
    I will
    And thank you to teach me

  12. #12
    Retired modder Aimed is offline
    MemberRank
    Aug 2008 Join Date
    BelgiumLocation
    1,279Posts

    Re: How to know the weapon type?

    Quote Originally Posted by h0i View Post
    I will
    And thank you to teach me
    no problem,
    aslong as you don't ask STUPID questions lol
    and aslong as you keep posting in the correct sections,
    It's all fine by me ;)

  13. #13
    Apprentice h0i is offline
    MemberRank
    Jun 2009 Join Date
    21Posts

    Re: How to know the weapon type?

    Quote Originally Posted by Aimed View Post
    no problem,
    aslong as you don't ask STUPID questions lol
    and aslong as you keep posting in the correct sections,
    It's all fine by me ;)
    I am a SUPER noob



Advertisement