Hi,
I have working aion private server and could solve most of the problems by myself using documentation found on this forum. However, when I wanted to edit the vendors' lists, when rebooting the server, any change made in the static data would not be translated in game. (e.g. tried to add some mounts to TARORUNERK, NPC ID = 830168, but npc_trade_list.xml is not getting the added items from goodslists.xml)
tradelist :
old goodlist :Code:<tradelist_template npc_id="830168"> <tradelist id="1328"/>
my own goodlist :Code:<list id="1328"> <item id="190100010"/> <item id="190100011"/> </list>
I understand the hierarchy between the different xmls. Does anyone has an idea on how to solve this problem? I tried with different npcs but couldn't get it to work either.Code:<list id="1328"> <item id="190100000"/> <item id="190100001"/> <item id="190100002"/> [...] <item id="190100078"/> <item id="190100084"/> <item id="190100090"/> </list>
There almost no documentation on this issue. At least from my research.
Thanks!


Reply With Quote![AION 4.6 [Goodlists & Tradelists]](http://ragezone.com/hyper728.png)



