Savior Commit
Fixed some bugs regarding dojo, updated drop data, minor tweaks on Mystic Doors, added expeditions for Showa Manor, Zakum and Pink Bean, smart search for item slots on quest/npc rewarding system, attempt on boss HPbar to focus on player's current target, quests with selectable rewards now hands the item correctly, after the first PQ instance next ones are loaded more smoothly.
This commit is contained in:
@@ -45,7 +45,7 @@ function action(mode, type, selection) {
|
||||
|
||||
player = cm.getPlayer();
|
||||
expedition = cm.getExpedition(exped);
|
||||
em = cm.getEventManager("HorntailFight");
|
||||
em = cm.getEventManager("HorntailBattle");
|
||||
|
||||
if (mode == -1) {
|
||||
cm.dispose();
|
||||
@@ -127,8 +127,8 @@ function action(mode, type, selection) {
|
||||
cm.sendSimple(text);
|
||||
status = 6;
|
||||
} else if (selection == 2) {
|
||||
//var min = exped.getMinSize();
|
||||
var min = 1;
|
||||
var min = exped.getMinSize();
|
||||
|
||||
var size = expedition.getMembers().size();
|
||||
if (size < min) {
|
||||
cm.sendOk("You need at least " + min + " players registered in your expedition.");
|
||||
|
||||
Reference in New Issue
Block a user