Blazera 8.60
blazera.net
SOBRE O BLAZERA
Um fresh start em um servidor 8.6 clássico, com real map, focado na experiência raiz do Tibia. | Classic Real Map • Fresh Start • Client 8.6 • Old School Gameplay • Active Community
Inicia em:
--
Participar
Solutions
-
VPS Flathoste's post in (PEDIDO) Banner/Sign simples para o meu projeto. was marked as the answerPhotoshop não é muito minha cara mais tentei fazer alguma coisa aqui, espero que goste!
-
VPS Flathoste's post in (Resolvido)Script OTX was marked as the answerOlá, Boa tarde.
Quanto ao amuleto de red use esse script:
<event type="death" name="redSkullAmulet" event="script" value="redamulet.lua"/> redamulet.lua
local ID_ITEM = 2131 Mude 2131 para o id do seu item!
function onDeath(cid, corpse, deathList) local ID_ITEM = 2131 if (getPlayerSlotItem(cid, CONST_SLOT_NECKLACE).itemid == ID_ITEM) and (getCreatureSkullType(cid) == SKULL_RED or getCreatureSkullType(cid) == SKULL_BLACK) then doCreatureSetDropLoot(cid, false) end return true end Em login.lua adicione isso:
registerCreatureEvent(cid, "redSkullAmulet") Quanto ao DODGE fiz umas alterações no seu script veja se funciona:
function onCombat(cid, target) local storage = 8754954 if isPlayer(target) == true then local percent = math.random(1,800) if percent <= getPlayerStorageValue(target,storage) then doSendAnimatedText(getCreaturePos(cid),"DODGE", 6) doSendMagicEffect(getCreaturePos(cid), 3) return false end end return true end -
VPS Flathoste's post in (Resolvido)Points para quem faz doação! was marked as the answerVish, Caro amigo então falta você fazer muita coisa irei te passar um tutorial do nosso amigo Absolute para que você resolva seu caso!
Clique Aqui