More Masteria quests + several minor fixes
Added more quests on Masteria and updated drop data in the region. Fixed mystic door on slopes deploying players unproperly. Fixed mounts equipped by low level players crashing the client.
This commit is contained in:
@@ -25,11 +25,11 @@ function start(mode, type, selection) {
|
||||
else if (status == 1){
|
||||
if(qm.haveItem(4032018, 1)) {
|
||||
qm.forceStartQuest();
|
||||
} else if (qm.canHold(4032018, 1)) {
|
||||
} else if(qm.canHold(4032018, 1)) {
|
||||
qm.gainItem(4032018, 1);
|
||||
qm.forceStartQuest();
|
||||
} else {
|
||||
qm.sendOk("Hey. There's no slot on your ETC.");
|
||||
qm.sendOk("Oy, you need a slot in your ETC to get the communique.");
|
||||
}
|
||||
|
||||
qm.dispose();
|
||||
|
||||
Reference in New Issue
Block a user