Ertheia starting quest improvements.

This commit is contained in:
MobiusDev
2017-08-18 13:40:11 +00:00
parent 74340188a9
commit a61de530ec
21 changed files with 105 additions and 9 deletions

View File

@@ -58,10 +58,14 @@ public final class Q10732_AForeignLand extends Quest
switch (event)
{
case "33931-02.htm":
{
break;
}
case "33931-03.htm":
{
qs.startQuest();
qs.setCond(2); // arrow hack
qs.setCond(1);
player.sendPacket(ExShowUsm.ERTHEIA_FIRST_QUEST);
break;
}
@@ -77,8 +81,10 @@ public final class Q10732_AForeignLand extends Quest
break;
}
default:
{
htmltext = null;
}
}
return htmltext;
}

View File

@@ -63,7 +63,9 @@ public final class Q10733_TheTestForSurvival extends Quest
switch (event)
{
case "34005-02.html":
{
break;
}
case "33932-02.htm":
{
qs.startQuest();

View File

@@ -83,7 +83,9 @@ public final class Q10734_DoOrDie extends Quest
case "33942-02.htm":
case "33943-02.htm":
case "33950-02.html":
{
break;
}
case "33942-03.htm":
case "33943-03.htm":
{
@@ -108,8 +110,10 @@ public final class Q10734_DoOrDie extends Quest
break;
}
default:
{
htmltext = null;
}
}
return htmltext;
}

View File

@@ -73,11 +73,15 @@ public final class Q10737_GrakonsWarehouse extends Quest
case "33943-02.htm":
case "33947-03.html":
case "33947-04.html":
{
break;
}
case "33942-03.htm":
case "33943-03.htm":
{
qs.startQuest();
qs.setCond(2); // arrow hack
qs.setCond(1);
giveItems(player, APPRENTICE_SUPPORT_BOX);
break;
}
@@ -102,8 +106,10 @@ public final class Q10737_GrakonsWarehouse extends Quest
break;
}
default:
{
htmltext = null;
}
}
return htmltext;
}

View File

@@ -30,7 +30,7 @@ import quests.Q10737_GrakonsWarehouse.Q10737_GrakonsWarehouse;
*/
public final class Q10738_AnInnerBeauty extends Quest
{
// NPC's
// NPCs
private static final int GRAKON = 33947;
private static final int EVNA = 33935;
// Items
@@ -66,10 +66,14 @@ public final class Q10738_AnInnerBeauty extends Quest
case "33947-02.htm":
case "33947-03.htm":
case "33935-02.html":
{
break;
}
case "33947-04.htm":
{
qs.startQuest();
qs.setCond(2); // arrow hack
qs.setCond(1);
giveItems(player, GRAKON_S_NOTE, 1);
break;
}
@@ -84,8 +88,10 @@ public final class Q10738_AnInnerBeauty extends Quest
break;
}
default:
{
htmltext = null;
}
}
return htmltext;
}

View File

@@ -34,7 +34,7 @@ import quests.Q10738_AnInnerBeauty.Q10738_AnInnerBeauty;
*/
public final class Q10739_SupplyAndDemand extends Quest
{
// NPC's
// NPCs
private static final int EVNA = 33935;
private static final int DENYA = 33934;
private static final int PELU = 33936;
@@ -78,7 +78,9 @@ public final class Q10739_SupplyAndDemand extends Quest
switch (event)
{
case "33935-02.htm":
{
break;
}
case "33935-03.htm":
{
qs.startQuest();
@@ -113,8 +115,10 @@ public final class Q10739_SupplyAndDemand extends Quest
break;
}
default:
{
htmltext = null;
}
}
return htmltext;
}

View File

@@ -35,7 +35,7 @@ import ai.areas.FaeronVillage.RemembranceTower.RemembranceTower;
*/
public final class Q10740_NeverForget extends Quest
{
// NPC's
// NPCs
private static final int SIVANTHE = 33951;
private static final int REMEMBERANCE_TOWER = 33989;
// Items
@@ -78,7 +78,9 @@ public final class Q10740_NeverForget extends Quest
switch (event)
{
case "33951-02.htm":
{
break;
}
case "33951-03.htm":
{
qs.startQuest();
@@ -99,8 +101,10 @@ public final class Q10740_NeverForget extends Quest
break;
}
default:
{
htmltext = null;
}
}
return htmltext;
}

