Results 1 to 8 of 8
  1. #1
    Dadalin's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Location
    Czech Republic
    Posts
    25
    Reputation
    10
    Thanks
    87
    My Mood
    Bashful

    Cool Items from The Shatters for addition.xml

    This is completely made by myself (For peoples who said I am "re-posting" )Of course you must change object type for your additon.xml and change texture position.Sprites in attachments.
    Code:
    <Object type="0x17c6" id="Tablet of the King's Avatar">
    		<Class>Equipment</Class>
    		<Item/>
    		<Texture><File>lofiObj6</File><Index>0x5c</Index></Texture>
    		<SlotType>11</SlotType>
    		<Description>Piercing. Thought to have been lost to the ages, the wisdom imparted in this tablet will summon a power unrivaled by any modern spell.</Description>
    		<Sound>spell/magic_nova</Sound>
    		<Projectile>
    			<ObjectId>LavaBombBlast</ObjectId>
    			<Speed>160</Speed>
    			<MinDamage>80</MinDamage>
    			<MaxDamage>150</MaxDamage>
    			<LifetimeMS>700</LifetimeMS>
    			<MultiHit/>
    		</Projectile>
    		<ActivateOnEquip stat="27" amount="4">IncrementStat</ActivateOnEquip>
    		<ActivateOnEquip stat="3" amount="80">IncrementStat</ActivateOnEquip>
    		<Usable/>
    		<BagType>4</BagType>
    		<FameBonus>5</FameBonus>
    		<MpCost>155 </MpCost>
    		<Activate>BulletNova</Activate>
    	</Object>
    	<Object type="0x17c7" id="The Twilight Gemstone">
    		<Class>Equipment</Class>
    		<Item/>
    		<Texture><File>lofiObj6</File><Index>0x5b</Index></Texture>
    		<SlotType>9</SlotType>
    		<Description>An odd stone, eminating a dark and mysterious energy.</Description>
    		<ActivateOnEquip stat="3" amount="110">IncrementStat</ActivateOnEquip>
    		<ActivateOnEquip stat="21" amount="6">IncrementStat</ActivateOnEquip>
    		<ActivateOnEquip stat="22" amount="6">IncrementStat</ActivateOnEquip>
    		<BagType>4</BagType>
    		<FameBonus>5</FameBonus>
    	</Object>
    	<Object type="0x17b8" id="The Forgotten Crown">
    		<Class>Equipment</Class>
    		<Item/>
    		<Texture><File>lofiObj6</File><Index>0x5a</Index></Texture>
    		<SlotType>9</SlotType>
    		<Description>An eerie reminder of what lays in the depths of the Shatters.</Description>
    		<ActivateOnEquip stat="0" amount="110">IncrementStat</ActivateOnEquip>
    		<ActivateOnEquip stat="20" amount="6">IncrementStat</ActivateOnEquip>
    		<ActivateOnEquip stat="28" amount="6">IncrementStat</ActivateOnEquip>
    		<BagType>4</BagType>
    		<FameBonus>5</FameBonus>
    	</Object>
    	<Object type="0x17c1" id="Bracer of the Guardian">
    		<Class>Equipment</Class>
    		<Item/>
    		<Texture><File>lofiObj6</File><Index>0x59</Index></Texture>
    		<SlotType>9</SlotType>
    		<Description>Wearing it makes you feel particularly strong.</Description>
    		<ActivateOnEquip stat="0" amount="60">IncrementStat</ActivateOnEquip>
    		<ActivateOnEquip stat="3" amount="60">IncrementStat</ActivateOnEquip>
    		<ActivateOnEquip stat="20" amount="6">IncrementStat</ActivateOnEquip>
    		<ActivateOnEquip stat="21" amount="6">IncrementStat</ActivateOnEquip>
    		<BagType>4</BagType>
    		<FameBonus>5</FameBonus>
    	</Object>
    Attached Thumbnails Attached Thumbnails
    shatters.png  

    Founder of Dadalins Kingdom


  2. #2
    Lovroman's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    9,417
    Reputation
    611
    Thanks
    11,990
    My Mood
    Cheerful
    That small pic.
    Thanks for sharing!

  3. The Following 2 Users Say Thank You to Lovroman For This Useful Post:

    Dadalin (03-04-2014),dthnider (05-14-2014)

  4. #3
    Lunati's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Posts
    265
    Reputation
    66
    Thanks
    1,545
    My Mood
    Amused
    Um, not to burst your bubble, but why not just get the code from kabam themselves?

    Not to mention there's a few things wrong with the spell. For example, the projectile should be

    Code:
    <Projectile>
         <ObjectId>LavaBombBlast</ObjectId>
         <Speed>160</Speed>
         <MinDamage>80</MinDamage>
         <MaxDamage>150</MaxDamage>
         <LifetimeMS>700</LifetimeMS>
         <MultiHit/>
    </Projectile>
    Code:
    <ActivateOnEquip stat="3" amount="80">IncrementStat</ActivateOnEquip>
    Should be

    Code:
    <ActivateOnEquip stat="3" amount="40">IncrementStat</ActivateOnEquip>
    Still, thanks for taking the time to make it, even though it kinda pointless.
    Last edited by Lunati; 03-04-2014 at 09:27 AM.

  5. The Following 3 Users Say Thank You to Lunati For This Useful Post:

    [MPGH]Ahl (03-04-2014),dthnider (05-14-2014),Tachyonic (03-04-2014)

  6. #4
    ISaynse's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    Germany
    Posts
    117
    Reputation
    10
    Thanks
    13
    You also need to change the Projectile because theres no picture of the Projectile and no Code for the Projectile
    Quote Originally Posted by thunderclapz View Post
    ya its me
    +1 he went first recived goods
    Quote Originally Posted by rotmgggamer View Post

    Traded some pots with him, went well.
    Quote Originally Posted by ZumbyCS View Post
    Excellent seller, I added items first and everything went smoothly!
    Quote Originally Posted by ZumbyCS View Post
    Bought another 2 agent skins the trade went well

  7. #5
    CrazyJani's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    2,475
    Reputation
    170
    Thanks
    15,666
    Quote Originally Posted by Dadalin View Post
    This is completely made by myself
    Copy pasting the XMLs from the client is not called as "making yourself"

  8. The Following User Says Thank You to CrazyJani For This Useful Post:

    dthnider (05-14-2014)

  9. #6
    Dadalin's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Location
    Czech Republic
    Posts
    25
    Reputation
    10
    Thanks
    87
    My Mood
    Bashful
    ^_^ Also thank

    Quote Originally Posted by CrazyJani View Post

    Copy pasting the XMLs from the client is not called as "making yourself"
    Lmao,you always have problem but I made this on my own sooo
    Last edited by Lovroman; 03-04-2014 at 02:13 PM.
    Founder of Dadalins Kingdom


  10. #7
    CrazyJani's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    2,475
    Reputation
    170
    Thanks
    15,666
    Quote Originally Posted by Dadalin View Post
    I made this on my own sooo
    So they might be inaccurate which mean you did a bad job...
    I should hate you even more for that... I mean that's just foolish...

  11. #8
    Ahl's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    /modcp
    Posts
    16,599
    Reputation
    3219
    Thanks
    5,383
    My Mood
    Angelic
    Quote Originally Posted by CrazyJani View Post

    So they might be inaccurate which mean you did a bad job...
    I should hate you even more for that... I mean that's just foolish...
    ikr. firstly he reposts the behaviors, then he just makes a thread about items that arent even fully done properly... lunati had to fix it for him and the projectiles.... well its kinda useless and also the textures line... people will be asking why it doesnt work. Also he shouldnt post any pics until he has reached 20 posts so that we don't have to look at that tiny picture of the items.

    He should also think about maybe posting some codes for realm closing, I think people would love that. Maybe some pet yard as well and also the ceme and candyland behaviors if he really can prove that he can code these and that he isn't simply reposting what he has from what could be from travoos's(club559) source
    Last edited by Ahlwong; 03-04-2014 at 11:00 PM.
    News Force Head Editor from 09/14/2018 - 03/02/2020
    Publicist from 11/23/2017 - 06/07/2019
    Global Moderator since 09/24/2017
    Minion+ from 04/16/2017 - 09/24/2017
    Market Place Minion from 04/16/2017 - 09/24/2017
    Minecraft Minion from 02/23/2017 - 09/24/2017
    Realm of the Mad God Minion from 11/06/2016 - 09/24/2017

    Middleman from 09/14/2016 - 09/24/2017
    News Force Editor from 08/23/2016 - 09/14/2018
    News Force (Section of the Week) from 03/21/2016 - 07/17/2017
    News Force (User News) from 10/18/2015 - 09/14/2018

    Donator since 03/16/2015
    Realm of the Mad God Editor from 05/20/2014 - 07/08/2014
    Member since 12/23/2012


    Rep Power: 82

Similar Threads

  1. Items from Cemetery and Candyland For Addition.xml
    By C453 in forum Realm of the Mad God Private Servers Tutorials/Source Code
    Replies: 11
    Last Post: 01-05-2015, 05:27 AM
  2. [Info] WTF GM kik you from the game for glitching co-op
    By RIP13 in forum Alliance of Valiant Arms (AVA) Discussions
    Replies: 10
    Last Post: 08-21-2012, 03:37 AM
  3. From the Future aka Gift for BAWLS
    By Ali G in forum Showroom
    Replies: 9
    Last Post: 11-09-2010, 04:11 AM
  4. Away from the abstract for a moment
    By Ryan in forum Showroom
    Replies: 11
    Last Post: 07-30-2010, 12:53 AM
  5. CAn someone from the U.S. make an account for me plz?
    By dikketr0l in forum MapleStory Hacks, Cheats & Trainers
    Replies: 2
    Last Post: 02-07-2008, 06:36 PM

Tags for this Thread