Jump to content
  • 0

L2Jfrozen Tutorial


GiwrgosMasterGR

Question

7 answers to this question

Recommended Posts

  • 0

Enterworld.java

 

 

private void loadTutorial(final L2PcInstance player)
{
final QuestState qs = player.getQuestState("255_Tutorial");
if (qs != null)
qs.getQuest().notifyEvent("UC", null, player);
}
Link to comment
Share on other sites

  • 0

 

Enterworld.java

private void loadTutorial(final L2PcInstance player)
{
final QuestState qs = player.getQuestState("255_Tutorial");
if (qs != null)
qs.getQuest().notifyEvent("UC", null, player);
}

euxaristw. :)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...