View File

@@ -58,10 +58,14 @@ public final class Q10732_AForeignLand extends Quest
switch (event)
{
case "33931-02.htm":
{
break;
}
case "33931-03.htm":
{
qs.startQuest();
qs.setCond(2); // arrow hack
qs.setCond(1);
player.sendPacket(ExShowUsm.ERTHEIA_FIRST_QUEST);
break;
}
@@ -77,8 +81,10 @@ public final class Q10732_AForeignLand extends Quest
break;
}
default:
{
htmltext = null;
}
}
return htmltext;
}

View File

@@ -63,7 +63,9 @@ public final class Q10733_TheTestForSurvival extends Quest
switch (event)
{
case "34005-02.html":
{
break;
}
case "33932-02.htm":
{
qs.startQuest();

View File

@@ -83,7 +83,9 @@ public final class Q10734_DoOrDie extends Quest
case "33942-02.htm":
case "33943-02.htm":
case "33950-02.html":
{
break;
}
case "33942-03.htm":
case "33943-03.htm":
{
@@ -108,8 +110,10 @@ public final class Q10734_DoOrDie extends Quest
break;
}
default:
{
htmltext = null;
}
}
return htmltext;
}

View File

@@ -73,11 +73,15 @@ public final class Q10737_GrakonsWarehouse extends Quest
case "33943-02.htm":
case "33947-03.html":
case "33947-04.html":
{
break;
}
case "33942-03.htm":
case "33943-03.htm":
{
qs.startQuest();
qs.setCond(2); // arrow hack
qs.setCond(1);
giveItems(player, APPRENTICE_SUPPORT_BOX);
break;
}
@@ -102,8 +106,10 @@ public final class Q10737_GrakonsWarehouse extends Quest
break;
}
default:
{
htmltext = null;
}
}
return htmltext;
}

View File

@@ -30,7 +30,7 @@ import quests.Q10737_GrakonsWarehouse.Q10737_GrakonsWarehouse;
*/
public final class Q10738_AnInnerBeauty extends Quest
{
// NPC's
// NPCs
private static final int GRAKON = 33947;
private static final int EVNA = 33935;
// Items
@@ -66,10 +66,14 @@ public final class Q10738_AnInnerBeauty extends Quest
case "33947-02.htm":
case "33947-03.htm":
case "33935-02.html":
{
break;
}
case "33947-04.htm":
{
qs.startQuest();
qs.setCond(2); // arrow hack
qs.setCond(1);
giveItems(player, GRAKON_S_NOTE, 1);
break;
}
@@ -84,8 +88,10 @@ public final class Q10738_AnInnerBeauty extends Quest
break;
}
default:
{
htmltext = null;
}
}
return htmltext;
}

View File

@@ -34,7 +34,7 @@ import quests.Q10738_AnInnerBeauty.Q10738_AnInnerBeauty;
*/
public final class Q10739_SupplyAndDemand extends Quest
{
// NPC's
// NPCs
private static final int EVNA = 33935;
private static final int DENYA = 33934;
private static final int PELU = 33936;
@@ -78,7 +78,9 @@ public final class Q10739_SupplyAndDemand extends Quest
switch (event)
{
case "33935-02.htm":
{
break;
}
case "33935-03.htm":
{
qs.startQuest();
@@ -113,8 +115,10 @@ public final class Q10739_SupplyAndDemand extends Quest
break;
}
default:
{
htmltext = null;
}
}
return htmltext;
}

View File

@@ -35,7 +35,7 @@ import ai.areas.FaeronVillage.RemembranceTower.RemembranceTower;
*/
public final class Q10740_NeverForget extends Quest
{
// NPC's
// NPCs
private static final int SIVANTHE = 33951;
private static final int REMEMBERANCE_TOWER = 33989;
// Items
@@ -78,7 +78,9 @@ public final class Q10740_NeverForget extends Quest
switch (event)
{
case "33951-02.htm":
{
break;
}
case "33951-03.htm":
{
qs.startQuest();
@@ -99,8 +101,10 @@ public final class Q10740_NeverForget extends Quest
break;
}
default:
{
htmltext = null;
}
}
return htmltext;
}

