Results 1 to 9 of 9
  1. #1
    Aceaku1's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    2
    My Mood
    Cheerful

    Will someone please make a tutorial on how to make a new class?

    I've gotten the animations and the coding (I'm making a ninja) and I don't know how to make it to where you can select it. I'm not that much of a nub when it comes to pservers it's just I don't know how to finish off a class. Heres what I have coded so far. I have everything set other than selecting. If you can help it'd be great. Thanks


    Code:
    <Object type="0x0326" id="TEST-Ninja">
    <Class>Player</Class>
    <Description>The ninja relies on speed and skill, using katanas and ninja stars to deal big damage.</Description>
    <AnimatedTexture>
    <File>players</File>
    <Index>13</Index>
    </AnimatedTexture>
    <HitSound>player/rogue_hit</HitSound>
    <DeathSound>player/rogue_death</DeathSound>
    <Player/>
    <BloodProb>1.0</BloodProb>
    <SlotTypes>2, 22, 6, 9, 0, 0, 0, 0, 0, 0, 0, 0</SlotTypes>
    <Equipment>0xa14, 0xae3, -1, -1, 0xa22, -1, -1, -1, -1, -1, -1, -1</Equipment>
    <MaxHitPoints max="720">150</MaxHitPoints>
    <MaxMagicPoints max="252">100</MaxMagicPoints>
    <Attack max="70">15</Attack>
    <Defense max="25">0</Defense>
    <Speed max="60">10</Speed>
    <Dexterity max="70">12</Dexterity>
    <HpRegen max="40">10</HpRegen>
    <MpRegen max="70">12</MpRegen>
    <LevelIncrease min="20" max="30">MaxHitPoints</LevelIncrease>
    <LevelIncrease min="2" max="8">MaxMagicPoints</LevelIncrease>
    <LevelIncrease min="1" max="2">Attack</LevelIncrease>
    <LevelIncrease min="0" max="0">Defense</LevelIncrease>
    <LevelIncrease min="1" max="2">Speed</LevelIncrease>
    <LevelIncrease min="1" max="2">Dexterity</LevelIncrease>
    <LevelIncrease min="0" max="1">HpRegen</LevelIncrease>
    <LevelIncrease min="0" max="2">MpRegen</LevelIncrease>
    <UnlockLevel level="20">Rouge</UnlockLevel>
    <UnlockLevel level="20">Warrior</UnlockLevel>
    </Object>
    </Objects>

  2. #2
    L̋̾̈́͑ͥͨͨ͞Ò̴ͫͪ͛͋̉͛Lͥ̔̓ ͨ͛ͬ ͩ̀͢
    Premium Member
    C453's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    /dev/null
    Posts
    574
    Reputation
    44
    Thanks
    2,535
    My Mood
    Aggressive
    Quote Originally Posted by Aceaku1 View Post
    I've gotten the animations and the coding (I'm making a ninja) and I don't know how to make it to where you can select it. I'm not that much of a nub when it comes to pservers it's just I don't know how to finish off a class. Heres what I have coded so far. I have everything set other than selecting. If you can help it'd be great. Thanks

    Code:
    <Object type="0x0326" id="TEST-Ninja">
    <Class>Player</Class>
    <Description>The ninja relies on speed and skill, using katanas and ninja stars to deal big damage.</Description>
    <AnimatedTexture>
    <File>players</File>
    <Index>13</Index>
    </AnimatedTexture>
    <HitSound>player/rogue_hit</HitSound>
    <DeathSound>player/rogue_death</DeathSound>
    <Player/>
    <BloodProb>1.0</BloodProb>
    <SlotTypes>2, 22, 6, 9, 0, 0, 0, 0, 0, 0, 0, 0</SlotTypes>
    <Equipment>0xa14, 0xae3, -1, -1, 0xa22, -1, -1, -1, -1, -1, -1, -1</Equipment>
    <MaxHitPoints max="720">150</MaxHitPoints>
    <MaxMagicPoints max="252">100</MaxMagicPoints>
    <Attack max="70">15</Attack>
    <Defense max="25">0</Defense>
    <Speed max="60">10</Speed>
    <Dexterity max="70">12</Dexterity>
    <HpRegen max="40">10</HpRegen>
    <MpRegen max="70">12</MpRegen>
    <LevelIncrease min="20" max="30">MaxHitPoints</LevelIncrease>
    <LevelIncrease min="2" max="8">MaxMagicPoints</LevelIncrease>
    <LevelIncrease min="1" max="2">Attack</LevelIncrease>
    <LevelIncrease min="0" max="0">Defense</LevelIncrease>
    <LevelIncrease min="1" max="2">Speed</LevelIncrease>
    <LevelIncrease min="1" max="2">Dexterity</LevelIncrease>
    <LevelIncrease min="0" max="1">HpRegen</LevelIncrease>
    <LevelIncrease min="0" max="2">MpRegen</LevelIncrease>
    <UnlockLevel level="20">Rouge</UnlockLevel>
    <UnlockLevel level="20">Warrior</UnlockLevel>
    </Object>
    </Objects>
    You have to edit the XML in the client with swfbinexport, I may make a tutorial

  3. #3

  4. #4
    jlr2_08's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    Philippines.
    Posts
    197
    Reputation
    10
    Thanks
    19
    My Mood
    Bored
    Add some ninja images in Image 45 and 165 ( i think.) Use Sothink to Edit the images.
    Also Create New Weapons for ninja.

  5. #5
    Aceaku1's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    2
    My Mood
    Cheerful
    I've made the ninja in image 165 but I haven't looked in image 45. And C453 That would be great! Thanks for the help guys

  6. #6
    MegaXDD's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Posts
    37
    Reputation
    10
    Thanks
    475
    My Mood
    Aggressive
    It is only going to work out if you edit one of the .bins in the client, as C453 said....

  7. #7
    Aceaku1's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    2
    My Mood
    Cheerful
    Ok, Well I'm not that great with pservers. I only got one to work a month ago. I do know what somethings are but I'm not great with some things. If you or C453 could make a tutorial it would help out not only me but the rest of the community. Thanks

  8. #8
    jlr2_08's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    Philippines.
    Posts
    197
    Reputation
    10
    Thanks
    19
    My Mood
    Bored
    Agreed^ @C453 Please Make one!! Thanks!

  9. #9
    liquidgalaxy's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    125
    Reputation
    10
    Thanks
    303
    bin 108 is chars
    bin 76 is projectiles

    you will need RABCDAsm

    swfbinexport.exe
    swfbinreplace.exe

    .bat file
    Code:
    swfbinreplace.exe client.swf 108 client-108.bin

Similar Threads

  1. [Request] CAN SOMEONE MAKE A TUTORIAL ON HOW TO MAKE SAMP SERVER COPS AND ROBBERS MODE
    By kyzette143 in forum Grand Theft Auto San Andreas Multi Player (SAMP) Hacks
    Replies: 0
    Last Post: 05-09-2013, 11:15 PM
  2. Can someone make a tutorial on how to make a A.V.A Taiwan Account?
    By Teqy0 in forum Alliance of Valiant Arms (AVA) Discussions
    Replies: 6
    Last Post: 10-05-2011, 06:11 PM
  3. can some one plz make a Tutorial for how to make a menu hack a video
    By mojo786 in forum Programming Tutorial Requests
    Replies: 1
    Last Post: 08-21-2010, 11:05 AM
  4. Should I make a tutorial on how to make the unpatchable rez mod :)
    By killingspree888 in forum Combat Arms Mod Discussion
    Replies: 19
    Last Post: 07-18-2010, 11:12 PM
  5. Should I make a tutorial on how to make the unpatchable wallhack rez mod :)
    By killingspree888 in forum Combat Arms Mod Discussion
    Replies: 10
    Last Post: 07-18-2010, 07:08 AM