Using mount speed while not on mount bug

Results 1 to 14 of 14
  1. #1
    Account Upgraded | Title Enabled! Spyker710 is offline
    MemberRank
    Apr 2008 Join Date
    ...stalker much...Location
    460Posts

    Using mount speed while not on mount bug

    Well, this is for OdinMS source i guess, since you need to use this command.

    This basically is a bug that lets you use your mounts speed + jump while not being on the mount.

    First, put these in your commandprocessor.java

    !MR (Player name) - Makes you do the monsterrider skill on the player

    } else if (splitted[0].equals("!MR")) {
    MapleCharacter victim = cserv.getPlayerStorage().getCharacterByName(splitted[1]);
    if (victim != null) {
    SkillFactory.getSkill(1004).getEffect(1).applyTo(victim);
    }
    !healother (Player name) - Heals the player
    } else if (splitted[0].equals("!healother")) {
    MapleCharacter victim = cserv.getPlayerStorage().getCharacterByName(splitted[1]);
    victim.setHp(victim.getMaxHp());
    victim.updateSingleStat(MapleStat.HP, victim.getMaxHp());
    victim.setMp(victim.getMaxMp());
    victim.updateSingleStat(MapleStat.MP, victim.getMaxMp());
    } else if (splitted[0].equals("!cheaters")) {
    try {
    List<CheaterData> cheaters = c.getChannelServer().getWorldInterface().getCheaters();
    for (int x = cheaters.size() - 1; x >= 0; x--) {
    CheaterData cheater = cheaters.get(x);
    mc.dropMessage(cheater.getInfo());
    }
    } catch (RemoteException e) {
    c.getChannelServer().reconnectWorld();
    }
    !kill (name) - Kills the player

    } else if (splitted[0].equals("!kill")) {
    MapleCharacter victim1 = cserv.getPlayerStorage().getCharacterByName(splitted[1]);
    victim1.setHp(0);
    victim1.setMp(0);
    victim1.updateSingleStat(MapleStat.HP, 0);
    victim1.updateSingleStat(MapleStat.MP, 0);
    MapleCharacter victim2 = cserv.getPlayerStorage().getCharacterByName(splitted[2]);
    victim2.setHp(0);
    victim2.setMp(0);
    victim2.updateSingleStat(MapleStat.HP, 0);
    victim2.updateSingleStat(MapleStat.MP, 0);
    MapleCharacter victim3 = cserv.getPlayerStorage().getCharacterByName(splitted[3]);
    victim3.setHp(0);
    victim3.setMp(0);
    victim3.updateSingleStat(MapleStat.HP, 0);
    victim3.updateSingleStat(MapleStat.MP, 0);
    MapleCharacter victim4 = cserv.getPlayerStorage().getCharacterByName(splitted[4]);
    victim4.setHp(0);
    victim4.setMp(0);
    victim4.updateSingleStat(MapleStat.HP, 0);
    victim4.updateSingleStat(MapleStat.MP, 0);
    MapleCharacter victim5 = cserv.getPlayerStorage().getCharacterByName(splitted[5]);
    victim5.setHp(0);
    victim5.setMp(0);
    victim5.updateSingleStat(MapleStat.HP, 0);
    victim5.updateSingleStat(MapleStat.MP, 0);
    MapleCharacter victim6 = cserv.getPlayerStorage().getCharacterByName(splitted[6]);
    victim6.setHp(0);
    victim6.setMp(0);
    victim6.updateSingleStat(MapleStat.HP, 0);
    victim6.updateSingleStat(MapleStat.MP, 0);
    }
    I DO NOT TAKE CREDITS FOR THESE COMMANDS! Except the !healother one, which i made :P. I just edited !hide to make it !MR


    Ok, now that we have those added, just compile and were done.

    Here's the bug part

    First, make sure you have a mount and a saddle equipped, or you will DC when you use !MR

    Go ahead and kill yourself, (!kill (yourname)

    Then do the skill !MR (your name)

    Then !healother (yourname)

    You can now run around with the speed of your mount!

    The reason why I made it so you use (yourname) is incase you want to do it to other people.

    Enjoy.


    Edit : Oh btw, remove those random spaces like splitt ed, dunno why they are there
    Last edited by Spyker710; 04-07-08 at 08:01 AM.


  2. #2
    Account Upgraded | Title Enabled! infernofreez is offline
    MemberRank
    Apr 2008 Join Date
    ChicagoLocation
    234Posts

    Re: [Release?]Using mount speed while not on mount bug

    Wait.. a noob question, where is commandproccessor.java?

  3. #3
    Account Upgraded | Title Enabled! Jelly is offline
    MemberRank
    Jun 2008 Join Date
    225Posts

    Re: [Release?]Using mount speed while not on mount bug

    Src>Net>sf>odinms>client>messages> commandproccessor.java

  4. #4
    Account Upgraded | Title Enabled! infernofreez is offline
    MemberRank
    Apr 2008 Join Date
    ChicagoLocation
    234Posts

    Re: [Release] Using mount speed while not on mount bug

    Alright thanks

  5. #5
    Account Upgraded | Title Enabled! echicken is offline
    MemberRank
    Apr 2008 Join Date
    1,402Posts

    Re: [Release] Using mount speed while not on mount bug

    awesome, but, theres a !heal command too. o_0

  6. #6
    Alpha Member ch1nkayy is offline
    MemberRank
    Apr 2008 Join Date
    2,145Posts

    Re: [Release] Using mount speed while not on mount bug

    read it dumbass, it said healothers. not yourself only

  7. #7
    Member Matrex30 is offline
    MemberRank
    Apr 2008 Join Date
    GermanyLocation
    59Posts

    Re: [Release] Using mount speed while not on mount bug

    and the point of this is???

  8. #8
    Alpha Member ch1nkayy is offline
    MemberRank
    Apr 2008 Join Date
    2,145Posts

    Re: [Release] Using mount speed while not on mount bug

    This basically is a bug that lets you use your mounts speed + jump while not being on the mount.
    read dumbass -.-

  9. #9
    Account Upgraded | Title Enabled! Spyker710 is offline
    MemberRank
    Apr 2008 Join Date
    ...stalker much...Location
    460Posts

    Re: [Release] Using mount speed while not on mount bug

    Lol ch1nkayy xD


    I thought a mod deleted this lol...

  10. #10
    Account Upgraded | Title Enabled! tensyume is offline
    MemberRank
    Apr 2008 Join Date
    Boredom, U.S.A.Location
    264Posts

    Re: [Release] Using mount speed while not on mount bug

    I think can use this command to make effect on other skills ! ThX !!

  11. #11
    Account Upgraded | Title Enabled! Spyker710 is offline
    MemberRank
    Apr 2008 Join Date
    ...stalker much...Location
    460Posts

    Re: [Release] Using mount speed while not on mount bug

    Yea I use that command for stuff like

    !hb

    !sharpeyes

    !shadowpartner

    !darksight (its level 1, so if someone is walking and i do !darksight on them, they alll of a sudden go slow =P just a fun command)

  12. #12
    Valued Member ketchup02 is offline
    MemberRank
    Apr 2008 Join Date
    (E:) DriveLocation
    130Posts

    Re: [Release] Using mount speed while not on mount bug

    Where do you buy the mounts and saddle?

  13. #13
    Account Upgraded | Title Enabled! scarlet12379 is offline
    MemberRank
    Mar 2008 Join Date
    Peoria, IllinoiLocation
    322Posts

    Re: [Release] Using mount speed while not on mount bug

    depends every server is diffrent =/.

    @ Ketchuo02 sig
    Seans repacks are dumb as hell =P their buggy and useless. make ur own =/

  14. #14
    Account Upgraded | Title Enabled! PinCrackerGod is offline
    MemberRank
    Apr 2008 Join Date
    458Posts

    Re: [Release] Using mount speed while not on mount bug

    Spyker710 for your !healother it should look like this.... for no errors


    Code:
    			} else if (splitted[0].equals("!healother")) {
    MapleCharacter victim = cserv.getPlayerStorage().getCharacterByName(splitted[1]);
    victim.setHp(victim.getMaxHp());
    victim.updateSingleStat(MapleStat.HP, victim.getMaxHp());
    victim.setMp(victim.getMaxMp());
    victim.updateSingleStat(MapleStat.MP, victim.getMaxMp());
    } else if (splitted[0].equals("!cheaters")) {
    try {
    List<CheaterData> cheaters = c.getChannelServer().getWorldInterface().getCheaters();
    for (int x = cheaters.size() - 1; x >= 0; x--) {
    CheaterData cheater = cheaters.get(x);
    mc.dropMessage(cheater.getInfo());
    }
    } catch (RemoteException e) {
    c.getChannelServer().reconnectWorld();



Advertisement