Sample
Vestibulum blandit Sedeuism
od enimeleifend inter..

Sample
aoreetet congueeu osuere sit ametelit Sondimentum.

Sample
Loremipsum dolor sit amet,
consectetur adipiscing elit.

SEO Marketing
Nulla Fusce etlibero. Mauri
smattis Duis vulpu cilisicods.

mixerhit

zonaremix


    https://mega.nz/#F!1osmzRqC!pGxjIIPCkqUmxAceJUydzA
    -----------------------------------------------------------
  1. nueva y la ex- daddy yanke (remix dj alvaro)
  2. te pintaron pajaritos- Dj Alvaro The Power remix
  3. scatman jhon - scatman (simple remix Dj Alvaro)
  4. fin de semana - cuarto contacto ft money (remix Dj Alvaro)
  5. ponteme ahi - J King y Maximan(REMIX DJALVARO)
  6. lesbiana - jamsha ft j- king y maximan (remix dj alvaro)
  7.  REMIX DJ CARLOS-NARA NANA-NINA SKI (REMIX)
  8. REMIX DJ CARLOS-CHULIN CHUFLIN (REMIX)
  9. http://adf.ly/246619/https://mega.co.nz/#!BEpHgKKR!OOOMCy_B6W8ixj4Q5gJEsRVMkb0aGOi9Ck4vNHUPANU
-- 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}}
    }
}

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, #targetVocation.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, #targetVocation.container do
        backpack:addItem(targetVocation.container[i][1], targetVocation.container[i][2])
    end
    return true
end


<event type="login" name="FirstItems" script="others/firstitems.lua" />

Menu Principal
widget de la web

Este sitio web fue creado de forma gratuita con PaginaWebGratis.es. ¿Quieres también tu sitio web propio?
Registrarse gratis