Wth is wrong w/ my meds

Results 1 to 7 of 7
  1. #1
    I like pie OJuice is offline
    MemberRank
    Jul 2011 Join Date
    205Posts

    Wth is wrong w/ my meds

    here's my codes. my HP works but AP doesnt pick up

    Code:
    			<AddWeaponElu name="HPdonorkit" weapon_motion_type = "8" weapon_type = "11" >
    		<AddBaseModel name="HPdonorkit" filename="model/weapon/donormeds/HPdonorkit.elu" />
    	</AddWeaponElu>
    			<AddWeaponElu name="APdonorkit" weapon_motion_type = "8" weapon_type = "11" >
    		<AddBaseModel name="APdonorkit" filename="model/weapon/donormeds/APdonorkit.elu" />
    	</AddWeaponElu>
    Code:
     <ITEM id="3008" name="HP Donor Kit" mesh_name="HPdonorkit" totalpoint="0" type="custom" res_level="0" res_sex="a" weight="0" hp="0" ap="0" slot="custom" bt_price="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_400010" weapon="medkit" delay="250" damage="0" ctrl_ability="0" magazine="40" reloadtime="10" slug_output="false" gadget_id="0" image_id="3" bullet_image_id="0" magazine_image_id="0" snd_fire="we_grenade_fire" maxbullet="40" />
    
    
    
     <ITEM id="3009" name="AP Donor Kit" mesh_name="APdonorkit" totalpoint="0" type="custom" res_level="0" res_sex="a" weight="0" hp="0" ap="0" slot="custom" bt_price="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_400010" weapon="repairkit" delay="250" damage="0" ctrl_ability="0" magazine="40" reloadtime="10" slug_output="false" gadget_id="0" image_id="3" bullet_image_id="0" magazine_image_id="0" snd_fire="we_grenade_fire" maxbullet="40" />
    Code:
    		<WORLDITEM id="200" name="HPdonorkit">
    			<TYPE>hp</TYPE>
    			<AMOUNT>30</AMOUNT>
    			<MODELNAME>HPdonorkit</MODELNAME>
    		</WORLDITEM>
    		<WORLDITEM id="201" name="APdonorkit">
    			<TYPE>ap</TYPE>
    			<AMOUNT>30</AMOUNT>
    			<MODELNAME>APdonorkit</MODELNAME>
    		</WORLDITEM>
    the elu files have the right name 2. i double checked and kept trying 2 figure out what was wrong but im clueless


  2. #2
    In Progress... FFXIV... Anju is offline
    MemberRank
    Oct 2010 Join Date
    Mist Ward 7 #38Location
    1,946Posts

    Re: Wth is wrong w/ my meds

    Did you put your zitem.xml and worlditem.xml in the server files (MatchServer)?

  3. #3
    I like pie OJuice is offline
    MemberRank
    Jul 2011 Join Date
    205Posts

    Re: Wth is wrong w/ my meds

    Yea
    Posted via Mobile Device

  4. #4
    In Progress... FFXIV... Anju is offline
    MemberRank
    Oct 2010 Join Date
    Mist Ward 7 #38Location
    1,946Posts

    Re: Wth is wrong w/ my meds

    Try renaming your model name to "HP" / "AP", instead of HPdonorkit / APdonorkit.

  5. #5
    Slothstronaut Justice For All is offline
    MemberRank
    Aug 2011 Join Date
    Almost thereLocation
    3,253Posts

    Re: Wth is wrong w/ my meds

    As far as I know (I may be wrong here) but I'm pretty sure that it's because you changed the Worlditem name. Try changing it back to the Default and see if they work.

  6. #6
    Mad son. Evilness is offline
    MemberRank
    Oct 2010 Join Date
    207Posts

    Re: Wth is wrong w/ my meds

    May you post just the elu's as well so I can bother take a look?

  7. #7
    In Progress... FFXIV... Anju is offline
    MemberRank
    Oct 2010 Join Date
    Mist Ward 7 #38Location
    1,946Posts

    Re: Wth is wrong w/ my meds

    Did you add the worlditem code of the item in your worlditem.xml?

    Code:
    			<AddWorldItemElu name="<name>">
    				<AddBaseModel name ="<Name>" filename="<.elu dictionary" />
    			</AddWorldItemElu>



Advertisement