TekaZudo
seuserver.com.br
DESCRIÇÃO
Anuncie aqui neste countdown e dê maior visibilidade ao seu lançamento |
Full Global • Custom Quests • Custom Outfits • Lottery System • Version 15x
Inicia em:
--
Participar
Solutions
-
drigobo's post in -=[TFS]=- 0.4 8.60 USAR MAGIA SE TIVER "X" ITEM QUERO YELLOW GEM QUE QUANDO DA USE ELE USA A MAGIA E SOME YELLOW GEM SE JA USOU A MAGIA AI PRECISA DE OUTRA YELLOW GEM was marked as the answervê se isso te ajuda
local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_LIFEDRAIN) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_EXPLOSIONHIT) setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, -1000.0, -1000.0, -1000.0, -1000.0) local arr = { {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0}, {1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0}, {1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0}, {1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0}, {1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 0}, {1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0}, {1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0}, {1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0}, {0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0}, } local area = createCombatArea(arr) setCombatArea(combat, area) function onCastSpell(cid, var) local yellowGem = 3037 -- ID do Yellow Gem (não sei se é esse id msm) if getPlayerItemCount(cid, yellowGem) >= 1 then doCombat(cid, combat, var) doPlayerRemoveItem(cid, yellowGem, 1) return true else doPlayerSendCancel(cid, "Você não usou o Crystal de sua vocação ainda!") return false end end
-
drigobo's post in (Resolvido)Tutorial sobre masks completo? was marked as the answerIsso mesmo, pq tipo se vc deixar o cabelo vermelho, e usa uma mask no cabelo, quando você for colorir o cabelo de Amarelo, ele vai ficar laranja, por isso tem q ser branco.