[Release]Shorter AutoJob

Page 1 of 2 12 LastLast
Results 1 to 15 of 19
  1. #1
    Alpha Member Anujan is offline
    MemberRank
    May 2008 Join Date
    Ontario, CanadaLocation
    1,633Posts

    [Release]Shorter AutoJob

    Put this in your levelup() function in MapleCharacter

    Code:
    if (level == 30) {
                NPCScriptManager npc = NPCScriptManager.getInstance();
                npc.start(client, 9200000, null, null);
            }
            if (level == 70 || level == 120) {
               int job = client.getPlayer().getJob().getId();
               client.getPlayer().changeJob(MapleJob.getById(job + 1));
            }


  2. #2
    The almighty chicken kippieeej is offline
    MemberRank
    Apr 2008 Join Date
    1,038Posts

    Re: [Release]Shorter AutoJob

    eh good job i guess o.o

    to everyone replying after me:
    this will obviously only work if cody is your job advancer

  3. #3
    Alpha Member Anujan is offline
    MemberRank
    May 2008 Join Date
    Ontario, CanadaLocation
    1,633Posts

    Re: [Release]Shorter AutoJob

    You can always change the NPC id.
    If you don't know how then wow......

  4. #4
    Account Upgraded | Title Enabled! EspadaFung is offline
    MemberRank
    Jul 2008 Join Date
    Home, don't stalk meLocation
    1,030Posts

    Re: [Release]Shorter AutoJob

    wonder what happen if the player chose to not 2nd job advance :X

  5. #5
    Alpha Member Markii is offline
    MemberRank
    Nov 2008 Join Date
    NewyorkLocation
    1,917Posts

    Re: [Release]Shorter AutoJob

    Nice Release.

  6. #6
    Alpha Member Anujan is offline
    MemberRank
    May 2008 Join Date
    Ontario, CanadaLocation
    1,633Posts

    Re: [Release]Shorter AutoJob

    Quote Originally Posted by EspadaFung View Post
    wonder what happen if the player chose to not 2nd job advance :X
    They get rolledback to level 69 and have to relog.
    Wewt 69 :D

  7. #7
    Account Upgraded | Title Enabled! EspadaFung is offline
    MemberRank
    Jul 2008 Join Date
    Home, don't stalk meLocation
    1,030Posts
    :D that's fun :X

    btw just add a few lines to make them check for 2nd job :X

    if (job == 110 || job == 120 || job == 130 || job == bla blab bla)

    sigh letme do myself :X
    Last edited by Savage; 23-01-09 at 08:31 AM.

  8. #8
    Valued Member EC15 is offline
    MemberRank
    Jan 2009 Join Date
    120Posts

    Re: [Release]Shorter AutoJob

    about time that someone will think about it.. good job!

  9. #9
    Account Upgraded | Title Enabled! FloppyDisk is offline
    MemberRank
    Jan 2009 Join Date
    634Posts

    Re: [Release]Shorter AutoJob

    I like mine better, still.
    Good job anyway, Anujan.

  10. #10
    Alpha Member Moogra is offline
    MemberRank
    Jul 2008 Join Date
    1,804Posts

    Re: [Release]Shorter AutoJob

    Quote Originally Posted by EspadaFung View Post
    :D that's fun :X

    btw just add a few lines to make them check for 2nd job :X
    if (getJob().getId() % 100 != 0 && getJob().getId()% 10 == 0)
    AMIRITE????
    SHORTEST WAY POSSIBLE

  11. #11
    Alpha Member purpleNblack2 is offline
    MemberRank
    Oct 2008 Join Date
    2,214Posts

    Re: [Release]Shorter AutoJob

    nice release i guess >o<

  12. #12
    Account Upgraded | Title Enabled! New User is offline
    MemberRank
    Dec 2007 Join Date
    CanadaLocation
    1,001Posts

    Re: [Release]Shorter AutoJob

    Nice release. (:

  13. #13
    Infraction Banned MrMysterious is offline
    MemberRank
    Dec 2008 Join Date
    In a treeLocation
    752Posts

    Re: [Release]Shorter AutoJob

    Quote Originally Posted by Moogra View Post
    if (getJob().getId() % 100 != 0 && getJob().getId()% 10 == 0)
    AMIRITE????
    SHORTEST WAY POSSIBLE
    PRO O:


    @ Anujan - Nice release

  14. #14
    Mother effin' clouds SaintsIan is offline
    MemberRank
    Apr 2008 Join Date
    fyrechat.netLocation
    2,809Posts

    Re: [Release]Shorter AutoJob

    Lol useful for high rates and servers with lazy players D:

  15. #15
    Valued Member benzex is offline
    MemberRank
    Oct 2008 Join Date
    SingaporeLocation
    101Posts

    Re: [Release]Shorter AutoJob

    good job! :D



Page 1 of 2 12 LastLast

Advertisement