• TibiaFace

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

    .
    demo menumenu

    Afiliados



    Votar:

    ayuda como crear quest

    Compartir:

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

    1ayuda como crear quest Empty ayuda como crear quest Jue Ago 31, 2017 2:22 am

    shadowviid

    shadowviid
    Nuevo Miembro
    Nuevo Miembro
    Please, I need help creating a quest
    a chest that gives you items such as the addon doll
    If you can tell me, please


    use tfs 1.3

    2 participantes

    2ayuda como crear quest Empty Re: ayuda como crear quest Jue Ago 31, 2017 1:15 pm

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    in Data/actions/sccripts

    Código:
    function onUse(player, item, fromPosition, target, toPosition, isHotkey)
       

          if player:getStorageValue(xxxx) == -1 then
       
           player:addItem(xxxx, 1)
          player:getPosition():sendMagicEffect(CONST_ME_POFF)

          player:say('You gained doll outfit.', TALKTYPE_MONSTER_SAY, false, player)
          
          player:setStorageValue(xxxx, 1)
          
          else
          player:sendTextMessage(MESSAGE_INFO_DESCR, "It is empty.")
          player:getPosition():sendMagicEffect(CONST_ME_POFF)
       end
       return true
    end


    player:addItem(xxxx, 1) ------> xxxx item gain



    Here the same storage for the two

    player:getStorageValue(xxxx) ------> Virif storage

    player:setStorageValue(xxxx, 1) ----> Add storage Blocks quest


    go Data/actions/actions.xml

    Código:
    <action uniqueid="xxx" script="doll.lua"/>

    xxx -----> uniqueid free Add with the rme to the baul



    ayuda como crear quest YNU5B25
    2 participantes
    http://www.tibiaface.com

    3ayuda como crear quest Empty Re: ayuda como crear quest Jue Ago 31, 2017 8:05 pm

    shadowviid

    shadowviid
    Nuevo Miembro
    Nuevo Miembro
    De lujo encerio muchisimas gracias tu si que sabes Very Happy
    ya funciono todo muy bien y me hacia falta mucho gracias GOD MAYA

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