View File

@@ -58,10 +58,14 @@ public final class Q10732_AForeignLand extends Quest
switch (event)
{
case "33931-02.htm":
{
break;
}
case "33931-03.htm":
{
qs.startQuest();
qs.setCond(2); // arrow hack
qs.setCond(1);
player.sendPacket(ExShowUsm.ERTHEIA_FIRST_QUEST);
break;
}
@@ -77,8 +81,10 @@ public final class Q10732_AForeignLand extends Quest
break;
}
default:
{
htmltext = null;
}
}
return htmltext;
}

View File

@@ -63,7 +63,9 @@ public final class Q10733_TheTestForSurvival extends Quest
switch (event)
{
case "34005-02.html":
{
break;
}
case "33932-02.htm":
{
qs.startQuest();

View File

@@ -83,7 +83,9 @@ public final class Q10734_DoOrDie extends Quest
case "33942-02.htm":
case "33943-02.htm":
case "33950-02.html":
{
break;
}
case "33942-03.htm":
case "33943-03.htm":
{
@@ -108,8 +110,10 @@ public final class Q10734_DoOrDie extends Quest
break;
}
default:
{
htmltext = null;
}
}
return htmltext;
}

View File

@@ -73,11 +73,15 @@ public final class Q10737_GrakonsWarehouse extends Quest
case "33943-02.htm":
case "33947-03.html":
case "33947-04.html":
{
break;
}
case "33942-03.htm":
case "33943-03.htm":
{
qs.startQuest();
qs.setCond(2); // arrow hack
qs.setCond(1);
giveItems(player, APPRENTICE_SUPPORT_BOX);
break;
}
@@ -102,8 +106,10 @@ public final class Q10737_GrakonsWarehouse extends Quest
break;
}
default:
{
htmltext = null;
}
}
return htmltext;
}

View File

@@ -30,7 +30,7 @@ import quests.Q10737_GrakonsWarehouse.Q10737_GrakonsWarehouse;
*/
public final class Q10738_AnInnerBeauty extends Quest
{
// NPC's
// NPCs
private static final int GRAKON = 33947;
private static final int EVNA = 33935;
// Items
@@ -66,10 +66,14 @@ public final class Q10738_AnInnerBeauty extends Quest
case "33947-02.htm":
case "33947-03.htm":
case "33935-02.html":
{
break;
}
case "33947-04.htm":
{
qs.startQuest();
qs.setCond(2); // arrow hack
qs.setCond(1);
giveItems(player, GRAKON_S_NOTE, 1);
break;
}
@@ -84,8 +88,10 @@ public final class Q10738_AnInnerBeauty extends Quest
break;
}
default:
{
htmltext = null;
}
}
return htmltext;
}

View File

@@ -34,7 +34,7 @@ import quests.Q10738_AnInnerBeauty.Q10738_AnInnerBeauty;
*/
public final class Q10739_SupplyAndDemand extends Quest
{
// NPC's
// NPCs
private static final int EVNA = 33935;
private static final int DENYA = 33934;
private static final int PELU = 33936;
@@ -78,7 +78,9 @@ public final class Q10739_SupplyAndDemand extends Quest
switch (event)
{
case "33935-02.htm":
{
break;
}
case "33935-03.htm":
{
qs.startQuest();
@@ -113,8 +115,10 @@ public final class Q10739_SupplyAndDemand extends Quest
break;
}
default:
{
htmltext = null;
}
}
return htmltext;
}

View File

@@ -35,7 +35,7 @@ import ai.areas.FaeronVillage.RemembranceTower.RemembranceTower;
*/
public final class Q10740_NeverForget extends Quest
{
// NPC's
// NPCs
private static final int SIVANTHE = 33951;
private static final int REMEMBERANCE_TOWER = 33989;
// Items
@@ -78,7 +78,9 @@ public final class Q10740_NeverForget extends Quest
switch (event)
{
case "33951-02.htm":
{
break;
}
case "33951-03.htm":
{
qs.startQuest();
@@ -99,8 +101,10 @@ public final class Q10740_NeverForget extends Quest
break;
}
default:
{
htmltext = null;
}
}
return htmltext;
}