[Help]Class Master L2J 

Experienced Elementalist
Joined
May 11, 2006
Messages
218
Reaction score
0
Hi, i use L2j Free Rev 908.

I use to use Heroes rev 191 but i switched over to l2jfree and the class master config is differant, can anyone help me with this? What i need is the class master to change classes all the way to 3rd class change for free.

#-------------------------------------------------------------
# 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 = False


Any help?
 
If i have 3rd class it says "There are no more class changes available for you anymore" But if im 1st class or 2nd, it says "I cannot change your occupation."
 
Upvote 0
ownagekilla666,i had the same problem,it didnt work although everyone said it should work.Finally,after many changes,it worked,maybe you can try it,but i dont see anything different to mine than jujogual.Anyway...
I use Domuk V5.
-------------------------------------------------------------
# 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 =1;[];[];2;[];[];3;[];[]
# Spawn Class Master npc if you have any in spawnlist. Default = False
SpawnClassMaster = True

# Allows Strider Update
ClassMasterUpdateStrider = False
 
Upvote 0
Back