Results 1 to 15 of 15
  1. #1
    uiopfdsa8's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    115
    Reputation
    29
    Thanks
    13

    Arrow New Item for class???

    So i made the new class, and i wanted it to be the vice versa of priest; RESTORES MP TO OTHER PLAYERS, cost HP....

    is this possible in the code??? i tried to do it, and this is what came out:




    This is the code i am using in the XMLS:

    <Object type="0xa56" id="Basic Mind">
    <Class>Equipment</Class>
    <Item/>
    <Texture><File>lofiObj6</File><Index>0x50</Index></Texture>
    <SlotType>13</SlotType>
    <Tier>0</Tier>
    <Description>A very basic mind. A starter of contacting spirits would have a mind like this.</Description>
    <Sound>spell/light_heal</Sound>
    <Usable/>
    <BagType>0</BagType>
    <Hpcost>85</Hpcost>
    <Activate range="10" amount="100">Magic</Activate>
    </Object>

    Can someone help me? Thank you

    P.S: I am replacing this with the rogue class.

    EDIT:
    Aside from the Hpcost thing, (That you guys for that) The range and public mp heal does not work either.
    The tome said: <Activate range="10" amount="100">HealNova</Activate>
    My item says: <Activate range="10" amount="100">Magic</Activate>
    But it only works like a magic potion, it is not public and does not have any range. Help???
    Last edited by uiopfdsa8; 12-31-2016 at 10:57 AM. Reason: Adding more detail.
    I have no clue what to put here.....

    Below's my take on Realm of the Mad God Private Servers.....
    https://pastebin.com/ZYd5vGsp

  2. #2
    LegumI's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Posts
    340
    Reputation
    10
    Thanks
    131
    My Mood
    Blah
    Quote Originally Posted by uiopfdsa8 View Post
    So i made the new class, and i wanted it to be the vice versa of priest; RESTORES MP TO OTHER PLAYERS, cost HP....

    is this possible in the code??? i tried to do it, and this is what came out:




    This is the code i am using in the XMLS:

    <Object type="0xa56" id="Basic Mind">
    <Class>Equipment</Class>
    <Item/>
    <Texture><File>lofiObj6</File><Index>0x50</Index></Texture>
    <SlotType>13</SlotType>
    <Tier>0</Tier>
    <Description>A very basic mind. A starter of contacting spirits would have a mind like this.</Description>
    <Sound>spell/light_heal</Sound>
    <Usable/>
    <BagType>0</BagType>
    <Hpcost>85</Hpcost>
    <Activate range="10" amount="100">Magic</Activate>
    </Object>

    Can someone help me? Thank you

    P.S: I am replacing this with the rogue class.
    Well there's no such thing as <Hpcost>

  3. The Following User Says Thank You to LegumI For This Useful Post:

    uiopfdsa8 (12-31-2016)

  4. #3
    Sanusei's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Location
    in the oven
    Posts
    36
    Reputation
    22
    Thanks
    810
    Yes, but HpCost would be very easy to implement.

  5. #4
    LegumI's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Posts
    340
    Reputation
    10
    Thanks
    131
    My Mood
    Blah
    Quote Originally Posted by Sanusei View Post
    Yes, but HpCost would be very easy to implement.
    yes but how is it supposed to work if you didn't implement it yet, also needs its own slottype because game is thinking it's a regular priest tome

  6. #5
    Sanusei's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Location
    in the oven
    Posts
    36
    Reputation
    22
    Thanks
    810
    Well yes, obviously you'd need to change the item, to, you know, fit an entire new class - I am just talking about the HpCost aspect of it.

  7. #6
    uiopfdsa8's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    115
    Reputation
    29
    Thanks
    13
    Quote Originally Posted by LegumI View Post
    yes but how is it supposed to work if you didn't implement it yet, also needs its own slottype because game is thinking it's a regular priest tome
    No, it is not. i copied the tome code, and i did not change the sprite number, so when i used the tome code and edited it, it kept the tome sprite.
    I still have to edit that.

    - - - Updated - - -
    Quote Originally Posted by Sanusei View Post
    Well yes, obviously you'd need to change the item, to, you know, fit an entire new class - I am just talking about the HpCost aspect of it.
    So.... the game does not have it, but i could add it in???
    Do you know how i would do that???
    I have no clue what to put here.....

    Below's my take on Realm of the Mad God Private Servers.....
    https://pastebin.com/ZYd5vGsp

  8. #7
    MikeRaarupBirk's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    1,583
    Reputation
    38
    Thanks
    3,775
    My Mood
    Stressed
    Quote Originally Posted by uiopfdsa8 View Post
    No, it is not. i copied the tome code, and i did not change the sprite number, so when i used the tome code and edited it, it kept the tome sprite.
    I still have to edit that.

    - - - Updated - - -

    So.... the game does not have it, but i could add it in???
    Do you know how i would do that???
    look at how the tome healing is made, and just copy+paste that, change the name and put -hp insteads of +hp.

  9. #8
    LegumI's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Posts
    340
    Reputation
    10
    Thanks
    131
    My Mood
    Blah
    Quote Originally Posted by uiopfdsa8 View Post
    No, it is not. i copied the tome code, and i did not change the sprite number, so when i used the tome code and edited it, it kept the tome sprite.
    I still have to edit that.

    - - - Updated - - -

    So.... the game does not have it, but i could add it in???
    Do you know how i would do that???
    You don't get it, it treats the item as a tome because of the slottype, I'm not talking about the sprite

  10. #9
    uiopfdsa8's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    115
    Reputation
    29
    Thanks
    13
    Quote Originally Posted by LegumI View Post
    You don't get it, it treats the item as a tome because of the slottype, I'm not talking about the sprite
    I'm sorry, i am new to this. I just don't get what a slot type has to do with anything......
    And i don't see how it is treating it as a tome..?
    I have no clue what to put here.....

    Below's my take on Realm of the Mad God Private Servers.....
    https://pastebin.com/ZYd5vGsp

  11. #10
    uiopfdsa8's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    115
    Reputation
    29
    Thanks
    13

    Angry

    Quote Originally Posted by uiopfdsa8 View Post
    I'm sorry, i am new to this. I just don't get what a slot type has to do with anything......
    And i don't see how it is treating it as a tome..?
    Anyone??????????
    I have no clue what to put here.....

    Below's my take on Realm of the Mad God Private Servers.....
    https://pastebin.com/ZYd5vGsp

  12. #11
    Demon's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Location
    Lost
    Posts
    1,095
    Reputation
    86
    Thanks
    316
    My Mood
    Angelic
    Quote Originally Posted by uiopfdsa8 View Post
    Anyone??????????
    well u see pretend ur ability is slottype " 0"

    and you make a new ability with slot type "0" for a new class and you want the ability to be unique to that class

    then the server will think that the other ability with slottype "0" and the new one for the new class is the same thing resulting in both classes being able to use both ability
    Nice

  13. #12
    uiopfdsa8's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    115
    Reputation
    29
    Thanks
    13
    Quote Originally Posted by DemonLives View Post
    well u see pretend ur ability is slottype " 0"

    and you make a new ability with slot type "0" for a new class and you want the ability to be unique to that class

    then the server will think that the other ability with slottype "0" and the new one for the new class is the same thing resulting in both classes being able to use both ability
    Ok...... i just checked and priest cannot use it.... rogue can....


    Anyways, does anyone have a answer to my original question??
    I have no clue what to put here.....

    Below's my take on Realm of the Mad God Private Servers.....
    https://pastebin.com/ZYd5vGsp

  14. #13
    MikeRaarupBirk's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    1,583
    Reputation
    38
    Thanks
    3,775
    My Mood
    Stressed
    Quote Originally Posted by uiopfdsa8 View Post
    Ok...... i just checked and priest cannot use it.... rogue can....


    Anyways, does anyone have a answer to my original question??
    look at how the tome healing is made, and just copy+paste that, change the name and put -hp insteads of +hp.

    do the same with the mp giving, copy+paste tome healing, and change hp to mp
    Last edited by MikeRaarupBirk; 12-31-2016 at 07:40 PM.

  15. The Following User Says Thank You to MikeRaarupBirk For This Useful Post:

    uiopfdsa8 (01-01-2017)

  16. #14
    uiopfdsa8's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    115
    Reputation
    29
    Thanks
    13
    Quote Originally Posted by MikeRaarupBirk View Post
    look at how the tome healing is made, and just copy+paste that, change the name and put -hp insteads of +hp.

    do the same with the mp giving, copy+paste tome healing, and change hp to mp
    THIS GUY IS A GOD, I TRIED WHAT HE SAID AND IT WORKED. THANK YOU FOR ACTUALLY ANSWERING MY QUESTION. Solved... @Raple, @059, @Ahlwong , Please close this thread.
    I have no clue what to put here.....

    Below's my take on Realm of the Mad God Private Servers.....
    https://pastebin.com/ZYd5vGsp

  17. #15
    Ahl's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    /modcp
    Posts
    16,599
    Reputation
    3219
    Thanks
    5,383
    My Mood
    Angelic
    Solved, closed
    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. [WTS] BNS kr new items for sale
    By wildcat1768 in forum Selling Accounts/Keys/Items
    Replies: 2
    Last Post: 08-30-2013, 05:25 PM
  2. how to add new classes and new projectiles for specific weapons?
    By atenzor in forum Realm of the Mad God Private Servers Help
    Replies: 4
    Last Post: 07-18-2013, 09:05 PM
  3. [Request] Any new item/skin codes for Sir Hammerlock's Big Game Hunt?
    By NanoEntity in forum Borderlands 2 Hacks
    Replies: 7
    Last Post: 01-17-2013, 12:51 AM
  4. Event-Pkz v.2 [New Items, Stable and seeking for new Staff]
    By ServiceProvider in forum Runescape Private Servers
    Replies: 1
    Last Post: 08-27-2011, 10:59 AM
  5. Idea For A New Item
    By warly in forum Minecraft Discussions
    Replies: 15
    Last Post: 04-15-2011, 05:21 PM