soul4soul/ot-monster-converter

Creature illusion attacks with item ids don't respect server/client id selection

soul4soul opened this issue · 1 comments

The ability to convert to server or client ids is coded to work for monster loot only. However, some creature illusion spells cast by monster change the target into an item. In such case the item is specified by item id, more over some formats like TibiaWiki use the item name instead of the item id.

Related, corpses suffer the same issue when converting between client<->server ids. So we can convert from cip mon to tfs xml and convert the server ids but the corpses id and creature illusion item ids will still be in client id format.