-
Total de itens
835 -
Registro em
-
Última visita
-
Dias Ganhos
3
Tipo de Conteúdo
Perfis
Fóruns
Calendário
Publique
Tudo que ZoR postou
-
Scripting Script Dia de PVP e Dia de PVP Enforced.
ZoR respondeu ao tópico de Pifafa em Suporte Tibia OTServer
tfs amigo! @Pifafa -
Infraestrutura OLD CLIENT Trasparency
ZoR respondeu ao tópico de ruanvioto em Suporte Tibia OTServer
Bom amigo existe uma solução free para OTClient! para old client você terá que pagar alguém para criar um dll que possa fazer essa transparency! espero ter ajudado! -
(Resolvido)Checar se o pokemon esta se movendo!
ZoR respondeu ao tópico de leofox97 em Suporte OTServer Derivados (Resolvidos)
isso parece ser outro erro! -
(Resolvido)Checar se o pokemon esta se movendo!
ZoR respondeu ao tópico de leofox97 em Suporte OTServer Derivados (Resolvidos)
@leofox97 editei -
local Messages = { [13495] = {Text = "Your soul will be mine", Color = 21}, [13496] = {Text = "Your soul will be mine", Color = 21} } function onUse(cid, item, fromPosition, itemEx, toPosition) doSendAnimatedText(item, Messages[item.itemid].Text, Messages[item.itemid].Color) return true end @bpm
-
qual dele esta funcionando? qual é o seu tfs?
-
testa oque mandei logo a cima! @bpm91
-
local tabela = { [id item] = {text = "msg", cor = 12}, [id item] = {text = "msg", cor = 12} } function onUse(cid, item, fromPosition, itemEx, toPosition) if isPlayer(cid) then doSendAnimatedText(item.itemid, tabela[item.itemid].text, tabela[item.itemid].cor) end return true end @bpm91
-
como assim o item fala? ele é um item de house?
-
(Resolvido)Checar se o pokemon esta se movendo!
ZoR respondeu ao tópico de leofox97 em Suporte OTServer Derivados (Resolvidos)
function onStepIn(creature, item, position, fromPosition) if getCreatureSummons(cid)[1] then doMoveCreature(getCreatureMaster(cid), position.fromPosition + 1) doPlayerBroadcastMessage(cid,"Seu Pokemon se Moveu!") end return true end <movevent event="StepIn" script="arquivo.lua" /> -
@Thundera editei dnv!
-
Valeu mano! eu estava tentando por o text mas não saberia se iria funcionar então deixei daquela forma. mas valeu mano! aprendi algo novo ! @Snowsz
-
local tabela = { [ID] = "Msg", [ID] = "Msg" } local cormsg = 21 function onUse(cid, item, fromPosition, itemEx, toPosition) if isPlayer(cid) then doSendAnimatedText(getCreaturePosition(cid), tabela[itemid], cormsg) end return true end @bpm91
-
toma ae @p3driinho endereço ip : 127.0.0.1 Tibia.exe se ajudei rep+
-
-- MY FUNCTIONS -- function getBallHealth(cid) -- pega vida do pokemon if not isPlayer(cid) then getCreatureHealth(getCreatureSummons(cid)[1]) end return true end function getBallMaxHealth(cid) -- pega vida maxima do pokemon if not isPlayer(cid) then getCreatureMaxHealth(getCreatureSummons(cid)[1]) end return true end function PokeInfo(cid, item) if getCreatureMaster(cid) > 0 then getPlayerSlotItem(getBallHealth(cid) .. "|" .. getBallMaxHealth(cid), 7) getPokemonExperienceByLevel(lvl) end return doSendPlayerExtendedOpcode(cid, 135) end Discord: ZoR#9373
-
@Thundera editado!
-
elseif spell == "Shock-Counter" then local chance = math.random(1, 40) -- seriam gerados de forma aleatória do 1 ao 40, ou seja pode dar miss ou não! local function sendStickEff(cid, dir) if not isCreature(cid) then return true end doAreaCombatHealth(cid, ELECTRICDAMAGE, getPosByDir(getThingPosWithDebug(cid), dir), 0, -min, -max, chance) end local function sendStickEff2(cid, dir) if not isCreature(cid) then return true end doAreaCombatHealth(cid, ELECTRICDAMAGE, getPosByDir(getThingPosWithDebug(cid), dir), 0, -min, -max, chance) end local effect = 201
-
fiz um quebra galho local CONSTRUCTIONS = { [3901] = 1650, [3902] = 1658, [11199] = 13497, [11120] = 11121, [3903] = 1666, [3904] = 1670, [3905] = 3813, [3906] = 3817, [3907]= 2093, [3908] = 2603, [3909] = 1614, [3910] = 1615, [3911] = 1616, [3912] = 1619, [3913] = 3805, [3914] = 3807, [3915] = 1714, [3916] = 1774, [3917] = 2084, [3918] = 2095, [3919] = 3809, [3920] = 3832, [3921] = 11321, [3922] = 2107, [3923] = 2104, [3924] = 7670, [3925] = 1740, [3926] = 2080, [3927] = 2098, [3928] = 1676, [3929] = 2101, [3930] = 1739, [3931] = 2105, [3932] = 1724, [3933] = 1728, [3934] = 1732, [
-
editei ai @bpm91
-
Scripting [Script]Delay para Pokemon atacar player
ZoR respondeu ao tópico de Bepovi em Suporte OTServer Derivados
funcionou? @Bepovi Se ajudei REP+ -
troque por esse, e vê se funciona local CONSTRUCTIONS = { [11197] = 13495, [3901] = 1650, [3902] = 1658, [11199] = 13497, [11120] = 11121, [3903] = 1666, [3904] = 1670, [3905] = 3813, [3906] = 3817, [3907] = 2093, [3908] = 2603, [3909] = 1614, [3910] = 1615, [3911] = 1616, [3912] = 1619, [3913] = 3805, [3914] = 3807, [3915] = 1714, [3916] = 1774, [3917] = 2084, [3918] = 2095, [3919] = 3809, [3920] = 3832, [3921] = 11321, [3922] = 2107, [3923] = 2104, [3924] = 7670, [3925] = 1740, [3926] = 2080, [3927] = 2098, [3928] = 1676, [3929] = 2101, [3930] = 1739, [3931] = 2105, [3932] = 1
-
Scripting [Script]Delay para Pokemon atacar player
ZoR respondeu ao tópico de Bepovi em Suporte OTServer Derivados
Creaturescript.xml / tag <event type="healthchange" name="MonsterDano" script="nome do arquivo.lua" /> Creaturescript/script/login registerCreatureEvent(cid, "MonsterDano") Creaturescript/script/nome do arquivo function onHealthChange(creature, attacker, primaryDamage, primaryType, secondaryDamage, secondaryType, origin) if getCreatureMaster(cid) and getCreatureHealth(cid) == 1 then doMonsterChangeTarget(cid, os.time() + 3) end end @Bepovi -
me explique mais sobre isso, é x pokemon ou qualquer poke? @Thundera
-
local cfg = { items_area = { { itemid = 11497, area = { {0,0,0,0,0,0,0}, {0,1,0,0,0,0,0}, {0,0,0,0,0,0,0}, {0,0,0,2,0,0,0}, {0,0,0,0,0,0,0}, {0,0,0,0,1,0,0}, {0,0,0,0,0,0,0} } }, { itemid = 11498, area = { {0,0,0,0,0,0,0}, {0,0,0,0,0,0,0}, {0,0,0,0,0,0,0}, {0,0,0,2,0,0,1}, {0,0,0,0,0,0,0}, {0,0,0,0,0,0,
-
Scripting Ajuda monstro não quer healar
ZoR respondeu ao tópico de Icaro Simoes em Suporte Tibia OTServer
<attack name="healing" interval="1000" chance="75" range="7" target="1"/> troque <attack name="healing" interval="1000" chance="75" range="7"/> @Icaro Simoes
TibiaKing
Open Tibia Server
Quer aprender a criar seu próprio servidor de Tibia? Então está no lugar certo, aqui você encontrará milhares de tutorias, scripts, códigos, mapas e utilitários para que você possa fazer o seu próprio servidor de Tibia começando do zero.
Anuncie no TibiaKing
Precisa de mais visibilidade em seus projetos? Quer fazer um plano publicitário para o seu servidor? Anuncie no OTKing e faça sua divulgação, possuímos centenas de acessos simultâneos e milhares diários, com certeza será a sua solução!