Quests rework.

This commit is contained in:
MobiusDev
2016-02-11 21:39:33 +00:00
parent b2cafd8e2e
commit 09976b0ce6
173 changed files with 6416 additions and 4720 deletions

View File

@@ -68,9 +68,9 @@ public class Q10382_DayOfLiberation extends Quest
}
case "sofa_sizraku_q10382_10.html":
{
qs.addExpAndSp(951127800, 435041400);
qs.giveItems(57, 3256740);
qs.giveItems(TAUTIS_BRACELET, 1);
addExpAndSp(player, 951127800, 435041400);
giveAdena(player, 3256740, true);
giveItems(player, TAUTIS_BRACELET, 1);
qs.exitQuest(QuestType.ONE_TIME, true);
break;
}