Page 5 of 5 FirstFirst ... 345
Results 61 to 73 of 73
  1. #61
    Trapped's Avatar
    Join Date
    May 2012
    Gender
    male
    Location
    Italy.
    Posts
    584
    Reputation
    10
    Thanks
    449
    My Mood
    Asleep
    Quote Originally Posted by ocud View Post
    I am having trouble with creating a new scepter.

    Code:
        <Object type="0x2047" id="Scepter of Spam">
        <Class>Equipment</Class>
        <Item/>
        <Texture><File>lofiObj6</File><Index>0xc0</Index></Texture>
        <SlotType>23</SlotType>
        <Description>Walk into the club like what up I got a spamming scepter.</Description>
    	<ActivateOnEquip stat="28" amount="40">IncrementStat</ActivateOnEquip>
        <Sound>spell/magic_nova</Sound>
        <Usable/>
        <BagType>4</BagType>
        <FameBonus>6</FameBonus>
        <MpCost>5</MpCost>
        <Activate totalDamage="50" maxTargets="20">Lightning</Activate>
    	<Cooldown>0.1</Cooldown>
      </Object>
    I am able to create other items just fine. And no, the ID does not exist in any of the XML's in DB.
    Expected code structure:
    Code:
    <Object type="0x2047" id="Scepter of Spam">
        <Class>Equipment</Class>
        <Item/>
        <Texture>
          <File>lofiObj6</File>
          <Index>0xc0</Index>
        </Texture>
        <SlotType>23</SlotType>
        <Description>Walk into the club like "what's up I got a spamming scepter".</Description>
        <Sound>spell/magic_nova</Sound>
        <ActivateOnEquip stat="20" amount="2">IncrementStat</ActivateOnEquip>
        <ActivateOnEquip stat="27" amount="2">IncrementStat</ActivateOnEquip>
        <Usable/>
        <BagType>2</BagType>
        <FameBonus>6</FameBonus>
        <MpCost>5</MpCost>
        <Activate totalDamage="50" maxTargets="20" color="0xff9933">Lightning</Activate>
      </Object>
    The color is not implicit, care.
    "The great merit of society is to make one appreciate solitude."
    Charles Chincholles, "Reflections on the Art of Life" (from fortune-mod)

  2. #62
    ocud's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    53
    Reputation
    10
    Thanks
    15
    Quote Originally Posted by Trapped View Post
    Expected code structure:
    Code:
    <Object type="0x2047" id="Scepter of Spam">
        <Class>Equipment</Class>
        <Item/>
        <Texture>
          <File>lofiObj6</File>
          <Index>0xc0</Index>
        </Texture>
        <SlotType>23</SlotType>
        <Description>Walk into the club like "what's up I got a spamming scepter".</Description>
        <Sound>spell/magic_nova</Sound>
        <ActivateOnEquip stat="20" amount="2">IncrementStat</ActivateOnEquip>
        <ActivateOnEquip stat="27" amount="2">IncrementStat</ActivateOnEquip>
        <Usable/>
        <BagType>2</BagType>
        <FameBonus>6</FameBonus>
        <MpCost>5</MpCost>
        <Activate totalDamage="50" maxTargets="20" color="0xff9933">Lightning</Activate>
      </Object>
    The color is not implicit, care.
    Your code somehow didn't work. ''Unknown type!''

  3. #63
    Daybreak's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    1
    I can't get the server to load right it just says Load error, retrying. Can anybody PLEASE help! Thanks

  4. #64
    jlr2_08's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    Philippines.
    Posts
    197
    Reputation
    10
    Thanks
    19
    My Mood
    Bored
    Open the Server.exe and wServer.exe in server>bin>Release>server.exe and wServer>bin>Release>wServer.exe
    then open Client.swf

  5. #65
    Daybreak's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    1
    When I download the private server folder and try opening it, it says Windows can not open the folder invalid or something like that. Please Help, thanks

  6. #66
    jlr2_08's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    Philippines.
    Posts
    197
    Reputation
    10
    Thanks
    19
    My Mood
    Bored
    @Trapped @Owlupus @Drowlys

    How come we need to put it in addition.xml why not just in the dat20.xml???

  7. #67
    Owlupus's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    New England
    Posts
    129
    Reputation
    10
    Thanks
    565
    My Mood
    Tired
    Quote Originally Posted by jlr2_08 View Post
    @Trapped @Owlupus @Drowlys

    How come we need to put it in addition.xml why not just in the dat20.xml???
    Organization, easy to find for others looking in your code, etc.
    Not necessary (to my understanding, correct if I'm wrong), but helpful.

  8. #68
    omgleonboy's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    190
    Reputation
    10
    Thanks
    19
    My Mood
    Bored
    Can u rebuild on notepad++

  9. #69
    Tjeerdo's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Posts
    299
    Reputation
    10
    Thanks
    17
    My Mood
    Crappy
    how can i use my own designs?

  10. #70
    Sunrises's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    The Universe
    Posts
    29
    Reputation
    10
    Thanks
    0
    My Mood
    Busy
    While attempting to make a custom item I wondered off in the .xml files and found that dat2.xml contains the character properties for the stats. You can make the max as high as you want, and change how much of a stat is given each level between minimum and maximum. I love looking through the inner workings of the server. Also there is a potion that instantly maxes a character. The command is "/give Potion of Maxy" be careful though. If you make the max levels too high the server will crash. Beach bums + rainbow bow + Amulet of Someone makes great XP! Also if you keep drinking potions of maxy it will keep adding more of the stats. Have fun!

  11. #71
    Lunati's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Posts
    265
    Reputation
    66
    Thanks
    1,545
    My Mood
    Amused
    @Sunrises
    This isn't new information to anyone...

  12. #72
    Pipeabarai's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    What does the "Undead/" line give to an item?

  13. #73
    Owlupus's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    New England
    Posts
    129
    Reputation
    10
    Thanks
    565
    My Mood
    Tired
    Quote Originally Posted by Pipeabarai View Post
    What does the "Undead/" line give to an item?
    Probably makes the item work like a cursed amulet, but you should experiment with it.

Page 5 of 5 FirstFirst ... 345

Similar Threads

  1. [Private Server] Is it possible to add custom items
    By CrazyJani in forum Realm of the Mad God Private Servers Help
    Replies: 4
    Last Post: 05-04-2013, 03:45 PM
  2. [Release] [MC Redcreeper] Cracked | 24/7 | Survival | PvP | New custom items! | Herobrine
    By CrazyLB in forum Minecraft Server Advertising
    Replies: 12
    Last Post: 04-26-2013, 01:51 PM
  3. Offering Dungeon Defenders Level-Service & Custom Item Service [PayPal]
    By keda0009 in forum Selling Accounts/Keys/Items
    Replies: 0
    Last Post: 04-24-2012, 11:23 AM
  4. Offering Dungeon Defenders Level-Service & Custom Item Service [PayPal]
    By keda0009 in forum Selling Accounts/Keys/Items
    Replies: 4
    Last Post: 04-18-2012, 11:33 AM
  5. AnimeScape [Legit] [Fun Pk] [Custom Items] [Non - Hamachi]
    By AnimeArts in forum Runescape Private Servers
    Replies: 19
    Last Post: 01-15-2012, 04:51 PM