removi item 2547 referente coin case mesmo assim ele ainda continua no slot
<?xml version="1.0" encoding="UTF-8"?>
<mod name="First Items" version="1.0" author="The Forgotten Server" contact="otland.net" enabled="yes">
<config name="firstitems_config">
<![CDATA[ config = {
storage = 30001,
items = {1987, 1988, 2382, 2120, 2550, 2580, 2395}
-- 2395 (portfoil) ok
-- 2382 (pokedex) ok
-- 2550 (order) ok
-- 1987 (badge case) ok
-- 1988 (bag) ok
-- 2120 (rope) ok
-- 2580 (fishing rod) ok
}
]]>
</config>
<event type="login" name="FirstItems" event="script">
<![CDATA[
domodlib('firstitems_config')
function onLogin(cid)
if getCreatureName(cid) == "Account Manager" then
doSetCreatureOutfit(cid, {lookType = 655}, -1)
return true
end
if getPlayerSlotItem(cid, CONST_SLOT_ARMOR).itemid > 0 then
return true
end
for _, id in ipairs(config.items) do
doPlayerAddItem(cid, id, 1)
end
local bag = getPlayerItemById(cid, false, 1988).uid
doAddContainerItem(bag, 12267, 1)
doAddContainerItem(bag, 12266, 1)
doAddContainerItem(bag, 12264, 1)
doAddContainerItem(bag, 12265, 1)
doAddContainerItem(bag, 12263, 1)
doAddContainerItem(bag, 12262, 1)
doAddContainerItem(bag, 12261, 1)
doAddContainerItem(bag, 12260, 1)
return true
end
]]></event>
</mod>
acho q fica em outro lugar pois fiz mesmo pro lado da bike mesmo assim continua
Darkaus tive equivoco tipo no god ficava assim mais quando testei no player ficou certinho e da bike fiz como vc disse e funcionol vlw

topico respondido e resolvido
podem fexa obrigado ae galera do xtibia ta mim ajudando pakas