rider class not found

Results 1 to 7 of 7
  1. #1
    Account Upgraded | Title Enabled! kornicska is offline
    MemberRank
    Sep 2013 Join Date
    582Posts

    ! rider class not found

    class change java ok

    case ENGINEER:
    if (playerClass == PlayerClass.GUNNER || playerClass == PlayerClass.RIDER)

    gunner //set class 14 Ok
    and rider?

    break;
    case 3570:
    setClass(player, PlayerClass.getPlayerClassById((byte)14));
    break;
    case 3911 :
    setClass(player, PlayerClass.getPlayerClassById((byte)16));
    break;
    }



    14 = gunner
    16 = bard
    ?? = rider?

    class selector missing rider
    is not it all about class selection of two separate caste class
    the gunner next to the missing rider
    While it's true if I am a rider will be in the 4.5 class robot
    maybe someone can give this Alamin that this be put on 4.3 emu?


    when you have the java is compiled opportunity


  2. #2
    Apprentice rojinku is offline
    MemberRank
    May 2013 Join Date
    7Posts

    Re: rider class not found

    yea my client is 4.3 its ready in there but not inplament yetuntitled.jpg

  3. #3
    Enthusiast djoneill is offline
    MemberRank
    Feb 2012 Join Date
    34Posts

    Re: rider class not found

    //set class 13 => RIDER

  4. #4
    Account Upgraded | Title Enabled! kornicska is offline
    MemberRank
    Sep 2013 Join Date
    582Posts

    Re: rider class not found

    ha ha set class 13 rider not found aion4.0 dwarfpicker 2.5 emu XD

  5. #5
    Blender Fan|Kinenbi Owner Dwarfpicker is offline
    MemberRank
    Mar 2006 Join Date
    AtreiaLocation
    1,085Posts

    Re: rider class not found

    not supported by Client at the moment!

  6. #6
    Enthusiast djoneill is offline
    MemberRank
    Feb 2012 Join Date
    34Posts

    Re: rider class not found

    Quote Originally Posted by kornicska View Post
    ha ha set class 13 rider not found aion4.0 dwarfpicker 2.5 emu XD
    Ahaha ? look the //set command

    PacketSendUtility.sendMessage(player, "Invalid class switch chosen");
    The class 13 isn't declared... so close your mouth :). I know that i said.
    Implement the class 13 and look into game ? You will have a class ask "Mechanist" new 4.5 class ;) but after it's your work to coded this.

    Good Luck ;) mine is already fully implemented

    case 12: //Technist.
    if (newClassId == 13 || newClassId == 14)
    break;
    give you part of code ;)

  7. #7
    Account Upgraded | Title Enabled! kornicska is offline
    MemberRank
    Sep 2013 Join Date
    582Posts

    Re: rider class not found

    OK

    If I ask you to share with us the corrected version of all files ?
    please , and very big thx



Advertisement