chris08 Posted January 25, 2009 Posted January 25, 2009 Hi guys I use L2j free and I have problem with npc Class Changer.I cannot see the classes.Only upgrade to Strider. # ------------------------------------------------------------- # Class Master # ------------------------------------------------------------- # Config for special Class Master npc that can change players occupation # If you need change occupation only use quest then set this to False (Default) # Syntax: occupation number;[required item id(count)],[],...;[reward item id(count)],[],...;occupation number... # Examples: # # ConfigClassMaster=1;[57(100000)];[];2;[57(1000000)];[];3;[57(10000000)],[5575(1000000)];[6622(1)] # 1st occupation change for 100.000 Adena (item id 57) # 2nd occupation change for 1.000.0000 Adena (item id 57) # 3rd occupation change for 10.000.0000 Adena (item id 57) and 1.000.000 Ancient Adena (item id 5575) # on 3rd occupation change player will be rewarded with 1 Book of Giants (item id 6622) # # ConfigClassMaster=1;[];[];2;[];[];3;[];[] # 1st, 2nd, 3rd occupation change for free, without rewards ConfigClassMaster = False # Spawn Class Master npc if you have any in spawnlist. Default = False SpawnClassMaster = True # Allows Strider Update ClassMasterUpdateStrider = True Is missing something or where is the problem?
0 TexasJunior Posted January 25, 2009 Posted January 25, 2009 # ------------------------------------------------------------- # Class Master # ------------------------------------------------------------- # Config for special Class Master npc that can change players occupation # If you need change occupation only use quest then set this to False (Default) # Syntax: occupation number;[required item id(count)],[],...;[reward item id(count)],[],...;occupation number... # Examples: # # ConfigClassMaster=1;[57(100000)];[];2;[57(1000000)];[];3;[57(10000000)],[5575(1000000)];[6622(1)] # 1st occupation change for 100.000 Adena (item id 57) # 2nd occupation change for 1.000.0000 Adena (item id 57) # 3rd occupation change for 10.000.0000 Adena (item id 57) and 1.000.000 Ancient Adena (item id 5575) # on 3rd occupation change player will be rewarded with 1 Book of Giants (item id 6622) # # ConfigClassMaster=1;[];[];2;[];[];3;[];[] # 1st, 2nd, 3rd occupation change for free, without rewards [color=red]ConfigClassMaster = True[/color] # Spawn Class Master npc if you have any in spawnlist. Default = False SpawnClassMaster = True # Allows Strider Update ClassMasterUpdateStrider = True try it with this code!
0 Theonegandalf Posted January 25, 2009 Posted January 25, 2009 At ConfigClassMAster=False change the False with this 1;[];[];2;[];[];3;[];[]
0 chris08 Posted January 25, 2009 Author Posted January 25, 2009 Thank you all I've sold it.As th3oneganalf said.
Question
chris08
Hi guys I use L2j free and I have problem with npc Class Changer.I cannot see the classes.Only upgrade to Strider.
# -------------------------------------------------------------
# Class Master
# -------------------------------------------------------------
# Config for special Class Master npc that can change players occupation
# If you need change occupation only use quest then set this to False (Default)
# Syntax: occupation number;[required item id(count)],[],...;[reward item id(count)],[],...;occupation number...
# Examples:
#
# ConfigClassMaster=1;[57(100000)];[];2;[57(1000000)];[];3;[57(10000000)],[5575(1000000)];[6622(1)]
# 1st occupation change for 100.000 Adena (item id 57)
# 2nd occupation change for 1.000.0000 Adena (item id 57)
# 3rd occupation change for 10.000.0000 Adena (item id 57) and 1.000.000 Ancient Adena (item id 5575)
# on 3rd occupation change player will be rewarded with 1 Book of Giants (item id 6622)
#
# ConfigClassMaster=1;[];[];2;[];[];3;[];[]
# 1st, 2nd, 3rd occupation change for free, without rewards
ConfigClassMaster = False
# Spawn Class Master npc if you have any in spawnlist. Default = False
SpawnClassMaster = True
# Allows Strider Update
ClassMasterUpdateStrider = True
Is missing something or where is the problem?
3 answers to this question
Recommended Posts