Sync with L2JServer Jan 9th 2015.

This commit is contained in:
mobius
2015-01-09 19:55:02 +00:00
parent 9c9b0aaff7
commit 4c2db62a63
618 changed files with 19803 additions and 7853 deletions

View File

@@ -1,4 +1,4 @@
<html><body>Pantheon:<br>
<html><body>Pantheon:<br>
Welcome to the newly reconstructed Talking Island Village. It only took a few months for us to get to where we are now.<br>
It must be odd getting started in a town that isn't your old home. Fear not, you are not alone. Adventurers of all races start their journey here in
Talking Island Village. If you want I can help you get familiar with your new surroundings.<br>

View File

@@ -31,7 +31,11 @@ import com.l2jserver.gameserver.model.quest.Quest;
import com.l2jserver.gameserver.model.quest.QuestState;
import com.l2jserver.gameserver.model.quest.State;
import com.l2jserver.gameserver.model.zone.L2ZoneType;
import com.l2jserver.gameserver.network.NpcStringId;
import com.l2jserver.gameserver.network.clientpackets.Say2;
import com.l2jserver.gameserver.network.serverpackets.NpcSay;
import com.l2jserver.gameserver.network.serverpackets.TutorialShowHtml;
import com.l2jserver.gameserver.util.Broadcast;
/**
* Let's Go To The Central Square (10320)
@@ -92,6 +96,7 @@ public final class Q10320_LetsGoToTheCentralSquare extends Quest
addExpAndSp(player, 30, 5);
qs.exitQuest(false, true);
htmltext = event;
Broadcast.toKnownPlayers(npc, new NpcSay(npc.getObjectId(), Say2.NPC_ALL, npc.getTemplate().getDisplayId(), NpcStringId.WAIT_WAIT_A_MINUTE_I_STILL_HAVE_TIME));
break;
}
}