Page 1 of 1
How to make?
Posted: Wed May 16, 2007 11:34 am
by xxyoriaxx
how I make to remove itens of mammon and priest?
Posted: Wed May 16, 2007 1:57 pm
by Fulminus
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.