Ir para conteúdo

Valakinhas

Héroi
  • Registro em

  • Última visita

Tudo que Valakinhas postou

  1. Valakinhas postou uma resposta no tópico em Suporte Tibia OTServer
    to com umas duvidas a primeira delas seria o pokemon esta robando xp do treinador como configura isso. nao uso server com lvl system segunda duvida aonde meche nas passivas do pokemon igual o scyther 3 quando eu sou teleportado por um npc ou portal meu pokemon buga e morre, e quando isso ocorre a nurse nao hela a vida do pokemon que bugo atraves do portal Base TFS 0.3.6 pfield
  2. eu estou com essa spell porem nao tenho ideia daonde mecher, porque meu electabuzz esta sem passiva
  3. Valakinhas postou uma resposta no tópico em Suporte Tibia OTServer
    video 1 espero que ajude video 2 sem erro
  4. Valakinhas postou uma resposta no tópico em Suporte Tibia OTServer
    acredito que esse limite pode ser quebrado com as source do servidor
  5. desculpa em data/lig nao tem goback e acredito que isso nao tem nada a ver porque peguei o login de outro servidor ai funcionou removeu o bug mais depois deletei porque e dificil ser conpativel mais se quiser eu mando as 2 login.lua eu removi a tag doChangeIconeMode(cid) e então voltou a funciona sem bug porem a icon system deixou de funcionar
  6. entao baixa o pokemon dash open source
  7. certifiquece de que a vida dele nao esteja almentando cada vez mais. qual base ultiliza ?
  8. pfield pokemon Dash Open source Erondino site v14 ou v15 Pokemon Extreme Eu utilizo o Pfield
  9. funcionou nao a pokebola fico preta denovo
  10. Valakinhas postou uma resposta no tópico em Suporte Tibia OTServer
    local config = { loginMessage = getConfigValue('loginMessage'), useFragHandler = getBooleanFromString(getConfigValue('useFragHandler')) } function onLogin(cid) for n = 1, #gymStorages do setPlayerStorageValue(cid, gymStorages[n], 0) end if getPlayerSlotItem(cid, 8).uid >= 1 then if getPlayerSlotItem(cid, 8).itemid == pokeballs[getPokeballType(getPlayerSlotItem(cid, 8).itemid)].use and getPlayerStorageValue(cid, 17000) <= 0 and getPlayerStorageValue(cid, 17001) <= 0 then doTransformItem(getPlayerSlotItem(cid, 8).uid, pokeballs[getPokeballType(getPlayerSlotItem(cid, 8).itemid)].off) end end doChangeIconeMode(cid) getPlayerBurn(cid) getPlayerVenom(cid) getPlayerIce(cid) registerCreatureEvent(cid, "PlayerAttack") registerCreatureEvent(cid, "EffectOnAdvance") doPlayerSetLossPercent(cid, PLAYERLOSS_EXPERIENCE, 80) doCreatureSetDropLoot(cid, false) local accountManager = getPlayerAccountManager(cid) if(accountManager == MANAGER_NONE) then local lastLogin, str = getPlayerLastLoginSaved(cid), config.loginMessage if(lastLogin > 0) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_DEFAULT, str) str = "Your last visit was on " .. os.date("%a %b %d %X %Y", lastLogin) .. "." else str = str .. " Have fun! " end doPlayerSendTextMessage(cid, MESSAGE_STATUS_DEFAULT, str) elseif(accountManager == MANAGER_NAMELOCK) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Hello, it appears that your character has been namelocked, what would you like as your new name?") elseif(accountManager == MANAGER_ACCOUNT) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Hello, type 'account' to manage your account and if you want to start over then type 'cancel'.") else doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Hello, type 'account' to create an account or type 'recover' to recover an account.") end if(not isPlayerGhost(cid)) then doSendMagicEffect(getCreaturePosition(cid), CONST_ME_TELEPORT) end local flys = { ['Moltres'] = {229, 2300}, ['Articuno'] = {230, 2100}, ['Zapdos'] = {224, 2600}, ['Mew'] = {232, 2200}, ['Mewtwo'] = {233, 2200}, ['Dragonite'] = {221, 1300}, ['Pidgeot'] = {222, 900}, ['Fearow'] = {226, 800}, ['Aerodactyl'] = {227, 1100}, ['Charizard'] = {216, 1000}, ['Porygon'] = {316, 600}, ['Shiny Charizard'] = {295, 2000}, } local rides = { ["Tauros"] = {128, 780, 400}, -- tauros ["Ninetales"] = {129, 800, 375}, -- kyuubi ["Rapidash"] = {130, 800, 395}, -- rapid ["Ponyta"] = {131, 410, 500}, -- ponyta ["Rhyhorn"] = {132, 400, 510}, -- rhyhorn ["Arcanine"] = {12, 900, 390}, -- arcan ["Shiny Arcanine"] = {492, 1000, 360}, -- shiny arca ["Shiny Venusaur"] = {494, 420, 420}, -- shiny vneu ["Crystal Onix"] = {293, 480, 430}, -- cristal onix ["Onix"] = {126, 450, 450}, -- onix ["Venusaur"] = {134, 390, 450}, -- venu ["Dodrio"] = {133, 750, 380}, -- dodrio ["Doduo"] = {135, 420, 500}, -- doduo } local surf = { ["Poliwag"] = {lookType=278, speed = 320}, ["Poliwhirl"] = {lookType=137, speed = 480}, ["Seaking"] = {lookType=269, speed = 520}, ["Dewgong"] = {lookType=183, speed = 700}, ["Blastoise"] = {lookType=184, speed = 850}, ["Tentacruel"] = {lookType=185, speed = 750}, ["Lapras"] = {lookType=186, speed = 960}, ["Gyarados"] = {lookType=187, speed = 1050}, ["Omastar"] = {lookType=188, speed = 680}, ["Kabutops"] = {lookType=189, speed = 840}, ["Poliwrath"] = {lookType=190, speed = 680}, ["Vaporeon"] = {lookType=191, speed = 800}, ["Staryu"] = {lookType=266, speed = 385}, ["Starmie"] = {lookType=267, speed = 685}, ["Goldeen"] = {lookType=268, speed = 355}, ["Seadra"] = {lookType=270, speed = 655}, ["Golduck"] = {lookType=271, speed = 760}, ["Squirtle"] = {lookType=273, speed = 365}, ["Wartortle"] = {lookType=275, speed = 605}, ["Tentacool"] = {lookType=277, speed = 340}, ["Snorlax"] = {lookType=300, speed = 500}, } registerCreatureEvent(cid, "GuildMotd") registerCreatureEvent(cid, "PlayerPokeDeath") registerCreatureEvent(cid, "LogoutPoke") registerCreatureEvent(cid, "WildAttack") registerCreatureEvent(cid, "WildAttackk") registerCreatureEvent(cid, "Idle") registerCreatureEvent(cid, "Tele") registerCreatureEvent(cid, "Exp") registerCreatureEvent(cid, "Alook") setPlayerStorageValue(cid, 61207, 0) doChangeSpeed(cid, -(getCreatureSpeed(cid))) if getPlayerStorageValue(cid, 17000) >= 1 then item = getPlayerSlotItem(cid, 8) poke = getItemAttribute(item.uid, "poke"):match("This is (.-)'s pokeball.") doChangeSpeed(cid, flys[poke][2]) registerCreatureEvent(cid, "Flying") doRemoveCondition(cid, CONDITION_OUTFIT) doSetCreatureOutfit(cid, {lookType = flys[poke][1], lookHead = 0, lookAddons = 0, lookLegs = 0, lookBody = 0, lookFeet = 0}, -1) elseif getPlayerStorageValue(cid, 63215) >= 1 then item = getPlayerSlotItem(cid, 8) poke = getItemAttribute(item.uid, "poke"):match("This is (.-)'s pokeball.") doSetCreatureOutfit(cid, surf[poke], -1) doChangeSpeed(cid, surf[poke].speed) elseif getPlayerStorageValue(cid, 17001) >= 1 then item = getPlayerSlotItem(cid, 8) poke = getItemAttribute(item.uid, "poke"):match("This is (.-)'s pokeball.") doChangeSpeed(cid, rides[poke][2]) doRemoveCondition(cid, CONDITION_OUTFIT) doSetCreatureOutfit(cid, {lookType = rides[poke][1], lookHead = 0, lookAddons = 0, lookLegs = 0, lookBody = 0, lookFeet = 0}, -1) else if getPlayerGroupId(cid) >= 2 and getPlayerGroupId(cid) <= 7 then doChangeSpeed(cid, 400*getPlayerGroupId(cid)) else doChangeSpeed(cid, 250) end end if getPlayerVocation(cid) == 0 then doPlayerSetVocation(cid, 1) setCreatureMaxMana(cid, 6) doPlayerAddSoul(cid, -getPlayerSoul(cid)) setPlayerStorageValue(cid, 19898, 0) end if getCreatureOutfit(cid).lookType == 128 then outfit = {lookType = 159} doCreatureChangeOutfit(cid, outfit) elseif getCreatureOutfit(cid).lookType == 136 then outfit = {lookType = 160} doCreatureChangeOutfit(cid, outfit) end registerCreatureEvent(cid, "ReportBug") registerCreatureEvent(cid, "AdvanceSave") return true end
  11. Valakinhas postou uma resposta no tópico em Suporte Tibia OTServer
    Ola galera eu estou com um probleminha com meu icon system. o problema seria no login.lua o bug é quando o player desloga com uma pokebola normal a pokebola fica bugada vira um tile com ID [0] queria saber se alguem manja de meche com isso para me da uma força
  12. Valakinhas postou uma resposta no tópico em Suporte Tibia OTServer
    vai em actions/script cria um arquivo.lua joga isso la dentro depois se vai em xml e coloca a action depois vai no bau e coloca a outra action olha <action uniqueid="1000" event="script" value="arquivo.lua"/>
  13. Creaturescript login.lua
  14. preciso que alguem me ajude com isso o player nao loga mais com o pokemon e sim um tile no lugar da pokebola function onUse(cid, item, frompos, item2, topos) local zub = {x=850,y=1077,z=5} local odd = {x=852,y=1077,z=5} local pid = {x=854,y=1077,z=5} local pox = getPlayerPosition(cid) if getPlayerStorageValue(cid, 54842) ~= 1 then local health = 350 local maxhealth = 350 local description = "Contains a Zubat." local poke1 = "This is Zubat's pokeball. HP = ["..health.."/"..maxhealth.."]" item = doCreateItemEx(2219) doItemSetAttribute(item, "poke", poke1) doItemSetAttribute(item, "nome", "Zubat") doItemSetAttribute(item, "description", description) doPlayerAddItemEx(cid, item, true) doTransformItem(item, 2222) doPlayerSendTextMessage(cid, 27, "Voce pegou um pokemon.") doPlayerSendTextMessage(cid, 27, "Nao esqueca de usar a Pokedex para descobrir mais sobre pokemons na sua jornada!") doPlayerAddExp(cid, 9300) doSendMagicEffect(pox, 21) doPlayerAddSoul(cid, 1) setPlayerStorageValue(cid, 54842, 1) else doPlayerSendTextMessage(cid, 27, "Voce ja pegou o pokemon.") end return TRUE end
  15. Valakinhas postou uma resposta no tópico em Suporte Tibia OTServer
    function onUse(cid, item, frompos, item2, topos) local zub = {x=850,y=1077,z=5} local odd = {x=852,y=1077,z=5} local pid = {x=854,y=1077,z=5} local pox = getPlayerPosition(cid) if getPlayerStorageValue(cid, 54842) ~= 1 then local health = 350 local maxhealth = 350 local description = "Contains a Zubat." local poke1 = "This is Zubat's pokeball. HP = ["..health.."/"..maxhealth.."]" item = doCreateItemEx(2219) doItemSetAttribute(item, "poke", poke1) doItemSetAttribute(item, "nome", "Zubat") doItemSetAttribute(item, "description", description) doPlayerAddItemEx(cid, item, true) doTransformItem(item, 2222) doPlayerSendTextMessage(cid, 27, "Voce pegou um pokemon.") doPlayerSendTextMessage(cid, 27, "Nao esqueca de usar a Pokedex para descobrir mais sobre pokemons na sua jornada!") doPlayerAddExp(cid, 9300) doSendMagicEffect(pox, 21) doPlayerAddSoul(cid, 1) setPlayerStorageValue(cid, 54842, 1) else doPlayerSendTextMessage(cid, 27, "Voce ja pegou o pokemon.") end return TRUE end boa sorte
  16. usa o TE6 by Milice edit usa para altera a signiature, isso pode funcionar veja tutorial sobre ele tbem
  17. Valakinhas postou uma resposta no tópico em Suporte Tibia OTServer
    pega um heroserv ele ja vem com os items pronto
  18. http://www.tibiaking.com/forum/topic/31235-download-spr-e-dat-do-otpokemon-70/ esse eo data eo spr do otpokemon 7.0 você pode tira as sprites dele e coloca em seus pokemon , espero ter ajudado. caso se tiver duvida pesquisa no google de como coloca sprites no pokemon ou substituir uma sprite de um pokemon
  19. nao existe esse sistema livre só existe em servidores privados, servidores privados sempre tem scripter de alto nivel para fazer isso
  20. Otclient->modules-> client_entergame ->entergame.lua ao abro o entergame.lua precione ctrl+f e pesquisa por 854 antes dele se vai ver um ip e se coloca o seu
  21. seu data ou spr nao é compativel com a versão
  22. eta caralho mano logo no Level system esse negosso e complicado pra caramba de mecher se tu quiser eu faço upload do meu pda aqui para você sem bug
  23. Qual base de servidor você usa ? tente usa esse exe aqui pode funciona http://www.mediafire.com/download/p1aamc65d98r6iv/TFS.rar
  24. Eu tenho o npc Espero ter ajudado Agora vem a script dele
  25. Valakinhas postou uma resposta no tópico em Suporte Tibia OTServer
    Estamos no mesmo barco amigo se quiser me add skype para nos conversa meu skype é Valakinhasz eu tbem estou trabalhando com o Pfield @edit Bump

Informação Importante

Confirmação de Termo