Tudo que DarkRed postou
-
erro ao compilar soucer
obrigado mais queria limite de efeitos quero aumentar o limite de sprites só que é 65534 pra poder adicionar novos itens e outfits meu distrito e 0.4 e para ajuda um amigo
-
erro ao compilar soucer
Up
-
(Resolvido)Como iniciar o servidor base Mysterious
MARCA COMO MELHOR RESPOSTA PARA FECHA O TOPIC
-
(Resolvido)Como iniciar o servidor base Mysterious
VOCE FEZ COMO O CARA FALOU COLOCO PELO XAMPP
-
BUG DO REMERES HELP-ME
as spr do seu cliente voce adiciono no cliente do tibia q voce baixa no site do rme
-
Erro No Remeres
voce criou ele no itens edito. e colou as spr na pasta do tibia no disco local C.
-
(Resolvido)Como iniciar o servidor base Mysterious
bom 1 voce precisa do xampp com uma versao antiga dele voce acha na net tem tutorial ensinado a abri o servidor pois ele so abre por site
-
Eu Tento Extreai A Pasta Client Mas So Vem Os Launchers E Quando Renomeio 1 Pasta Pra Modules,Data Etc Fala Que Ja Existe
vai pasta do seu cliente aperte (alt) do seu teclado no canto superior da tela vai aparecer essa barrinha. a vai em ferramenta opcao. modo de exibição e procure pasta arquivo oculto e vai em mostra pasta arquivo de unidade oculta aplicar depois ok e vai aparecer o que esta dentro da pasta. espero ter ajudado.
- Sprites de Pokemons
-
Ajuda com Level system ( Poke Tibia )
bom nao tenho nenhum conhecimento quanto a isso mais sei de uma coisa e muito difícil coloca level system no servidor entao acho mais difícil voce tira sei q tem como oculta o level no pokémon mais remover ele tem q ter muito conhecimento pois qualquer erro buga o servidor inteiro mais boa sorte na sua jornada pokémon..
-
[AJUDA] ADICIONAR POKEBAR AO SERVIDOR
https://www.xtibia.com/forum/topic/242237-tutorial-otc-pokemon-bar/ bom conheço esse para PDA mais da muito erro consegui arruma uns mais desisti pois nao tenho conhecimento em scripts entao e muito difícil mais acho mais difícil ainda alguém ajuda com esse problema. desculpa nao posso ajuda mais do q isso.
-
erro no goback.lua quando cria um pokemon e chama ele para fora da ball
Diga em poucas palavras a base utilizada (Nome do servidor ou nome do website). Ex. TFS 1.0 Base: poke Serv Full v2.9 com level system Qual erro está surgindo/O que você procura? esse erro aparece depois q eu quando vou criar um pokemon e chamo ele para fora da ball [06/10/2018 21:20:23] [Error - Action Interface] [06/10/2018 21:20:23] data/actions/scripts/goback.lua:onUse [06/10/2018 21:20:23] Description: [06/10/2018 21:20:23] data/actions/scripts/goback.lua:116: attempt to perform arithmetic on a nil value [06/10/2018 21:20:23] stack traceback: [06/10/2018 21:20:23] data/actions/scripts/goback.lua:116: in function <data/actions/scripts/goback.lua:10> Você tem o código disponível? Se tiver publique-o aqui: local EFFECTS = { --[OutfitID] = {Effect} ["Magmar"] = 35, ["Jynx"] = 17, --alterado v2.5 ["Shiny Jynx"] = 17, ["Piloswine"] = 205, --alterado v2.8 ["Swinub"] = 205, } function onUse(cid, item, frompos, item2, topos) if exhaustion.get(cid, 6666) and exhaustion.get(cid, 6666) > 0 then return true end if getPlayerStorageValue(cid, 17000) >= 1 or getPlayerStorageValue(cid, 17001) >= 1 or getPlayerStorageValue(cid, 63215) >= 1 or getPlayerStorageValue(cid, 75846) >= 1 or getPlayerStorageValue(cid, 5700) >= 1 then --alterado v2.9 << return true end local ballName = getItemAttribute(item.uid, "poke") local btype = getPokeballType(item.itemid) local usando = pokeballs[btype].use local effect = pokeballs[btype].effect if not effect then effect = 21 end unLock(item.uid) --alterado v2.8 if item.itemid == usando then if getPlayerStorageValue(cid, 990) == 1 then -- GYM doPlayerSendCancel(cid, "You can't return your pokemon during gym battles.") return true end if #getCreatureSummons(cid) > 1 and getPlayerStorageValue(cid, 212124) <= 0 then --alterado v2.6 if getPlayerStorageValue(cid, 637501) == -2 or getPlayerStorageValue(cid, 637501) >= 1 then BackTeam(cid) end end if #getCreatureSummons(cid) == 2 and getPlayerStorageValue(cid, 212124) >= 1 then doPlayerSendCancel(cid, "You can't do that while is controling a mind") return true --alterado v2.5 end if #getCreatureSummons(cid) <= 0 then if isInArray(pokeballs[btype].all, item.itemid) then doTransformItem(item.uid, pokeballs[btype].off) doItemSetAttribute(item.uid, "hp", 0) doPlayerSendCancel(cid, "This pokemon is fainted.") return true end end local cd = getCD(item.uid, "blink", 30) if cd > 0 then setCD(item.uid, "blink", 0) end local z = getCreatureSummons(cid)[1] if getCreatureCondition(z, CONDITION_INVISIBLE) and not isGhostPokemon(z) then return true end doReturnPokemon(cid, z, item, effect) elseif item.itemid == pokeballs[btype].on then if item.uid ~= getPlayerSlotItem(cid, CONST_SLOT_FEET).uid then doPlayerSendCancel(cid, "You must put your pokeball in the correct place!") return TRUE end local thishp = getItemAttribute(item.uid, "hp") if thishp <= 0 then if isInArray(pokeballs[btype].all, item.itemid) then doTransformItem(item.uid, pokeballs[btype].off) doItemSetAttribute(item.uid, "hp", 0) doPlayerSendCancel(cid, "This pokemon is fainted.") return true end end local pokemon = getItemAttribute(item.uid, "poke") if not pokes[pokemon] then return true end ----------------------- Sistema de nao poder carregar mais que 3 pokes lvl baixo e + q 1 poke de lvl medio/alto --------------------------------- if not isInArray({5, 6}, getPlayerGroupId(cid)) then --alterado v2.9 \/ local balls = getPokeballsInContainer(getPlayerSlotItem(cid, 3).uid) local low = {} local lowPokes = {"Rattata", "Caterpie", "Weedle", "Oddish", "Pidgey", "Paras", "Poliwag", "Bellsprout", "Magikarp", "Hoppip", "Sunkern"} if #balls >= 1 then for _, uid in ipairs(balls) do local nome = getItemAttribute(uid, "poke") if not isInArray(lowPokes, pokemon) and nome == pokemon then return doPlayerSendTextMessage(cid, 27, "Sorry, but you can't carry two pokemons equals!") else if nome == pokemon then table.insert(low, nome) end end end end if #low >= 3 then return doPlayerSendTextMessage(cid, 27, "Sorry, but you can't carry more than three pokemons equals of low level!") end end --------------------------------------------------------------------------------------------------------------------------------------------------- local x = pokes[pokemon] local boosts = getItemAttribute(item.uid, "boost") or 0 if getPlayerLevel(cid) + pokemonMaxLevelAbovePlayer < getItemAttribute(item.uid, "level") + boosts then doPlayerSendCancel(cid, "Your pokemon's level is much higher than yours, you can't use him.") return true end local shinysClan = { ["Shiny Fearow"] = {4, "Wingeon"}, ["Shiny Flareon"] = {1, "Volcanic"}, ["Shiny Vaporeon"] = {2, "Seavel"}, ["Shiny Jolteon"] = {9, "Raibolt"}, ["Shiny Hypno"] = {7, "Psycraft"}, ["Shiny Golem"] = {3, "Orebound"}, ["Shiny Vileplume"] = {8, "Naturia"}, ["Shiny Nidoking"] = {5, "Malefic"}, ["Shiny Hitmontop"] = {6, "Gardestrike"}, --alterado v2.4 } if shinysClan[pokemon] and (getPlayerGroupId(cid) < 3 or getPlayerGroupId(cid) > 6) then --alterado v2.8 \/ if getPlayerClanNum(cid) ~= shinysClan[pokemon][1] then doPlayerSendCancel(cid, "You need be a member of the clan "..shinysClan[pokemon][2].." to use this pokemon!") return true elseif getPlayerClanRank(cid) ~= 5 then doPlayerSendCancel(cid, "You need be atleast rank 5 to use this pokemon!") return true end end doSummonMonster(cid, pokemon) local pk = getCreatureSummons(cid)[1] if not isCreature(pk) then return true end ------------------------passiva hitmonchan------------------------------ if isSummon(pk) then --alterado v2.8 \/ if pokemon == "Shiny Hitmonchan" or pokemon == "Hitmonchan" then if not getItemAttribute(item.uid, "hands") then doSetItemAttribute(item.uid, "hands", 0) end local hands = getItemAttribute(item.uid, "hands") doSetCreatureOutfit(pk, {lookType = hitmonchans[pokemon][hands].out}, -1) end end ------------------------------------------------------------------------- ---------movement magmar, jynx------------- if EFFECTS[getCreatureName(pk)] then markPosEff(pk, getThingPos(pk)) sendMovementEffect(pk, EFFECTS[getCreatureName(pk)], getThingPos(pk)) --alterado v2.5 end -------------------------------------------------------------------------- if getCreatureName(pk) == "Ditto" then local left = getItemAttribute(item.uid, "transLeft") local name = getItemAttribute(item.uid, "transName") if left and left > 0 then setPlayerStorageValue(pk, 1010, name) doSetCreatureOutfit(pk, {lookType = getItemAttribute(item.uid, "transOutfit")}, -1) addEvent(deTransform, left * 1000, pk, getItemAttribute(item.uid, "transTurn")) doItemSetAttribute(item.uid, "transBegin", os.clock()) else setPlayerStorageValue(pk, 1010, "Ditto") end end if isGhostPokemon(pk) then doTeleportThing(pk, getPosByDir(getThingPos(cid), math.random(0, 7)), false) end doCreatureSetLookDir(pk, 2) adjustStatus(pk, item.uid, true, false, true) doAddPokemonInOwnList(cid, pokemon) doTransformItem(item.uid, item.itemid+1) local pokename = getPokeName(pk) --alterado v2.7 local mgo = gobackmsgs[math.random(1, #gobackmsgs)].go:gsub("doka", pokename) doCreatureSay(cid, mgo, TALKTYPE_SAY) doSendMagicEffect(getCreaturePosition(pk), effect) if useOTClient then doPlayerSendCancel(cid, '12//,show') --alterado v2.7 end local pk = getCreatureSummons(cid)[1] local pb = getPlayerSlotItem(cid, 8).uid local look = getItemAttribute(pb,"addon") if not look then doSetItemAttribute(pb,"addon",0) end if look > 0 then doSetCreatureOutfit(pk, {lookType = look}, -1) end else doPlayerSendCancel(cid, "This pokemon is fainted.") end if useKpdoDlls then doUpdateMoves(cid) end return true end Você tem alguma imagem que possa auxiliar no problema? Se sim, coloque-a aqui.
-
erro ao compilar soucer
desculpe nao vou me esquecer da proxima vez.
-
erro ao compilar soucer
up
-
[PEDIDO] Bike System - Efeito ao andar
aonde coloca o efeito mano up
-
erro ao compilar soucer
- erro ao compilar soucer
Diga em poucas palavras a base utilizada (Nome do servidor ou nome do website). 1.0 Base: pokémon generation Qual erro está surgindo/O que você procura? estou com esse erro ao compilar soucer Você tem o código disponível? Se tiver publique-o aqui: Você tem alguma imagem que possa auxiliar no problema? Se sim, coloque-a aqui.- [PEDIDO] Bike System - Efeito ao andar
Aonde adiciona isso- não consigo extender meu client
Entendi bom isso já não dei resolver porem outro meio e você resolver esse erro de mapa pelo rme mesmo ou espera q um dia alguém possa te ajuda com isso se ajudei deixa um rep + aí vlw- [PEDIDO] Bike System - Efeito ao andar
Up- não consigo extender meu client
Blz então o erro de sumir a parede pode ser o cliente q está usando tem um servidor de ir Pokemon q eu conheço q faz isso mais e só abri com outro cliente dat e spr ou da uma edita lá pelo rme conforme for editando o servidor- não consigo extender meu client
Essa é uma base ot Pokemon pegada No YouTube se for baixa o servidor dentro da pasta dele tem outro cliente aí você vai conseguir arruma o erro Essa é uma base ot Pokemon pegada No YouTube se for baixa o servidor dentro da pasta dele tem outro cliente aí você vai conseguir arruma o erro Se escreve no meu canal lá https://www.youtube.com/channel/UCyEc-lUB0V-1-F1Ev0E7IYQ- não consigo extender meu client
caso for old cliente https://www.xtibia.com/forum/topic/242201-dll-extende-seu-old-client/ mada uma foto deixa eu ver se posso te ajuda com isso.- não consigo extender meu client
em caso de estender cliente da uma olhada nesse vídeo- Bike não vai para o slot
- erro ao compilar soucer
Informação Importante
Confirmação de Termo