-
Total de itens
182 -
Registro em
-
Última visita
-
Dias Ganhos
42
Tudo que Tungs postou
-
claro, hipocrisia do caralhoo
-
Postar base vazada, pode. Agora postar base que você vende n pode né? Hipocrisia
-
nunca fui da equipe do pxc, trabalhei com Pokémon HP, Pokémon Absalon, Alguns freela para a galera e só. não entendo o motivo de tentar me acusar disso sendo que não vai dar em nada
-
melhora o português no chat gpt pelomenos para eu entender oq diz. Base do Crazy eu estava mexendo na source e postei por livre espontanea vontade. Não roubei nada de ninguém
-
tem free em outro forum
-
[Download] Pokémon Light (Com level)
tópico respondeu ao Luga03 de Tungs em OTServer Alternativo (ATS)
uma pena tudo ter se perdido -
MercadoPago Retorno automatico (PIX) (Brazil)
tópico respondeu ao Qwizer de Tungs em Websites & Layouts
você deve adaptar ao seu sistema -
MercadoPago Retorno automatico (PIX) (Brazil)
tópico respondeu ao Qwizer de Tungs em Websites & Layouts
interessante dms, optei por tentar usar o pagar.me no meu znote. Ainda não conclui mas achei melhor que mercado pago. Percebi tbm que o znote é mais bagunçado que o myaac -
ative no seu otclient os OPCODES, Effects extendidos e sprite extendida
-
sim, basta compilar a source e usar o executavel compilado
-
PokeAimar (Level System) 8.54 2020 (Com Sources)
tópico respondeu ao GamerGoiano de Tungs em OTServer Alternativo (ATS)
local BOXES = { [3000] = {level = 5, pokemons = {"Pidgey"}} } function onUse(cid, item, fromPosition, itemEx, toPosition) local randomBoxPokemon = BOXES[item.itemid].pokemons[math.random(1, #BOXES[item.itemid].pokemons)] doSendMagicEffect(getCreaturePosition(cid), EFFECT_FIREWORK_YELLOW) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, string.format(__L(cid, "Congratulations! Your %s result in %s."), getItemNameById(item.itemid), getMonsterInfo(randomBoxPokemon).description)) doCreatePokemonBall(cid, "poke", randomBoxPokemon, BOXES[item.itemid].level, nil, nil, math.floor(BOXES[item.itemid].level / 2), cid, true) doTeleportThing(cid, {x = 3295, y = 564, z = 7}, false) return true end -
PokeAimar (Level System) 8.54 2020 (Com Sources)
tópico respondeu ao GamerGoiano de Tungs em OTServer Alternativo (ATS)
local BOXES = { [3000] = {level = 5, pokemons = {"Pidgey"}} } local slot = { getPlayerSlotItem(cid, PLAYER_SLOT_EVOLVE), } function onUse(cid, item, fromPosition, itemEx, toPosition) local randomBoxPokemon = BOXES[item.itemid].pokemons[math.random(1, #BOXES[item.itemid].pokemons)] doSendMagicEffect(getCreaturePosition(cid), EFFECT_FIREWORK_YELLOW) doPlayerRemoveItem(cid, slot, 1) doPlayerAddItem(cid, PLAYER_SLOT_EVOLVE, 2377, true) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, string.format(__L(cid, "Congratulations! Your %s result in %s."), getItemNameById(item.itemid), getMonsterInfo(randomBoxPokemon).description)) doCreatePokemonBall(cid, "poke", randomBoxPokemon, BOXES[item.itemid].level, nil, nil, math.floor(BOXES[item.itemid].level / 2), cid, true) doTeleportThing(cid, {x = 3295, y = 564, z = 7}, false) return true end try this -
é de boa, tu ta com a source nova ou ta usando só o executavel do windows corrigido?
-
se precisar da source do cliente me fala
-
PokeAimar (Level System) 8.54 2020 (Com Sources)
tópico respondeu ao GamerGoiano de Tungs em OTServer Alternativo (ATS)
show me what you do, your code is wrong... Send-me -
PokeAimar (Level System) 8.54 2020 (Com Sources)
tópico respondeu ao GamerGoiano de Tungs em OTServer Alternativo (ATS)
add a function to remove the item before "doPlayerAddItem(cid, PLAYER_SLOT_EVOLVE, 2377, 1 true)" -
poketibia Base PokeNumb (Open-Source)
tópico respondeu ao MixLort de Tungs em OTServer Alternativo (ATS)
tu corrigiu o fly pegando do psoul? -
poketibia Base PokeNumb (Open-Source)
tópico respondeu ao MixLort de Tungs em OTServer Alternativo (ATS)
achei que ele só estava postando, e n que estava envolvido na treta de venderem o server dele. o erro do fly está ligado a source server + source client. -
poketibia Base PokeNumb (Open-Source)
tópico respondeu ao MixLort de Tungs em OTServer Alternativo (ATS)
. -
poketibia Base PokeNumb (Open-Source)
tópico respondeu ao MixLort de Tungs em OTServer Alternativo (ATS)
. -
[PROJETO-EKZ] Pokémon Dash Revolution - Open Source
tópico respondeu ao Tungs de Tungs em OTServer Alternativo (ATS)
perdão, hoje que vi que não tinha o DAT E SPR... PODE PEGAR NO CLIENT ORIGINAL https://www.mediafire.com/file/pf0zw8636dd819j/Poke_DASH_Revolution_V10.1.rar/file -
ATUALIZAÇÃO ADIÇÃO DA FUNÇÃO getDirectionToWalk (C++) após baixar e compilar a nova source que se encontra logo abaixo, adicione em 032-position.lua que se encontra na pasta lib a função abaixo: function getDirectionToWalk(p1, pos2) local dir = NORTH local pos1 = getCreaturePosition(p1) if(pos1.x > pos2.x) then dir = WEST if(pos1.y > pos2.y) then dir = NORTHWEST elseif(pos1.y < pos2.y) then dir = SOUTHWEST end elseif(pos1.x < pos2.x) then dir = EAST if(pos1.y > pos2.y) then dir = NORTHEAST elseif(pos1.y < pos2.y) then dir = SOUTHEAST end else if(pos1.y > pos2.y) then dir = NORTH elseif(pos1.y < pos2.y) then dir = SOUTH end end return dir end function getNextStepDelay(cid, dir) return tonumber(398) end DOWNLOAD DA SOURCE ATUALIZADA: https://www.mediafire.com/file/nbf3ypdv8yaf903/Source_PDA_atualiza%C3%A7%C3%A3o_052023.rar/file
-
eu teria que gerar um novo :v
-
praticamente a mesma source, na época que eu estava trabalhando nessa base, eu e o Luiz (que postou a pxu) usamos a source no mesmo, porem essa postada tem mais funções na qual trabalhei. Se for no post do PXU ta la meus creditos (Jair Kevick)
-
Temos as funções //doSetMonsterGym(cid, target) lua_register(m_luaState, "doSetMonsterGym", LuaScriptInterface::luaDoSetMonsterGym); //DoSetAttackGym(cid, target) lua_register(m_luaState, "doSetAttackGym", LuaScriptInterface::luaDoSetAttackGym); //DoSetGym(cid) lua_register(m_luaState, "doSetGym", LuaScriptInterface::luaDoSetGym); adicionadas na source
-
Quem Está Navegando 0 membros estão online
- Nenhum usuário registrado visualizando esta página.