Jump to content
  • 0

[question]Disable Tutorial


Question

5 answers to this question

Recommended Posts

  • 0
Posted

Check CharacterCreate.java file, if exist.

 

There should be method responsible for this tutorial.

  • 0
Posted

can't find :( some packs have this config no one knows?

 

There is such config in latest L2J pack.

  • 0
Posted

EnterWorld serverpacket has the tutorial activation/deactivation if i remember correctly.

 

Thats Right is in the final line you find somethink like this:

 

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

 

Try to delete this line's buit firstly make a backup of the file and then tell us how it works.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock