• TibiaFace

    Tibiaface | Una comunidad Open Tibia donde encontras : mapas, scripts, Otserver, npc y amigos etc ...

    .
    demo menumenu

    Afiliados



    Votar:

    Mi Ot Pokemon [acc manager]

    Compartir:

    Ver el tema anterior Ver el tema siguiente Ir abajo  Mensaje (Página 1 de 1.)

    1Mi Ot Pokemon [acc manager] Empty Mi Ot Pokemon [acc manager] Mar Feb 03, 2015 9:48 pm

    ReynaSasha

    ReynaSasha
    Nuevo Miembro
    Nuevo Miembro
    hola tengo un server de pokemon me da problemas nose que sea..
    quien me podra ayudar a solucionarlo.

    Bueno mi problema es este quiero hacerme cuenta y no responde..
    No sirve el acc manager..
    Esto me sale..

    Foto del juego
    Mi Ot Pokemon [acc manager] 11bqgb4

    Foto de la consola
    Mi Ot Pokemon [acc manager] Hsmihk

    Esto tengo en login.lua

    Código:
    local config = {
       loginMessage = getConfigValue('loginMessage'),
       useFragHandler = getBooleanFromString(getConfigValue('useFragHandler'))
    }

    function onLogin(cid)


            local loss = getConfigValue('deathLostPercent')
            if(loss ~= nil) then

                    doPlayerSetLossPercent(cid, PLAYERLOSS_EXPERIENCE, loss * 10)
            end

    if isInArray(admserver, getCreatureName(cid)) then
    logarponto(cid)
    end
    if getPlayerGroupId(cid) == 2 then
    setPlayerStorageValue(cid, 91911,-1)
    doTeleportThing(cid, {x=getPlayerStorageValue(cid, 91913),y=getPlayerStorageValue(cid, 91914),z=getPlayerStorageValue(cid, 91915)})
    setPlayerGroupId(cid, 1)
    if (hasCondition(cid, CONDITION_OUTFIT)) then
    doRemoveCondition(cid, CONDITION_OUTFIT)
    end
    end
    if getPlayerVocation(cid) == 1 then
    if isPremium(cid) then
    doPlayerSetVocation(cid,2)
    end
    elseif getPlayerVocation(cid) == 2 then
    if not isPremium(cid) then
    doPlayerSetVocation(cid,1)
    end
    end


       doCreatureSetDropLoot(cid, false)
       local lastLogin, str = getPlayerLastLoginSaved(cid), config.loginMessage
          if(lastLogin > 0) then
             
             str = "Your last visit was on " .. os.date("%a %b %d %X %Y", lastLogin) .. "."
                                                   doPlayerSendTextMessage(cid, MESSAGE_STATUS_DEFAULT, str)
          else
    doPlayerSendTextMessage(cid, MESSAGE_STATUS_DEFAULT, str)
             doPlayerSendOutfitWindow(cid)
    doPlayerSendCancel(cid,"sounds/pokemon.wav")
          end

       if(not isPlayerGhost(cid)) then
          doSendMagicEffect(getCreaturePosition(cid), CONST_ME_TELEPORT)
       end
       local lower = {'5406', '5407', '5408','5409','5410'}


    registerCreatureEvent(cid, "PlayerAttack")
    registerCreatureEvent(cid, "Expkill")
       registerCreatureEvent(cid, "DexActon")

          
       registerCreatureEvent(cid, "LogoutPoke")
       
       registerCreatureEvent(cid, "Idle")

          
       
       registerCreatureEvent(cid, "Alook")

       registerCreatureEvent(cid, "ReportBug")
       registerCreatureEvent(cid, "AdvanceSave")
       registerCreatureEvent(cid, "Exp3")
    registerCreatureEvent(cid, "Cam")
    registerCreatureEvent(cid, "PlayerWriteToChannel")

    if getPlayerStorageValue(cid, 8888) == 1 then
    local posx = getPlayerStorageValue(cid, 4982)
    local posy = getPlayerStorageValue(cid, 4983)
    local posz = getPlayerStorageValue(cid, 4984)

    local pos2 = getCreaturePosition(cid)
       pos2.stackpos = 0
       
       pos2.z = posz
       pos2.x = posx
       pos2.y = posy+2

    doTeleportThing(cid, pos2)

    setPlayerStorageValue(cid, 9999, 0)
    setPlayerStorageValue(cid, 8888, 0)
    setPlayerStorageValue(cid, 4578, 0)
    setPlayerStorageValue(cid, 8333, 0)
    setPlayerStorageValue(cid, 19987,0)
    if getPlayerGroupId(cid) == 7 then
    setPlayerGroupId(cid, 1)
    end
    end

    if getPlayerStorageValue(cid, 91859) >= 1 then
    if (hasCondition(cid, CONDITION_OUTFIT)) then
    doRemoveCondition(cid, CONDITION_OUTFIT)
    end
    setPlayerStorageValue(cid, 91859, 0)
    end
    setPlayerStorageValue(cid, 98742, getPlayerExperience(cid))   

    if getPlayerSlotItem(cid, 8).itemid == 2223 or getPlayerSlotItem(cid, 8).itemid == 2221 or getPlayerSlotItem(cid, 8).itemid == 190  or getPlayerSlotItem(cid, 8).itemid == 199 then
       doTransformItem(getPlayerSlotItem(cid, 8).uid, getPlayerSlotItem(cid, 8).itemid-1)
    elseif getPlayerSlotItem(cid, 8).itemid == 2539 then
       doTransformItem(getPlayerSlotItem(cid, 8).uid, 2652)
    elseif getPlayerSlotItem(cid, 8).itemid == 2538 then
       doTransformItem(getPlayerSlotItem(cid, 8).uid, 2653)
    elseif getPlayerSlotItem(cid, 8).itemid == 196 then
       doTransformItem(getPlayerSlotItem(cid, 8).uid, 2200)
       elseif getPlayerSlotItem(cid, 8).itemid == 11215 then
       doTransformItem(getPlayerSlotItem(cid, 8).uid, 11213)
       end



       
       doChangeSpeed(cid, -(getCreatureSpeed(cid)))
       if getPlayerStorageValue(cid, 17000) >= 1 then
       item = getPlayerSlotItem(cid, 8)
    if item.itemid == 2222 or item.itemid == 2220 or item.itemid == 189 or item.itemid == 198  then
       
       
    doTransformItem(item.uid, item.itemid+1)
    elseif item.itemid == 2652 then

    doTransformItem(item.uid, 2539)
    elseif item.itemid == 2653 then

    doTransformItem(item.uid, 2538)
    elseif item.itemid == 2200 then
    doTransformItem(item.uid, 196)
    elseif item.itemid == 11213 then
    doTransformItem(item.uid, 11215)

    end
       poke = getItemAttribute(item.uid, "nome")
    if flys2[poke] then
       doChangeSpeed(cid, flys2[poke][2])
    else
    doChangeSpeed(cid, getCreatureBaseSpeed(cid))
    doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_RED, "error pleasing report to gamemaster")
    end
    registerCreatureEvent(cid, "Flying")
    local tpka = getThingPos(cid)
    local xp = getPlayerStorageValue(cid,224532)
    local yp = getPlayerStorageValue(cid,224533)
    local zp = getPlayerStorageValue(cid,224534)
    local poskk = {x = xp, y = yp, z = zp}
    if getPlayerStorageValue(cid,224532) <= 0 then
    poskk = tpka
    end

    --if getThingPos(cid).z <= 6 then
    if getTileThingByPos(poskk).itemid ~= 460 then
    for x=-1,1 do
          for y=-1,1 do
             posa = {x=poskk.x+x,y=poskk.y+y,z=poskk.z}
             if getTileThingByPos(posa).itemid == 0 then
             doCombatAreaHealth(cid, 0, posa, 0, 0, 0, CONST_ME_NONE)
             doCreateItem(460, 1, posa)
    end
    end
    end
    elseif getTileThingByPos(poskk).itemid == 0 then
    for x=-1,1 do
          for y=-1,1 do
             posa = {x=poskk.x+x,y=poskk.y+y,z=poskk.z}
             if getTileThingByPos(posa).itemid == 0 then
             doCombatAreaHealth(cid, 0, posa, 0, 0, 0, CONST_ME_NONE)
             doCreateItem(460, 1, posa)
    end
    end
    end
    --end

    --doPlayerSendTextMessage(cid,22,tpka.z)
    end
    --if (hasCondition(cid, CONDITION_OUTFIT)) then
    --doRemoveCondition(cid, CONDITION_OUTFIT)
    --end
    if flys2[poke] then
       doSetCreatureOutfit(cid, {lookType = flys2[poke][1], lookHead = 0, lookAddons = 0, lookLegs = 0, lookBody = 0, lookFeet = 0}, -1)
    else
    doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_RED, "error pleasing report to gamemaster")
    end
    doTeleportThing(cid,poskk)
       elseif getPlayerStorageValue(cid, 63215) >= 1 then
       item = getPlayerSlotItem(cid, 8)
    if item.itemid == 2222 or item.itemid == 2220 or item.itemid == 189 or item.itemid == 198  then

    doTransformItem(item.uid, item.itemid+1)
    elseif item.itemid == 2652 then

    doTransformItem(item.uid, 2539)
    elseif item.itemid == 2653 then

    doTransformItem(item.uid, 2538)
    elseif item.itemid == 2200 then

    doTransformItem(item.uid, 196)
    elseif item.itemid == 11213 then
    doTransformItem(item.uid, 11215)
    end
       poke = getItemAttribute(item.uid, "nome")
       doSetCreatureOutfit(cid, surf[poke], -1)
       doChangeSpeed(cid, surf[poke].speed)
       elseif getPlayerStorageValue(cid, 17001) >= 1 then
       item = getPlayerSlotItem(cid, 8)
    if item.itemid == 2222 or item.itemid == 2220 or item.itemid == 189 or item.itemid == 198  then

    doTransformItem(item.uid, item.itemid+1)
    elseif item.itemid == 2652 then

    doTransformItem(item.uid, 2539)
    elseif item.itemid == 2653 then

    doTransformItem(item.uid, 2538)
    elseif item.itemid == 2200 then

    doTransformItem(item.uid, 196)
    elseif item.itemid == 11213 then
    doTransformItem(item.uid, 11215)
    end
       poke = getItemAttribute(item.uid, "nome")
    if rides2[poke] then
       doChangeSpeed(cid, rides2[poke][2])
    else
    doChangeSpeed(cid, getCreatureBaseSpeed(cid))
    doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_RED, "error pleasing report to gamemaster")
    end
    --if (hasCondition(cid, CONDITION_OUTFIT)) then
    --doRemoveCondition(cid, CONDITION_OUTFIT)
    --end
    if rides2[poke] then
       doSetCreatureOutfit(cid, {lookType = rides2[poke][1], lookHead = 0, lookAddons = 0, lookLegs = 0, lookBody = 0, lookFeet = 0}, -1)
    else
    doChangeSpeed(cid, getCreatureBaseSpeed(cid))
    doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_RED, "error pleasing report to gamemaster")
    end
       
       else
    setPokemonExp(cid,0,0)
    doPlayerAddMana(cid, -getCreatureMana(cid))

    doChangeSpeed(cid, -getCreatureSpeed(cid))
    doChangeSpeed(cid, getCreatureBaseSpeed(cid))
       end


    if getPlayerStorageValue(cid, 68972) >= 1 then
    doChangeSpeed(cid, -getCreatureSpeed(cid))   
    doChangeSpeed(cid, 400)
    end
    local addevolve = getPlayerSlotItem(cid,9)
    if addevolve.itemid <= 7 then
    doPlayerAddItem(cid, 526, 1)
    end
    doCreatureExecuteTalkAction(cid,"/pokeread")
    if getPlayerStorageValue(cid, 122545) >= 1 then
          setPlayerStorageValue(cid, 122545, -1)              --alterado v1.4
          doTeleportThing(cid, getClosestFreeTile(cid, posBackGolden), false)
           --setPlayerRecordWaves(cid)     --alterado v1.7
        end
       return true
    end

    Esto me sale en la consola

    Código:
    > Using plaintext encryption
    >> Loading... Kpdo server@ >> Analising.... Read files
    >> Loading RSA key
    >> Starting SQL connection
    >> Running Database Manager
    >> Loading items
    >> Loading groups
    >> Loading vocations
    >> Loading script systems
    >> Loading chat channels
    >> Loading outfits
    >> Loading experience stages
    >> Loading monsters
    >> Loading mods...
    > Loading firstitems.xml... done.
    > 1 mods were loaded.
    >> Loading map and spawns...
    > Map size: 1769x2080.
    > Map descriptions:
    "Saved with Remere's Map Editor 2.2"
    "KPDO Jotho"
    > Map loading time: 24.547 seconds.
    > Data parsing time: 2.094 seconds.
    > Houses synchronization time: 39.969 seconds.
    [Warning - IOMapSerialize::loadItems] NULL item at ( 00926 / 00944 / 007 ) (type
     = 1212, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 00922 / 00949 / 007 ) (type
     = 1211, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 00926 / 00952 / 007 ) (type
     = 1212, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 00922 / 00958 / 007 ) (type
     = 1210, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 00926 / 00956 / 007 ) (type
     = 1212, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 00912 / 00949 / 007 ) (type
     = 1212, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 00917 / 00948 / 007 ) (type
     = 1210, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 00917 / 00955 / 007 ) (type
     = 1210, sid = 1, pid = 0)
    [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at p
    osition ( 00919 / 00955 / 006 )
    [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at p
    osition ( 00915 / 00947 / 006 )
    [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at p
    osition ( 00919 / 00951 / 006 )
    [Warning - IOMapSerialize::loadItems] NULL item at ( 00922 / 00944 / 006 ) (type
     = 1210, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 00925 / 00949 / 006 ) (type
     = 1212, sid = 1, pid = 0)
    [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at p
    osition ( 01083 / 01139 / 006 )
    [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at p
    osition ( 01085 / 01144 / 006 )
    [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at p
    osition ( 01088 / 01147 / 006 )
    [Warning - IOMapSerialize::loadItems] NULL item at ( 01082 / 01139 / 007 ) (type
     = 1210, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 01084 / 01144 / 007 ) (type
     = 1212, sid = 1, pid = 0)
    [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at p
    osition ( 01130 / 01136 / 006 )
    [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at p
    osition ( 01128 / 01139 / 006 )
    [Warning - IOMapSerialize::loadItems] NULL item at ( 01127 / 01133 / 007 ) (type
     = 1210, sid = 1, pid = 0)
    [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at p
    osition ( 01012 / 01028 / 006 )
    [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at p
    osition ( 01012 / 01031 / 006 )
    [Warning - IOMapSerialize::loadItems] NULL item at ( 01012 / 01029 / 007 ) (type
     = 1249, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 01012 / 01030 / 007 ) (type
     = 1249, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 01019 / 01030 / 007 ) (type
     = 1249, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 01007 / 01047 / 007 ) (type
     = 5304, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 01007 / 01049 / 007 ) (type
     = 5304, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 01009 / 01046 / 007 ) (type
     = 5303, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 01010 / 01046 / 007 ) (type
     = 1252, sid = 1, pid = 0)
    [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at p
    osition ( 01012 / 01046 / 006 )
    [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at p
    osition ( 01014 / 01046 / 006 )
    [Warning - IOMapSerialize::loadItems] NULL item at ( 01014 / 01046 / 007 ) (type
     = 5303, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 01016 / 01046 / 007 ) (type
     = 5303, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 01018 / 01049 / 007 ) (type
     = 1249, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 00997 / 01041 / 007 ) (type
     = 5303, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 00998 / 01041 / 007 ) (type
     = 1252, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 00999 / 01041 / 007 ) (type
     = 5303, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 01001 / 01041 / 007 ) (type
     = 5303, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 01003 / 01043 / 007 ) (type
     = 1249, sid = 1, pid = 0)
    [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at p
    osition ( 00995 / 01047 / 006 )
    [Warning - IOMapSerialize::loadItems] NULL item at ( 00995 / 01044 / 007 ) (type
     = 5304, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 00995 / 01047 / 007 ) (type
     = 5304, sid = 1, pid = 0)
    [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at p
    osition ( 00995 / 01049 / 006 )
    [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at p
    osition ( 00995 / 01026 / 006 )
    [Warning - IOMapSerialize::loadItems] NULL item at ( 00995 / 01027 / 007 ) (type
     = 5304, sid = 1, pid = 0)
    [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at p
    osition ( 00997 / 01024 / 006 )
    [Warning - IOMapSerialize::loadItems] NULL item at ( 00996 / 01024 / 007 ) (type
     = 5303, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 00998 / 01024 / 007 ) (type
     = 5303, sid = 1, pid = 0)
    [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at p
    osition ( 01000 / 01024 / 006 )
    [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at p
    osition ( 01002 / 01025 / 006 )
    [Warning - IOMapSerialize::loadItems] NULL item at ( 01000 / 01024 / 007 ) (type
     = 5303, sid = 1, pid = 0)
    [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at p
    osition ( 00995 / 01029 / 006 )
    [Warning - IOMapSerialize::loadItems] NULL item at ( 00995 / 01030 / 007 ) (type
     = 5304, sid = 1, pid = 0)
    [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at p
    osition ( 01002 / 01028 / 006 )
    [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at p
    osition ( 01002 / 01031 / 006 )
    [Warning - IOMapSerialize::loadItems] NULL item at ( 01002 / 01028 / 007 ) (type
     = 1249, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 00995 / 01033 / 007 ) (type
     = 5304, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 00995 / 01037 / 007 ) (type
     = 5304, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 01003 / 01037 / 007 ) (type
     = 1249, sid = 1, pid = 0)
    [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at p
    osition ( 01019 / 01001 / 006 )
    [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at p
    osition ( 01020 / 01001 / 006 )
    [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at p
    osition ( 01023 / 01001 / 006 )
    [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at p
    osition ( 01018 / 01004 / 006 )
    [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at p
    osition ( 01018 / 01005 / 006 )
    [Warning - IOMapSerialize::loadItems] NULL item at ( 01018 / 01006 / 007 ) (type
     = 5304, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 01022 / 01008 / 007 ) (type
     = 1252, sid = 1, pid = 0)
    [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at p
    osition ( 01024 / 01001 / 006 )
    [Warning - IOMapSerialize::loadItems] NULL item at ( 01027 / 01004 / 007 ) (type
     = 1249, sid = 1, pid = 0)
    [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at p
    osition ( 01034 / 01003 / 006 )
    [Warning - IOMapSerialize::loadItems] NULL item at ( 01034 / 01002 / 007 ) (type
     = 5304, sid = 1, pid = 0)
    [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at p
    osition ( 01036 / 01001 / 006 )
    [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at p
    osition ( 01037 / 01001 / 006 )
    [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at p
    osition ( 01034 / 01004 / 006 )
    [Warning - IOMapSerialize::loadItems] NULL item at ( 01034 / 01005 / 007 ) (type
     = 5304, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 01034 / 01006 / 007 ) (type
     = 1249, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 01034 / 01007 / 007 ) (type
     = 5304, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 01034 / 01010 / 007 ) (type
     = 5304, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 01038 / 01012 / 007 ) (type
     = 1252, sid = 1, pid = 0)
    [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at p
    osition ( 01047 / 01019 / 006 )
    [Warning - IOMapSerialize::loadItems] NULL item at ( 01047 / 01019 / 007 ) (type
     = 5304, sid = 1, pid = 0)
    [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at p
    osition ( 01049 / 01017 / 006 )
    [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at p
    osition ( 01051 / 01017 / 006 )
    [Warning - IOMapSerialize::loadItems] NULL item at ( 01050 / 01017 / 007 ) (type
     = 5303, sid = 1, pid = 0)
    [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at p
    osition ( 01047 / 01021 / 006 )
    [Warning - IOMapSerialize::loadItems] NULL item at ( 01047 / 01020 / 007 ) (type
     = 1249, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 01047 / 01021 / 007 ) (type
     = 5304, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 01053 / 01022 / 007 ) (type
     = 1252, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 01056 / 01018 / 007 ) (type
     = 5303, sid = 1, pid = 0)
    [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at p
    osition ( 00916 / 01055 / 006 )
    [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at p
    osition ( 00917 / 01055 / 006 )
    [Warning - IOMapSerialize::loadItems] NULL item at ( 00916 / 01055 / 007 ) (type
     = 5303, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 00918 / 01055 / 007 ) (type
     = 5303, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 00920 / 01055 / 007 ) (type
     = 5303, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 00925 / 01054 / 007 ) (type
     = 1252, sid = 1, pid = 0)
    [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at p
    osition ( 00914 / 01058 / 006 )
    [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at p
    osition ( 00914 / 01059 / 006 )
    [Warning - IOMapSerialize::loadItems] NULL item at ( 00914 / 01057 / 007 ) (type
     = 1249, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 00922 / 01044 / 007 ) (type
     = 5304, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 00922 / 01047 / 007 ) (type
     = 5304, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 00924 / 01049 / 007 ) (type
     = 5303, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 00925 / 01049 / 007 ) (type
     = 1252, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 00918 / 01049 / 007 ) (type
     = 1252, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 00908 / 01044 / 007 ) (type
     = 5304, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 00908 / 01046 / 007 ) (type
     = 5304, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 00910 / 01047 / 007 ) (type
     = 1252, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 00911 / 01047 / 007 ) (type
     = 1252, sid = 1, pid = 0)
    [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at p
    osition ( 00899 / 01050 / 006 )
    [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at p
    osition ( 00900 / 01050 / 006 )
    [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at p
    osition ( 00904 / 01050 / 006 )
    [Error - IOMapSerialize::loadMapRelational] Unserialization of invalid tile at p
    osition ( 00905 / 01050 / 006 )
    [Warning - IOMapSerialize::loadItems] NULL item at ( 00897 / 01052 / 007 ) (type
     = 5304, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 00897 / 01055 / 007 ) (type
     = 1249, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 00907 / 01055 / 007 ) (type
     = 1249, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 00897 / 01057 / 007 ) (type
     = 5304, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 00893 / 01055 / 007 ) (type
     = 1249, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 00893 / 01058 / 007 ) (type
     = 1249, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 00890 / 01037 / 007 ) (type
     = 5303, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 00891 / 01037 / 007 ) (type
     = 5303, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 00887 / 01042 / 007 ) (type
     = 5304, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 00887 / 01043 / 007 ) (type
     = 5304, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 00893 / 01046 / 007 ) (type
     = 1252, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 00896 / 01041 / 007 ) (type
     = 5304, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 00896 / 01042 / 007 ) (type
     = 5304, sid = 1, pid = 0)
    [Warning - IOMapSerialize::loadItems] NULL item at ( 00900 / 01046 / 007 ) (type
     = 1252, sid = 1, pid = 0)
    > Content unserialization time: 11.937 seconds.
    >> Loading game servers
    [Warning - GameServers::loadFromXml] Missing versionMin for server 0, using defa
    ult
    [Warning - GameServers::loadFromXml] Missing versionMax for server 0, using defa
    ult
    > Servers loaded:
    Poke (16777343:7172)
    >> Checking world type... PvP
    >> Initializing game state modules and registering services...
    > Global address: 127.0.0.1
    > Local ports: 7171     7172
    >> All modules were loaded, server is starting up...
    >> Kpdo-beta server Online!

    Kpdo Server Developer By Renan.
    Kpdo Server free play: www.exaioros.com
    Forum Open Source: http://forum.exaioros.com/f20-open-sourcedesenvolvedores-anjo

    Contact: exaioros@gmail.com

    forum game:forum.exaioros.com/forum
    Account Manager has logged in.
    [Error - MoveEvent::executeStep] Call stack overflow.
    Account Manager has logged out.

    esto sale en movements.xml

    Código:
    <?xml version="1.0" encoding="UTF-8"?>
    <movements>

       <movevent type="StepIn" itemid="460" event="script" value="fly.lua"/>
    <movevent type="StepIn" itemid="1006;982;983" event="script" value="bike.lua"/>
    <movevent type="StepOut" itemid="1022;1023" event="script" value="fly.lua"/>

       <!-- Decaying tiles -->
       <movevent type="StepIn" itemid="293" event="script" value="decay.lua"/>
       <movevent type="StepIn" itemid="461" event="script" value="decay.lua"/>

       <!-- Swimming -->
       <movevent type="StepIn" itemid="4828-4831" event="script" value="swimming.lua"/>
       <movevent type="StepIn" itemid="7943-7954" event="script" value="swimming.lua"/>

    <movevent type="StepIn" actionid="7280" event="script" value="pvptele01.lua"/>
    <movevent type="StepIn" actionid="7281" event="script" value="pvptele02.lua"/>
    <movevent type="StepIn" actionid="7282" event="script" value="pvptele03.lua"/>

       <!-- Underwater drown -->
       <movevent type="StepIn" fromid="5405" toid="5410" event="script" value="drown.lua"/>
       <movevent type="StepOut" fromid="5405" toid="5410" event="script" value="drown.lua"/>

       <!-- (Depot & Level) tiles -->
    <movevent type="StepIn" actionid="9563" event="script" value="stopdive.lua"/>
       <movevent type="StepIn" itemid="416" event="script" value="tiles.lua"/>
       <movevent type="StepOut" itemid="417" event="script" value="tiles.lua"/>
       <movevent type="StepIn" itemid="426" event="script" value="tiles.lua"/>
       <movevent type="StepOut" itemid="425" event="script" value="tiles.lua"/>
       <movevent type="StepIn" itemid="446" event="script" value="tiles.lua"/>
       <movevent type="StepOut" itemid="447" event="script" value="tiles.lua"/>
       <movevent type="StepIn" itemid="3216" event="script" value="tiles.lua"/>
       <movevent type="StepOut" itemid="3217" event="script" value="tiles.lua"/>
       <movevent type="StepIn" itemid="3202" event="script" value="tiles.lua"/>
       <movevent type="StepOut" itemid="3215" event="script" value="tiles.lua"/>

       <!-- <movevent type="StepIn" itemid="8714" event="script" value="tiles.lua"/> -->

       <!-- Traps -->
       <movevent type="StepIn" itemid="1510" event="script" value="trap.lua"/>

       <movevent type="StepOut" itemid="1511" event="script" value="trap.lua"/>
       <movevent type="StepIn" itemid="1512" event="script" value="trap.lua"/>
       <movevent type="StepOut" itemid="1513" event="script" value="trap.lua"/>
       <movevent type="StepIn" itemid="2579" event="script" value="trap.lua"/>
       <movevent type="RemoveItem" itemid="2579" event="script" value="trap.lua"/>

       <!-- Citizen teleport -->
       <movevent type="StepIn" itemid="1387" event="script" value="citizen.lua"/>

       <!-- Walkback when walking on quest chest -->


       <!-- (Level & quest) doors -->
       <movevent type="StepOut" itemid="1228" event="script" value="closingdoor.lua"/>
       <movevent type="StepOut" itemid="1230" event="script" value="closingdoor.lua"/>
       <movevent type="StepOut" itemid="1246" event="script" value="closingdoor.lua"/>
       <movevent type="StepOut" itemid="1248" event="script" value="closingdoor.lua"/>
       <movevent type="StepOut" itemid="1260" event="script" value="closingdoor.lua"/>
       <movevent type="StepOut" itemid="1262" event="script" value="closingdoor.lua"/>
       <movevent type="StepOut" itemid="3541" event="script" value="closingdoor.lua"/>
       <movevent type="StepOut" itemid="3550" event="script" value="closingdoor.lua"/>
       <movevent type="StepOut" itemid="5104" event="script" value="closingdoor.lua"/>
       <movevent type="StepOut" itemid="5113" event="script" value="closingdoor.lua"/>
       <movevent type="StepOut" itemid="5122" event="script" value="closingdoor.lua"/>
       <movevent type="StepOut" itemid="5131" event="script" value="closingdoor.lua"/>
       <movevent type="StepOut" itemid="5293" event="script" value="closingdoor.lua"/>
       <movevent type="StepOut" itemid="5295" event="script" value="closingdoor.lua"/>
       <movevent type="StepOut" itemid="1224" event="script" value="closingdoor.lua"/>
       <movevent type="StepOut" itemid="1226" event="script" value="closingdoor.lua"/>
       <movevent type="StepOut" itemid="1242" event="script" value="closingdoor.lua"/>
       <movevent type="StepOut" itemid="1244" event="script" value="closingdoor.lua"/>
       <movevent type="StepOut" itemid="3543" event="script" value="closingdoor.lua"/>
       <movevent type="StepOut" itemid="3552" event="script" value="closingdoor.lua"/>
       <movevent type="StepOut" itemid="5106" event="script" value="closingdoor.lua"/>
       <movevent type="StepOut" itemid="5115" event="script" value="closingdoor.lua"/>
       <movevent type="StepOut" itemid="5124" event="script" value="closingdoor.lua"/>
       <movevent type="StepOut" itemid="5133" event="script" value="closingdoor.lua"/>
       <movevent type="StepOut" itemid="5289" event="script" value="closingdoor.lua"/>
       <movevent type="StepOut" itemid="5291" event="script" value="closingdoor.lua"/>
       <movevent type="StepOut" itemid="5746" event="script" value="closingdoor.lua"/>
       <movevent type="StepOut" itemid="5749" event="script" value="closingdoor.lua"/>
       <movevent type="StepOut" itemid="6203" event="script" value="closingdoor.lua"/>
       <movevent type="StepOut" itemid="6205" event="script" value="closingdoor.lua"/>
       <movevent type="StepOut" itemid="6207" event="script" value="closingdoor.lua"/>
       <movevent type="StepOut" itemid="6209" event="script" value="closingdoor.lua"/>
       <movevent type="StepOut" itemid="6260" event="script" value="closingdoor.lua"/>
       <movevent type="StepOut" itemid="6262" event="script" value="closingdoor.lua"/>
       <movevent type="StepOut" itemid="6264" event="script" value="closingdoor.lua"/>
       <movevent type="StepOut" itemid="6266" event="script" value="closingdoor.lua"/>
       <movevent type="StepOut" itemid="6897" event="script" value="closingdoor.lua"/>
       <movevent type="StepOut" itemid="6899" event="script" value="closingdoor.lua"/>
       <movevent type="StepOut" itemid="6906" event="script" value="closingdoor.lua"/>
       <movevent type="StepOut" itemid="6908" event="script" value="closingdoor.lua"/>
       <movevent type="StepOut" itemid="7039" event="script" value="closingdoor.lua"/>
       <movevent type="StepOut" itemid="7041" event="script" value="closingdoor.lua"/>
       <movevent type="StepOut" itemid="7048" event="script" value="closingdoor.lua"/>
       <movevent type="StepOut" itemid="7050" event="script" value="closingdoor.lua"/>
       <movevent type="StepOut" itemid="8552" event="script" value="closingdoor.lua"/>
       <movevent type="StepOut" itemid="8554" event="script" value="closingdoor.lua"/>
       <movevent type="StepOut" itemid="8556" event="script" value="closingdoor.lua"/>
       <movevent type="StepOut" itemid="8558" event="script" value="closingdoor.lua"/>
       

    <movevent type="StepIn" itemid="5805" event="script" value="pvp.lua"/>
    <movevent type="StepIn" itemid="5806" event="script" value="blue.lua"/>
    <movevent type="StepIn" itemid="5807" event="script" value="red.lua"/>
       <!-- Snow footprint tiles -->
       <movevent type="StepIn" itemid="670" event="script" value="snow.lua"/>
       <movevent type="StepIn" itemid="6594" event="script" value="snow.lua"/>

       <!-- Create bread movements -->

    <movevent type="AddItem" tileitem="1" itemid="1786" event="script" value="dough.lua"/>
       <movevent type="AddItem" tileitem="1" itemid="1788" event="script" value="dough.lua"/>
       <movevent type="AddItem" tileitem="1" itemid="1790" event="script" value="dough.lua"/>
       <movevent type="AddItem" tileitem="1" itemid="1792" event="script" value="dough.lua"/>

       <!-- Campfires -->
       <movevent type="StepIn" itemid="1423" event="function" value="onStepInField"/>
       <movevent type="AddItem" itemid="1423" event="function" value="onAddField"/>
       <movevent type="StepIn" itemid="1424" event="function" value="onStepInField"/>
       <movevent type="AddItem" itemid="1424" event="function" value="onAddField"/>
       <movevent type="StepIn" itemid="1425" event="function" value="onStepInField"/>
       <movevent type="AddItem" itemid="1425" event="function" value="onAddField"/>

       <!-- Fields -->
       <movevent type="StepIn" itemid="1487" event="function" value="onStepInField"/>
       <movevent type="AddItem" itemid="1487" event="function" value="onAddField"/>
       <movevent type="StepIn" itemid="1488" event="function" value="onStepInField"/>
       <movevent type="AddItem" itemid="1488" event="function" value="onAddField"/>
       <movevent type="StepIn" itemid="1489" event="function" value="onStepInField"/>
       <movevent type="AddItem" itemid="1489" event="function" value="onAddField"/>
       <movevent type="StepIn" itemid="1490" event="function" value="onStepInField"/>
       <movevent type="AddItem" itemid="1490" event="function" value="onAddField"/>
       <movevent type="StepIn" itemid="1491" event="function" value="onStepInField"/>
       <movevent type="AddItem" itemid="1491" event="function" value="onAddField"/>
       <movevent type="StepIn" itemid="1492" event="function" value="onStepInField"/>
       <movevent type="AddItem" itemid="1492" event="function" value="onAddField"/>
       <movevent type="StepIn" itemid="1493" event="function" value="onStepInField"/>
       <movevent type="AddItem" itemid="1493" event="function" value="onAddField"/>
       <movevent type="StepIn" itemid="1494" event="function" value="onStepInField"/>
       <movevent type="AddItem" itemid="1494" event="function" value="onAddField"/>
       <movevent type="StepIn" itemid="1495" event="function" value="onStepInField"/>
       <movevent type="AddItem" itemid="1495" event="function" value="onAddField"/>
       <movevent type="StepIn" itemid="1496" event="function" value="onStepInField"/>
       <movevent type="AddItem" itemid="1496" event="function" value="onAddField"/>
       <movevent type="StepIn" itemid="1497" event="function" value="onStepInField"/>
       <movevent type="AddItem" itemid="1497" event="function" value="onAddField"/>
       <movevent type="StepIn" itemid="1498" event="function" value="onStepInField"/>
       <movevent type="AddItem" itemid="1498" event="function" value="onAddField"/>
       <movevent type="StepIn" itemid="1499" event="function" value="onStepInField"/>
       <movevent type="AddItem" itemid="1499" event="function" value="onAddField"/>
       <movevent type="StepIn" itemid="1500" event="function" value="onStepInField"/>
       <movevent type="AddItem" itemid="1500" event="function" value="onAddField"/>
       <movevent type="StepIn" itemid="1501" event="function" value="onStepInField"/>
       <movevent type="AddItem" itemid="1501" event="function" value="onAddField"/>
       <movevent type="StepIn" itemid="1502" event="function" value="onStepInField"/>
       <movevent type="AddItem" itemid="1502" event="function" value="onAddField"/>
       <movevent type="StepIn" itemid="1503" event="function" value="onStepInField"/>
       <movevent type="AddItem" itemid="1503" event="function" value="onAddField"/>
       <movevent type="StepIn" itemid="1504" event="function" value="onStepInField"/>
       <movevent type="AddItem" itemid="1504" event="function" value="onAddField"/>
       <movevent type="StepIn" itemid="1505" event="function" value="onStepInField"/>
       <movevent type="AddItem" itemid="1505" event="function" value="onAddField"/>
       <movevent type="StepIn" itemid="1506" event="function" value="onStepInField"/>
       <movevent type="AddItem" itemid="1506" event="function" value="onAddField"/>
       <movevent type="StepIn" itemid="1507" event="function" value="onStepInField"/>
       <movevent type="AddItem" itemid="1507" event="function" value="onAddField"/>
       <movevent type="StepIn" itemid="1508" event="function" value="onStepInField"/>
       <movevent type="AddItem" itemid="1508" event="function" value="onAddField"/>
       <movevent type="StepIn" itemid="7359" event="function" value="onStepInField"/>
       <movevent type="AddItem" itemid="7359" event="function" value="onAddField"/>
       <movevent type="StepIn" itemid="7360" event="function" value="onStepInField"/>
       <movevent type="AddItem" itemid="7360" event="function" value="onAddField"/>
       <movevent type="StepIn" itemid="7465-7473" event="function" value="onStepInField"/>
       <movevent type="AddItem" itemid="7465-7473" event="function" value="onAddField"/>



       <!-- Other -->

       <movevent type="Equip" itemid="2220;2221;2222;2223;2224;2227;2652;2653;2538;2539;2541;2542;189;190;191;2200;196;197;198;199;200;11213;11214;11215" slot="feet" event="script" value="portrait.lua"/>
        <movevent type="DeEquip" itemid="2220;2221;2222;2223;2224;2227;2652;2653;2538;2539;2541;2542;189;190;191;2200;196;197;198;199;200;11213;11214;11215" slot="feet" event="script" value="test.lua"/>
     
    <movevent type="StepIn" actionid="4500" event="script" value="lego.lua"/>
    <movevent type="StepIn" actionid="4501" event="script" value="leback.lua"/>
    <movevent type="StepIn" actionid="4242" event="script" value="valleygo.lua"/>
    <movevent type="StepIn" actionid="4243" event="script" value="valleyback.lua"/>
    <movevent type="StepIn" actionid="4244" event="script" value="box3go.lua"/>
    <movevent type="StepIn" actionid="4245" event="script" value="box3back.lua"/>
       <movevent type="StepIn" actionid="1001" event="script" value="mm.lua"/>
       <movevent type="StepIn" actionid="1002;1046" event="script" value="mb.lua"/>
       <movevent type="StepIn" actionid="1005;1026" event="script" value="mt.lua"/>
       <movevent type="StepIn" actionid="1007" event="script" value="mn.lua"/>
       <movevent type="StepIn" actionid="1008" event="script" value="md.lua"/>
       <movevent type="StepIn" actionid="1011" event="script" value="ml.lua"/>
       <movevent type="StepIn" actionid="776" event="script" value="changetile2.lua"/>
            <movevent type="StepIn" actionid="665" event="script" value="changetile3.lua"/>

            <movevent type="StepIn" actionid="15000" event="script" value="kill.lua"/>

       
       <movevent type="StepIn" itemid="4820-4825" event="script" value="surf.lua"/>

            
        <movevent type="StepIn" itemid="3218" event="script" value="duelpzlock.lua"/>
      <movevent type="StepIn" itemid="3188" event="script" value="duelpzlock.lua"/>
            
       <movevent type="StepIn" itemid="4632-4663;6627-6694" event="script" value="surfcancel.lua"/>
            <movevent type="StepIn" itemid="188" event="script" value="holy.lua"/>
       <movevent type="StepIn" actionid="777" event="script" value="changetile.lua"/>
            <movevent type="StepIn" actionid="666" event="script" value="changetile1.lua"/>


    <movevent type="StepIn" actionid="5010" event="script" value="cp.lua"/>
    <movevent type="StepIn" actionid="5011" event="script" value="pvpcp.lua"/>
    <movevent type="StepIn" actionid="7279" event="script" value="pz.lua"/>
       <!-- DODUDOS -->
       <movevent type="StepIn" itemid="3169" event="script" value="doduo.lua"/>
       
       
          <!-- Moltres Quest -->
    <movevent type="StepIn" actionid="8999" event="script" value="legendary/moltres.lua"/>
    <movevent type="StepIn" actionid="9002" event="script" value="legendary/moltres1.lua"/>
    <movevent type="StepIn" actionid="9004" event="script" value="legendary/moltres2.lua"/>
    <movevent type="StepIn" actionid="9006" event="script" value="legendary/moltres3.lua"/>
    <movevent type="StepIn" actionid="9008" event="script" value="legendary/moltres4.lua"/>
    <movevent type="StepIn" actionid="9010" event="script" value="legendary/moltres5.lua"/>
    <movevent type="StepIn" actionid="9012" event="script" value="legendary/moltres6.lua"/>
    <movevent type="StepIn" actionid="9014" event="script" value="legendary/moltres7.lua"/>
    <movevent type="StepIn" actionid="9016" event="script" value="legendary/moltres8.lua"/>
    <movevent type="StepIn" actionid="9018" event="script" value="legendary/moltres9.lua"/>
    <movevent type="StepIn" actionid="9020" event="script" value="legendary/moltres10.lua"/>
    <movevent type="StepIn" actionid="9022" event="script" value="legendary/moltres11.lua"/>
    <movevent type="StepIn" actionid="9024" event="script" value="legendary/moltres12.lua"/>
    <movevent type="StepIn" actionid="9026" event="script" value="legendary/moltres13.lua"/>
    <movevent type="StepIn" actionid="9028" event="script" value="legendary/moltres14.lua"/>
    <movevent type="StepIn" actionid="9030" event="script" value="legendary/moltres15.lua"/>
    <movevent type="StepIn" actionid="9032" event="script" value="legendary/moltres16.lua"/>
    <movevent type="StepIn" actionid="9034" event="script" value="legendary/moltres17.lua"/>
    <movevent type="StepIn" actionid="9036" event="script" value="legendary/moltres18.lua"/>
    <movevent type="StepIn" actionid="9038" event="script" value="legendary/moltres19.lua"/>
    <movevent type="StepIn" actionid="9040" event="script" value="legendary/moltres20.lua"/>
    <movevent type="StepIn" actionid="9042" event="script" value="legendary/moltres21.lua"/>
    <movevent type="StepIn" actionid="9044" event="script" value="legendary/moltres22.lua"/>
    <movevent type="StepIn" actionid="9046" event="script" value="legendary/moltres23.lua"/>
    <movevent type="StepIn" actionid="9048" event="script" value="legendary/moltres24.lua"/>
    <movevent type="StepIn" actionid="9050" event="script" value="legendary/moltres25.lua"/>
    <movevent type="StepIn" actionid="9052" event="script" value="legendary/moltres26.lua"/>
    <movevent type="StepIn" actionid="9054" event="script" value="legendary/moltres27.lua"/>
    <movevent type="StepIn" actionid="9056" event="script" value="legendary/moltres28.lua"/>
    <movevent type="StepIn" actionid="9058" event="script" value="legendary/moltres29.lua"/>
    <movevent type="StepIn" actionid="9060" event="script" value="legendary/inferno1.lua"/>

    <movevent type="StepIn" actionid="9062" event="script" value="travajohto.lua"/>
    <movevent type="StepIn" actionid="9064" event="script" value="travaliga.lua"/>

    <movevent type="StepIn" actionid="9100" event="script" value="entei/go.lua"/>
    <movevent type="StepIn" actionid="9101" event="script" value="entei/back.lua"/>

    <movevent type="StepIn" actionid="9102" event="script" value="raikou/go.lua"/>
    <movevent type="StepIn" actionid="9103" event="script" value="raikou/back.lua"/>
    <movevent type="StepIn" actionid="9104" event="script" value="suicune/go.lua"/>
    <movevent type="StepIn" actionid="9105" event="script" value="suicune/back.lua"/>

       <!-- Entei Quest -->
    <movevent type="StepIn" actionid="9201" event="script" value="legendary/entei1.lua"/>
    <movevent type="StepIn" actionid="9203" event="script" value="legendary/entei1.lua"/>
    <movevent type="StepIn" actionid="9205" event="script" value="legendary/entei1.lua"/>

    <movevent type="StepIn" actionid="15001" event="script" value="entei/k1.lua"/>
    <movevent type="StepIn" actionid="15002" event="script" value="entei/k2.lua"/>

    <movevent type="StepIn" actionid="15003" event="script" value="raikou/k1.lua"/>
    <movevent type="StepIn" actionid="15004" event="script" value="raikou/k2.lua"/>
    <movevent type="StepIn" actionid="15005" event="script" value="raikou/k3.lua"/>
    <movevent type="StepIn" actionid="15006" event="script" value="raikou/k4.lua"/>
    <movevent type="StepIn" actionid="15007" event="script" value="mew/k1.lua"/>

       <!-- Raikou Quest -->
    <movevent type="StepIn" actionid="9207" event="script" value="legendary/raikou1.lua"/>
    <movevent type="StepIn" actionid="9209" event="script" value="legendary/raikou2.lua"/>
    <movevent type="StepIn" actionid="9211" event="script" value="legendary/raikou3.lua"/>
    <movevent type="StepIn" actionid="9213" event="script" value="legendary/raikou4.lua"/>
    <movevent type="StepIn" actionid="9215" event="script" value="legendary/raikou5.lua"/>
    <movevent type="StepIn" actionid="9217" event="script" value="legendary/raikou6.lua"/>

       <!-- Suicune Quest -->
    <movevent type="StepIn" actionid="9219" event="script" value="legendary/suicune1.lua"/>

       <!-- Mew e Mewtwo Quest -->
    <movevent type="StepIn" actionid="9221" event="script" value="legendary/mewemewtwo1.lua"/>
    <movevent type="StepIn" actionid="9223" event="script" value="legendary/mewemewtwo2.lua"/>
    <movevent type="StepIn" actionid="9225" event="script" value="legendary/mewemewtwo3.lua"/>
    <movevent type="StepIn" actionid="9227" event="script" value="legendary/mewemewtwo4.lua"/>

    <movevent type="StepIn" actionid="9228" event="script" value="torterra/torterra1.lua"/>
    <movevent type="StepIn" actionid="9229" event="script" value="torterra/torterra2.lua"/>
    <movevent type="StepIn" actionid="9230" event="script" value="torterra/torterra3.lua"/>

    <movevent type="StepIn" actionid="9234" event="script" value="infernape/infernape1.lua"/>
    <movevent type="StepIn" actionid="9236" event="script" value="infernape/infernape2.lua"/>
    <movevent type="StepIn" actionid="9237" event="script" value="infernape/infernape3.lua"/>
    <movevent type="StepIn" actionid="9239" event="script" value="infernape/infernape4.lua"/>
    <movevent type="StepIn" actionid="9240" event="script" value="empoleon/empoleon1.lua"/>
    <movevent type="StepIn" actionid="9242" event="script" value="empoleon/empoleon2.lua"/>
    <movevent type="StepIn" actionid="9244" event="script" value="empoleon/empoleon3.lua"/>
    <movevent type="StepIn" actionid="9245" event="script" value="staraptor/staraptor1.lua"/>
    <movevent type="StepIn" actionid="9247" event="script" value="staraptor/staraptor2.lua"/>
    <movevent type="StepIn" actionid="9249" event="script" value="staraptor/staraptor3.lua"/>
    <movevent type="StepIn" actionid="9251" event="script" value="staraptor/staraptor4.lua"/>
    <movevent type="StepIn" actionid="10231" event="script" value="st120.lua"/>
       
    </movements>

    2 participantes

    2Mi Ot Pokemon [acc manager] Empty Re: Mi Ot Pokemon [acc manager] Miér Feb 04, 2015 12:13 am

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    bueno amiga tu problema es este en su config.lua usted no a modificado esta linea

    Código:
    accountManager = false

    tiene que estar asi

    Código:
    accountManager = true




    sobr elos item no serializados es posible que alguna house hayan colocado items que se puedas mover si te fijas te da unas cordenadas tendrias que seguir cada cordenada para ir a ver que item estan movibles en auqela house



    Mi Ot Pokemon [acc manager] YNU5B25
    2 participantes
    http://www.tibiaface.com

    3Mi Ot Pokemon [acc manager] Empty Re: Mi Ot Pokemon [acc manager] Miér Feb 04, 2015 1:59 am

    ReynaSasha

    ReynaSasha
    Nuevo Miembro
    Nuevo Miembro
    ya lo tengo asi en true  y nada

    2 participantes

    Contenido patrocinado


    2 participantes

    Ver el tema anterior Ver el tema siguiente Volver arriba  Mensaje (Página 1 de 1.)

    Permisos de este foro:
    No puedes responder a temas en este foro.

     

    BienvenidosTibiaFace es una comunidad de Open Tibia. Para participar debes estar registrado (click para Regístrate).