Ir para conteúdo
  • Cadastre-se

Posts Recomendados

Olá galera do TK! :wow:

 

Gostaria de uma ajuda no seguinte script

function onUse(cid, item, frompos, item2, topos)

        if item.uid == 4113 then
          if getPlayerItemCount(cid,2476) >= 5 then
      doPlayerRemoveItem(cid,2476,5)
      doPlayerRemoveItem(cid,2477,5)
      doPlayerRemoveItem(cid,2396,5)
        queststatus = getPlayerStorageValue(cid,100004)
        if queststatus == -1 then
        doPlayerSendTextMessage(cid,22,"You won a full knight addon!")
                doSendAnimatedText(getPlayerPosition(cid), "", TEXTCOLOR_ORANGE)
                doPlayerAddOutfit(cid,139,3)
                doPlayerAddOutfit(cid,131,3)
        setPlayerStorageValue(cid,100004,1)
        else
        doPlayerSendTextMessage(cid,22,"You own this addon!")
        end
        else
        doPlayerSendTextMessage(cid,22,"You do not have the items needed to make the addon!")
        end
        else
        return 0
        end

        return 1
        end

ps: (não sei colocar spoiler nesse editor)

 

Como funciona:

Coloquei o UniqueID em uma alavanca, que ao clicar nesta alavanca, ela removerá os items (knight armor, knight legs e ice rapiers (5x cada), e lhe dará o addon de Knight !

Porém, está com um bug, que só confere a knight armor, se o cara estiver com apenas 5 knights armor, ele consegue concluir o addon !

Provavelmente o error está entre as linhas 3 à 6 .. e não consigo arrumar!

 

Me ajudem a resolver este problema por favor, e disponibilizar este script pra galera do TK !
Sistema testado TFS 0.3.6 - Tibia 8.6

 

Vale REP + :D

 

 

Programador/Scripter/Mapper nível NOOB ?

 

Untitltasadasded-1.png.e24703844a8ee56fadbf0cdcf82cd9c7.png

Link para o post
Compartilhar em outros sites

Como você pode ver na quarta linha>           if getPlayerItemCount(cid,2476) >= 5 then         <  O count só está configurada para a knight armor, adicione count para os outros.

Meu Conteúdo no TK:

 

Sources 8.6x, 8.7x, 9.x

 

Naruto Sprites

 

 

Se eu lhe ajudar, você reconhecer que ajudei, mas não der Rep+, não espere por ajuda na próxima duvida.

 

aODwHkU.png

 

Link para o post
Compartilhar em outros sites

Sempre que eu adiciona da error !
Pode dar um exemplo de como faz sem dar error ?

 

////edit

function onUse(cid, item, frompos, item2, topos)

        if item.uid == 4113 then
          if getPlayerItemCount(cid,2476) >= 5 then
      doPlayerRemoveItem(cid,2476,5)
          if getPlayerItemCount(cid,2477) >= 5 then
      doPlayerRemoveItem(cid,2477,5)
          if getPlayerItemCount(cid,2396) >= 5 then
      doPlayerRemoveItem(cid,2396,5)
        queststatus = getPlayerStorageValue(cid,100004)
        if queststatus == -1 then
        doPlayerSendTextMessage(cid,22,"You won a full knight addon!")
                doSendAnimatedText(getPlayerPosition(cid), "", TEXTCOLOR_ORANGE)
                doPlayerAddOutfit(cid,139,3)
                doPlayerAddOutfit(cid,131,3)
        setPlayerStorageValue(cid,100004,1)
        else
        doPlayerSendTextMessage(cid,22,"You own this addon!")
        end
        else
        doPlayerSendTextMessage(cid,22,"You do not have the items needed to make the addon!")
        end
        else
        return 0
        end

        return 1
        end

faço assim e da error no script !
daquele outro jeito o script dá certo..mas buga !

Editado por Xiolones (veja o histórico de edições)

 

Programador/Scripter/Mapper nível NOOB ?

 

Untitltasadasded-1.png.e24703844a8ee56fadbf0cdcf82cd9c7.png

Link para o post
Compartilhar em outros sites

Nuss fiz esse teste

 

script

function onUse(cid, item, frompos, item2, topos)
local itens = {2476, 2477, 2396}

if item.uid == 4113 then
  if getPlayerItemCount(cid, itens) >= 5 then
      doPlayerRemoveItem(cid, itens, 5)
        queststatus = getPlayerStorageValue(cid,100004)
if queststatus == -1 then
    doPlayerSendTextMessage(cid,22,"Você ganhou um addon cavaleiro completo!")
      doSendAnimatedText(getPlayerPosition(cid), "", TEXTCOLOR_ORANGE)
      doPlayerAddOutfit(cid, 139,3)
       doPlayerAddOutfit(cid, 131,3)
        setPlayerStorageValue(cid,100004,1)
else
    doPlayerSendTextMessage(cid,22,"Você já possui este addon!")
end


else
    doPlayerSendTextMessage(cid,22,"Você não tem os itens necessários para fazer o addon!")
end
else
return 0
end


return 1
end
Editado por alanmtd1 (veja o histórico de edições)

Conteúdos Tragos Por Mim ao Fórum:

Venda de Vocações [Modern Aac] •

• Comando !Saga 

• [Modern Aac] DragonBall 

• Esconder •

• Naruto 2018

• • •

• •

'NtoProject - Breve'

[Show OFF] Disponível

Link para o post
Compartilhar em outros sites

Vou testar aqui alan, e já dou a resposta ! ;D

 

/////edit

Alan, deu certo! Porém, tipo estou fazendo isso com todos os addons, dai na opção de quantidade tem algumas falhas..

function onUse(cid, item, frompos, item2, topos)

        if item.uid == 4112 then
          if getPlayerItemCount(cid,2160) >= 25 then
      doPlayerRemoveItem(cid,2160,25)
      doPlayerRemoveItem(cid,2189,1)
      doPlayerRemoveItem(cid,2191,1)
      doPlayerRemoveItem(cid,2187,1)
      doPlayerRemoveItem(cid,2190,1)
      doPlayerRemoveItem(cid,2181,1)
      doPlayerRemoveItem(cid,2188,1)
      doPlayerRemoveItem(cid,8921,1)
        queststatus = getPlayerStorageValue(cid,100003)
        if queststatus == -1 then
        doPlayerSendTextMessage(cid,22,"You won a full mage addon!")
                doSendAnimatedText(getPlayerPosition(cid), "", TEXTCOLOR_ORANGE)
                doPlayerAddOutfit(cid,138,3)
                doPlayerAddOutfit(cid,120,3)
        setPlayerStorageValue(cid,100003,1)
        else
        doPlayerSendTextMessage(cid,22,"You own this addon!")
        end
        else
        doPlayerSendTextMessage(cid,22,"I need 1 wand of cosmic energy, 1 wand of draconia, 1 wand of dragonbreath, 1 wanf of inferno, 1 wand of vortex, 1 terra rod, 1 common akilles wand and more 250.000 cash for this addon!")
        end
        else
        return 0
        end

        return 1
        end

Por exemplo esse, que remove 1 wand de cada, e 25 crystal coins .. como eu faria para funcionar pelo 'local items' ?

 

 

//////edit

 

 

acho que vou fazer um local itens2 .. será que da certo ?

Editado por Xiolones (veja o histórico de edições)

 

Programador/Scripter/Mapper nível NOOB ?

 

Untitltasadasded-1.png.e24703844a8ee56fadbf0cdcf82cd9c7.png

Link para o post
Compartilhar em outros sites

Nao entendi oque voce disse ,  e o script anterior tem falhas?

se tiver acho que ja sei oque é!

Conteúdos Tragos Por Mim ao Fórum:

Venda de Vocações [Modern Aac] •

• Comando !Saga 

• [Modern Aac] DragonBall 

• Esconder •

• Naruto 2018

• • •

• •

'NtoProject - Breve'

[Show OFF] Disponível

Link para o post
Compartilhar em outros sites

Nao entendi oque voce disse ,  e o script anterior tem falhas?

se tiver acho que ja sei oque é!

function onUse(cid, item, frompos, item2, topos)
local itens = {2160}
local itens2 = {2189, 2191, 2187, 2190, 2181, 2188, 8921}

        if item.uid == 4112 then
        if getPlayerItemCount(cid, itens) >= 25 then
      doPlayerRemoveItem(cid, itens, 25)
        if getPlayerItemCount(cid, itens2) >= 1 then
      doPlayerRemoveItem(cid, itens2, 1)
        queststatus = getPlayerStorageValue(cid,100003)
        if queststatus == -1 then
        doPlayerSendTextMessage(cid,22,"You won a full mage addon!")
                doSendAnimatedText(getPlayerPosition(cid), "", TEXTCOLOR_ORANGE)
                doPlayerAddOutfit(cid,138,3)
                doPlayerAddOutfit(cid,120,3)
        setPlayerStorageValue(cid,100003,1)
        else
        doPlayerSendTextMessage(cid,22,"You own this addon!")
        end
        else
        doPlayerSendTextMessage(cid,22,"I need 1 wand of cosmic energy, 1 wand of draconia, 1 wand of dragonbreath, 1 wanf of inferno, 1 wand of vortex, 1 terra rod, 1 common akilles wand and more 250.000 cash for this addon!")
        end
        else
        return 0
        end

        return 1        
end

Fiz isso não deu certo .. acho que tem alguma a coisa haver cm os 2 'ifs'

 

O seu script não tem falhas! O problema é que só serve se for pegar items com a mesma quantidade.. exemplo 5 wand of inferno, 5 wands of decay ..

Se fosse pra pegar 4 wands of inferno e 5 wands of decay, ele não encaixaria mais,, entende ?

Editado por Xiolones (veja o histórico de edições)

 

Programador/Scripter/Mapper nível NOOB ?

 

Untitltasadasded-1.png.e24703844a8ee56fadbf0cdcf82cd9c7.png

Link para o post
Compartilhar em outros sites

voce fez quase certo 

testa esse

function onUse(cid, item, frompos, item2, topos)
local dinheiro = {2160}
local grana = {2189, 2191, 2187, 2190, 2181, 2188, 8921}


if item.uid == 4112 then
  if getPlayerItemCount(cid, grana) = 25 then
      doPlayerRemoveItem(cid, grana, 25)
end     
if getPlayerItemCount(cid, itens) = 1 then
      doPlayerRemoveItem(cid, itens, 1)
        queststatus = getPlayerStorageValue(cid,100003)
        if queststatus == -1 then
        doPlayerSendTextMessage(cid,22,"You won a full mage addon!")
                doSendAnimatedText(getPlayerPosition(cid), "", TEXTCOLOR_ORANGE)
                doPlayerAddOutfit(cid,138,3)
                doPlayerAddOutfit(cid,120,3)
        setPlayerStorageValue(cid,100003,1)
        else
        doPlayerSendTextMessage(cid,22,"You own this addon!")
        end
        else
        doPlayerSendTextMessage(cid,22,"I need 1 wand of cosmic energy, 1 wand of draconia, 1 wand of dragonbreath, 1 wanf of inferno, 1 wand of vortex, 1 terra rod, 1 common akilles wand and more 250.000 cash for this addon!")
        end
        else
        return 0
        end


        return 1        
end

Conteúdos Tragos Por Mim ao Fórum:

Venda de Vocações [Modern Aac] •

• Comando !Saga 

• [Modern Aac] DragonBall 

• Esconder •

• Naruto 2018

• • •

• •

'NtoProject - Breve'

[Show OFF] Disponível

Link para o post
Compartilhar em outros sites

crADqVY.png

 

 

 

dá o mesmo error !

'--'

 

Programador/Scripter/Mapper nível NOOB ?

 

Untitltasadasded-1.png.e24703844a8ee56fadbf0cdcf82cd9c7.png

Link para o post
Compartilhar em outros sites

EU ja sei oque foi pera to vendo uma coisa nessa script jaja te mando


acho que agora vai e.e

 

function onUse(cid, item, frompos, item2, topos)
local dinheiro = {2160}
local grana = {2189, 2191, 2187, 2190, 2181, 2188, 8921}


if item.uid == 4112 then
  if getPlayerItemCount(cid, grana) == 25 then
      doPlayerRemoveItem(cid, grana, 25)
end     
if getPlayerItemCount(cid, itens) = 1 then
      doPlayerRemoveItem(cid, itens, 1)
        queststatus = getPlayerStorageValue(cid,100003)
        if queststatus == -1 then
        doPlayerSendTextMessage(cid,22,"You won a full mage addon!")
                doSendAnimatedText(getPlayerPosition(cid), "", TEXTCOLOR_ORANGE)
                doPlayerAddOutfit(cid,138,3)
                doPlayerAddOutfit(cid,120,3)
        setPlayerStorageValue(cid,100003,1)
        else
        doPlayerSendTextMessage(cid,22,"You own this addon!")
        end
        else
        doPlayerSendTextMessage(cid,22,"I need 1 wand of cosmic energy, 1 wand of draconia, 1 wand of dragonbreath, 1 wanf of inferno, 1 wand of vortex, 1 terra rod, 1 common akilles wand and more 250.000 cash for this addon!")
        end
        else
        return 0
        end


        return 1        
end

Conteúdos Tragos Por Mim ao Fórum:

Venda de Vocações [Modern Aac] •

• Comando !Saga 

• [Modern Aac] DragonBall 

• Esconder •

• Naruto 2018

• • •

• •

'NtoProject - Breve'

[Show OFF] Disponível

Link para o post
Compartilhar em outros sites

:'(

 

Deu certo também não, o erro foi solucionado, porém mesmo com todos os items necessários, continua falando que está faltando os items!

Tj1WSne.png

 

Já fiz todos os scripts, o único problema é colocar 2 items diferentes com quantidades diferentes .. '---'

Editado por Xiolones (veja o histórico de edições)

 

Programador/Scripter/Mapper nível NOOB ?

 

Untitltasadasded-1.png.e24703844a8ee56fadbf0cdcf82cd9c7.png

Link para o post
Compartilhar em outros sites

O erro do distro é porque tava if getPlayerItemCount(cid, itens) = 1 then
onde no caso deveria ser "==", pois o "=" serve pra definir algo, enquanto == é pra conferir se ta igual a x.



 tumblr_mwfeg45FIV1qk4cb3o4_500.gif

Link para o post
Compartilhar em outros sites

amigo teste mais 1 vez

function onUse(cid, item, frompos, item2, topos)
local dinheiro = {2160}
local grana = {2189, 2191, 2187, 2190, 2181, 2188, 8921}


if item.uid == 4112 then
  if getPlayerItemCount(cid, grana) == 25 then
      doPlayerRemoveItem(cid, grana, 25)
end     
if getPlayerItemCount(cid, itens) == 1 then
      doPlayerRemoveItem(cid, itens, 1)
        queststatus = getPlayerStorageValue(cid,100003)
        if queststatus == -1 then
        doPlayerSendTextMessage(cid,22,"You won a full mage addon!")
                doSendAnimatedText(getPlayerPosition(cid), "", TEXTCOLOR_ORANGE)
                doPlayerAddOutfit(cid,138,3)
                doPlayerAddOutfit(cid,120,3)
        setPlayerStorageValue(cid,100003,1)
        else
        doPlayerSendTextMessage(cid,22,"You own this addon!")
        end
        else
        doPlayerSendTextMessage(cid,22,"I need 1 wand of cosmic energy, 1 wand of draconia, 1 wand of dragonbreath, 1 wanf of inferno, 1 wand of vortex, 1 terra rod, 1 common akilles wand and more 250.000 cash for this addon!")
        end
        else
        return 0
        end


        return 1        
end

Danvez era isso mesmo eu só fui ver agora , vlw por me alerta!

Conteúdos Tragos Por Mim ao Fórum:

Venda de Vocações [Modern Aac] •

• Comando !Saga 

• [Modern Aac] DragonBall 

• Esconder •

• Naruto 2018

• • •

• •

'NtoProject - Breve'

[Show OFF] Disponível

Link para o post
Compartilhar em outros sites

O erro do distro é porque tava if getPlayerItemCount(cid, itens) = 1 then

onde no caso deveria ser "==", pois o "=" serve pra definir algo, enquanto == é pra conferir se ta igual a x.

 

arrumei o erro danves, vlw por esclarecer !

Porém, não sei porque, eu com todos os items na backpack, ainda fala que é necessários tais items pra poder concluir a quest..

Pela minha vista, o script não tem erros..mas sou leigo!

amigo teste mais 1 vez

function onUse(cid, item, frompos, item2, topos)
local dinheiro = {2160}
local grana = {2189, 2191, 2187, 2190, 2181, 2188, 8921}


if item.uid == 4112 then
  if getPlayerItemCount(cid, grana) == 25 then
      doPlayerRemoveItem(cid, grana, 25)
end     
if getPlayerItemCount(cid, itens) == 1 then
      doPlayerRemoveItem(cid, itens, 1)
        queststatus = getPlayerStorageValue(cid,100003)
        if queststatus == -1 then
        doPlayerSendTextMessage(cid,22,"You won a full mage addon!")
                doSendAnimatedText(getPlayerPosition(cid), "", TEXTCOLOR_ORANGE)
                doPlayerAddOutfit(cid,138,3)
                doPlayerAddOutfit(cid,120,3)
        setPlayerStorageValue(cid,100003,1)
        else
        doPlayerSendTextMessage(cid,22,"You own this addon!")
        end
        else
        doPlayerSendTextMessage(cid,22,"I need 1 wand of cosmic energy, 1 wand of draconia, 1 wand of dragonbreath, 1 wanf of inferno, 1 wand of vortex, 1 terra rod, 1 common akilles wand and more 250.000 cash for this addon!")
        end
        else
        return 0
        end


        return 1        
end

Danvez era isso mesmo eu só fui ver agora , vlw por me alerta!

 

Alan, tipo, o script deu certo, não tem erros na distro.. porém, mesmo eu com todos os items necessários, a quest me diz que ainda faltam items, que eu não os tenho! '---'

Não to entendendo porque, o script parece estar certo!

 

Gy17Qpv.jpg

Editado por Xiolones (veja o histórico de edições)

 

Programador/Scripter/Mapper nível NOOB ?

 

Untitltasadasded-1.png.e24703844a8ee56fadbf0cdcf82cd9c7.png

Link para o post
Compartilhar em outros sites

Bom amigo, eu tentei desenvolver algo mais fácil de edição.

Eu fiz de um modo que você pode adicionar todas as outfits em um script só.

Basta ir editando a tabela de outfits, do mesmo modo que eu fiz

 

Não testei.

local outfits = {
    [4113] = {
        items = {
            [1] = {itemid = 2476, ammount = 5},
            [2] = {itemid = 2477, ammount = 5},
            [3] = {itemid = 2396, ammount = 5},
        },
        out = {
            [1] = 131, -- Female
            [2] = 139, -- Male
        },
        storageId = 10101,
    },
}

function onUse(cid, item)    
    local t = outfits[item.uid]
    
    if t then
        if getPlayerStorageValue(cid, t.storageId) <= 0 then
            for r = 1, #t.items do
                if(getPlayerItemCount(cid, t.items[r].itemid) < t.items[r].ammount) then
                
                    doPlayerSendTextMessage(cid, 22, "You need "..t.items[r].ammount.." "..getItemNameById(t.items[r].itemid))
                    return true
                end
                
                doPlayerRemoveItem(cid, t.items[r].itemid, t.items[r].ammount)
            end
            
            doPlayerAddOutfit(cid, t.out[getPlayerSex(cid) + 1], 3)
            doPlayerSendTextMessage(cid, 22, "You won a new outfit.")
            setPlayerStorageValue(cid, t.storageId, 1)
        end
    end
    return true
end

Tony Araújo  ;D 

 

Link para o post
Compartilhar em outros sites

 

Bom amigo, eu tentei desenvolver algo mais fácil de edição.

Eu fiz de um modo que você pode adicionar todas as outfits em um script só.

Basta ir editando a tabela de outfits, do mesmo modo que eu fiz

 

Não testei.

local outfits = {
    [4113] = {
        items = {
            [1] = {itemid = 2476, ammount = 5},
            [2] = {itemid = 2477, ammount = 5},
            [3] = {itemid = 2396, ammount = 5},
        },
        out = {
            [1] = 131, -- Female
            [2] = 139, -- Male
        },
        storageId = 10101,
    },
}

function onUse(cid, item)    
    local t = outfits[item.uid]
    
    if t then
        if getPlayerStorageValue(cid, t.storageId) <= 0 then
            for r = 1, #t.items do
                if(getPlayerItemCount(cid, t.items[r].itemid) < t.items[r].ammount) then
                
                    doPlayerSendTextMessage(cid, 22, "You need "..t.items[r].ammount.." "..getItemNameById(t.items[r].itemid))
                    return true
                end
                
                doPlayerRemoveItem(cid, t.items[r].itemid, t.items[r].ammount)
            end
            
            doPlayerAddOutfit(cid, t.out[getPlayerSex(cid) + 1], 3)
            doPlayerSendTextMessage(cid, 22, "You won a new outfit.")
            setPlayerStorageValue(cid, t.storageId, 1)
        end
    end
    return true
end

Nossa Orochi, belo script '-' me sinto humilhado! hehe

 

Não deu error na distro, porém algo não deu certo..

Eu puxo a alavanca, e além dela não virar, ela não me manda nenhuma mensagem que eu preciso dos items ou que ganhei o addon ..

Alguma coisa não funcionou, talvez a forma que coloquei.. olha como coloquei o script..pode ver se fiz algo errado ?

Sò editei os items,storage(seguindo padrão), e os addons ..

local outfits = {
    [4112] = {
        items = {
            [1] = {itemid = 2189, ammount = 1},
            [2] = {itemid = 2191, ammount = 1},
            [3] = {itemid = 2187, ammount = 1},
            [4] = {itemid = 2190, ammount = 1},
            [5] = {itemid = 2181, ammount = 1},
            [6] = {itemid = 2188, ammount = 1},
            [7] = {itemid = 8921, ammount = 1},
            [8] = {itemid = 2160, ammount = 25},
        },
        out = {
            [1] = 130, -- Female
            [2] = 138, -- Male
        },
        storageId = 100003,
    },
}

function onUse(cid, item)    
    local t = outfits[item.uid]
    
    if t then
        if getPlayerStorageValue(cid, t.storageId) <= 0 then
            for r = 1, #t.items do
                if(getPlayerItemCount(cid, t.items[r].itemid) < t.items[r].ammount) then
                
                    doPlayerSendTextMessage(cid, 22, "You need "..t.items[r].ammount.." "..getItemNameById(t.items[r].itemid))
                    return true
                end
                
                doPlayerRemoveItem(cid, t.items[r].itemid, t.items[r].ammount)
            end
            
            doPlayerAddOutfit(cid, t.out[getPlayerSex(cid) + 1], 3)
            doPlayerSendTextMessage(cid, 22, "You won a new outfit.")
            setPlayerStorageValue(cid, t.storageId, 1)
        end
    end
    return true
end

 

Programador/Scripter/Mapper nível NOOB ?

 

Untitltasadasded-1.png.e24703844a8ee56fadbf0cdcf82cd9c7.png

Link para o post
Compartilhar em outros sites

Bom.. voce sabe que ali na tabela onde voce colocou [4112], é o UniqueID, certo?

Confere direitinho ai.

 

Se não funcionar, a gente começa uma bateria de testes kk

Tony Araújo  ;D 

 

Link para o post
Compartilhar em outros sites

Sei sim, o uniqueID está certo conforme a alavanca .. tô tentando aqui, se conseguir me ajudar, agente vai testando!


////up

 

Programador/Scripter/Mapper nível NOOB ?

 

Untitltasadasded-1.png.e24703844a8ee56fadbf0cdcf82cd9c7.png

Link para o post
Compartilhar em outros sites

Participe da conversa

Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.

Visitante
Responder

×   Você colou conteúdo com formatação.   Remover formatação

  Apenas 75 emojis são permitidos.

×   Seu link foi automaticamente incorporado.   Mostrar como link

×   Seu conteúdo anterior foi restaurado.   Limpar o editor

×   Não é possível colar imagens diretamente. Carregar ou inserir imagens do URL.

  • Quem Está Navegando   0 membros estão online

    Nenhum usuário registrado visualizando esta página.

  • Conteúdo Similar

    • Por elitehox
      boa tarde a todos,
      Estou tentando instalar o plugin gesior shop for Myaac. quando tento acessar gifts.php retorno erro 500 http.
      Alguém pode me ajudar? este é o log de erros do Apache ...
       
       
      [php7:error] [pid 24148] [client 177.130.9.96:56512] PHP Fatal error: Uncaught PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'ordering' in 'order clause' in /var/www/html/system/libs/pot/OTS_Base_DB.php:86\nStack trace:\n#0 /var/www/html/system/libs/pot/OTS_Base_DB.php(86): PDO->query()\n#1 /var/www/html/system/libs/pot/OTS_DB_PDOQuery.php(13): OTS_Base_DB->doQuery()\n#2 /var/www/html/plugins/gesior-shop-system/libs/shop-system.php(137): OTS_Base_DB->query()\n#3 /var/www/html/system/pages/gifts.php(199): GesiorShop::getOffers()\n#4 /var/www/html/index.php(362): require('/var/www/html/s...')\n#5 {main}\n thrown in /var/www/html/system/libs/pot/OTS_Base_DB.php on line 86  
       
       

    • Por Mathwsz
      Bom galera, estou trazendo um script de fusão que funciona assim:
      Explicação: É necessário de 7 itens, na qual você coloca em tal coordenada e aperte a alavanca, sendo assim formando um item na qual você deseja em tal lugar configurado.
      Exemplo: Você pode fazer 7 bosses na qual dropa tals itens "Parecidos" e formando um item raro de sua escolha, ou como preferir.. Vamos ao script!
       
      Em Data/Actions/Scripts crie um arquivo chamado fusaoitens.lua e adicione isto dentro:
       
       
      Agora, em Data/Actions.xml adicione o seguinte:
       
      <action uniqueid="9900" script="fusaoitens.lua" /> E no seu RemeresMapEditor , pegue sua alavanca, vai em Propriedades e adicione o UniqueID 9900 nele! 
      PRONTO! Agora configure e divirta-se! Obs: Caso lhe ajudei, da um REP+ Aí !
    • Por ILex WilL
      Olá, Alguém poderia me ajudar com uns Scripts? nem que seja cobrando, dependendo eu pago para me ajudar...
    • Por Kill of sumoners
      Boa noite, estou com um erro ao atacar um player em meu sv eu nao pego pk, nem sai magia, aparece a mensagem "voce so pode usar isso em criaturas"
      obs: magia em area acerta e pega pk, apenas as targets ou hits de arma nao vao 
    • Por Maniaco
      Salve TibiaKing!!! TFS 0.4 . 8.60
       
      Estou implementando o Sistema do @WooX de Cave Exlusiva

      Link:
       
      Porem estou com um problema seguindo o tutorial completo dele acabo tendo um retorno de erro na Distro! E ja que o mesmo nao entra no forum deis de 14/01! Venho solicitar ajuda de vocês!
      Caso alguem tenha o Discord Dele Favor me Passe  
      Vamos lá!
      Erro:
       
      Script :
       
      Lib
       
       
      Print Rme:
       
       
      Lembrando que nao esta funcionando em geral, Acrédito que eu tenha pulado algo ou deixado passar despercebido!
      Espero que alguem consiga me ajudar vlw!
×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo