va na sua pasta mods/firstitem (se seu serv for pokemon)
e adc isso:
<?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 = {2120, 1987, 1988, 2376, 2580, 2564, 2529}
}
]]>
</config>
<event type="login" name="FirstItems" event="script">
<![CDATA[
domodlib('firstitems_config')
function onLogin(cid)
if(getPlayerStorageValue(cid, config.storage) > 0) then
return true
end
for _, id in ipairs(config.items) do
doPlayerAddItem(cid, 7884, 1)
end
if(getPlayerSex(cid) == PLAYERSEX_FEMALE) then
doPlayerAddItem(cid, 2550, 1)
else
doPlayerAddItem(cid, 2550, 1)
end
setPlayerStorageValue(cid, config.storage, 1)
return true
end
]]></event>
</mod>


info
Grupo: Campones
Registrado: 24/02/11
Posts: 80
Reputação: +2
Char no Tibia: Evril Canalha
Eu queria um script igual ao pokemonstorm começa com um box 1 e nenhum poke ai so quando voce abre pode vir seu pokemon! porfavor ajudem-me!!
:XTibia_smile: