var status = 0;
function start() {
cm.sendNext("Hey! Are you a warrior?#e#g#h #,# #nkright? I am the levling guide here at MyServerName");
}
function action(mode, type, selection) {
if (mode >= 1) {
cm.dispose();
return;
} else
status++;
if (status == 1) {
cm.sendNext("I am only one of the 5 npcs with same commission. The Warrior leveling guide will now begin! #r#eWarrior#kif ?");
} else if (status == 2) {
cm.sendNext("First of all you've to get to level 10 to get your warrior job. #r#eWarrior #k#n Is needed of #b#e Dex & Str. #kYou'll need 35Str to take the first warrior job at level 10.");
} else if (status == 3) {
cm.sendNext("Level 10-25 Henesys Hunting Ground l");
} else if (status == 3) {
cm.sendNext("To be specific, 10-12 Snails <Lowest level> , 12-18 Slimes <Above snails> , 18-22 Orange mushrooms <Above slimes> , 22-25 Green Mushrooms <Above Orange Mushrooms>");
} else if (status == 4) {
cm.sendNext("Now, go to Zombie Mushrooms & Horny Mushrooms until about level 30");
} else if (status == 5) {
cm.sendNext("30-43 Go to ludibrum and kill teedies those are very easy & good spawntime and you may be able to stay there to 45 if not go to clocks a bit longer down in the ludibrum tower .");
} else if (status == 6) {
cm.sendNext("43~50 I suggest you kill Tick-Tocks & Any type of chronos in the ludibrum tower a bit down. A suggestion from me would be put some AP dex so you will be able to hit everything without Missing. Anotheer way is to get alot of good dex equips");
} else if (status == 7) {
cm.sendNext("50~70 Forest of golems..Not much to say. It's awesome. Not alot of people there, good spawnrate & your making some money. Also a lot of warrior equips drop. Also remember that if your not able to find these maps check Mapletip.com");
} else if (status == 8) {
cm.sendNext("70~78 Voodos at Haunted house in Masteria. Voodos or hoodoos, it doesn't matter. A lot of money drops too!");
} else if (status == 9) {
cm.sendNext("78-90 Go to Aqua Road and kill gobies + Squids. Now you will need alot of dex + str The gobies are inside those houses in Aqua.");
} else if (status == 10) {
cm.sendNext("90-120 Skelegons in Leafre. Now walk the very long path, or use the world map if you can't find it. There are skelegons, and skelesaurus, but both are good training.");
} else if (status == 11) {
cm.sendNext("Now there's just bosses. You will need to kill fast for fast leveling. I suggest headless horseman solo. Also, you can fight papulatus with team until you're level 140 or higher.");
} else if (status == 12) {
cm.sendNext("At level 140, you'll be able to kill any boss with enough party members + dex. Hehe, good luck. Also when you hit level 200 you will get a special gift.");
} else if (status == 13) {
if (cm.haveItem(2000004, 1) && cm.haveItem(20220*** 5)) {
cm.sendOk("Well, that's all you need to survive a few mashmellows and something to drink. Good luck from CharlieBoy of RageZone.");
} else {
cm.sendNext("Here you go, some items.");
cm.gainItem(1002186,1);
cm.gainItem(507200, 1);
cm.gainMesos(1000);
}
cm.dispose();
}
}