Page 1 of 1
Newbie guide NPC
Posted: Tue Jun 08, 2010 9:15 pm
by DnT
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 ?
Re: Newbie guide NPC
Posted: Wed Jun 09, 2010 8:09 am
by jurchiks
i think the problem is on your side...
Re: Newbie guide NPC
Posted: Fri Jun 11, 2010 6:53 pm
by darqnies
No, have same problem. Using latest SVN, compiled yesterday serv.
Re: Newbie guide NPC
Posted: Fri Jun 11, 2010 10:27 pm
by JIV
do you have some error in logs?
Re: Newbie guide NPC
Posted: Sat Jun 12, 2010 6:36 am
by kryer
find erros in ur log file and post here!
Okay?
Re: Newbie guide NPC
Posted: Sat Jun 12, 2010 12:33 pm
by darqnies
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??):
- (working) Gludio Newbie Guide: 31077
(not working) Kamael Village Newbie Guide: 32135
@edit
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?
Re: Newbie guide NPC
Posted: Sat Sep 18, 2010 11:17 am
by Dela
gameserver\data\scripts\quests\999_T1Tutorial\__init__.py
At line 137 of the quest you have :
Code: Select all
if Config.DISABLE_TUTORIAL : return
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.
Re: Newbie guide NPC
Posted: Thu May 12, 2011 8:38 am
by atika000
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.
Re: Newbie guide NPC
Posted: Thu May 12, 2011 9:17 am
by Dinamitas
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
Re: Newbie guide NPC
Posted: Thu May 12, 2011 11:51 am
by atika000
oh really...
Thank you!