SubClass Buy

wagnermachado

Heir
Customer
Hello, I'm trying to make a sales NPC and I want to put subclass sales in it, but I'm not able to activate the configuration. Does anyone know or have experienced the same problem?
Code:
# Adding a subclass without quest. Disabled by default.
AltAllowSubClassWithoutQuest = False
# Adding a subclass without checking the quest Fates Whisper, if AltAllowSubClassWithoutQuest = True do not touch this config
AltAllowSubClassNotCheckFatesWhisperQuest = False

# Adding a subclass for a custom item price. Disabled by default.
# You can specify multiple items and quantities separated by commas. The number of fields must match
# AltSubClassForCustomItemId = 4037, 57
# AltSubClassForCustomItemCount = 100, 10
# Also, you must describe the name of the items that will be charged in data/stings/strings_en.properties in string l2p.gameserver.model.instances.L2VillageMasterInstance.SubClassPriceForCustomItem=
AltAllowSubClassForCustomItem = True
AltSubClassForCustomItemId = 4037
AltSubClassForCustomItemCount = 50
"

1757036125730.webp

Code:
td><button width=100 height=27 action="bypass -h scripts_services.SubClassSeparate:separate_page" back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF" value="Sub Class"></td>
1757036161310.webp
I want something simple for the character to reach level 75, just click on the donor NPC and he will buy the complete subclass, just add any subclass and move on.
 
Первое это для стандартного Деревенского мастера, при взятии саб класса будет взыматься плата, а не квест.
Второе для разделения саб класса
 
Hello, I'm trying to make a sales NPC and I want to put subclass sales in it, but I'm not able to activate the configuration. Does anyone know or have experienced the same problem?
Code:
# Adding a subclass without quest. Disabled by default.
AltAllowSubClassWithoutQuest = False
# Adding a subclass without checking the quest Fates Whisper, if AltAllowSubClassWithoutQuest = True do not touch this config
AltAllowSubClassNotCheckFatesWhisperQuest = False

# Adding a subclass for a custom item price. Disabled by default.
# You can specify multiple items and quantities separated by commas. The number of fields must match
# AltSubClassForCustomItemId = 4037, 57
# AltSubClassForCustomItemCount = 100, 10
# Also, you must describe the name of the items that will be charged in data/stings/strings_en.properties in string l2p.gameserver.model.instances.L2VillageMasterInstance.SubClassPriceForCustomItem=
AltAllowSubClassForCustomItem = True
AltSubClassForCustomItemId = 4037
AltSubClassForCustomItemCount = 50
"

View attachment 6887

Code:
td><button width=100 height=27 action="bypass -h scripts_services.SubClassSeparate:separate_page" back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF" value="Sub Class"></td>
View attachment 6888
I want something simple for the character to reach level 75, just click on the donor NPC and he will buy the complete subclass, just add any subclass and move on.
you show service on the screen, visit service properties.
Your properties about basic Village Master NPC, not a service
 
Hello, I'm trying to make a sales NPC and I want to put subclass sales in it, but I'm not able to activate the configuration. Does anyone know or have experienced the same problem?
Code:
# Adding a subclass without quest. Disabled by default.
AltAllowSubClassWithoutQuest = False
# Adding a subclass without checking the quest Fates Whisper, if AltAllowSubClassWithoutQuest = True do not touch this config
AltAllowSubClassNotCheckFatesWhisperQuest = False

# Adding a subclass for a custom item price. Disabled by default.
# You can specify multiple items and quantities separated by commas. The number of fields must match
# AltSubClassForCustomItemId = 4037, 57
# AltSubClassForCustomItemCount = 100, 10
# Also, you must describe the name of the items that will be charged in data/stings/strings_en.properties in string l2p.gameserver.model.instances.L2VillageMasterInstance.SubClassPriceForCustomItem=
AltAllowSubClassForCustomItem = True
AltSubClassForCustomItemId = 4037
AltSubClassForCustomItemCount = 50
"

View attachment 6887

Code:
td><button width=100 height=27 action="bypass -h scripts_services.SubClassSeparate:separate_page" back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF" value="Sub Class"></td>
View attachment 6888
I want something simple for the character to reach level 75, just click on the donor NPC and he will buy the complete subclass, just add any subclass and move on.
São configurações diferentes. O que você configurou é pra pegar a sub sem precisar de quest. Já a imagem de baixo, ingame, é a opção subclass separation, que é pra separar as subs. Não tem nada a ver uma coisa com a outra.
 
São configurações diferentes. O que você configurou é pra pegar a sub sem precisar de quest. Já a imagem de baixo, ingame, é a opção subclass separation, que é pra separar as subs. Não tem nada a ver uma coisa com a outra.

you show service on the screen, visit service properties.
Your properties about basic Village Master NPC, not a service
# Service separate sub class
SeparateSubEnabled = True
SeparateSubPrice = 50
SeparateSubItem = 4037
SeparateSubMinLevel = 75
 
São configurações diferentes. O que você configurou é pra pegar a sub sem precisar de quest. Já a imagem de baixo, ingame, é a opção subclass separation, que é pra separar as subs. Não tem nada a ver uma coisa com a outra.
como que faz pra vender asubclass por tkt mesmo tento que fazer a quest ? pode me mandar aqu
 
Back
Top