QuestTimer calls in onTalk may need !isSimulatingTalking check.
This commit is contained in:
@@ -171,9 +171,12 @@ public class Q11031_TrainingBeginsNow extends Quest
|
||||
case TARTI:
|
||||
{
|
||||
if (qs.isCond(1))
|
||||
{
|
||||
if (!player.isSimulatingTalking())
|
||||
{
|
||||
startQuestTimer("reward_shots", 100, npc, player);
|
||||
player.sendPacket(new ExTutorialShowId(14)); // Soulshots and Spiritshots
|
||||
}
|
||||
htmltext = "34505-04.html";
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user