

Celulose
Member-
Content Count
632 -
Joined
-
Last visited
-
Days Won
7
Celulose last won the day on December 23 2020
Celulose had the most liked content!
About Celulose
-
Rank
Faça Sempre seu Melhor !
- Birthday 04/15/1997
Profile Information
-
Localization
São jose do rio preto
-
I am
Tibiano
-
Bot preferred
elfbot
Recent Profile Visitors
-
Cat reacted to a post in a topic: Perder life por segundo ao usar buff
-
Pedido Perder life por segundo ao usar buff
Celulose replied to Nother's topic in Tibia Otserv Support
local tempo = 30 local effect = {41} local effect1 = {41} local outfit = {lookType = 3} local vida = getCreatureHealth(cid)*0.1 local points = 20 local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, 0) local condition = createConditionObject(CONDITION_ATTRIBUTES) setConditionParam(condition, CONDITION_PARAM_TICKS, tempo*1000) setConditionParam(condition, CONDITION_PARAM_STAT_MAGICLEVEL, points) setConditionParam(condition, CONDITION_PARAM_SKILL_FIST, points) setConditionParam(condition, CONDITION_PARAM_SKILL_SWORD, points) setConditionParam(condition, COND -
Pedido Alguém sabe como deixa os effect "grudado" no personagem?
Celulose replied to XGaduX's topic in Alternative Tibia Support
agora entendi ... nesse caso acredito que é uma outfit com effect mesmo.. -
Pedido Alguém sabe como deixa os effect "grudado" no personagem?
Celulose replied to XGaduX's topic in Alternative Tibia Support
Basta ter a outfit do efeito. globalevents... <globalevent name="effect" interval="1000" event="script" value="effect.lua"/> local effects = { -- exemplo [IDDAVOCAÇÃO] = NUMERO DO EFEITO [35] = 69 } function onThink(interval) for _, pid in ipairs(getPlayersOnline()) do local effect = effects[getPlayerVocation(pid)] if(effect) then doSendMagicEffect(getCreaturePos(pid), effect) end end return true end -- [( Caso queira adicionar mais effect.. )] -- [35] = 69, [36] = 70, [37] = 71, [38] = 72 } -- Fim -- -
Suporte POTION HEALTH/MANA 70K+
Celulose replied to raphadoidera's topic in Alternative Tibia Support
local ITEM = IDDOITEM local storagepotion = 8000 local wait = 1 local REG_HEALTH = 70000 local REG_MANA = 70000 function onUse(cid, item, fromPosition, itemEx, toPosition) if exhaustion.get(cid, storagepotion) then doPlayerSendCancel(cid, "You are exhausted.") return true end if fromPosition.x ~= CONTAINER_POSITION then doPlayerAddMana(cid, REG_MANA) doCreatureAddHealth(cid, REG_HEALTH) exhaustion.set(cid, storagepotion, wait) elseif item.itemid == ITEM then doPlayerAddMana(cid, REG_MANA) doCreatureAddHealth(cid, REG_HEAL -
Cat reacted to a post in a topic: [MyAAC] Sistema de Troca de Vocação
-
@Endless Precisa corrigir 2coisinha account.management.html.twig <form action="{{ getLink('mudavoc') }}" method="post"> esqueceu do r <form action="{{ getLink('mudarvoc') }}" method="post"> nomeiavoc() Call to undefined function nomeiavoc()
-
Celulose reacted to a post in a topic: DISCORD RPC - Para Tibia [New Update]
-
ITALOx reacted to a post in a topic: Simple (DLL) WSAD
-
ITALOx reacted to a post in a topic: Simple (DLL) WSAD
-
Celulose started following Simple (DLL) WSAD
-
Kill of sumoners reacted to a post in a topic: Armas com efeitos
-
local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_BLOCKARMOR, 1) setCombatParam(combat, COMBAT_PARAM_BLOCKSHIELD, 1) setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatFormula(combat, COMBAT_FORMULA_SKILL, 1.0, 0, 1.0, 0) function onUseWeapon(cid, var) local chance = 10 -- chance em porcentagem de acontecer o script de double attack if chance <= math.random(1,100) then doCombat(cid, combat, var) else doCombat(cid, combat, var) addEvent(doCombat, 500, cid, combat, var) end return true end
-
Celulose reacted to a post in a topic: Otimizado: AutoLoot in Sources for Otx(2 ou menor)
-
Cat reacted to a post in a topic: (Resolvido)[AJUDA C++] push player: you cannot move this object.
-
Cat reacted to a post in a topic: (Resolvido)[AJUDA C++] push player: you cannot move this object.
-
Cat reacted to a post in a topic: (Resolvido)[AJUDA C++] push player: you cannot move this object.
-
Celulose reacted to a post in a topic: Plugin MyAAC - Listagem de Items Automática [2021]
-
Cat reacted to a post in a topic: Tibia 8.60 Editor
-
Scripting Erro GlobalEvent Interface flodando minha distro
Celulose replied to Old tibians's topic in Alternative Tibia Support
@Old tibians Em lib. Cria um novo arquivo killlua.lua e adicione. function hourToNumber(str) -- By Killua local hour = (tonumber(str:sub(1,2))*3600) + (tonumber(str:sub(4,5)) * 60) if #str > 5 then hour = hour + tonumber(str:sub(7,8)) end return hour end function timeString(timeDiff,english) local dateFormat = {} if english then dateFormat = { {"day", timeDiff / 60 / 60 / 24}, {"hour", timeDiff / 60 / 60 % 24}, {"minute", timeDiff / 60 % 60}, {"second", ti -
Infraestrutura Como mensurar/escolher um servidor dedicado?
Celulose replied to Mor3nao's topic in Tibia Otserv Support
depende da source pra ser sincero no meu caso já peguei 425 players usando 40% de cpu, em vps de 100$ porém ela é otimizado. mais fique tranquilo em questão de estar 7% se for uma otx 2 ou 3 deve aguentar tranquilo 400 players em derivado, agora em tibia deve aguentar bastante -
Sistema TFS 0.X Trade Offline V2.0
Celulose replied to WooX's topic in Sistemas, Mods & Funções .lua
no caso meu depot é fixo para os itens de house entre outros ir para town 1 todos meus depot que abre é numero 1 porém não está voltando os itens lá kk -
@nizin da pra fazer alterando a sources caso queira..
-
Cipsoft Client [Old Client] Como Hookar Dll
Celulose replied to Belmont's topic in Clients Tutorials
@Belmont Ótimo tutorial, porém vale lembrar não é necessário importar a função Export_Fun. Outro coisa você pode mudar nome da DLL não precisa deixar o nome ntohard.- 3 replies
-
- Cliente 8.60
- Hookar dll
-
(and 1 more)
Tagged with:
-
Belmont reacted to a post in a topic: (Resolvido)Erro ao Hookar Dll
-
(Resolvido)Erro ao Hookar Dll
Celulose replied to Belmont's topic in Tibia Otserv Support (Resolved)
@Belmont só funciona com cab, se estiver fora o cab a spr/dat/pic não vai abrir o -
Celulose reacted to a post in a topic: Tibia 8.60 Editor
-
bem top bb, futuramente poderia fazer uma adaptação pra hp/mp uint32 / skill uint_16 . 😃
Tibia King
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 Tibia King
Precisa de mais visibilidade em seus projetos? Quer fazer um plano publicitário para o seu servidor? Anuncie no Tibia King e faça sua divulgação, possuímos centenas de acessos simultâneos e milhares diários, com certeza será a sua solução!