Minor improvements for custom quests.

This commit is contained in:
MobiusDevelopment 2019-04-04 00:08:34 +00:00
parent becc1b9cc2
commit 2dd884a837
4 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
<html><body>Chorina:<br>
You will have to hunt monsters in the Sea of Spores and to get the Seized Energy of the Floating Sea. To hunt: <font color="LEVEL">Keros, Falena, Atrofa, Nuba, Torfedo, Aranea, Harane, Lesatanas, Arbor, Tergus, Skeletus, Atrofine, Orfen's Handmaiden Arimus, Orfen's Handmaiden Arima</font>. You need to get 200 <font color="LEVEL">Seized Energy of the Sea of Spores</font>.
You will have to hunt monsters in the Sea of Spores and to get the Seized Energy of the Floating Sea. Hunt <font color="LEVEL">Keros, Falena, Atrofa, Nuba, Torfedo, Aranea, Harane, Lesatanas, Arbor, Tergus, Skeletus, Atrofine, Orfen's Handmaiden Arimus, Orfen's Handmaiden Arima</font>. You need to get 200 <font color="LEVEL">Seized Energy of the Sea of Spores</font>.
</body></html>

View File

@ -1,3 +1,3 @@
<html><body>Lupicia:<br>
You have to defeat monsters created by Fafurion, dwelling in Fafurion Temple and to bring her Fragments of Power carried by his closest minions. To hunt: <font color="LEVEL">Temple Guard Captain, Temple Guard Captain, Elite Guardian Warrior, Elite Guardian Archer, Temple Patrol Guard, Temple Knight Recruit, Temple Guard, Temple Guardian Warrior, Temple Wizard, Temple Guardian Wizard, Temple Priest, Temple Guardian Priest, Starving Water Dragon</font>. You need to get 30 <font color="LEVEL">Fragment of Power</font>.
You have to defeat monsters created by Fafurion, dwelling in Fafurion Temple and to bring her Fragments of Power carried by his closest minions. Hunt <font color="LEVEL">Temple Guard Captain, Temple Guard Captain, Elite Guardian Warrior, Elite Guardian Archer, Temple Patrol Guard, Temple Knight Recruit, Temple Guard, Temple Guardian Warrior, Temple Wizard, Temple Guardian Wizard, Temple Priest, Temple Guardian Priest, Starving Water Dragon</font>. You need to get 30 <font color="LEVEL">Fragment of Power</font>.
</body></html>

View File

@ -1,3 +1,3 @@
<html><body>Lupicia:<br>
You have to defeated the monsters created by Fafurion, dwelling in Fafurion Temple and to bring her Minions Symbols worn by his closest minions. To hunt: <font color="LEVEL">Temple Guard Captain, Temple Guard Captain, Elite Guardian Warrior, Elite Guardian Archer, Temple Patrol Guard, Temple Knight Recruit, Temple Guard, Temple Guardian Warrior, Temple Wizard, Temple Guardian Wizard, Temple Priest, Temple Guardian Priest, Starving Water Dragon</font>. You need to get 10 <font color="LEVEL">Minions Symbol Minions Symbol</font>.
You have to defeated the monsters created by Fafurion, dwelling in Fafurion Temple and to bring her Minions Symbols worn by his closest minions. Hunt <font color="LEVEL">Temple Guard Captain, Temple Guard Captain, Elite Guardian Warrior, Elite Guardian Archer, Temple Patrol Guard, Temple Knight Recruit, Temple Guard, Temple Guardian Warrior, Temple Wizard, Temple Guardian Wizard, Temple Priest, Temple Guardian Priest, Starving Water Dragon</font>. You need to get 10 <font color="LEVEL">Minions Symbol Minions Symbol</font>.
</body></html>

View File

@ -204,7 +204,7 @@ public class Q10529_IvoryTowersResearchFloatingSeaJournal extends Quest
}
else if (qs.isCond(KILLING_COND_2) && CommonUtil.contains(MONSTERS_2, npc.getId()))
{
if (giveItemRandomly(killer, npc, MONSTER_DROP_2, 1, REQUIRED_DROP_COUNT_2, 0.3, true))
if (giveItemRandomly(killer, npc, MONSTER_DROP_2, 1, REQUIRED_DROP_COUNT_2, 1, true))
{
qs.setCond(FINISH_COND_2);
}