• TibiaFace

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

    .
    demo menumenu

    Afiliados



    Votar:

    /Newtype command for 10.10

    Compartir:

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

    1/Newtype command for 10.10 Empty /Newtype command for 10.10 Vie Ago 30, 2013 12:59 pm

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    El comando / newtype de 10.10 con todos los nuevos looktypes monstruo.
    100% sin errores.

    Código:
    local function checkType(value)
        return not (
            value <= 1 or
            value == 135 or
            (value > 160 and value < 192) or
            value == 411 or
            value == 415 or
            value == 424 or
            (value > 438 and value < 441) or
            (value > 466 and value < 470) or
            value == 474 or
            value == 485 or
            value == 501 or
            (value > 502 and value < 543) or
            value == 549 or
            value >574    )
    end

    function onSay(cid, words, param, channel)
        if(param == '') then
            doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Command param required.")
            return true
        end

        local t, pid = string.explode(param, ","), cid
        if(t[2]) then
            pid = getPlayerByNameWildcard(t[2])
            if(not pid or (isPlayerGhost(pid) and getPlayerGhostAccess(pid) > getPlayerGhostAccess(cid))) then
                doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Player " .. t[2] .. " not found.")
                return true
            end
        end

        local period, tmp = -1, tonumber(t[3])
        if(t[3] and tmp) then
            period = tmp
        end

        if(not isNumeric(t[1])) then
            if(getMonsterInfo(t[1])) then
                doSetMonsterOutfit(pid, t[1], period)
            else
                doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Such outfit does not exist.")
            end

            return true
        end

        t[1] = tonumber(t[1])
        if(not checkType(t[1])) then
            local item = getItemInfo(t[1])
            if(item) then
                doSetItemOutfit(pid, t[1], period)
                return true
            end

            doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Such outfit does not exist.")
            return true
        end

        local tmp = getCreatureOutfit(pid)
        tmp.lookType = t[1]

        if(t[3]) then
            t[3] = tonumber(t[3])
            if(checkType(t[3])) then
                tmp.lookMount = t[3]
            end
        end

        doCreatureChangeOutfit(pid, tmp)
        return true
    end

    Like a Star @ heaven God Maya Like a Star @ heaven 





    /Newtype command for 10.10 YNU5B25
    2 participantes
    http://www.tibiaface.com

    2/Newtype command for 10.10 Empty Re: /Newtype command for 10.10 Sáb Ago 31, 2013 9:22 am

    Psycho

    Psycho
    Moderador
    Moderador
    :(MG): 



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

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