Unexpirable diseases & Holy Symbol patch

Fixed diseases becoming unexpirable after trying to change channels or entering the Cash Shop.
Fixed Holy Symbol acting oddly in solo scenario.
Adjusted Summon Sack lv. 9, that would try to spawn mobs with inexistent id on the field.
This commit is contained in:
ronancpl
2018-04-10 22:14:13 -03:00
parent 6da5edd837
commit 5d8ede3247
23 changed files with 818 additions and 751 deletions

View File

@@ -45,11 +45,11 @@ function action(mode, type, selection) {
else
status--;
if (status == 1 && selection == 0) {
if (cm.haveItem(4031592, 1)/* && cm.isMarried()==1*/) {
if (cm.haveItem(4031592, 1)) {
cm.sendYesNo("So you would like to enter the #bEntrance#k?");
MySelection = selection;
} else {
cm.sendOk("You must have an Entrance Ticket to enter, and you have to be married.");
cm.sendOk("You must have an Entrance Ticket to enter.");
cm.dispose();
}
} else if (status == 1 && selection == 1) {