• TibiaFace

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

    .
    demo menumenu

    Afiliados



    Votar:

    [Actions] [Actions] ROPE NO TRABAJA

    Compartir:

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

    1[Actions] [Actions] ROPE NO TRABAJA Empty [Actions] [Actions] ROPE NO TRABAJA Mar Ene 26, 2021 11:30 pm

    ricardo.12

    ricardo.12
    Miembro
    Miembro
    Descripcion escribió:Buenas noches, actualmente tengo un ot veersion otx 5 de otvserv-br y la rope no me trabaja en ningun hole, revise los id y todos estan correctos, alguno tiene una idea de lo que podria ser?

    cuando la uso en el hole dice : "you cannot use this objetc" Evil or Very Mad
    Captura del Error escribió:Imagen del error: [Actions] [Actions] ROPE NO TRABAJA Empty
    El error radica en: Actions

    2 participantes

    2[Actions] [Actions] ROPE NO TRABAJA Empty Re: [Actions] [Actions] ROPE NO TRABAJA Miér Ene 27, 2021 2:18 pm

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    por lo que veo en esos tfs no esta la rope ya revise en los actions



    [Actions] [Actions] ROPE NO TRABAJA YNU5B25
    2 participantes
    http://www.tibiaface.com

    3[Actions] [Actions] ROPE NO TRABAJA Empty como solucionarl? Miér Ene 27, 2021 9:25 pm

    ricardo.12

    ricardo.12
    Miembro
    Miembro
    y como podria solucionarlo añadiendo el archivo? tendras el script? en mi actions hay un archivo llamado rope, inserto scripts origen: C:\Users\56991\Desktop\SERVIDOR TIBIA 12\GLOBAL TIBIA 12\data\scripts\actions\tools

    local rope = Action()

    function rope.onUse(player, item, fromPosition, target, toPosition, isHotkey)
    return onUseRope(player, item, fromPosition, target, toPosition, isHotkey)
    end

    rope:id(2120, 7731)
    rope:register()

    y aun asi no me funciona

    2 participantes

    4[Actions] [Actions] ROPE NO TRABAJA Empty Re: [Actions] [Actions] ROPE NO TRABAJA Jue Ene 28, 2021 8:02 am

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    bueno el script que te voycolocar no esta actuaizado a lo nuevos suelo (holes) para subir de los posos tendras que ir añadiendo uno por uno hasta tenerlo actualizado

    Código:

    local holeId = {
       294, 369, 370, 383, 392, 408, 409, 410, 427, 428, 430, 462, 469, 470, 482,
       484, 485, 489, 924, 3135, 3136, 7933, 7938, 8170, 8286, 8285, 8284, 8281,
       8280, 8279, 8277, 8276, 8323, 8567, 8585, 8596, 8595, 8249, 8250, 8251,
       8252, 8253, 8254, 8255, 8256, 8972, 9606, 9625, 13190, 14461, 19519, 21536
    }

    local rope = Action()

    function rope.onUse(cid, item, fromPosition, itemEx, toPosition)
       local tile = toPosition:getTile()
       local ground = tile:getGround()
       if ground and isInArray(ropeSpots, ground:getId()) or tile:getItemById(14435) then
          Player(cid):teleportTo({x = toPosition.x, y = toPosition.y + 1, z = toPosition.z - 1}, false)
          return true
       elseif isInArray(holeId, itemEx.itemid) then
          toPosition.z = toPosition.z + 1
          tile = toPosition:getTile()
          if tile then
             local thing = tile:getTopVisibleThing()
             if thing:isItem() and thing:getType():isMovable() then
                return thing:moveTo({x = toPosition.x, y = toPosition.y + 1, z = toPosition.z - 1})
             elseif thing:isCreature() and thing:isPlayer() then
                return thing:teleportTo({x = toPosition.x, y = toPosition.y + 1, z = toPosition.z - 1})
             end
          end

          Player(cid):sendCancelMessage(RETURNVALUE_NOTPOSSIBLE)
          return true
       end

       return false
    end
    rope:id(2120, 7731)
    rope:register()




    [Actions] [Actions] ROPE NO TRABAJA YNU5B25
    2 participantes
    http://www.tibiaface.com

    5[Actions] [Actions] ROPE NO TRABAJA Empty gracias Jue Ene 28, 2021 10:20 am

    ricardo.12

    ricardo.12
    Miembro
    Miembro
    GRACIAAS BRO! FUNCIONO PERFECTO

    2 participantes

    6[Actions] [Actions] ROPE NO TRABAJA Empty Re: [Actions] [Actions] ROPE NO TRABAJA Vie Ene 29, 2021 8:24 am

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    TEMA SOLUCIONADO



    [Actions] [Actions] ROPE NO TRABAJA YNU5B25
    2 participantes
    http://www.tibiaface.com

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