Improved starting Ertheia quests.

This commit is contained in:
MobiusDev
2015-12-16 12:27:16 +00:00
parent e8256a4151
commit 99c139efab
10 changed files with 123 additions and 49 deletions

View File

@@ -116,7 +116,7 @@ public class Q10735_ASpecialPower extends Quest
@Override
public String onTalk(L2Npc npc, L2PcInstance player)
{
QuestState qs = getQuestState(player, true);
final QuestState qs = getQuestState(player, true);
String htmltext = getNoQuestMsg(player);
if (qs.isCompleted())

View File

@@ -221,8 +221,10 @@ public class Q10736_ASpecialPower extends Quest
break;
}
}
break;
}
}
return htmltext;
}

View File

@@ -117,6 +117,7 @@ public class Q10742_AFurryFriend extends Quest
player.sendPacket(new ExSendUIEvent(player, false, false, 0, 0, NpcStringId.REMAINING_TIME));
startQuestTimer("unspawn_ricky", 2000, npc, player);
cancelQuestTimer("check_ricky_distance", npc, player);
cancelQuestTimer("unspawn_ricky_failed", npc, player);
break;
}

View File

@@ -1,5 +0,0 @@
<html><body>Maestro Dolkin:<br>
You're better than I thought!<br>
Shall we step outside ?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest KaraphonHabitat exit_instance">"Let's go then."</button>
</body></html>