Results 1 to 12 of 12
  1. #1
    Illumlnatl's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0

    Fabiano Create Custom Classes

    Interested in knowing how to create custom classes with Fabiano source
    <3

  2. #2
    Invader_Zim's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    Atlas 2
    Posts
    546
    Reputation
    10
    Thanks
    300
    My Mood
    Tired
    This is the wrong section, make sure to read carefully whether you are in the Prod-Server help section, or the PServer help section.

    You should be able to copy a class from dat1.xml, change the id, and give it ext="true" or something along those lines. Have you attempted anything yourself?
    Last edited by Invader_Zim; 05-08-2016 at 08:30 PM.

    My weapon is a backpack.

  3. #3
    Illumlnatl's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    I got the visual studio side of things complete. Just can't figure out how to get it to show up client side.

  4. #4
    Luis's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    2,801
    Reputation
    348
    Thanks
    1,846
    My Mood
    Psychedelic
    Moved to proper section.

  5. #5
    DimitriSavage's Avatar
    Join Date
    Dec 2015
    Gender
    female
    Location
    With the Devil
    Posts
    462
    Reputation
    27
    Thanks
    130
    My Mood
    Devilish
    Quote Originally Posted by Illumlnatl View Post
    Interested in knowing how to create custom classes with Fabiano source
    <3
    added in my thread https://www.mpgh.net/forum/showthread.php?t=1113877
     
    Look Below

    "One should not seek to know and understand the meaning of life"...for the meaning of life will be presented...
    when we all perish
    "Life greatest questions can only be answered in a man that believes not in god...but in himself and his abilities so understand the Universe"
    "The most important moment of your life is and will always be the way you lived it to the moment you died"
    "My methods may be harsh in contrast to my true intentions"... you may fight, cry, beg, and deny but at the end you will truly see why I done such a thing
     

    Visual Studio by Microsoft
    Xamarin Studio by Xamarin
    SharpDevelop by IcSharpCode Team
    Notepad++ by Don Ho
    AutoHotKey by Chris Mallet & Steve Gray
    Cheat Engine by Eric Heijen
    Java Development Kit by Oracle Corp.
    Blender by Blender Foundation
    Unity by Unity Tech.
    Unreal Engine by Epic Games


  6. #6
    Desire's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Location
    Insert Name Here
    Posts
    1,039
    Reputation
    58
    Thanks
    1,394
    My Mood
    Amused
    Use something like ffdec and go into binary. What I did is export the first one and replace everything in there with the things in my dat1 or just add your new xml's
    im not really back nor will i ever get back into developing pservers
    though ill check once every month atleast


     

  7. #7
    Masternx's Avatar
    Join Date
    May 2016
    Gender
    male
    Posts
    48
    Reputation
    10
    Thanks
    16
    If you want to create an actual custom class (we talking about complete new slot types for armor and weapon/ability) you should probably want to have the AS3 client so you can add the slot types easily as opposed to trying to do it with RABCDASM which might be much more difficult, however if you do just want to make a simple class, say a Warrior with a Prism, then you can do exactly what the 2 guys above said.

  8. #8
    Desire's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Location
    Insert Name Here
    Posts
    1,039
    Reputation
    58
    Thanks
    1,394
    My Mood
    Amused
    Quote Originally Posted by Masternx View Post
    Prism, then you can do exactly what the 2 guys above said.
    You wouldn't even need to make a new class for that, just make a prism with the slot type of a helmet and poof, prism for warrior
    im not really back nor will i ever get back into developing pservers
    though ill check once every month atleast


     

  9. #9
    DimitriSavage's Avatar
    Join Date
    Dec 2015
    Gender
    female
    Location
    With the Devil
    Posts
    462
    Reputation
    27
    Thanks
    130
    My Mood
    Devilish
    Quote Originally Posted by Bear View Post
    You wouldn't even need to make a new class for that, just make a prism with the slot type of a helmet and poof, prism for warrior
    agreed, super simple I did the exact same thing with the batman except i added a new ability that you need to add to player.useitem.cs and descriptors.cs which was not worth it XD
    Last edited by DimitriSavage; 05-09-2016 at 04:16 PM.
     
    Look Below

    "One should not seek to know and understand the meaning of life"...for the meaning of life will be presented...
    when we all perish
    "Life greatest questions can only be answered in a man that believes not in god...but in himself and his abilities so understand the Universe"
    "The most important moment of your life is and will always be the way you lived it to the moment you died"
    "My methods may be harsh in contrast to my true intentions"... you may fight, cry, beg, and deny but at the end you will truly see why I done such a thing
     

    Visual Studio by Microsoft
    Xamarin Studio by Xamarin
    SharpDevelop by IcSharpCode Team
    Notepad++ by Don Ho
    AutoHotKey by Chris Mallet & Steve Gray
    Cheat Engine by Eric Heijen
    Java Development Kit by Oracle Corp.
    Blender by Blender Foundation
    Unity by Unity Tech.
    Unreal Engine by Epic Games


  10. #10
    Riigged's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    no
    Posts
    3,846
    Reputation
    401
    Thanks
    10,254
    My Mood
    Devilish
    Add the sprites (Yes, more than one, because there needs to be one for each angle) and then copy another characters xml and just paste it under the rest and change the necessary stuff (The name, object type, starter equips, etc.) but if you are trying to add new slot types because you want new ability for the class then that'll require more work.

     








  11. #11
    DimitriSavage's Avatar
    Join Date
    Dec 2015
    Gender
    female
    Location
    With the Devil
    Posts
    462
    Reputation
    27
    Thanks
    130
    My Mood
    Devilish
    Quote Originally Posted by Riigged View Post
    Add the sprites (Yes, more than one, because there needs to be one for each angle) and then copy another characters xml and just paste it under the rest and change the necessary stuff (The name, object type, starter equips, etc.) but if you are trying to add new slot types because you want new ability for the class then that'll require more work.
    you adding a slot type is easy..its the adding of the item shade on the equipment slot he is talking about...like this:


    It's not hard to add it either but seems useless
     
    Look Below

    "One should not seek to know and understand the meaning of life"...for the meaning of life will be presented...
    when we all perish
    "Life greatest questions can only be answered in a man that believes not in god...but in himself and his abilities so understand the Universe"
    "The most important moment of your life is and will always be the way you lived it to the moment you died"
    "My methods may be harsh in contrast to my true intentions"... you may fight, cry, beg, and deny but at the end you will truly see why I done such a thing
     

    Visual Studio by Microsoft
    Xamarin Studio by Xamarin
    SharpDevelop by IcSharpCode Team
    Notepad++ by Don Ho
    AutoHotKey by Chris Mallet & Steve Gray
    Cheat Engine by Eric Heijen
    Java Development Kit by Oracle Corp.
    Blender by Blender Foundation
    Unity by Unity Tech.
    Unreal Engine by Epic Games


  12. #12
    Danny's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    9,617
    Reputation
    2835
    Thanks
    3,002
    My Mood
    Aggressive
    dimitri's link has the method /solved

    I am not a middleman nor do I buy/sell anything. If you are being contacted by someone off-site from MPGH then it's not me! Please report these to me via PM. Don't be stupid, think first.

Similar Threads

  1. Created Custom Classes
    By jnfootrocks in forum Realm of the Mad God Private Servers Discussion
    Replies: 8
    Last Post: 01-11-2014, 09:45 PM
  2. [Help Request] Custom created abilities for custom class
    By jnfootrocks in forum Realm of the Mad God Private Servers Help
    Replies: 1
    Last Post: 01-10-2014, 03:31 PM
  3. [Solved] Creating a Custom Class Menu
    By mathieutje12 in forum Call of Duty Black Ops GSC Modding Help & Discussion
    Replies: 1
    Last Post: 02-24-2012, 05:21 AM
  4. [Release] Easy Custom Class Editor by MeeKaaH
    By Thijs12 in forum Call of Duty 6 - Modern Warfare 2 (MW2) Hacks
    Replies: 113
    Last Post: 03-07-2010, 08:08 PM
  5. [Release] Request all your Custom Classes!
    By Koen in forum Call of Duty 6 - Modern Warfare 2 (MW2) Hacks
    Replies: 124
    Last Post: 02-28-2010, 06:16 AM