How to make?
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 25
- Joined: Mon Sep 25, 2006 1:27 am
How to make?
how I make to remove itens of mammon and priest?
-
- L2j Veteran
- Posts: 1554
- Joined: Mon Oct 10, 2005 6:49 pm
If I understand correctly, what you wish to do is remove some of the items sold by the mammons and priests. If so, it is pretty simple to do. All of the mammon and priest shops are "multisells" and their definitions can be found in /gameserver/data/multisell/
Read the readme file and it will tell you exactly which multisell files you need to modify. Once you find the correct files, simple delete the item tag an all its children product and ingrendients for the entries that you wish to remove. In more details:
look at the id of the items in the <product> tags. Find out what item each of these entries represents. Once you have found an item that you wish to remove from the shop, delete everything from the <item id="xxx"> to the </item> that enclose the <product> tag that you wish to remove.
Read the readme file and it will tell you exactly which multisell files you need to modify. Once you find the correct files, simple delete the item tag an all its children product and ingrendients for the entries that you wish to remove. In more details:
look at the id of the items in the <product> tags. Find out what item each of these entries represents. Once you have found an item that you wish to remove from the shop, delete everything from the <item id="xxx"> to the </item> that enclose the <product> tag that you wish to remove.
I'm a joyful, merriful, playful, curious, young, little elf!!!
I'm also a High(tech) Elf, (computer) wiz!
I'm also a High(tech) Elf, (computer) wiz!