Jump to content
  • 0

Question

Posted

Hello All i have a question if someone can help me pls i whant to know how can i make when u create a new character to work theat tutorial for new players and to speek theat voice. Like in this picture i hope u guys understand what i need. i have L2jServer Interlude last revision.

 

shot00000ay.th.jpg

Recommended Posts

  • 0
Posted

What you want remove tutorial windows then start or what?

 

If yes, try to delete these lines in EnterWorld.java

 

private void loadTutorial(L2PcInstance player)
{
	QuestState qs = player.getQuestState("255_Tutorial");

	if (qs != null)
		qs.getQuest().notifyEvent("UC", null, player);
}

 

If you want change text, or reward or something else..

 

go to data\scripts\quests\255_Tutorial and edit __init__.py

  • 0
Posted

He have if he see this window... But i think he want remove that speaker voice or mabe change :D I really don't know, becouse i don't understand what he write :D xe

  • 0
Posted

Noh the tink i whant is to put theat on my server theat Tutorial dose not work to my server and i whant to add it :) how can i do theat i whant to make theat working.

  • 0
Posted

Sorry for double posting but can someone give me the java code for the tutorial? :D theat i must add in enter world java? i have my folder quests in jscripts folder

  • 0
Posted

man i need the java code theat allow to reconize 255_Tutorial from my folder jscripts/quests/255_Tutorial

 

Then , you must search in l2j forum . Maybe they already have it.

  • 0
Posted

What you want remove tutorial windows then start or what?

 

If yes, try to delete these lines in EnterWorld.java

 

private void loadTutorial(L2PcInstance player)
{
	QuestState qs = player.getQuestState("255_Tutorial");

	if (qs != null)
		qs.getQuest().notifyEvent("UC", null, player);
}

 

If you want change text, or reward or something else..

 

go to data\scripts\quests\255_Tutorial and edit __init__.py

And you need to add :|

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