|
Post by Spiegel on Apr 13, 2014 9:57:43 GMT -6
Not sure where to post bugs so I decided to post here. Skill Bugs- Many jobs cannot master Maple Warrior, except Mihile to my knowledge. - Dual blade is missing Phantom Blow and Final Cut in its 4th job advancement. (possible fix: add a dual blade skill npc, i tried it on my server and it seems to work) NPC for Skill Fixes:var status = -1;
function start() {
action(1,0,0);
}
function action(mode,type,selection) {
if (mode == -1) {
cm.dispose();
} else if (mode == 0) {
cm.dispose();
} if (mode == 1)
status++;
else
status--;
if (status == 0) {
cm.sendNext("Hello, I'm BasikMS's 4th Job Skill Maxer!");
} else if (status == 1) {
cm.sendSimple("You may choose from the following jobs: \r\n\r\n#L0# Dual Blade #l\r\n#L1# Evan #l");
} else if (stauts == 2) {
if (selection == 0) {
cm.teachSkill(4341000,30,30);
cm.teachSkill(4341009,30,30);
cm.teachSkill(4341002,30,30);
cm.sendOk("There you go!"); cm.dispose();
} else if (selection == 1) {
cm.teachSkill(22171003,30,30);
cm.teachSkill(22170001,30,30);
cm.sendOk("There you go!");
cm.dispose();
}
}
} Game Bugs- Random d/c when multiple mobs attack you. So far that's all the bugs I've come across. Thanks.
|
|
Lime
New Member
Posts: 12
|
Post by Lime on Apr 13, 2014 11:40:58 GMT -6
Bump~
Game Bugs -Random d/c when multiple mobs attack you.
Personally i never DC for that reason.
Also want to add level 158 is bugged (once again) Exp goes over 99.9% Ex: 125.000.00/100.004.000
And no scrolling ability (? or maybe its done another way now
|
|
|
Post by minisnack on Apr 13, 2014 12:22:51 GMT -6
Game Bugs: -Cubes have been disabled (not sure if this was intentional).
Skill Bugs: -Evan 9th grow is missing some skills too, Magic Mastery and Flame Wheel.
I don't DC for that reason either.
Thank you :3.
|
|
|
Post by jewslayer on Apr 13, 2014 13:03:30 GMT -6
I dc when multiple mobs attack me, lost my 2x exp like 3 times ._. and to buy cubes talk to i believe mo in the FM. You can trade nx for cubes
|
|
|
Post by minisnack on Apr 13, 2014 13:30:44 GMT -6
Its not like I cant get them but its when you use them it says theyre disabled.
|
|
Lime
New Member
Posts: 12
|
Post by Lime on Apr 13, 2014 15:46:02 GMT -6
I think it´s that way since cubes + Weps would be to overpowered, because of the extra stats caused by Levels.
|
|
|
Post by Kett on Apr 13, 2014 19:13:41 GMT -6
Woops. I'll open it up. I don't know why it was disabled
|
|
|
Post by Kett on Apr 13, 2014 22:47:31 GMT -6
LimeScrolling ability(Legendary Spirit?) is available 'Eurek the Alchemist'. You can find her in sleepywood or el nath if i'm correct.
|
|