Help with Skill Enchanter

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
ave20
Posts: 3
Joined: Fri Dec 04, 2009 9:45 pm

Help with Skill Enchanter

Post by ave20 »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number: 1475
L2JDP Revision Number: 1474

Hi

Well, I have problem with adding skill enchanter for Gracia Final server using re. 1475 (it's last rev. right ? next one will be for Epiloque ?).
I add html to "trainer" folder in "data". I putted sql for my npc to "npc" table in DB with type "L2Trainer". I putted skill learn to my npc with his ID and id of all calss to "skill_learn" table in DB, but with all those works I spawn my npc in game and open his html (works fine), but then when I click to "enchant skill" button there is no opening window for choosing skill to enchant - nothing happens...
I was trying to add html to "default" folder and change npc type to "L2npc" - the same story...
I was trying to add html to "marchant" folde and change npc type to "L2Marchant" - the same story...

I didnt get any error with SQL synax, so whats the problem ? Can anyone help me please ?
Probe
Posts: 915
Joined: Thu Sep 03, 2009 6:36 pm
Location: Israel
Contact:

Re: Help with Skill Enchanter

Post by Probe »

well unless you're planning on staying with gracia final for more than a while I think you're wasting your time
Epilogue won't allow such an npc because of the packet changes :|

but did you use this bypass on your npc html?

Code: Select all

<a action="bypass -h npc_%objectId%_Link common/skill_enchant.htm">Skill Enchantment.</a><br>
ave20
Posts: 3
Joined: Fri Dec 04, 2009 9:45 pm

Re: Help with Skill Enchanter

Post by ave20 »

Well, I had bypass set to:

Code: Select all

"bypass -h npc_%objectId%_EnchantSkillList"
I will try Your bypass. Stay tuned.

EDIT:
Nope - that dont work too :/ With your bypass I just get next window with option like "untrain enchantment" "save enchantment" and etc - after cliking on any of them zero reaction....Just like it was with my bypass :(
I really dont know what is going on :( Maybe some bug ?

BTW:
What is the last rev. of L2JServer for Gracia Final ? 6775 rev is still for CT2.3 of project goes to Epilogue ? I will stary at Gracia Final until good pack will show on...
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: Help with Skill Enchanter

Post by JIV »

In gracia epilogue skill enchant is reworked. Npc is no more used.
ave20
Posts: 3
Joined: Fri Dec 04, 2009 9:45 pm

Re: Help with Skill Enchanter

Post by ave20 »

But how can it be when Iam using Gracia Final server pack ?! At Your Gracia Final files there are no more skill enchanters ? I can't use it ?
Post Reply