It's either a duplic
Code:
C:\Users\amr\Downloads\Files\OTMadness\data\actions\scripts\Femer.lua (2 hits)
Line 3: if item.itemid == 6542 and doPlayerRemoveItem(cid,6542,1) == 1 then
Line 3: if item.itemid == 6542 and doPlayerRemoveItem(cid,6542,1) == 1 then
C:\Users\amr\Downloads\Files\OTMadness\data\items\items.xml (1 hit)
Line 29: <item id="6542" article="a" name="inferno spawn" plural="inferno spawn">
C:\Users\amr\Downloads\Files\OTMadness\data\monster\Ice Golem.xml (1 hit)
Line 65: <item id="6542" chance="40" /> <!-- egg -->
C:\Users\amr\Downloads\Files\OTMadness\data\monster\Ice King.xml (1 hit)
Line 65: <item id="6542" chance="40" /> <!-- egg -->
ate item in items.xml..
Or it's registered multiple times in actions.xml/movements.xml
If you have mods installed, it might registered in there as well.
As others have stated, if it's registered in actions/movements/mods, and they've used multiple items ranging from x to y, you may have a hard time finding it.
I'd start with using notepad++ to search your file directory for that number if a quick search manually isn't finding it.
But yeah, it's an easy fix once you find the extra registered item