Bypass

Family

Heir
Customer
Good morning, good afternoon, or good evening, hello everyone, can someone tell me the bypass to open the skill enchanting window?
 
Idk if is works, but you can try this:

<button value="Open enchant window" action="bypass -h ExEnchantSkillList" width=250 height=30 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
<br>
<button value="Back" action="bypass -h npc_%objectId%_Chat 0" width=100 height=25 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
 
It didn't work, but thank you.
Idk if is works, but you can try this:

<button value="Open enchant window" action="bypass -h ExEnchantSkillList" width=250 height=30 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
<br>
<button value="Back" action="bypass -h npc_%objectId%_Chat 0" width=100 height=25 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
 
npc_%objectId%_SkillEnchantList

and you need to add this parameter to the NPC:

<teach_classes>
<class id="0"/>
<class id="1"/> (etc etc etc)
</teach_classes>
 
Back
Top