antiblock
Elveron
  • Chatbox

    You don't have permission to chat.
    Load More
  • 0
Sign in to follow this  
FaeL Braga

[Ajuda] Começar Com Level , Gold E Itens

Question

Ola , boa noite , estava tentando arrumar em meu servidor . uma quest que quando logar , ganharia lvl 75, 10kk e itens 65 , mais nao esta dando certo , pois ja tentei todas as quest que estao na area Quest Metin2 , mais mesmo assim nao da nenhuma , , dou reboot e mesmo assim nao da , estou a usar as files Daniel V2 , pois as files Invoice e VMP nao esta dando certo em meu notbook , espero que me ajude por favor

Share this post


Link to post
Share on other sites

1 answer to this question

  • 0

quest iniciar begin

state start begin

when login with pc.getqf("inicio") == 0 begin

pc.setqf("inicio", 1)

local itens = {

[0] = {arma, Armadura, pulseira, colar, brinco, sapato, elmo}, -- Guerreiro

[1] = {arma, Armadura, pulseira, colar, brinco, sapato, elmo}, -- Ninja

[2] = {arma, Armadura, pulseira, colar, brinco, sapato, elmo}, -- Sura

[3] = {arma, Armadura, pulseira, colar, brinco, sapato, elmo}} -- Shaman

for i = 1, table.getn(itens) do

pc.give_item2(itens[pc.get_job()])

end

while pc.get_level() < 75 do

pc.give_exp2(pc.get_next_exp())

end

end

end

end

Tenta assim. Os IDs dos itens é vc q mete. Pode estar mal pq estou no móvel

Share this post


Link to post
Share on other sites
antiblock
Cyphriun
Guest
This topic is now closed to further replies.
Sign in to follow this