• TibiaFace

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

    .
    demo menumenu

    Afiliados



    Votar:

    Solucionar Problemas

    Compartir:

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

    1Resuelto Solucionar Problemas Miér Mar 23, 2016 1:21 am

    Invitado

    Anonymous
    Invitado
    Descripcion de mi problema:
    Como Aria Para solucionar Todos los problemas que se ven en la imagen Es de un servidor Derivado Pokemon Si me explican a solucionar el problema se los agradeceria EL servidor se llama PokexVnzl 8.54 Lo puedes conseguir en el foro


    Imagen de mi Error:
    Solucionar Problemas 2f09dlj

    Mi problema esta en:
    Otro Problema

    2Resuelto Re: Solucionar Problemas Miér Mar 23, 2016 1:30 am

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    dejame aqui el archivo lentitud.lua

    y lo otro del npc es que no hay en tu carpeta npc o no existe tambien dejamelo si es que esta ahi




    Solucionar Problemas YNU5B25
    http://www.tibiaface.com

    3Resuelto Re: Solucionar Problemas Miér Mar 23, 2016 1:44 am

    Invitado

    Anonymous
    Invitado
    Aqui esta el archivo [Tienes que estar registrado y conectado para ver este vínculo]

    4Resuelto Re: Solucionar Problemas Miér Mar 23, 2016 5:50 pm

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    aqui tienes prueba
    Código:

    function onStepIn(cid, item, position, fromPosition)
    local underwater = {1006}
    local checkpos = fromPosition
          checkpos.stackpos = 0
    if isInArray(underwater, getTileInfo(checkpos).itemid) then
    if not isPlayer(cid) then
    return true
    end
    if isPlayer(cid) and getCreatureOutfit(cid).lookType == 814 then return false end
    if getPlayerStorageValue(cid, 15) >= 1 then
    setPlayerStorageValue(cid,18,1)
    if getPlayerSex(cid) == 0 then
    doSetCreatureOutfit(cid, {lookType = 1034, lookHead = getCreatureOutfit(cid).lookHead, lookBody = getCreatureOutfit(cid).lookBody, lookLegs = getCreatureOutfit(cid).lookLegs, lookFeet = getCreatureOutfit(cid).lookFeet}, -1)
    elseif getPlayerSex(cid) == 1 then
    doSetCreatureOutfit(cid, {lookType = 1035, lookHead = getCreatureOutfit(cid).lookHead, lookBody = getCreatureOutfit(cid).lookBody, lookLegs = getCreatureOutfit(cid).lookLegs, lookFeet = getCreatureOutfit(cid).lookFeet}, -1)
    end
    end
    if getPlayerStorageValue(cid, 15) < 1 then
    local speed = getCreatureSpeed(cid)
    doChangeSpeed(cid, -speed)
    doChangeSpeed(cid, 90)
    elseif getPlayerStorageValue(cid, 15) > 1 then
    local speed = getCreatureSpeed(cid)
    doChangeSpeed(cid, -speed)
    doChangeSpeed(cid, 300)
    end

    function onStepOut(cid, item, position, fromPosition)
    local underwater = {1006}
    local checkpos = fromPosition
          checkpos.stackpos = 0
    if isInArray(underwater, getTileInfo(checkpos).itemid) then
    if not isPlayer(cid) then
    return false
    end
    if isPlayer(cid) and getCreatureOutfit(cid).lookType == 814 then return false end
    doRegainSpeed(cid)
    if getPlayerStorageValue(cid, 18) >= 1 then
    setPlayerStorageValue(cid,18,0)
    doRemoveCondition(cid, CONDITION_OUTFIT)
    end
    end



    Solucionar Problemas YNU5B25
    http://www.tibiaface.com

    5Resuelto Re: Solucionar Problemas Miér Mar 23, 2016 6:07 pm

    Invitado

    Anonymous
    Invitado
    Ahora me da errror en la linea 42

    6Resuelto Re: Solucionar Problemas Miér Mar 23, 2016 6:24 pm

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    testea
    Código:

    function onStepIn(cid, item, position, fromPosition)
    local underwater = {1006}
    local checkpos = fromPosition
          checkpos.stackpos = 0
    if isInArray(underwater, getTileInfo(checkpos).itemid) then
    if not isPlayer(cid) then
    return true
    end
    if isPlayer(cid) and getCreatureOutfit(cid).lookType == 814 then return false end
    if getPlayerStorageValue(cid, 15) >= 1 then
    setPlayerStorageValue(cid,18,1)
    if getPlayerSex(cid) == 0 then
    doSetCreatureOutfit(cid, {lookType = 1034, lookHead = getCreatureOutfit(cid).lookHead, lookBody = getCreatureOutfit(cid).lookBody, lookLegs = getCreatureOutfit(cid).lookLegs, lookFeet = getCreatureOutfit(cid).lookFeet}, -1)
    elseif getPlayerSex(cid) == 1 then
    doSetCreatureOutfit(cid, {lookType = 1035, lookHead = getCreatureOutfit(cid).lookHead, lookBody = getCreatureOutfit(cid).lookBody, lookLegs = getCreatureOutfit(cid).lookLegs, lookFeet = getCreatureOutfit(cid).lookFeet}, -1)
    end
    end
    if getPlayerStorageValue(cid, 15) < 1 then
    local speed = getCreatureSpeed(cid)
    doChangeSpeed(cid, -speed)
    doChangeSpeed(cid, 90)
    elseif getPlayerStorageValue(cid, 15) > 1 then
    local speed = getCreatureSpeed(cid)
    doChangeSpeed(cid, -speed)
    doChangeSpeed(cid, 300)
    end

    function onStepOut(cid, item, position, fromPosition)
    local underwater = {1006}
    local checkpos = fromPosition
          checkpos.stackpos = 0
    if isInArray(underwater, getTileInfo(checkpos).itemid) then
    if not isPlayer(cid) then
    return false
    end
    end
    if isPlayer(cid) and getCreatureOutfit(cid).lookType == 814 then return false end
    doRegainSpeed(cid)
    if getPlayerStorageValue(cid, 18) >= 1 then
    setPlayerStorageValue(cid,18,0)
    doRemoveCondition(cid, CONDITION_OUTFIT)
    end



    Solucionar Problemas YNU5B25
    http://www.tibiaface.com

    7Resuelto Re: Solucionar Problemas Miér Mar 23, 2016 6:30 pm

    Invitado

    Anonymous
    Invitado
    Aun tengo el erro en la linia 42 [Tienes que estar registrado y conectado para ver este vínculo]

    8Resuelto Re: Solucionar Problemas Miér Mar 23, 2016 7:07 pm

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    Código:

    function onStepIn(cid, item, position, fromPosition)
    local underwater = {1006}
    local checkpos = fromPosition
          checkpos.stackpos = 0
    if isInArray(underwater, getTileInfo(checkpos).itemid) then
    if not isPlayer(cid) then
    return true
    end
    if isPlayer(cid) and getCreatureOutfit(cid).lookType == 814 then return false end
    if getPlayerStorageValue(cid, 15) >= 1 then
    setPlayerStorageValue(cid,18,1)
    if getPlayerSex(cid) == 0 then
    doSetCreatureOutfit(cid, {lookType = 1034, lookHead = getCreatureOutfit(cid).lookHead, lookBody = getCreatureOutfit(cid).lookBody, lookLegs = getCreatureOutfit(cid).lookLegs, lookFeet = getCreatureOutfit(cid).lookFeet}, -1)
    elseif getPlayerSex(cid) == 1 then
    doSetCreatureOutfit(cid, {lookType = 1035, lookHead = getCreatureOutfit(cid).lookHead, lookBody = getCreatureOutfit(cid).lookBody, lookLegs = getCreatureOutfit(cid).lookLegs, lookFeet = getCreatureOutfit(cid).lookFeet}, -1)
    end
    end
    if getPlayerStorageValue(cid, 15) < 1 then
    local speed = getCreatureSpeed(cid)
    doChangeSpeed(cid, -speed)
    doChangeSpeed(cid, 90)
    elseif getPlayerStorageValue(cid, 15) > 1 then
    local speed = getCreatureSpeed(cid)
    doChangeSpeed(cid, -speed)
    doChangeSpeed(cid, 300)
    end

    function onStepOut(cid, item, position, fromPosition)
    local underwater = {1006}
    local checkpos = fromPosition
          checkpos.stackpos = 0
    if isInArray(underwater, getTileInfo(checkpos).itemid) then
    if not isPlayer(cid) then
    return false
    end
    if isPlayer(cid) and getCreatureOutfit(cid).lookType == 814 then return false end
    doRegainSpeed(cid)
    if getPlayerStorageValue(cid, 18) >= 1 then
    setPlayerStorageValue(cid,18,0)
    doRemoveCondition(cid, CONDITION_OUTFIT)
    end
    end
    end



    Solucionar Problemas YNU5B25
    http://www.tibiaface.com

    9Resuelto teste Miér Mar 23, 2016 7:22 pm

    Invitado

    Anonymous
    Invitado
    Para que veas que si lo copie Correctamente Solucionar Problemas No8zec


    Y Aqui esta el erro que al parecer es un HP que no se quiere acomodar hahahah
    Solucionar Problemas 160ugj5



    Solucionado :3

    Contenido patrocinado


    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).