Tudo que gabrielzika postou
-
Ajuda com trade system
Man Mas o Nosso Não tem Held
-
(Resolvido)[Pedido] Bike System Poketibia
Boa Noite, Vish Mano Novo Problema Se ... Obs: se Por acaso cair o Jogo o Cara Estiver emcima de bike, quando ele loga ele fica encima da bike bugado, e quando clica para usar novamente clona, aa bike isso ferro com tudo no meu server kkk tive que tirar a bike do jogo se puder me ajudar mais uma vez Queria um jeito com que ao der use Na Bike Que Está No Slot bike ela se tranforma em uma que esteja com Not Moveable Tipo Da Ball Quando usa o poke ela muda se pude me ajudar agradeço e darei rep+ vlws flws
-
Ajuda com trade system
Bump
- [Ajuda] Como Criar Um Client Próprio com a Porta 7373
-
[ Pedido ] Alguem Me Ajuda Com Trade System!
Ai Galera Alguem Que Me Ajudar Arrumar Meu Trade System Que Não Aparece Os Sexos Do Pokemon Na Hora Do Trade Quem Puder Ajudar Darei Rep++ function onTradeRequest(cid, target, item) for a, b in pairs (pokeballs) do if b.use == item.itemid then doPlayerSendCancel(cid, "You can't trade this item.") return false end end if isContainer(item.uid) then local bagItems = getItensUniquesInContainer(item.uid) if #bagItems >= 1 then doPlayerSendCancel(cid, "Has a Unique Item in this bag, you can't trade this item.") --alterado v1.6 return false end elseif getItemAttribute(item.uid, "unique") then --alterado v1.6 doPlayerSendCancel(cid, "It is a Unique Item, you can't trade this item.") return false end if isContainer(item.uid) then local itens = getPokeballsInContainer(item.uid) if #itens >= 1 then for i = 1, #itens do local lvl = getItemAttribute(itens, "level") local name = getItemAttribute(itens, "poke") if not lvl then doItemSetAttribute(itens, "level", pokes[name].level) --alterado v1.6 end end end elseif isPokeball(item.itemid) then local lvl = getItemAttribute(item.uid, "level") local name = getItemAttribute(item.uid, "poke") if not lvl then doItemSetAttribute(item.uid, "level", pokes[name].level) end end if getPlayerStorageValue(cid, 52480) >= 1 then --alterado v1.6.1 doPlayerSendTextMessage(cid, 20, "You can't do that while be in a duel!") return false end if isPokeball(item.itemid) then local name = getItemAttribute(item.uid, "poke") --alterado v1.8 \/ local boost = getItemAttribute(item.uid, "boost") or 0 local nick = getItemAttribute(item.uid, "nick") or "" local sexo = getPokemonGender(item.uid, "genders") local str = "Pokemon in trade: " str = str.."•Name: "..name.." •Boost: "..boost.." •Sexo: "..sexo.." " if nick ~= "" then str = str.."•Nick: "..nick.."" end sendMsgToPlayer(target, 20, str) end --alterado v1.8 \/ if isContainer(item.uid) then local itens = getPokeballsInContainer(item.uid) if #itens >= 1 then for i = 1, #itens do if isPokeball(getThing(itens).itemid) then local name = getItemAttribute(itens, "poke") local boost = getItemAttribute(itens, "boost") or 0 local nick = getItemAttribute(itens, "nick") or "" local sexo = getPokemonGender(itens, "genders") local str = "Pokemon in trade: " str = str.."•Name: "..name.." •Boost: "..boost.." •Sexo: "..sexo.." " if nick ~= "" then str = str.."•Nick: "..nick.."" end sendMsgToPlayer(target, 20, str) end end end end return true end local function noCap(cid, sid) if isCreature(cid) then doPlayerSendCancel(cid, "You can't carry more than six pokemons, trade cancelled.") end if isCreature(sid) then doPlayerSendCancel(sid, "You can't carry more than six pokemons, trade cancelled.") end end function onTradeAccept(cid, target, item, targetItem) local pbs = #getPokeballsInContainer(item.uid) local cancel = false local p1 = 0 local p2 = 0 local itemPokeball = isPokeball(item.itemid) and 1 or 0 local targetItemPokeball = isPokeball(targetItem.itemid) and 1 or 0 if getPlayerMana(cid) + itemPokeball > 6 then --alterado v1.6 cancel = true p1 = cid end if getPlayerMana(target) + targetItemPokeball > 6 then --alterado v1.6 cancel = true p2 = target end if pbs > 0 and getCreatureMana(target) + pbs > 6 + targetItemPokeball then cancel = true p1 = target end pbs = #getPokeballsInContainer(targetItem.uid) if pbs > 0 and getCreatureMana(cid) + pbs > 6 + itemPokeball then cancel = true p2 = cid end if cancel then addEvent(noCap, 20, p1, p2) return false end if itemPokeball == 1 and targetItemPokeball == 1 then setPlayerStorageValue(cid, 8900, 1) setPlayerStorageValue(target, 8900, 1) end return true end
- [PEDIDO]Doante Via SMS (PayGol)
-
[ShowOFF] Pokemons Iniciais
Vlw Ai Vou Tentar Melhorar e.e
- [Ajuda] Como Criar Um Client Próprio com a Porta 7373
- [PEDIDO] Como Extender Client OLD/NTO
- [Ajuda] Como Criar Um Client Próprio com a Porta 7373
- [PEDIDO] Como Extender Client OLD/NTO
- [Ajuda] Como Criar Um Client Próprio com a Porta 7373
-
[Ajuda] Como Criar Um Client Próprio com a Porta 7373
Mano não é para prevenir ataques é para outra coisas ... mas eae eu não entendi como faz esse bang ai eu baixei o negocio que pede Lá mas Procurei Por $ F0DAA para (2 últimos dígitos em hexadecimal ou seja, 72 = 04) Mas Não Achei o Negocio Para Modificar Poderia Me Explicar ou Me Mandar Algum Print? Se Puder Ajudar Agradeço ...
- [Ajuda] Como Criar Um Client Próprio com a Porta 7373
- [Ajuda] Como Criar Um Client Próprio com a Porta 7373
- [ Duvida ] Como colocar Skull de " ? " em Pokemon em PDA
-
(Resolvido)[Pedido] Bike System Poketibia
Apenas Registrei o Evento No Login.lua kkkkkkkkkkk
-
(Resolvido)[Pedido] Bike System Poketibia
Mesma Coisa Ainda Dá Pra Dar Trade normalmente Vlw Já Consegui Muito Obrigado kkkkkkkkk
-
(Resolvido)[Pedido] Bike System Poketibia
Não Funcionou Tipo Da Trade Ainda normalmente Ou Tem Algo No Script Pra Mim Modificar?
-
(Resolvido)[Pedido] Bike System Poketibia
Então Né Mano Teria Uma Forma de Por Para Não Poder Dar Trade com o item da bike enquanto estiver emcima da bike pq esse sistema tá dando para dar trade mas tipo a bike nn vai pra outra pessoa mas vem o item da outra pessoa se puder ajudar já dei rep+ pelo scrip de n poder mover agora se puder quebrar mais essa pra mim rsrs
-
(Resolvido)[Pedido] Bike System Poketibia
Sim Adicionei Olha Ai o Script Da Minha Bike Tenta Adaptar Para n Poder Mover o Item Quando Ela Estiver Em Uso Pf local t = {s=5700, speed = 9999} local bikeid = 12774 -- ITEMID da Bike local function BikeSpeedOn(cid, t) setPlayerStorageValue(cid, t.s, t.speed) doChangeSpeed(cid, -getCreatureSpeed(cid)) doChangeSpeed(cid, t.speed) end local function BikeSpeedOff(cid, t) setPlayerStorageValue(cid, t.s, -1) doRegainSpeed(cid) end function onUse(cid, item, fromPosition, itemEx, toPosition) if item.uid ~= getPlayerSlotItem(cid, CONST_SLOT_RING).uid then ---Coloquei Slot RING pq nao sabia o nome do correto doPlayerSendCancel(cid, "Você deve colocar sua bike no local correto.") return TRUE end if getPlayerStorageValue(cid, 17001) >= 1 or getPlayerStorageValue(cid, 63215) >= 1 or getPlayerStorageValue(cid, 17000) >= 1 or getPlayerStorageValue(cid, 75846) >= 1 or getPlayerStorageValue(cid, 6598754) >= 1 or getPlayerStorageValue(cid, 6598755) >= 1 then return doPlayerSendCancel(cid, "You can't do that right now.") end if getPlayerStorageValue(cid, t.s) <= 0 then BikeSpeedOn(cid, t) if getPlayerSex(cid) == 1 then doSetCreatureOutfit(cid, {lookType = 1951}, -1) else doSetCreatureOutfit(cid, {lookType = 1950}, -1) end else BikeSpeedOff(cid, t) doRemoveCondition(cid, CONDITION_OUTFIT) end return true end
-
[ShowOFF] Pokemons Iniciais
Vlw Meu Funcionário kkkkkkkkkk Vlw Brother
-
(Resolvido)[Pedido] Bike System Poketibia
Mas n Teria Como Ao Usar o Item Bike se transforma em outro item ai ao sair da bike ele volta ao msm item tipo ex: Item bike id = 12774 quando eu der use na bike e ele vira outro item com outro id vamos se por item bike2 = 12775 ai quando eu der use dnv ela volta a ser 12774 teria como? eu Achei Um Tópico Que Tem A Haver Com o Que eu Preciso Mas n tem Resposta http://www.tibiaking.com/forum/topic/34259-pedido-se-o-player-usar-tal-item-ele-n%C3%A3o-consigo-soltar/
-
(Resolvido)[Pedido] Bike System Poketibia
Mas eu Ja Tenho o Sistema De Só Poder Usar Ela No Ring Anel ... Obs: Eu Quero Que Quando Estiver Emcima Da Bike o Item Bike Fique e Not Moveable e Quando descer Da Bike ele Possa Ser movido Novamente ... Se Tiver Como Ajudar
-
(Resolvido)[Pedido] Bike System Poketibia
Agora em movements.xml, adicione a tag abaixo: <movevent type="DeEquip" itemid="1212" slot="ring" event="script" value="bikesystem.lua"/> E o script bikesystem.lua será o seguinte: local action = 12121 function onDeEquip(cid, item) if item.actionid == action then doRemoveItem(item.uid, 1) local actitem = doPlayerAddItem(cid, item.itemid, 1) doItemSetAttribute(actitem, "aid", action) doPlayerSendCancel(cid, "You cannot take out this item while you're mounted on the bike.") end return true end Aguardo resposta. Boa sorte. Acontece nada só aparece um mensagem 15:06 Your bike needs stay in "..bslot[2].." slot for use. e não sobe na bike