Ir para conteúdo

777779

Campones
  • Total de itens

    55
  • Registro em

  • Última visita

Tudo que 777779 postou

  1. N chorre pq eu hj trago uma nova magia se alguem ja postou ela por favor me desculpe hehe Vamos Ao trabalho Va em data/spells/scripts/attack copie qalquer arquivo .lua e cole renomeio para "exevo gran mas ultimate" dentro dele coloque isso local combat1 = createCombatObject()setCombatParam(combat1, COMBAT_PARAM_TYPE, COMBAT_FIREDAMAGE) setCombatParam(combat1, COMBAT_PARAM_EFFECT, 36) setCombatFormula(combat1, COMBAT_FORMULA_LEVELMAGIC, -3.5, -31, -2.9, -300) local combat2 = createCombatObject() setCombatParam(combat2, COMBAT_PARAM_TYPE, COMBAT_FIREDAMAGE) setCombatParam(combat2, COMBAT_PARAM_EFFECT, CONST_ME_FIREAREA) setCombatFormula(combat2, COMBAT_FORMULA_LEVELMAGIC, -3.5, -31, -2.9, -300) arr1 = { {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0}, {0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0}, {0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0}, {0, 1, 1, 1, 1, 3, 1, 1, 1, 1, 0}, {0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0}, {0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0}, {0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, } arr2 = { {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0}, {0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0}, {0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0}, {0, 1, 1, 1, 1, 3, 1, 1, 1, 1, 0}, {0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0}, {0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0}, {0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, } local area1 = createCombatArea(arr1) local area2 = createCombatArea(arr2) setCombatArea(combat1, area1) setCombatArea(combat2, area2) local function onCastSpell1(parameters) doCombat(parameters.cid, parameters.combat1, parameters.var) end local function onCastSpell2(parameters) doCombat(parameters.cid, parameters.combat2, parameters.var) end function onCastSpell(cid, var) local parameters = { cid = cid, var = var, combat1 = combat1, combat2 = combat2 } addEvent(onCastSpell1, 100, parameters) addEvent(onCastSpell2, 300, parameters) end Depois va em spells.xml e coloque em attacks <instant name="exevo gran mas ultimate" words="exevo gran mas ultimate" lvl="300" mana="2000" prem="1" exhaustion="2000" selftarget="1" needlearn="0" script="attack/exevo gran mas ultimate.lua"> <vocation name="Sorcerer"/> <vocation name="Master Sorcerer"/> Agora e so entrar wm seu ot e conjurar sua ultimate hehe Duvidas me perguntem Creditos:A mim mesmo pois fiz essa spells sozinho :eksboy: :XTibia_smile:
  2. Oi gnte hj trago uma talkaction n sei se alguem postou alguma dessa mas se tiver postado me desculpe Maos a obra va em data/talkaction/scripts e crie um arquivo com o nome aol.lua (n coloque o lua so o aol) apague tudo q tiver dentro e coloque function onSay(cid, words, param) if doPlayerRemoveMoney(cid, 1000) == 1 then doPlayerAddItem(cid, 2173, 1) else doPlayerSendCancel(cid, 'Você não tem dinheiro suficiente.') doSendMagicEffect(getPlayerPosition(cid), CONST_ME_POFF) end end depois va em talkactions.xml e coloque <talkaction words="!aol" script="aol.lua" /> Pronto Duvidas,lamentações e perguntas kkk me perguntem q eu estarei respondendo Ainda n testei pois estou na casa da minha tia com net horrivel qndo eu voltar pra casa estarei testando Crediitos:MageBomb(Meu Primo) :tussor: :dlb: :didas:
  3. Boa Gostei Do Seu Npc 100% Aprovado
  4. Oi gnte Acabei de me registrar aki e qndo me registro em bons lugares eu me impolgo e ja posto algo e hj trago pra vcs um novo monster Chamado Poseidon então mãos a obra va em Data/monster/quaras copie um arquivo lua e cole com o nome Poseidon abra apague tudo q tiver dentro e cole <?xml version="1.0" encoding="UTF-8"?> <monster name="Poseidon" nameDescription="a Poseidon" race="undead" experience="15000" speed="480" manacost="0"> <health now="50100" max="50100"/> <look type="47" head="0" body="0" legs="0" feet="0" corpse="6066"/> <targetchange interval="2000" chance="5"/> <strategy attack="100" defense="0"/> <flags> <flag summonable="0"/> <flag attackable="1"/> <flag hostile="1"/> <flag illusionable="0"/> <flag convinceable="0"/> <flag pushable="0"/> <flag canpushitems="1"/> <flag staticattack="50"/> <flag lightlevel="0"/> <flag lightcolor="0"/> <flag targetdistance="1"/> <flag runonhealth="0"/> </flags> <attacks> <attack name="energy" interval="1000" chance="100" range="15" radius="15" target="0" min="-3035" max="-6055"> <attribute key="areaEffect" value="bluebubble"/> </attack> </attacks> <defenses armor="25" defense="35"/> <immunities> <immunity physical="0"/> <immunity energy="0"/> <immunity fire="1"/> <immunity poison="1"/> <immunity lifedrain="1"/> <immunity paralyze="1"/> <immunity outfit="1"/> <immunity drunk="1"/> <immunity invisible="1"/> </immunities> <voices interval="2000" chance="5"> <voice sentence="Qua hah tsh!"/> <voice sentence="Blubber"/> </voices> <loot> <item id="2148" countmax="75" chance1="100000" chancemax="0"/> <item id="2401" chance="14000"/> <item id="2143" countmax="2" chance1="14000" chancemax="0"/> <item id="2377" chance="14000"/> </loot> </monster> depois va em monster.Xml e cole <monster name="Poseidon" file="Quaras/Poseidon.xml"/> Pronto Qualquer duvida me mande uma msg q eu respondo Todos vão perceber q ta meio mal organizado kkkkkk Mas com o tempo aki no XTibia eu mehoro os posts hehe Flws gnte ate o proximo post Agradecimentos a Mago Lord:Por Algumas Partes Do monster
  • Quem Está Navegando   0 membros estão online

    • Nenhum usuário registrado visualizando esta página.
×
×
  • Criar Novo...