• TibiaFace

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

    .
    demo menumenu

    Afiliados



    Votar:

    [CreatureEvents] FirstItems! problema de mount y addons.

    Compartir:

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

    Invitado

    Anonymous
    Invitado
    Ayuda!, resulta que al crearse un character, viene con las todo los addons y monturas, ayudenme, porfavor.

    Buitax

    Buitax
    Miembro
    Miembro
    -- Without Rookgaard
    local config = {
    [1] = {
    --equipment spellbook, wand of vortex, magician's robe, mage hat, studded legs, leather boots, scarf
    items = {{2175, 1}, {2190, 1}, {8819, 1}, {8820, 1}, {2468, 1}, {2643, 1}, {2661, 1}},
    --container rope, shovel, mana potion
    container = {{2120, 1}, {2554, 1}, {7620, 1}}
    },
    [2] = {
    --equipment spellbook, snakebite rod, magician's robe, mage hat, studded legs, leather boots scarf
    items = {{2175, 1}, {2182, 1}, {8819, 1}, {8820, 1}, {2468, 1}, {2643, 1}, {2661, 1}},
    --container rope, shovel, mana potion
    container = {{2120, 1}, {2554, 1}, {7620, 1}}
    },
    [3] = {
    --equipment dwrven shield, 5 spear, ranger's cloak, ranger legs scarf, legion helmet
    items = {{2525, 1}, {2389, 5}, {2660, 1}, {8923, 1}, {2643, 1}, {2661, 1}, {2480, 1}},
    --container rope, shovel, health potion, bow, 50 arrow
    container = {{2120, 1}, {2554, 1}, {7618, 1}, {2456, 1}, {2544, 50}}
    },
    [4] = {
    --equipment dwarven shield, steel axe, brass armor, brass helmet, brass legs scarf
    items = {{2525, 1}, {8601, 1}, {2465, 1}, {2460, 1}, {2478, 1}, {2643, 1}, {2661, 1}},
    --container jagged sword, daramian mace, rope, shovel, health potion
    container = {{8602, 1}, {2439, 1}, {2120, 1}, {2554, 1}, {7618, 1}}
    }
    }

    local looktypes = {
    128, 136, 129, 137, 130, 138, 131, 139, 132, 140, 133, 141, 134, 142,
    143, 147, 144, 148, 145, 149, 146, 150, 151, 155, 152, 156, 153, 157,
    154, 158, 251, 252, 268, 269, 273, 270, 278, 279, 289, 288, 325, 324,
    335, 336, 366, 367, 328, 329, 430, 431, 432, 433, 463, 464, 465, 466,
    471, 472, 512, 513, 514, 516, 541, 542, 574, 575, 577, 578, 618, 610, 620, 632, 635, 636, 664, 666, 683, 694, 696, 698, 619, 633, 634, 637, 665, 667, 684, 695, 697, 699
    }

    function onLogin(player)
    local targetVocation = config[player:getVocation():getId()]
    if not targetVocation then
    return true
    end

    if player:getLastLoginSaved() ~= 0 then
    return true
    end

    for i = 1, [Tienes que estar registrado y conectado para ver este vínculo].items do
    player:addItem(targetVocation.items[i][1], targetVocation.items[i][2])
    end



    local backpack = player:addItem(1988)
    if not backpack then
    return true
    end

    for i = 1, [Tienes que estar registrado y conectado para ver este vínculo].container do
    backpack:addItem(targetVocation.container[i][1], targetVocation.container[i][2])
    end
    return true
    end

    http://www.google.com

    Invitado

    Anonymous
    Invitado
    Gracias, buitax.. Team Solucionado! :(MG): Very Happy Smile

    Contenido patrocinado


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