Results 1 to 1 of 1
  1. #1
    gunit99's Avatar
    Join Date
    May 2011
    Gender
    female
    Posts
    178
    Reputation
    10
    Thanks
    203
    My Mood
    Sleepy

    Question Fabiano - Help with adding custom items?

    I looked through a couple of tuts but when I try to add custom items I do ./give [name] and all I get is this: .
     
    <Object type="0x9d6" id="Demon Bow">
    <Class>Equipment</Class>
    <Item/>
    <Texture>
    <File>lofiObj5</File>
    <Index>0x88</Index>
    </Texture>
    <SlotType>3</SlotType>
    <Description>{equip.A_bow_fashioned_from_living_De mons_found_only_in_the_depths_of_the_earth}</Description>
    <RateOfFire>1.75</RateOfFire>
    <Sound>weapon/double_bow</Sound>
    <Projectile>
    <ObjectId>Fire Bolt</ObjectId>
    <Speed>190</Speed>
    <MinDamage>40</MinDamage>
    <MaxDamage>100</MaxDamage>
    <LifetimeMS>430</LifetimeMS>
    <MultiHit/>
    </Projectile>
    <BagType>6</BagType>
    <FameBonus>8</FameBonus>
    <NumProjectiles>2</NumProjectiles>
    <OldSound>arrowShoot</OldSound>
    <feedPower>2200</feedPower>
    <Soulbound/>
    <DisplayId>{equip.Demon_Bow}</DisplayId>
    </Object>


    What's causing this error? I made sure that the object Id was the only one. And <Index>0x88</Index> appears to be correct, linking to my custom item in image 203. And lofiObj5 also seems to be correct [same code as other weapons]. So why is this appearing?

    - - - Updated - - -

    Nvm Fixed my own problem, apparently you dont need to use: <Object type="0x9d6" id="Demon Bow">. Instead you use: <Object id="Demon Bow" ext="true">. Not sure why but it works. Close thread @Raple
    Last edited by gunit99; 07-20-2015 at 10:42 PM.
    Add Signature Here

Similar Threads

  1. [Help Request] Need help with adding 2 different menus with 2 different binds.
    By slashx24 in forum DayZ Help & Requests
    Replies: 2
    Last Post: 01-23-2015, 05:20 PM
  2. [Help Request] New added custom items don't work.
    By pLolz in forum Realm of the Mad God Private Servers Help
    Replies: 16
    Last Post: 10-14-2014, 03:21 AM
  3. [Help Request] Bug with adding own items
    By Dadalin in forum Realm of the Mad God Private Servers Help
    Replies: 6
    Last Post: 03-20-2014, 12:53 AM
  4. [Help Request] Help With Adding "No Particle Effects" to Mod Selector
    By jakedogg100 in forum Realm of the Mad God Help & Requests
    Replies: 4
    Last Post: 12-22-2013, 07:53 AM
  5. Need help with adding new items in...
    By Fightera100 in forum Realm of the Mad God Help & Requests
    Replies: 5
    Last Post: 06-02-2013, 11:26 AM