• TibiaFace

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

    .
    demo menumenu

    Afiliados



    Votar:

    [CREATURESCRIPT] Walking Effect On Outfit

    Compartir:

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

    1[CREATURESCRIPT] Walking Effect On Outfit Empty [CREATURESCRIPT] Walking Effect On Outfit Sáb Mar 24, 2012 11:19 am

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    una scrips muy interesante.-

    se van a creaturescripts/script y crean una archivo llamado:outfiteffect.lua


    y ponen esto dentro:
    Código:

    function onLogin(cid)
    registerCreatureEvent(cid, "EffectOutLogin")
    registerCreatureEvent(cid, "OutfitEffects")
    return doCreatureChangeOutfit(cid,{lookType = getCreatureOutfit(cid).lookType, lookHead =  getCreatureOutfit(cid).lookHead, lookBody = getCreatureOutfit(cid).lookBody, lookLegs = getCreatureOutfit(cid).lookLegs, lookFeet = getCreatureOutfit(cid).lookFeet, lookAddons = getCreatureOutfit(cid).lookAddons})
    end
    local events = {}
    function onOutfit(cid, old, current)
    local effect = {
    [136] = 3, [128] = 3, -- citizen
    [270] = 27,[273] = 27, -- jester
    [156] = 61,[152] = 61, -- assassin
    [147] = 44,[143] = 44, -- barbarian
    [148] = 45,[144] = 45, -- druid
    [157] = 68,[153] = 68, -- beggar
    [149] = 36,[145] = 36, -- wizard
    [279] = 17,[278] = 17, -- brotherwood
    [137] = 39,[129] = 39, -- hunter
    [141] = 66,[133] = 66, -- summoner
    [142] = 34,[134] = 34, -- warrior
    [155] = 31,[151] = 31, -- pirate
    [158] = 46,[154] = 46, -- shaman
    [288] = 6,[289] = 6 -- demonhunter
    }
                    local o,c= effect[old.lookType],effect[current.lookType]
                    if getPlayerAccess(cid) > 2 then return true
                    elseif (not o or not c or old.lookAddons == 3 and o) then stopEvent(events[getPlayerGUID(cid)]) end
              if current.lookAddons == 3 and c then
                                    function WalkEffect(cid, c, pos)
                                    if not isCreature(cid) then return LUA_ERROR end
                                    if c then frompos = getThingPos(cid)
                                    if frompos.x ~= pos.x or frompos.y ~= pos.y or frompos.z ~= pos.z then doSendMagicEffect(frompos, c) end
                                    events[getPlayerGUID(cid)] = addEvent(WalkEffect, 100, cid, c, frompos)
                                    end return true end
    WalkEffect(cid, c, {x=0, y=0, z=0}) end
    return true
    end

    luego se van a creaturescript.xml

    Código:
    <event type="login" name="EffectOutLogin" event="script" value="outfiteffect.lua"/>
    <event type="outfit" name="OutfitEffects" event="script" value="outfiteffect.lua"/>

    y listo esta es la parte donde pueden configurar el efecto:


    local effect = {
    [136] = 3, [128] = 3, -- citizen
    [270] = 27,[273] = 27, -- jester
    [156] = 61,[152] = 61, -- assassin
    [147] = 44,[143] = 44, -- barbarian
    [148] = 45,[144] = 45, -- druid
    [157] = 68,[153] = 68, -- beggar
    [149] = 36,[145] = 36, -- wizard
    [279] = 17,[278] = 17, -- brotherwood
    [137] = 39,[129] = 39, -- hunter
    [141] = 66,[133] = 66, -- summoner
    [142] = 34,[134] = 34, -- warrior
    [155] = 31,[151] = 31, -- pirate
    [158] = 46,[154] = 46, -- shaman
    [288] = 6,[289] = 6 -- demonhunter
    }

    2 participantes
    http://www.tibiaface.com

    Sotomallor

    Sotomallor
    Miembro
    Miembro
    Excelente pero hay manera para que lo haga estando parado? no solo cuando camine saludos

    2 participantes

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    Sotomallor escribió:Excelente pero hay manera para que lo haga estando parado? no solo cuando camine saludos

    tenrias que usar un sistema como este

    [Tienes que estar registrado y conectado para ver este vínculo]



    [CREATURESCRIPT] Walking Effect On Outfit 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).