-
Total de itens
92 -
Registro em
-
Última visita
-
Dias Ganhos
6
Tudo que gabrielzika postou
-
@RAJADAO possui as sources do servidor?
-
"já arrumei aqui " Por isso ninguém ajuda vocês, poste oque você fez para alguem com o mesmo problema poder corrigir em breve.
-
local ranks = { ["fist"] = {skill = 0}, ["club"] = {skill = 1}, ["sword"] = {skill = 2}, ["axe"] = {skill = 3}, ["distance"] = {skill = 4}, ["shield"] = {skill = 5}, ["fish"] = {skill = 6}, ["magic"] = {skill = 7}, ["level"] = {skill = 8} } function onSay(cid, words, param) local msg = string.lower(param) if not ranks[msg].skill then doPlayerSendCancel(cid, "Skill errada.") return true end if ranks[msg] ~= nil then str = getHighscoreString(ranks[msg].skill) else str = getHighscoreString(8) end doShowTextDialog(cid,6500, str) return TRUE end
-
Veja se vai assim: local ranks = { ["fist"] = {skill = 0}, ["club"] = {skill = 1}, ["sword"] = {skill = 2}, ["axe"] = {skill = 3}, ["distance"] = {skill = 4}, ["shield"] = {skill = 5}, ["fish"] = {skill = 6}, ["magic"] = {skill = 7}, ["level"] = {skill = 8} } function onSay(cid, words, param) if param ~= "" then doPlayerSendCancel(cid, "Falta parametro.") return true end local msg = string.lower(param) if not ranks[msg].skill then doPlayerSendCancel(cid, "Skill errada.") return true end if ranks[msg] ~= nil then str = getHighscoreString(ranks[msg].skill) else str = getHighscoreString(8) end doShowTextDialog(cid,6500, str) return TRUE end
-
[Resolvido] [Pedido] Adicionar uma linha no código php
pergunta respondeu ao LeoTK de gabrielzika em Resolvidos
cade o php do auction system pra poder te ajudar mano? ;-; -
Boaa Manoo, Vai ajudar muita gente!!! Rep+ hahahaha
-
EXCLUSIVO BASE (OtpokemonXY)
tópico respondeu ao elias vieira alves de gabrielzika em OTServer Alternativo (ATS)
Só Acho melhor vc mudar o Nome deste Tópico, pois a base não é a do XY. Só ter o CP igual não significa ser a BASE. -
Só Acho melhor vc mudar o Nome deste Tópico, pois a base não é a do XY.
-
[Download] Remakes,pedras,paredes,escadas e Montanhas PXG
tópico respondeu ao kaleudd de gabrielzika em Spriting
Reputado Mano Muito Bom haha :smile_positivo: -
[ Ajuda ] Script Spell Healarea Poketibia Não está Healando no Pvp
pergunta respondeu ao gabrielzika de gabrielzika em Scripts
@UP -
[ Ajuda ] Script Spell Healarea Poketibia Não está Healando no Pvp
pergunta respondeu ao gabrielzika de gabrielzika em Scripts
@Up @Up -
[ Ajuda ] Script Spell Healarea Poketibia Não está Healando no Pvp
pergunta respondeu ao gabrielzika de gabrielzika em Scripts
@Up -
[ Ajuda ] Script Spell Healarea Poketibia Não está Healando no Pvp
pergunta respondeu ao gabrielzika de gabrielzika em Scripts
@nociam Eu Já retirei e Funfo , mas ai o Pvp Não Funciona mais n da pra atacar ngm @UP @Up -
[ Ajuda ] Script Spell Healarea Poketibia Não está Healando no Pvp
pergunta respondeu ao gabrielzika de gabrielzika em Scripts
function canAttackOther(cid, pid) --Function q verifica se um poke/player pode atacar outro poke/player if not isCreature(cid) or not isCreature(pid) then return "Cant" end local master1 = isSummon(cid) and getCreatureMaster(cid) or cid local master2 = isSummon(pid) and getCreatureMaster(pid) or pid ---- if getPlayerStorageValue(master1, 6598754) >= 5 and getPlayerStorageValue(master2, 6598754) >= 5 then if getPlayerStorageValue(master1, 6598754) ~= getPlayerStorageValue(master2, 6598754) then if isDuelingAgainst(master1, master2) then --alterado v1.8 if isSummon(cid) and isPlayer(pid) then return "Cant" else return "Can" end end end end ---- pvp system if getPlayerStorageValue(master1, 6598754) >= 1 and getPlayerStorageValue(master2, 6598755) >= 1 then return "Can" end if getPlayerStorageValue(master1, 6598755) >= 1 and getPlayerStorageValue(master2, 6598754) >= 1 then ---estar em times diferentes return "Can" end ---- if getTileInfo(getThingPos(cid)).pvp then return "Can" end if ehMonstro(cid) and ehMonstro(pid) then return "Can" end return "Cant" end -
[ Ajuda ] Script Spell Healarea Poketibia Não está Healando no Pvp
pergunta respondeu ao gabrielzika de gabrielzika em Scripts
@@nociam Vamos se por se eu tiver em qualquer lugar do Mapa Exceto Pvp o Healarea Funciona Normal heala de boa agr se eu tiver no pvp e usar pra me curar Não Cura tem como me Ajudar ? no Meu tá assim: function canAttackOther(cid, pid) --Function q verifica se um poke/player pode atacar outro poke/player if not isCreature(cid) or not isCreature(pid) then return "Cant" end local master1 = isSummon(cid) and getCreatureMaster(cid) or cid local master2 = isSummon(pid) and getCreatureMaster(pid) or pid ---- if getPlayerStorageValue(master1, 6598754) >= 5 and getPlayerStorageValue(master2, 6598754) >= 5 then if getPlayerStorageValue(master1, 6598754) ~= getPlayerStorageValue(master2, 6598754) then if isDuelingAgainst(master1, master2) then --alterado v1.8 if isSummon(cid) and isPlayer(pid) then return "Cant" else return "Can" end end end end ---- pvp system if getPlayerStorageValue(master1, 6598754) >= 1 and getPlayerStorageValue(master2, 6598755) >= 1 then return "Can" end if getPlayerStorageValue(master1, 6598755) >= 1 and getPlayerStorageValue(master2, 6598754) >= 1 then ---estar em times diferentes return "Can" end ---- if getTileInfo(getThingPos(cid)).pvp then return "Can" end if ehMonstro(cid) and ehMonstro(pid) then return "Can" end return "Cant" end -
[ Ajuda ] Script Spell Healarea Poketibia Não está Healando no Pvp
pergunta respondeu ao gabrielzika de gabrielzika em Scripts
@@samlecter Desculpa a Demora , Bom Testei aqui e continua do msm jeito Tipo heala numa hunt normal ... ai quando entro na area PVP ele Não heala quem está em volta @UP @Up @UP @Up @Up -
@up Estou com a Mesma duvida preciso Muito msm @VictorWEBMaster Pode me dizer pfv onde por este script?
-
[ Ajuda ] Script Spell Healarea Poketibia Não está Healando no Pvp
pergunta respondeu ao gabrielzika de gabrielzika em Scripts
@@Caronte o Script Está Completo Sim ele fica no Arquivo Pokemon Moves.lua junto com Muitas outras Spell , Essa Spell Heala os Players eos Pokemons em qualquer Lugar Menos na Area de PVP @@samlecter Irei Testar, Mas poderia dizer oq tu mudou nele? -
[ Ajuda ] Script Spell Healarea Poketibia Não está Healando no Pvp
uma questão postou gabrielzika Scripts
Espero Que Alguem Me Ajude , Observe o Clefable com essa Spell Heala Fora do Pvp mas no PVP não heala Alguem Poderia me Ajudar? Aqui a Spell elseif spell == "Healarea" then local min = (getCreatureMaxHealth(cid) * 30) / 100 local max = (getCreatureMaxHealth(cid) * 50) / 100 local function doHealArea(cid, min, max) local amount = math.random(min, max) if (getCreatureHealth(cid) + amount) >= getCreatureMaxHealth(cid) then amount = -(getCreatureHealth(cid)-getCreatureMaxHealth(cid)) end if getCreatureHealth(cid) ~= getCreatureMaxHealth(cid) then doCreatureAddHealth(cid, amount) doSendAnimatedText(getThingPosWithDebug(cid), "+"..amount.."", 65) end end local pos = getPosfromArea(cid, heal) local n = 0 doHealArea(cid, min, max) while n < #pos do n = n+1 thing = {x=pos[n].x,y=pos[n].y,z=pos[n].z,stackpos=253} local pid = getThingFromPosWithProtect(thing) doSendMagicEffect(pos[n], 12) if isCreature(pid) then if isSummon(cid) and (isSummon(pid) or isPlayer(pid)) then if canAttackOther(cid, pid) == "Cant" then doHealArea(pid, min, max) end elseif ehMonstro(cid) and ehMonstro(pid) then doHealArea(pid, min, max) end end end @Up -
Funfo 100% Man Vlw
-
@Up
-
@Up Msm Problema Aqui
-
(Ajuda) Poketibia Damage Ao Matar Player No Pvp
pergunta respondeu ao gabrielzika de gabrielzika em Scripts
@Up -
(Ajuda) Poketibia Damage Ao Matar Player No Pvp
pergunta respondeu ao gabrielzika de gabrielzika em Scripts
@Up Alguem Pfv Quero QUe Aparece em Forma de Damage Pfv -
Funciono Manow , Muito Obrigado Vlw de Verdade Toma Ae Seus Reps segura Ae :3
-
Quem Está Navegando 0 membros estão online
- Nenhum usuário registrado visualizando esta página.