• TibiaFace

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

    .
    demo menumenu

    Afiliados



    Votar:

    [Actions] firstitems quest

    Compartir:

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

    1[Actions] firstitems quest Empty [Actions] firstitems quest Lun Abr 28, 2014 12:31 pm

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    Veo a muchas personas creando montones y montones de cofres para items de inicio ...
    bueno este cofre trae multi item para cada vocacion.



    nos dirigimos a :


    [Actions] firstitems quest Note10DATA/ACTIONS/SCRIPTS

    copiamos cualquier archivo y renombramos por firstitems.lua y luego pegamos esto dentro:


    Código:
    function onUse(cid, item, frompos, item2, topos)
       if item.uid == 10201 then
          if getPlayerStorageValue(cid,10201) == -1 then
             doPlayerSendTextMessage(cid,22,"You have found a chest.")
             if getPlayerVocation(cid) == 1 then -- Sorcerer
                doPlayerAddItem(cid,2190,1) -- Wand of Vortex
             elseif getPlayerVocation(cid) == 2 then -- Druid
                doPlayerAddItem(cid,2182,1) -- Snakebite Rod
             elseif getPlayerVocation(cid) == 3 then -- Paladin
                doPlayerAddItem(cid,2389,1) -- Spear
             elseif getPlayerVocation(cid) == 4 then -- Knight
                doPlayerAddItem(cid,8602,1) -- Jagged Sword
                doPlayerAddItem(cid,2439,1) -- Daramanian Mace
                doPlayerAddItem(cid,8601,1) -- Steel Axe
             end
             doPlayerAddItem(cid,1988,1) -- Backpack
             doPlayerAddItem(cid,2666,2) -- Meat
             doPlayerAddItem(cid,2120,1) -- Rope
             doPlayerAddItem(cid,2554,1) -- Shovel
             doPlayerAddItem(cid,2461,1) -- Leather Helmet
             doPlayerAddItem(cid,2467,1) -- Leather Armor
             doPlayerAddItem(cid,2649,1) -- Leather Legs
             doPlayerAddItem(cid,2643,1) -- Leather Boots
             doPlayerAddItem(cid,2509,1) -- Dark Shield
             setPlayerStorageValue(cid,10201,1)
          else
             doPlayerSendTextMessage(cid,22,"The chest is empty.")
          end
       end
       return TRUE
    end

    luego añadimos esta tag en:


    [Actions] firstitems quest Note10DATA/ACTIONS/ACTIONS.XML


    Y PEGAMOS ESTO DENTRO:

    Código:
    <action uniqueid="10201" event="script" value="firstitems.lua"/>

    *uniqueid="10201"

    colocan con el rme en el baul o cofre en el espacio de uniqueid



    bueno eso es todo.






    [Actions] firstitems quest YNU5B25
    3 participantes
    http://www.tibiaface.com

    2[Actions] firstitems quest Empty Re: [Actions] firstitems quest Lun Abr 28, 2014 11:21 pm

    Psycho

    Psycho
    Moderador
    Moderador
    :(MG): 



    AFC By Psycho & DMOT Server
    [Tienes que estar registrado y conectado para ver este vínculo]
    3 participantes
    http://digidarkss.com

    3[Actions] firstitems quest Empty Re: [Actions] firstitems quest Dom Jun 20, 2021 3:27 pm

    Dfsuno

    Dfsuno
    Miembro
    Miembro
    Se puede hacer, que cuando logues siempre te arrojé first ítems?, osea cuando se le cae una armadura te reponga esa armadura que no tienes al login o borrar todos los items y crearlos de nuevo

    3 participantes

    Contenido patrocinado


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