-
Content Count
5869 -
Joined
-
Last visited
-
Days Won
87
luanluciano93 last won the day on June 24
luanluciano93 had the most liked content!
About luanluciano93

-
Rank
Celestial
- Birthday 01/14/1993
Profile Information
-
I am
Tibiano
Recent Profile Visitors
-
Iurifff started following luanluciano93
-
MasterteoxBr reacted to a post in a topic: [TFS 1.3] Global 8.6 com varias atualizações do 12
-
luanluciano93 reacted to a post in a topic: [TFS 1.3] Global 8.6 com varias atualizações do 12
-
teria que modifica-lo
-
luanluciano93 reacted to a post in a topic: [TFS 1.X] Dodge & Critical System
-
8.5x - 8.7x [TFS 1.3] Global 8.6 com varias atualizações do 12
luanluciano93 replied to MasterteoxBr's topic in Tibia Otserv
Quem puder colocar no github para analisarmos ... valeu -
Suporte [ERROR] Sistema de loteria
luanluciano93 replied to megatibiano's topic in Tibia Otserv Support
não estou, abraços -
Toruk reacted to a post in a topic: [ERROR] Sistema de loteria
-
Tacabala22 reacted to a post in a topic: [TFS 1.X] Online Bonus System
-
MasterteoxBr reacted to a post in a topic: [TFS 1.3] Global 8.6 com varias atualizações do 12
-
luanluciano93 started following Boss drope dp, [TFS 1.3] Global 8.6 com varias atualizações do 12, [ERROR] Sistema de loteria and 1 other
-
8.5x - 8.7x [TFS 1.3] Global 8.6 com varias atualizações do 12
luanluciano93 replied to MasterteoxBr's topic in Tibia Otserv
Se tiver tudo isso ai mesmo, é um ótimo servidor, parabéns por compartilhar ... -
luanluciano93 reacted to a post in a topic: [TFS 1.3] Global 8.6 com varias atualizações do 12
-
.
-
Aquele meu reward system é baseado nisso.
-
Suporte [ERROR] Sistema de loteria
luanluciano93 replied to megatibiano's topic in Tibia Otserv Support
O fórum é tão auto explicativo e as pessoas não conseguem entender, pqp Como você imagina que alguém vai te ajudar sem o código cara? mano do céu -
if targetTier > 0 and rand > chance[targetTier] then
-
Nessa versão de TFS não sei como fazer isso, sei apenas que deathList[1] é quem deu o último ataque e deathList[2] quem deu mais damage.
-
TheFrost reacted to a post in a topic: Boss drope dp
-
local forge = Action() local count = 1 local porcentagem = 100 -- porcentagem de chance de forjar local chance = { -- cada id significa 10% de chance de acerto [1] = 100, [2] = 90, [3] = 80, [4] = 70, [5] = 60, [6] = 50, [7] = 40, [8] = 30, [9] = 20, [10] = 10 } function forge.onUse(player, item, fromPosition, target, toPosition, isHotkey) if not target or not target:isItem() then return false end if not target:remove(count) then player:sendTextMessage(MESSAGE_STATUS_SMALL, "Voce nao tem a quantidade de items necessaria para forjar.") player:getPosition():sendMagicEffe
-
É o que eu disse aqui: Você tem que ver uma forma de como fazer isso ... quais os tipos de itens aceitar ou não, eu não conheço o sistema, já te dei quase tudo pronto.
-
local forge = Action() local count = 1 local porcentagem = 100 -- porcentagem de chance de forjar local chance = { -- cada id significa 10% de chance de acerto [1] = 100, [2] = 90, [3] = 80, [4] = 70, [5] = 60, [6] = 50, [7] = 40, [8] = 30, [9] = 20, [10] = 10 } function forge.onUse(player, item, fromPosition, target, toPosition, isHotkey) if not target or not target:isItem() then return false end local targetId = target:getId() local targetTier = target:getTier() if not targetTier then player:sendTextMessage(MESSAGE_STATUS_SMALL, "Este nao
-
local items = {itemid = 2160, count = 50, chance = 100} local town_id = 12 function onDeath(cid, corpse, deathList) local chest = doCreateItemEx(2595) doAddContainerItem(chest, items.itemid, items.count) for i = 1, #deathList do if isPlayer(deathList[i]) then doPlayerSendTextMessage(deathList[i], MESSAGE_INFO_DESCR, "Parabens! Voce matou o " .. getCreatureName(cid) .. "!") doPlayerSendMailByName(getPlayerName(deathList[i]), chest, town_id) end end return true end
-
ótimo ...
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!