Newbie guide NPC
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 4
- Joined: Tue Jun 08, 2010 7:21 pm
Newbie guide NPC
hello when i try to talk with newbie guide for example in talking islind i'm pressing on npc and nothing hapening... but when i try to talk with newbie guide in gludio that it is working like it should work.. i have testet kamael wilage newbie guide he is not working to i havent tested other towns... whats wrong ?
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: Newbie guide NPC
i think the problem is on your side...
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
-
- Posts: 2
- Joined: Mon Jun 07, 2010 5:05 pm
- Location: Poland
Re: Newbie guide NPC
No, have same problem. Using latest SVN, compiled yesterday serv.
- JIV
- L2j Veteran
- Posts: 1882
- Joined: Sun Jan 06, 2008 8:17 pm
- Location: Slovakia
- Contact:
Re: Newbie guide NPC
do you have some error in logs?
-
- Posts: 19
- Joined: Wed Mar 11, 2009 6:26 pm
Re: Newbie guide NPC
find erros in ur log file and post here!
Okay?
Okay?
-
- Posts: 2
- Joined: Mon Jun 07, 2010 5:05 pm
- Location: Poland
Re: Newbie guide NPC
No errors in logs. Just nothink happens when u talk to this NPC.
Same problem with Newbie Helper
@edit
Newbie guides in: Talking Village, Orc/Elven/D.Elves Village, Kamael Village - Arent working.
But newbie guide in Gludio works.
Newbie Helpers - all doesnt work.
IDs (may be needed??):
http://www.l2jdp.com/svn/trunk/datapack ... _init__.py
Got somethink. All NPCs which links with this quest doesnt work.
Whats wrong? How to debug this script to check where is the bug?
Same problem with Newbie Helper
@edit
Newbie guides in: Talking Village, Orc/Elven/D.Elves Village, Kamael Village - Arent working.
But newbie guide in Gludio works.
Newbie Helpers - all doesnt work.
IDs (may be needed??):
- (working) Gludio Newbie Guide: 31077
(not working) Kamael Village Newbie Guide: 32135
http://www.l2jdp.com/svn/trunk/datapack ... _init__.py
Got somethink. All NPCs which links with this quest doesnt work.
Whats wrong? How to debug this script to check where is the bug?
- Dela
- Posts: 1
- Joined: Sun Jun 06, 2010 11:42 am
Re: Newbie guide NPC
gameserver\data\scripts\quests\999_T1Tutorial\__init__.py
At line 137 of the quest you have :
IIf you set it to false (in properties), it will show the window (I fixed it by commenting those lines [i'm too lazy
]).
Sorry for my English.
At line 137 of the quest you have :
Code: Select all
if Config.DISABLE_TUTORIAL : return

Sorry for my English.
-
- Posts: 9
- Joined: Tue Apr 05, 2011 8:42 pm
Re: Newbie guide NPC
Hi!
I have same problem now with the newbie Guide. When i try to speak with them (in talking island, dwarves, orc, etc.), they tell nothing. I think it was set to false, but I cant find it in properties (in last L2j changeset).
How can i solve this problem that newbie guides can talk again? Please help me.
Very thank you.
I have same problem now with the newbie Guide. When i try to speak with them (in talking island, dwarves, orc, etc.), they tell nothing. I think it was set to false, but I cant find it in properties (in last L2j changeset).
How can i solve this problem that newbie guides can talk again? Please help me.
Very thank you.
-
- Posts: 26
- Joined: Wed Dec 29, 2010 9:22 pm
Re: Newbie guide NPC
Look at gameserver/config/charakter.properties
Code: Select all
# Disable tutorial on new player enter into Game# Please remember its sometimes important to novice players# Default: FalseDisableTutorial = False