antiblock
Cyphriun
  • Chatbox

    You don't have permission to chat.
    Load More
Sign in to follow this  
FlashNijaPT

Quets De Eliminar Ekips Do Inventario

10 posts in this topic

Boas pessoal Encontrei uma Queste de Eliminar ekips do iventario de cada players
 

Quest:

Código:
quest eliminaitems begin
state start begin
when 20094.chat."Eliminar os Items" begin
say_title("By [ADM]Emanuel")
say_title("Eliminador Ekips:")
say("Podes eliminar los ekips que tens no Iventario")
say("Sabes o Codico dos ekips ..")
say_reward("Keres eliminar algum ekips?")
local a = select ( "Sim" , "Nao" )
if a == 1 then
say("Mete aki o Codico dos ekips ke keres eliminar:")
local remove_item = input ( )
if remove_item == "" then
say_title("Eliminador Ekips:")
say("Deves Intruduzir o Comando")
say("para Funcionar.")
else
say_title("Eliminador de Ekips:")
say("O ekips Foi Eliminado com Susseco")
pc . remove_item ("" .. remove_item .. "")
else a == 2 then
return
end
end
end

você tê-lo em seu editor de texto e salve-o com o nome de : eliminaitems.quest

agora nos conectamos ao Servidor Por FTP(usando FileZilla o WinScp) E depois Vamos Neste Comando

 

/usr/rain/channel/share_data/locale/hongkong/quest


e  vamos colocar a quest, e agora vamos buscar o mesmo caminho hongkong.list e editá-lo adicionando uma última linha com o nome da quest
 

Agora Fazemos reboot e reload q no jogo 
 
Espero ke gostem
Edited by FlashNijaPT (see edit history)

Share this post


Link to post
Share on other sites
antiblock
Rodnia | Alpha & Omega

Copy and Paste Detected#
Não dou +1 por isso mas obrigado por partilhares vai ajudar alguém certamente. 

 

Share this post


Link to post
Share on other sites

n gosto da quest, pk se os players n souberem o id dos itens como o vão apagar???e se eles kiseres apagar apenas 1 ke tenha esse id, ao meter lá o cod isso apaga todos os ke tao com esse id

Share this post


Link to post
Share on other sites

Créditos é de quem ~

Share this post


Link to post
Share on other sites

Quest mais tosca que já vi

Share this post


Link to post
Share on other sites
quest item_destroy begin    state start begin        when 20041.take begin            say_title("Shabby Pedestrian:")            say("")            ----"111111222222333333444444555555666666777777888888999999000000"            say("You really want to give that to me? That's very kind of you")            say("sir! I could buy a bottle or two after I sell it...")            say("")            say_item_vnum(item.get_vnum())            say_reward("Do you really want to give away this item? You can't")            say_reward("recover it if you proceed!")            say("")            local s = select("Yes","No")            if s == 1 then                syschat("Item has been removed: "..item.get_name(item.get_vnum()))                item.remove()            end        end    endend

Share this post


Link to post
Share on other sites
quest item_destroy begin    state start begin        when 20041.take begin            say_title("Shabby Pedestrian:")            say("")            ----"111111222222333333444444555555666666777777888888999999000000"            say("You really want to give that to me? That's very kind of you")            say("sir! I could buy a bottle or two after I sell it...")            say("")            say_item_vnum(item.get_vnum())            say_reward("Do you really want to give away this item? You can't")            say_reward("recover it if you proceed!")            say("")            local s = select("Yes","No")            if s == 1 then                syschat("Item has been removed: "..item.get_name(item.get_vnum()))                item.remove()            end        end    endend
tb uso uma assim, mt melhor ke a outra ke postaram no 1º post

Share this post


Link to post
Share on other sites

Mesmo que vocês gostem ou não da quest, está mal feita, tanto que nem qc vai dar para fazer.

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
Sign in to follow this