-
Content Count
82 -
Joined
-
Last visited
-
Days Won
1
iHolloway last won the day on May 9 2016
iHolloway had the most liked content!
About iHolloway
.png.dacd7bcb7b4a7f488d55f4b392094ace.png)
-
Rank
print('Hello world!')
- Birthday 04/03/2002
Profile Information
-
I am
Scripter
Recent Profile Visitors
-
testotface started following iHolloway
-
Will Oliveira started following iHolloway
-
Will Oliveira reacted to a post in a topic: DBO Absalon/God Revolution
-
MikaelX reacted to a post in a topic: (Resolvido)Adicionar Position X/Y nessa script
-
MikaelX reacted to a post in a topic: (Resolvido)Adicionar Position X/Y nessa script
-
(Resolvido)Adicionar Position X/Y nessa script
iHolloway replied to MikaelX's topic in Alternative Tibia Support (Resolved)
Esqueci da vírgula ali, perdão. -
XGaduX reacted to a post in a topic: Alguém sabe ou poderia me passar uma script em que consiga uma determinada vocation usando tal item?
-
function onUse(cid, item, frompos, item2, topos) if getVocationInfo(getPlayerVocation(cid)).name == "Naruto" then doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Você já é um Naruto!") else doPlayerSetVocation(cid, 1) --Id da vocation doCreatureSay(cid, "Dale", 19) doSendMagicEffect(getCreaturePosition(cid), 3) doCreatureChangeOutfit(cid, {lookType = 71}) --Looktype da voc if getPlayerStorageValue(cid, 5) < 1 then setPlayerStorageValue(cid, 5, 1) end setPlayerStorageValue(cid, 16200, 1) setPlayerStorageValue(cid, 300, (getPlayerVocation(cid))) doRemoveItem(it
-
(Resolvido)Adicionar Position X/Y nessa script
iHolloway replied to MikaelX's topic in Alternative Tibia Support (Resolved)
local effects = { --_GOKU_-- [4] = 106, } local pos1 = {x = getPlayerPosition(cid).x + 0, y = getPlayerPosition(cid).y + 0, z = getPlayerPosition(cid).z + 0} -- + 0 no final de cada pos é quantos sqm's a mais você quer, caso você coloque + 2 x, vai ir mais 2 para a direita. function onThink(interval) for _, pid in ipairs(getPlayersOnline()) do local effect = effects[getPlayerVocation(pid)] if(effect) then doSendMagicEffect(pos1 effect) end end return true end -
(Resolvido)Adicionar Position X/Y nessa script
iHolloway replied to MikaelX's topic in Alternative Tibia Support (Resolved)
Você quer que saia um efeito em cima do player, é isto? -
Você pode fazer o seguinte: <vocation id="0" name="coloca um nome aleatório aqui" description="o nome da vocação" needpremium="0" gaincap="5" gainhp="5" gainmana="5" gainhpticks="6" gainhpamount="1" gainmanaticks="6" gainmanaamount="1" manamultiplier="4.0" attackspeed="2000" soulmax="100" gainsoulticks="120" fromvoc="0" attackable="no"> <formula meleeDamage="1.0" distDamage="1.0" wandDamage="1.0" magDamage="15.0" magHealingDamage="1.0" defense="1.0" magDefense="1.0" armor="1.0"/> <skill fist="1.5" club="2.0" sword="2.0" axe="2.0" distance="2.0" shielding=
-
Luucas017 reacted to a post in a topic: Alguem me ajuda por favor
-
iHolloway changed their profile photo
-
-
Fiz algumas alterações, tente agora. Caso não queira que o ring tenha tempo um "tempo" de uso, mande aqui.
-
Programação Alguem me ajuda por favor
iHolloway replied to Luucas017's topic in Alternative Tibia Support
Você abriu uma string com um parametro que não era boolean e terminou com boolean. mas ja que resolveu, tudo certo. -
Única forma que achei foi fazer ao equipar, testa aí: movements.xml <movevent type="Equip" itemid="id item" slot="ring" event="script" value="outfit item.lua"/> outfit item.lua
-
Me chama no PM, o tópico ta ficando muito grande.
-
@bpm91 muda esse 0 para -1 que vai retirar a storage.
-
Não entendi bem, mas acho que você pode se encontrar se eu deixar o código de remover storages aqui, pega ele e muda no local certo que ja era. setPlayerStorageValue(cid, STORAGE, -1)
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!