Results 1 to 2 of 2
  1. #1
    GGanderson's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Posts
    32
    Reputation
    10
    Thanks
    0
    My Mood
    Busy

    How to crate Custom items / robes / spells etc

    I dont know how to make custom items help tell me it

  2. #2
    The_Syntax's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    35
    Reputation
    10
    Thanks
    150
    My Mood
    Bored
    What source do you have?

    Fabiano:
    1. Get Flash Decompiler.
    2. Decompile your client.
    3. Find a sprite sheet with space to make your items on (lofiObj5 is a good sheet).
    4. Make an 8x8 image onto the next open sprite space.
    5. Save the image to your client with Flash Decompiler.
    6. Goto Server>db>data>addition.xml .
    7. Write your items code example: (
    Code:
    <Object ext="true" id="Blue Mech Armor">
        <Class>Equipment</Class>
        <Item/>
        <Texture>
          <File>lofiObj5</File>
          <Index>0x8b</Index>
        </Texture>
        <SlotType>6</SlotType>
        <Description>The material, "Blue Steel", was used to make this mysteriously strong, but light armor.</Description>
        <ActivateOnEquip stat="21" amount="24">IncrementStat</ActivateOnEquip>
        <ActivateOnEquip stat="28" amount="9">IncrementStat</ActivateOnEquip>
        <ActivateOnEquip stat="22" amount="6">IncrementStat</ActivateOnEquip>
        <BagType>6</BagType>
        <FameBonus>5</FameBonus>
        <feedPower>720</feedPower>
        <DisplayId>Blue Mech Armor</DisplayId>
        </Object>
    )
    8. Save all files.
    9. Rebuild server.
    10. Start server.
    11. Open client and play .

    If you need more help contact me on skype: mpgh_syntax
    Last edited by The_Syntax; 06-04-2016 at 05:12 PM.

Similar Threads

  1. [Help Request] [Fabiano]Please tell how to add custom items
    By MrMilegit in forum Realm of the Mad God Private Servers Help
    Replies: 4
    Last Post: 01-04-2018, 01:28 PM
  2. [Solved] [Fab] How to add Custom Items into Server and Client?
    By Desire in forum Realm of the Mad God Private Servers Help
    Replies: 5
    Last Post: 03-22-2016, 02:19 PM
  3. [Help Request] How to add custom items to fabainos source?
    By KiD_CuDi_ in forum Realm of the Mad God Private Servers Help
    Replies: 8
    Last Post: 08-21-2015, 04:58 PM
  4. How to add custom items on mac for Botmakers pserver
    By Lunatic's Sheep in forum Realm of the Mad God Private Servers Help
    Replies: 1
    Last Post: 07-26-2015, 01:35 PM
  5. How to add custom items to MMO Empire Private Server
    By Lulzer99 in forum Realm of the Mad God Private Servers Help
    Replies: 2
    Last Post: 04-14-2013, 07:11 PM