02-03-2009, 09:24 AM
|
#2 (permalink)
|
|
Elemento Surpresa
Registrado em: Oct 2008
Localização: Rio do Sul - SC
Posts: 134
Agradecido 188 Vezes em 59 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
|
Me desculpe, ClassMaster ou ClassManager?
Se For o NPC Que faz a troca de classe
Use o Class Manager Padrão das Rev.
ID: 31228
Se tu usar L2J Free abra o arquivo allsettings
e procure por estas linhas e configure como este exemplo.
Citação:
# ConfigClassMaster=1;[];[];2;[];[];3;[];[]
# 1st, 2nd, 3rd occupation change for free, without rewards
ConfigClassMaster = False ---> No Lugar do False coloque isso ->> 1;[];[];2;[];[];3;[];[]
# Spawn Class Master npc if you have any in spawnlist. Default = False
SpawnClassMaster = False ---> COloque True
|
Ficara assim.
# 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
|
|
|