• TibiaFace

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

    .
    demo menumenu

    Afiliados



    Votar:

    [Actions] Change Sex por Item (TFS 1.0)

    Compartir:

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

    1[Actions] Change Sex por Item  (TFS 1.0) Empty [Actions] Change Sex por Item (TFS 1.0) Miér Sep 10, 2014 11:32 pm

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    <span class="sceditor-selection sceditor-ignore" style="line-height: 0; display: none;" id="sceditor-end-marker"></span><span class="sceditor-selection sceditor-ignore" style="line-height: 0; display: none;" id="sceditor-start-marker"></span>Hola usuarios de tibiaface


    hoy les traigo un script de change sex para TFs 1.0


    Nos vamos a:


    Data/actions/scripts

    copiamos cualquier archivo y renombramos por change_sex.lua y pegamos esto dentro

    Código:
    function onUse(cid, item, fromPosition, itemEx, toPosition)
        local player = Player(cid)
        if player:getSex() == PLAYERSEX_FEMALE then
                player:setSex(1)
                Item(item.uid):remove()
                player:getPosition():sendMagicEffect(50)
                player:remove()
        else
                player:setSex(0)
                Item(item.uid):remove()
                player:getPosition():sendMagicEffect(50)
                player:remove()
            end
            return true
    end


    luego añadimos esta en:

    Data/actions/actions.xml


    Código:
    <action itemid="XXXX" script="change_sex.lua">

    xxxx &lt;----- item del item que usaran

    y listo

    creditos: luanluciano93</action>



    [Actions] Change Sex por Item  (TFS 1.0) YNU5B25
    http://www.tibiaface.com

    2[Actions] Change Sex por Item  (TFS 1.0) Empty Re: [Actions] Change Sex por Item (TFS 1.0) Sáb Oct 11, 2014 11:07 am

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    change sex ya esta fixe



    [Actions] Change Sex por Item  (TFS 1.0) YNU5B25
    http://www.tibiaface.com

    3[Actions] Change Sex por Item  (TFS 1.0) Empty Re: [Actions] Change Sex por Item (TFS 1.0) Sáb Oct 11, 2014 11:10 am

    [Admin] God Maya

    [Admin] God Maya
    Administrador
    Administrador
    change sex ya esta fixe



    [Actions] Change Sex por Item  (TFS 1.0) YNU5B25
    http://www.tibiaface.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).