Jump to content

{Interlude} Custom Merchant / Item Market


melron

Recommended Posts

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?

Link to comment
Share on other sites

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

Link to comment
Share on other sites

 @⏇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?

Link to comment
Share on other sites

 @⏇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
Link to comment
Share on other sites

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!

Link to comment
Share on other sites

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!

Link to comment
Share on other sites

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

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

Link to comment
Share on other sites

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...