DB improvement + 2nd job info
Fixed a major performance problem with installing over 10000 threads when a given amount of accounts exists on the DB. Added information for the available 2nd jobs of the Explorers, introducing to the players the gists of each job branch.
This commit is contained in:
@@ -98,7 +98,9 @@ function action(mode, type, selection) {
|
||||
} else if (status == 2)
|
||||
cm.sendNextPrev("You've gotten much stronger now. Plus every single one of your inventories have added slots. A whole row, to be exact. Go see for it yourself. I just gave you a little bit of #bSP#k. When you open up the #bSkill#k menu on the lower left corner of the screen, there are skills you can learn by using SP's. One warning, though: You can't raise it all together all at once. There are also skills you can acquire only after having learned a couple of skills first.");
|
||||
else if (status == 3)
|
||||
cm.sendNextPrev("One more warning. Once you have chosed you (Incomplete)");
|
||||
cm.sendNextPrev("Now a reminder. Once you have chosen, you cannot change up your mind and try to pick another path. Go now, and live as a proud Thief.");
|
||||
else
|
||||
cm.dispose();
|
||||
} else if(actionx["2ndJob"]){
|
||||
if (status == 0){
|
||||
if (cm.haveItem(4031012))
|
||||
@@ -119,7 +121,12 @@ function action(mode, type, selection) {
|
||||
}
|
||||
}else{
|
||||
if (selection < 3){
|
||||
cm.sendNext("Not done.");
|
||||
if(selection == 0) { //assassin
|
||||
cm.sendNext("Thieves that master #rClaws#k.\r\n\r\n#bAssassins#k are far ranged attackers. They are quite Meso efficient and have good damage potential, but cost more than Bandits.");
|
||||
} else if(selection == 1) { //bandit
|
||||
cm.sendNext("Thieves that master #rDaggers#k.\r\n\r\n#bBandits#k are quick melee attackers and are quite powerful among the 2nd jobs. They aren't as Meso efficient as Assassins and do not have the benefit of ranged attack but make up for it in much greater raw power.");
|
||||
}
|
||||
|
||||
status -= 2;
|
||||
} else
|
||||
cm.sendSimple("Now... have you made up your mind? Please choose the job you'd like to select for your 2nd job advancement. #b\r\n#L0#Assassin\r\n#L1#Bandit");
|
||||
@@ -146,7 +153,7 @@ function action(mode, type, selection) {
|
||||
else if (status == 5)
|
||||
cm.sendNextPrev("I have also given you a little bit of #bSP#k. Open the #bSkill Menu#k located at the bottomleft corner. you'll be able to boost up the newer acquired 2nd level skills. A word of warning, though. You can't boost them up all at once. Some of the skills are only available after you have learned other skills. Make sure yo remember that.");
|
||||
else if (status == 6)
|
||||
cm.sendNextPrev((job == 410 ? "Assassin" : "Bandit") + " need to be strong. But remember that you can't abuse that power and use it on a weaking. Please use your enormous power the right way, because... for you to use that the right way, that is much harden than just getting stronger. Please find me after you have advanced much further. I'll be waiting for you.");
|
||||
cm.sendNextPrev((job == 410 ? "Assassin" : "Bandit") + " need to be strong. But remember that you can't abuse that power and use it on a weakling. Please use your enormous power the right way, because... for you to use that the right way, that is much harden than just getting stronger. Please find me after you have advanced much further. I'll be waiting for you.");
|
||||
} else if (actionx["3thJobI"]){
|
||||
if (status == 0){
|
||||
if (cm.getPlayer().gotPartyQuestItem("JB3")){
|
||||
|
||||
Reference in New Issue
Block a user