mayel
New Member
In changegold.lua, what do i have to do to put ingots there as well.
They have id 9971.
1 ingot = 100 cc
They have id 9971.
1 ingot = 100 cc
<action itemid="9971" script="other/changegold.lua"/>
elseif item.itemid == ITEM_CRYSTAL_COIN then
doChangeTypeItem(item.uid, item.type - 1)
doPlayerAddItem(cid, INGOT, ITEMCOUNT_MAX)
doSendAnimatedText(fromPosition, "$$$", TEXTCOLOR_PLATINUMBLUE)
else