Jump to content

Recommended Posts

Posted

I have problem with the enchant transfer. When i click on it to transfer enchant i get only this > Select the item you wish to remove the enchant!

Any idea what is going on?

What is the grade of the item?

Posted

S grade, they are custom weapons and armors. and i cant transfer the enchant

are you sure about grade? cause u can set it as A in db and the weapons icon as S ...

Posted (edited)

 @⏇Melron⏇℠Abs  i tryed everything but it can enchant custom items (weapons, armors, jews) It can enchant only S grade weps and armors .. Any idea why?

 

You have to add your custom icons in z_market_icons...

INSERT INTO z_market_icons VALUES
('icon id','item id'),
('icon id','item id');

example if we have angel slayer and arcana mace as custom weapons with custom icons we will insert their icons and ids

INSERT INTO z_market_icons VALUES
('icon.weapon_angel_slayer_i00','6367'),
('icon.weapon_arcana_mace_i00','6579');

Let me know if this will work for you

Edited by ⏇Melron⏇℠Abs
Posted

You have to add your custom icons in z_market_icons...

INSERT INTO z_market_icons VALUES
(icon id,item id),
(icon id,item id);

example if we have angel slayer and arcana mace as custom weapons with custom icons we will insert their icons and ids

INSERT INTO z_market_icons VALUES
(icon.weapon_angel_slayer_i00,6367),
(icon.weapon_arcana_mace_i00,6579);

Let me know if this will work for you

yup it work perfect. I only get black icons but i think the icons are the problem i will change it to test. Thank you anyway!

Posted

yup it work perfect. I only get black icons but i think the icons are the problem i will change it to test. Thank you anyway!

Good!

  • 2 months later...
  • 4 weeks later...
Posted

hey, I have try to add the Merchant but after I got error I see that is for l2jfrozen pack...

 

I remove all again, but still; get ScriptManager: Error loading "scripts.xml" file, java.lang.NullPointerException

 

someone can help me please???

  • 1 month later...
  • 2 weeks later...
  • 3 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock