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?
"


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.
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

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>

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.