Concurrency fix + new scripts

Fixed some situation involving concurrency upon using getCharacters()
from MapleMap, added scripts and other bug fixes.
This commit is contained in:
ronancpl
2017-04-08 19:29:27 -03:00
parent c8f905e1a5
commit 7dc163fc76
38 changed files with 684 additions and 180 deletions

View File

@@ -30,12 +30,16 @@ var status = 0;
var expedition;
var player;
var em;
var barlog_easy = MapleExpeditionType.BALROG_EASY;
var barlog_hard = MapleExpeditionType.BALROG_HARD;
//var barlog_easy = MapleExpeditionType.BALROG_EASY;
//var barlog_hard = MapleExpeditionType.BALROG_HARD;
function start(){
status = 0;
action(1, 0, 0);
cm.sendNext("Hi there. I am #b#nMu Young#n#k, the temple Keeper. This expedition is currently unavailable.");
cm.dispose();
//action(1, 0, 0);
}
function action(mode, type, selection) {