Newbie guide NPC

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
DnT
Posts: 4
Joined: Tue Jun 08, 2010 7:21 pm

Newbie guide NPC

Post 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 ?
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Newbie guide NPC

Post by jurchiks »

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.
darqnies
Posts: 2
Joined: Mon Jun 07, 2010 5:05 pm
Location: Poland

Re: Newbie guide NPC

Post by darqnies »

No, have same problem. Using latest SVN, compiled yesterday serv.
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: Newbie guide NPC

Post by JIV »

do you have some error in logs?
kryer
Posts: 19
Joined: Wed Mar 11, 2009 6:26 pm

Re: Newbie guide NPC

Post by kryer »

find erros in ur log file and post here!
Okay?
darqnies
Posts: 2
Joined: Mon Jun 07, 2010 5:05 pm
Location: Poland

Re: Newbie guide NPC

Post 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?
User avatar
Dela
Posts: 1
Joined: Sun Jun 06, 2010 11:42 am

Re: Newbie guide NPC

Post 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 :P ]).

Sorry for my English.
atika000
Posts: 9
Joined: Tue Apr 05, 2011 8:42 pm

Re: Newbie guide NPC

Post 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.
Dinamitas
Posts: 26
Joined: Wed Dec 29, 2010 9:22 pm

Re: Newbie guide NPC

Post 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
atika000
Posts: 9
Joined: Tue Apr 05, 2011 8:42 pm

Re: Newbie guide NPC

Post by atika000 »

oh really...
Thank you!
Post Reply