Ir para conteúdo

345sat

Membro
  • Registro em

  • Última visita

Tudo que 345sat postou

  1. vcs poderião fazer para min estou precisando para poketibia
  2. queria sistema de leilão igual do pxg tipo 1 shop pq não estou consiguindo fazer esse scripth alguem poderia me passar esse scripth
  3. eu tenho sistema addons fucionar 50%
  4. COMO USAR SPELL CREATOR PARA POKETIBIA COMO FAZ ISSO FUCIONAR EM POKETIBIA QUEM SOUBER PODERIA ME ENSINAR MEU SKYPE:rue472 ----------------------SCRIPTH-------------------- -- SpellCreator generated. -- =============== COMBAT VARS =============== -- Areas/Combat for 700ms local combat7_Brush = createCombatObject() setCombatParam(combat7_Brush, COMBAT_PARAM_EFFECT, CONST_ME_WATERSPLASH) setCombatParam(combat7_Brush, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatArea(combat7_Brush,createCombatArea({{1, 1, 1, 1, 1}, {1, 1, 1, 1, 1}, {1, 1, 2, 1, 1}, {1, 1, 1, 1, 1}, {1, 1, 1, 1, 1}})) function getDmg_Brush(cid, level, maglevel) return (10)*-1,(20)*-1 end setCombatCallback(combat7_Brush, CALLBACK_PARAM_LEVELMAGICVALUE, "getDmg_Brush") -- =============== CORE FUNCTIONS =============== local function RunPart(c,cid,var,dirList,dirEmitPos) -- Part if (isCreature(cid)) then doCombat(cid, c, var) if (dirList ~= nil) then -- Emit distance effects local i = 2; while (i < #dirList) do doSendDistanceShoot(dirEmitPos,{x=dirEmitPos.x-dirList,y=dirEmitPos.y-dirList[i+1],z=dirEmitPos.z},dirList[1]) i = i + 2 end end end end function onCastSpell(cid, var) local startPos = getCreaturePosition(cid) addEvent(RunPart,700,combat7_Brush,cid,var) return true end ------------------TAG.XML--------------------------------- <instant name="Dead" words="default" lvl="1" maglv="1" mana="25" exhaustion="1000" prem="0" needlearn="0" blockwalls="0" aggressive="1" event="script" value="Dead.lua"> <vocation id="1"/> <vocation id="2"/> <vocation id="3"/> <vocation id="4"/> <vocation id="5"/> <vocation id="6"/> <vocation id="7"/> <vocation id="8"/> </instant>
  5. --------------------------PROJETO POKEMON CRAZY----------- SISTEMA DE ADDONS BOX 100% SISTEMA DE ADDONS 100% SISTEMA !SAVE 100% SISTEMA CORRER 100% SISTEMA DE TELEPORT 100% SISTEMA DE !buyhouse 100% ----------------------------------------- PRECISAR DE 1 SCRIPTH 1 MAPER PARA ENTRA NA EQUIPE PRECISAR TER 1 MICROFONE E SKYPE
  6. 345sat postou uma resposta no tópico em Suporte Tibia OTServer
    mano primeiro olher 1 tutorial ensinando como adicionar pokemon com icone sistema ajudei rep
  7. 345sat postou uma resposta no tópico em Suporte & Pedidos
    Projeto pokemon sem nome -------------------novidades----------------- (sem lenda)mais ainda tem cath de alguns lendas tipo (regice)-(registeel)-(regirock) (sistema de addons box)100% (sistema de addons)100% (novos depot)100% (novos pisos)100% (novas paredes)100% ---------------shiny-novos----------------- shiny blastoise shiny roserade shiny venomoth ---------------base-não-falarei-------- cp inicial refeito quest quer ganhar shiny ----------sem-hamachi-ip-changer
  8. 345sat postou uma resposta no tópico em Suporte Tibia OTServer
    local addons = { [12611] = {pokemon= "Shiny Alakazam" , looktype = 1474}, --xxxx = id do item do addon --- "Dragonite" = nome do pokemon --- looktype = 1697 é o looktype do pokemon com addon } function onUse(cid, item, fromPosition, itemEx, toPosition) if addons[item.itemid] then if #getCreatureSummons(cid) > 0 then return doPlayerSendCancel(cid, "Please back your pokemon.") end local numero = addons[item.itemid].looktype local pb = getPlayerSlotItem(cid, 8).uid local pk = addons[item.itemid].pokemon if pb > 1 and getItemAttribute(pb, "poke") ~= pk then return doPlayerSendCancel(cid, "Sorry, you can't use this addon on this poke.") end local attr = getItemAttribute(pb, "addon") if attr < 1 then doRemoveItem(item.uid, 1) doPlayerSendTextMessage(cid, 27, "Congratulations! Now your pokemon will use the addon.") doSetItemAttribute(pb, "addon", numero) end else doPlayerSendCancel(cid, "This item isn't a addon, sorry.") end return true end [25/04/2015 20:50:24] [Error - Action Interface] [25/04/2015 20:50:24] data/actions/scripts/Addons.lua:onUse [25/04/2015 20:50:24] Description: [25/04/2015 20:50:24] data/actions/scripts/Addons.lua:16: attempt to compare nil with number [25/04/2015 20:50:24] stack traceback: [25/04/2015 20:50:24] data/actions/scripts/Addons.lua:16: in function <data/actions/scripts/Addons.lua:4> function onUse(cid, item, fromPosition, itemEx, toPosition) local addons = { [12611] = {pokemon = "Shiny Alakazam", looktype = 1474} --xxxx = id do item do addon --- "Dragonite" = nome do pokemon --- looktype = 1697 é o looktype do pokemon com addon } if #getCreatureSummons(cid) >= 1 then doPlayerSendCancel(cid, "Please back your pokemon.") return false end local numero = addons[item.itemid].looktype local pb = getPlayerSlotItem(cid, 8).uid local pk = addons[item.itemid].pokemon if getItemAttribute(pb, poke) ~= pk then doPlayerSendCancel(cid, "Sorry, you can't use this addon on this poke.") return false end if getItemAttribute(pb, numero) < 1 then doRemoveItem(item.uid, 1) doPlayerSendTextMessage(cid, 27, "Congratulations! Now your pokemon will use the addon.") doSetItemAttribute(pb, numero, 1) end return true end Ele quis dizer que não deu certo... ele é da minha equipe
  9. 345sat postou uma resposta no tópico em Suporte Tibia OTServer
    meu n fazendo nada men esta trocando roupinha men da para usar up up
  10. 345sat postou uma resposta no tópico em Suporte Tibia OTServer
    Olá pessoal, eu estou com uma dúvida sobre estes erros que estão acontecendo no meu servidor, siga abaixo: script do addons function onUse(cid, item, fromPosition, itemEx, toPosition) local addons = { [12611] = {pokemon= "Shiny Alakazam" , looktype = 1474}, --xxxx = id do item do addon --- "Dragonite" = nome do pokemon --- looktype = 1697 é o looktype do pokemon com addon } if #getCreatureSummons(cid) > 0 then doPlayerSendCancel(cid, "Please back your pokemon.") return false end local numero = addons[item.itemid].looktype local pb = getPlayerSlotItem(cid, 8).uid local pk = addons[item.itemid].pokemon if getItemAttribute(pb,"poke") ~= pk then doPlayerSendCancel(cid, "Sorry, you can't use this addon on this poke.") return false end if getItemAttribute(pb,"addon") < 1 then doRemoveItem(item.uid, 1) doPlayerSendTextMessage(cid, 27, "Congratulations! Now your pokemon will use the addon.") doSetItemAttribute(pb,"addon",numero) return false end return true end Erro:[25/04/2015 03:57:28] [Error - Action Interface] [25/04/2015 03:57:28] data/actions/scripts/addons.lua:onUse [25/04/2015 03:57:28] Description: [25/04/2015 03:57:28] data/actions/scripts/addons.lua:20: attempt to compare nil with number [25/04/2015 03:57:28] stack traceback: [25/04/2015 03:57:28] data/actions/scripts/addons.lua:20: in function <data/actions/scripts/addons.lua:1>
  11. 345sat postou uma resposta no tópico em Suporte & Pedidos
    vou corrigir agora obrigado
  12. 345sat postou uma resposta no tópico em Suporte & Pedidos
    Base:não vou falar Stones:todas do otpokemon Cath:+/- Lendas:entei,raikou,suicone,moltres,zaptos,articuno,regice,registeel,regirock Novos Lugares quer Nascer Cortinas Old cliente Bike---100% BoostStone---100% ShinyStone----100% Iniciais Refeitos---100% Invasão com Horarios corretos na mensagem Golden arena--100% by:Luiz Machado by:Bruno Cesar Skype:rue472 Precisando 1 Scripth Addons:100%
  13. 345sat postou uma resposta no tópico em Suporte & Pedidos
    Vc poderia fazer 1 sistema de addons quer fucionar assim quando vc cliclar no addons do pokemon vc troca roupinha do pokemon estou tentando + não consiguir
  14. queria addons quando vc cliclar no item troca looktype do pokemon looktype = 1841 item:13194 up up uppppppppppppppp UP up
  15. poderia manda scripth denovo para eu tentar aqui novamente
  16. pato loko isso e factur %80 quando fui olhar cliente nao tinha nada de diferente mesnos erros etc
  17. sou scripth sei add pokes sei add novos ataques sei botar novos item exeplo escada piso etc contatos:skype::rue472
  18. 345sat postou uma resposta no tópico em Suporte & Pedidos
    Adorei meu patrão
  19. tem como ensinar add pokemon base pokemon flash
  20. nossa passar correto ai pf
  21. meu da error [05/03/2015 13:00:28] [Error - Action Interface] [05/03/2015 13:00:28] data/actions/scripts/addons1.lua:onUse [05/03/2015 13:00:28] Description: [05/03/2015 13:00:28] data/actions/scripts/addons1.lua:20: attempt to compare nil with number [05/03/2015 13:00:28] stack traceback: [05/03/2015 13:00:28] data/actions/scripts/addons1.lua:20: in function <data/actions/scripts/addons1.lua:1> meu da error [05/03/2015 13:00:28] [Error - Action Interface] [05/03/2015 13:00:28] data/actions/scripts/addons1.lua:onUse [05/03/2015 13:00:28] Description: [05/03/2015 13:00:28] data/actions/scripts/addons1.lua:20: attempt to compare nil with number [05/03/2015 13:00:28] stack traceback: [05/03/2015 13:00:28] data/actions/scripts/addons1.lua:20: in function <data/actions/scripts/addons1.lua:1>
  22. fucionar no galaxy v2 com sistema de llvl

Informação Importante

Confirmação de Termo