Jump to content
  • 0

third class job changer


quakeman00

Question


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  66
  • Reputation:   2
  • Joined:  03/08/13
  • Last Seen:  

since most of the third class dosent work with rathena emulator due to ethier misclick on questions from npc for third class or auto pop up third class windows not showing.

 

so i was wondering if there already where or if someone could make a npc for job change for third class whitout the loss of stats ive noticed with by using commands

 

requirement base level 99 or more , job 70 or more and MUST BE REBORN + 2 500 000z

Edited by quakeman00
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  66
  • Reputation:   2
  • Joined:  03/08/13
  • Last Seen:  

nvm made my own

prontera,150,193,6    script    Third Job Changer    10192,{
mes "Welcome!";
mes "I am here to fix third job quest issues. It includes ninja and gunslingers.";
mes "You need to be base level 99, job 70 and up, you need to be rebirth and 1250000 zeny.";
next;
switch(select("Proceed:Cancel")){
    case 1:
        if (BaseLevel > 98 && JobLevel > 69 ){
            if (Zeny > 1249999){
                if (checkfalcon() || checkcart() || checkriding() || ismounting()) {
                    mes "Please remove your " +
                        ((checkfalcon()) ? "falcon" : "") +
                        ((checkcart()) ? "cart" : "") +
                        ((checkriding()) ? "Peco" : "") +
                        ((ismounting()) ? "mount" : "") +
                        " before proceeding.";
                    close;
                }
                if (.SkillPointCheck && SkillPoint) {
                    mes "Please use all your skill points before proceeding.";
                    close;
                }
                if (Class == Job_Lord_Knight){
                    callfunc "Job_Change",Job_Rune_Knight_T;
                }
                else if (Class == Job_Paladin){
                    callfunc "Job_Change",Job_Royal_Guard_T;
                }
                else if (Class == Job_High_Wizard){
                    callfunc "Job_Change",Job_Warlock_T;
                }
                else if (Class == Job_Professor){
                    callfunc "Job_Change",Job_Sorcerer_T;
                }
                else if (Class == Job_Sniper){
                    callfunc "Job_Change",Job_Ranger_T;
                }
                else if (Class == Job_Clown){
                    callfunc "Job_Change",Job_Minstrel_T;
                }
                else if (Class == Job_Gypsy){
                    callfunc "Job_Change",Job_Wanderer_T;
                }
                else if (Class == Job_High_Priest){
                    callfunc "Job_Change",Job_Arch_Bishop_T;
                }
                else if (Class == Job_Champion){
                    callfunc "Job_Change",Job_Sura_T;
                }
                else if (Class == Job_Whitesmith){
                    callfunc "Job_Change",Job_Mechanic_T;
                }
                else if (Class == Job_Creator){
                    callfunc "Job_Change",Job_Genetic_T;
                }
                else if (Class == Job_Assassin_Cross){
                    callfunc "Job_Change",Job_Guillotine_Cross_T;
                }
                else if (Class == Job_Stalker){
                    callfunc "Job_Change",Job_Shadow_Chaser_T;
                }
                else if (Class == Job_Gunslinger){
                    callfunc "Job_Change",Job_Rebellion;
                }
                else if (Class == Job_Ninja){
                    if (Sex == SEX_MALE) {
                            callfunc "Job_Change",Kagerou;
                        }
                    else if(Sex == SEX_FEMALE) {
                            callfunc "Job_Change",Job_Oboro;
                        }
                }
                else {
                mes "Your class is not elligible for the use of my services.";
                close;
                }
                Zeny -= 1250000;
            }
            else{
                mes "You do not have the proper amount of money to proceed.";
                close;
            }
        }
        else{
            mes "You do not have the proper levels to proceed.";
            close;
        }

    case 2:
        close;
    }
}

 

Edited by Emistry
Please use CODEBOX.
  • Upvote 1
Link to comment
Share on other sites

  • 1

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  1137
  • Reputation:   290
  • Joined:  04/29/13
  • Last Seen:  

7 minutes ago, quakeman00 said:

third class.. not all class

tried emistry sql job changer? best of its kind

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  1137
  • Reputation:   290
  • Joined:  04/29/13
  • Last Seen:  

6 minutes ago, quakeman00 said:

since most of the third class dosent work with rathena emulator due to ethier misclick on questions from npc for third class or auto pop up third class windows not showing.

 

so i was wondering if there already where or if someone could make a npc for job change for third class whitout the loss of stats ive noticed with by using commands

 

requirement base level 99 or more , job 70 or more and MUST BE REBORN + 2 500 000z

You use job changer npc from rathena custom npc folder 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  66
  • Reputation:   2
  • Joined:  03/08/13
  • Last Seen:  

1 minute ago, Cyro said:

You use job changer npc from rathena custom npc folder 

third class.. not all class

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...