soul4soul / ot-monster-converter

C# .NET 5 program for converting OpenTibia (OT) monsters between commonly used formats
10 stars 12 forks source link

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

Closed soul4soul closed 3 years ago

soul4soul commented 3 years ago

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.

soul4soul commented 3 years ago

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.