antiblock
Elveron
  • Chatbox

    You don't have permission to chat.
    Load More
  • 0
Postite

Correcção De Quest

Question

Alguém me pode dizer o que está de errado nesta quest que não me remove o item do iventário ?

say_title ( "Come itens:" ) say ( "" ) say ( "Queres me dar isso?" ) say ( "Sabes que eu vou vender isso para vinho não sabes ?" ) say ( "Nunca mais vais ver isto ..." ) say_reward ( "Tens a certeza que me queres dar isto?" ) say_reward ( "Obrigadinho" ) say ( "" ) local s = select ( "Sim" , "Não" ) if s == 1 then syschat ( "O seguinte item foi removido do teu iventário: " .. item . get_name ( item . get_vnum ( ) ) ) item . remove ( ) end 
 
Dou +1 ... Atenciosamente:Postite

Share this post


Link to post
Share on other sites

7 answers to this question

  • 0

Movido de Metin2 - Quests para Metin2 - Dúvidas

Share this post


Link to post
Share on other sites
antiblock
Elveron
  • 0

cria arquivo com nome : item_destroy.quest

cola isso nele

quest item_destroy begin    state start begin        when 20041.take begin            say_title("Maltrapilho:")            say("")            ----"111111222222333333444444555555666666777777888888999999000000"            say("Você realmente quer dar isso para mim? Isso é muito gentil da sua parte")            say("senhor! Gostaria de comprar uma garrafa ou duas depois vendê-lo...")            say("")            say_item_vnum(item.get_vnum())            say_reward("Você realmente quer doar este item? Você não pode")            say_reward("recuperá-lo se você continuar!")            say("")            local s = select("Sim","Não")            if s == 1 then                syschat("Item foi removido: "..item.get_name(item.get_vnum()))                item.remove()            end        end    endend

vai em ../locale/portugal/quest

coloca lá

da  cd ../locale/portugal/quest

./qc item_destroy.quest

in game no gm reload  q

depois joga item no  npc 20041 pra testar

Share this post


Link to post
Share on other sites
  • 0

A minha quest estava com esse problema também, não sei porquê. Abria toda, seleccionava "Sim" e não fazia nada !Tive a mesma reacção que tu, visto que já tinha usado a quest e tinha dado perfeitamente.

Share this post


Link to post
Share on other sites
  • 0

mexeu no questlib.lua ?

Share this post


Link to post
Share on other sites
  • 0

Eu não.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now