Ir para conteúdo

Pesquisar na Comunidade

Mostrando resultados para as tags ''monstro''.

  • Pesquisar por Tags

    Digite tags separadas por vírgulas
  • Pesquisar por Autor

Tipo de Conteúdo


Fóruns

  • xTibia - Notícias e Suporte
    • Regras
    • Noticias
    • Soluções
    • Projetos Patrocinados
    • Tutoriais para Iniciantes
    • Imprensa
  • OTServ
    • Notícias e Debates
    • OTServlist
    • Downloads
    • Recursos
    • Suporte
    • Pedidos
    • Show-Off
    • Tutoriais
  • OFF-Topic
    • Barzinho do Éks
    • Design
    • Informática

Encontrar resultados em...

Encontrar resultados que contenham...


Data de Criação

  • Início

    FIM


Data de Atualização

  • Início

    FIM


Filtrar pelo número de...

Data de Registro

  • Início

    FIM


Grupo


Sou

  1. E aí, galera! Comecei a estudar PixelArt e Spriting, faz bem pouco tempo, mas já me arrisquei a fazer algumas coisas. Essa semana fiz um monstro clássico pra quem curte jogar D&D ou outros RPG's de mesa, o Bulette. Eu procurei fazer uma paleta de cores decente, conforme alguns tutoriais, mas apesar de eu até achar que está bom, queria saber se vocês tem algumas dicas ou críticas construtivas, sobre a paleta, outline, iluminação... Qualquer coisa! Apenas pra ver melhor onde estão meus erros e controlar o meu aprendizado. Valeu!!
  2. E ai galera, esses dias eu estava tentando fazer um script que o pessoal procura muito que é o famoso sistema de saga, que consiste no seguinte, o player só pode atacar e ser atacado por uma devida criatura se possuir certa storage caso contrario a criatura não ira se mover, bom, consegui fazer quase tudo em lua, só que existe um pequeno problema, que é o seguinte, esse problema está na parte que retorna a speed da criatura, a speed não retorna, tudo funciona corretamente exceto essa parte, peça a ajuda de vocês e agradeço desde já, script: local name, storage = 'fire devil', 11112local sto = 800000local speedchange = 0function onAttack(cid, target)if isMonster(cid) and getCreatureName(cid):lower() == name and isPlayer(target) and getCreatureStorage(target, storage) < 0 thensetPlayerStorageValue(cid, sto, getCreatureSpeed(cid))doChangeSpeed(cid, -getCreatureSpeed(cid))doChangeSpeed(cid, speedchange)return falseendif isMonster(cid) and getCreatureName(cid):lower() == name and isPlayer(target) and getCreatureStorage(target, storage) > 1 then -- O ERRO PERTENCE A ESSA PARTEdoChangeSpeed(cid, -getCreatureSpeed(cid))local oldspeed = getPlayerStorageValue(cid, sto) == -1 and getCreatureBaseSpeed(cid) or getPlayerStorageValue(cid, sto)doChangeSpeed(cid, oldspeed)return false -- O PROBLEMA ESTA AQUIendreturn trueendfunction onCombat(cid, target)if isPlayer(cid) and getCreatureStorage(cid, storage) < 0 and isMonster(target) and getCreatureName(target):lower() == name thendoPlayerSendCancel(cid, 'You cannot attack this monster.')return falseend if isMonster(cid) and getCreatureName(cid):lower() == name and isPlayer(target) and getCreatureStorage(target, storage) < 0 thenreturn falseendreturn trueendfunction onKill(cid, target, lastHit)if isMonster(target) and getCreatureName(target):lower() == name and isPlayer(cid) and getCreatureStorage(cid, storage) > 0 thendoCreatureSetStorage(cid, storage, -1)endreturn trueend
  3. Galera, quando eu mato um monstro com x magia dá esse erro na disto, como revolver? kage buyo.lua
  4. e ai pessoal, eu estava montando um creaturescript pra quando o player matar um monstro checar se ele(o player) possui uma storage e caso ele tenha, ser adicionado uma outra storage por cima, no caso a storage só é adicionada ao matar o monstro, se o player possuir uma devida storage, sou uma bosta em montar creaturescript, eles nunca funcionam como eu imagino que funcionam venho aqui pedir a ajuda de alguém mais experiente : O agradeço desde já qualquer ajuda, script: function onDeath(cid, corpse, deathList)local Storage,monstName,players = 92000, "Ashar", {}if isMonster(cid) and string.lower(getCreatureName(cid)) == string.lower(monstName) and isPlayer(target) and getCreatureStorage(target, storage) == 2 thendoCreatureSay(cid, "Você matou Ashar o líder da ceita.", TALKTYPE_ORANGE_1)for _, check in pairs(deathList) doif isPlayer(check) thentable.insert(players, check)endendfor _, var in pairs(players) dosetPlayerStorageValue(var, Storage, 3)endend return trueend
  5. e ai pessoal, estou com um script aqui que faz com que os monstros não se matem ao usarem uma magia de arena, mas existe um problema nele, bom, os summons não conseguem atacar os monstros, mas os monstros atacam os summons normalmente, queria saber como faço para os monstros não se matarem ao usarem spell de arena e que os summons conseguissem atacar os monstros normalmente, já tentei colocar "not isSummon(attacker) and not isSummon(cid)" mas não funcionou o console diz que existe um erro relacionado ao "getCreatureMaster" se não me engano, bom, ai está o script: function onStatsChange(cid, attacker, type, combat, value) if isMonster(attacker) and isMonster(cid) then return false end return trueend agradeço desde já qualquer intenção de ajuda.
  6. Deathspawn Vida: 225 Exp: 0/0 Habilidades: (esconder) Corpo a corpo (0-40), Envenenamento, Death Strike (quando próximo) (400-700), Energy Strike (quando próximo) (200-450) Dano Estimado: 1000+ hp / turno Imune Contra: Morte Terra Forte Contra: Fogo Energia Gelo Neutro Contra: Físico Fraco Contra: Sagrado Passa por: Veneno Download Data/Monster/Frogs/ <?xml version="1.0" encoding="utf-8"?><monster name="Deathspawn" namedescription="a deathspawn" race="blood" experience="20" speed="230" manacost="305"> <health now="225" max="225" /> <look type="226" head="114" body="98" legs="97" feet="114" corpse="2220" /> <targetchange interval="5000" chance="8" /> <flags> <flag summonable="0" /> <flag attackable="1" /> <flag hostile="1" /> <flag illusionable="0" /> <flag convinceable="0" /> <flag pushable="1" /> <flag canpushitems="0" /> <flag canpushcreatures="0" /> <flag staticattack="90" /> <flag targetdistance="1" /> <flag runonhealth="0" /> </flags> <attacks> <attack name="melee" interval="2000" skill="10" attack="40" /> <attack name="fire" interval="1000" chance="10" length="7" spread="0" min="-400" max="-700"> <attribute key="areaEffect" value="explosion" /> </attack> <attack name="energy" interval="1000" chance="11" length="7" spread="0" min="-250" max="-450"> <attribute key="areaEffect" value="purpleenergy" /> </attack> </attacks> <defenses armor="1" defense="5" /> <voices interval="5000" chance="10"> <voice sentence="Ribbit!" /> <voice sentence="Ribbit! Ribbit!" /> </voices> <elements> <element holyPercent="10" /> <element firePercent="-15" /> <element energyPercent="-15" /> <element icePercent="-15" /> </elements> <immunities> <immunity death="1" /> <immunity earth="1" /> </immunities></monster> Data/Monster/Monsters.xml <monster name="Deathspawn" file="Frogs/deathspawn.xml" /> Ou, baixe o arquivo: deathspawn.xml deathspawn.xml
  7. Bog Frog Vida: 25 Exp: 0/0 Habilidades: Nenhuma Dano Estimado: 0 hp / turno Neutro Contra: Físico Sagrado Morte Energia Terra Fogo Gelo História Os Bog Frogs surgiram com a ascensão do templo de Bog em Shadowthorn. Anteriormente, animais normais, essas pequenas criaturas ferozes se transformaram em uma abominação do pântano. Eles são rápidos e feios, mas não deve representar uma ameaça muito maior do que as rãs normais. Geralmente aparecem em grupos nas imediações de pântanos e lagos. Download Data/Monster/Frogs/ <?xml version="1.0" encoding="utf-8"?><monster name="Bog Frog" namedescription="a bog frog" race="blood" experience="0" speed="200" manacost="305"> <health now="25" max="25" /> <look type="412" corpse="6079" /> <targetchange interval="4000" chance="0" /> <flags> <flag summonable="0" /> <flag attackable="1" /> <flag hostile="1" /> <flag illusionable="0" /> <flag convinceable="0" /> <flag pushable="0" /> <flag canpushitems="0" /> <flag canpushcreatures="0" /> <flag staticattack="90" /> <flag targetdistance="1" /> <flag runonhealth="25" /> </flags></monster> Data/Monster/Monsters.xml <monster name="Bog Frog" file="Frogs/bog frog.xml" /> Ou, baixe o arquivo: bog frog.xml bog frog.xml
  8. Azure Frog Vida: 60 Exp: 20/30 Habilidades: Corpo a corpo (0-24) Dano Estimado: 24 hp por turno Forte Contra: Gelo Neutro Contra: Físico Sagrado Morte Energia Terra Fraco Contra: Fogo História Os sapos aparecem em diferentes formas, cores e tamanhos. O mais comum, é o verde, que pode ser encontrado em quase todos os lagos ou qualquer outro pedaço de água contanto que o clima não seja muito frio. Enquanto o verde é inofensivo e só ameaça moscas e outros insetos, a flora e a fauna agressiva no sul criou várias subespécies de sapos. Distinguíveis por cores chamativas que usam para alertar seus oponentes, eles possuem uma saliva suave mas irritantemente venenosa. Geralmente são inofensivos mesmo se aparecerem em grandes números, mas aventureiros feridos que ficam sem recursos enfrentarão uma verdadeira ameaça quando encontrarem um local cheio de pequenos anfíbios. Download Data/Monster/Frogs/ <?xml version="1.0" encoding="utf-8"?><monster name="Azure Frog" namedescription="an azure frog" race="blood" experience="20" speed="320" manacost="305"> <health now="60" max="60"/> <look type="226" head="87" body="85" legs="85" feet="87" addons="0" corpse="6079"/> <targetchange interval="2000" chance="0"/> <flags> <flag summonable="0"/> <flag attackable="1"/> <flag hostile="1"/> <flag illusionable="0"/> <flag convinceable="1"/> <flag pushable="1"/> <flag canpushitems="0"/> <flag canpushcreatures="0"/> <flag staticattack="90"/> <flag targetdistance="1"/> <flag runonhealth="0"/> </flags> <attacks> <attack name="melee" interval="2000" skill="10" attack="24"/> </attacks> <defenses armor="6" defense="7"/> <elements> <element icePercent="15"/> <element firePercent="-10"/> </elements> <voices interval="2000" chance="5"> <voice sentence="Ribbit! Ribbit!"/> <voice sentence="Ribbit!"/> </voices> <loot> <item id="2148" countmax="10" chance="71230"/><!-- gold coin --> <item id="3976" chance="8889"/><!-- worm --> </loot></monster> Data/Monster/Monsters.xml <monster name="Azure Frog" file="Frogs/azure frog.xml" /> Ou, baixe o arquivo: azure frog.xml azure frog.xml
  9. Ola, sou novo aqui no forum, gostaria de saber se alguem sabe fazer algum scrip, lib (ou algo do tipo) de um monstro, que não se mova (uma torre no caso) que ataque somente certos players... pode ser somente players que usem tal outfit, ou cor de bota... algo do tipo... agradeço desde ja!
  10. macalo

    ALTERA SCRIPT

    BOM EU QUERIA Q ESSE MONSTRO SO ATAKA-SE SD TIRANDO 5MIL DE VIDA EM CADA SD SO ISSO. VLW ! <?xml version="1.0" encoding="UTF-8"?> <monster name="Protect Castle" nameDescription="a Protect Castle" race="undead" experience="25000" speed="0" manacost="0"> <health now="110000" max="110000"/> <look typeex="9779"/> <targetchange interval="5000" chance="20"/> <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="0"/> <flag canpushcreatures="1"/> <flag targetdistance="1"/> <flag staticattack="90"/> <flag runonhealth="100"/> <flag hidehealth="0"/> </flags> <attacks> <attack name="energy" interval="2000" chance="100" target="3" range="10" radius="3" min="-200" max="-250"> <attribute key="areaEffect" value="teleport"/> <attribute key="shootEffect" value="energyball"/> </attack> <attack name="fire" interval="2000" chance="100" target="3" range="10" radius="4" min="-200" max="-250"> <attribute key="areaEffect" value="fireattack"/> <attribute key="shootEffect" value="energyball"/> </attack> </attacks> <defenses armor="1" defense="1"/> <immunities> <immunity physical="0"/> <immunity energy="1"/> <immunity fire="1"/> <immunity poison="0"/> <immunity ice="0"/> <immunity holy="0"/> <immunity death="0"/> <immunity lifedrain="1"/> <immunity manadrain="1"/> <immunity paralyze="1"/> <immunity drunk="1"/> <immunity outfit="1"/> <immunity invisible="1"/> </immunities> <loot> <item id="10313" countmax="1" chance="100000000"/><!-- gold coin --> </loot> </monster>
  11. Gente, estou com uma dúvida, tem como colocar um script de um npc para um monstro? Segue a baixo o script que era de um npc, que eu queria que funcionasse em um monstro... Resumindo o script ele ataca apenas players com skull, mas isso é para um npc, no caso a gente coloca esse script, na pasta de script do npc lá e funciona... mas eu precisava isso para um monstro, tipo o monstro executa esse script ai. alguém consegue me ajudar? local level = 10 ----- change this to make the npc hit more/less---------------------|damage_min = (level * 2 + maglevel * 3) * min_multiplier | local maglevel = 10 ----- change this to make the npc hit more/less -----------------|damage_max = (level * 2 + maglevel * 3) * max_multiplier | local min_multiplier = 2.1 ----- change this to make the npc hit more/less ----------|damage_formula = math.random(damage_min,damage_max) | local max_multiplier = 4.2 ----- change this to make the npc hit more/less --------------------------------------------------------------------- local check_interval = 5 ----- change this to the time between checks for a creature (the less time the more it will probably lag :S) local radiusx = 7 ----- change this to the amount of squares left/right the NPC checks (default 7 so he checks 7 squares left of him and 7 squares right (the hole screen) local radiusy = 5 ----- change this to the amount of squares left/right the NPC checks (default 5 so he checks 5 squares up of him and 5 squares down (the hole screen) local Attack_message = "An Invader, ATTACK!!!" ----- change this to what the NPC says when he sees a monster(s) local town_name = "Archgard" ----- the name of the town the NPC says when you say "hi" local Attack_monsters = TRUE ----- set to TRUE for the npc to attack monsters in his area or FALSE if he doesnt local Attack_swearers = TRUE ----- set to TRUE for the npc to attack players that swear near him or FALSE if he doesnt local Attack_pkers = TRUE ----- set to TRUE for the npc to attack players with white and red skulls or FALSE if he doesnt local health_left = 10 ----- set to the amount of health the npc will leave a player with if they swear at him (ie at 10 he will hit the player to 10 health left) local swear_message = "Take this!!!" ----- change this to what you want the NPC to say when he attackes a swearer local swear_words = {"shit", "fuck", "dick", "cunt"} ----- if "Attack_swearers" is set to TRUE then the NPC will attack anyone who says a word in here. Remember to put "" around each word and seperate each word with a comma (,) local hit_effect = CONST_ME_MORTAREA ----- set this to the magic effect the creature will be hit with, see global.lua for more effects local shoot_effect = CONST_ANI_SUDDENDEATH ----- set this to the magic effect that will be shot at the creature, see global.lua for more effects local damage_colour = TEXTCOLOR_RED ----- set this to the colour of the text that shows the damage when the creature gets hit ------------------end of config------------------ local check_clock = os.clock() ----- leave this local focus = 0 ----- leave this function msgcontains(txt, str) return (string.find(txt, str) and not string.find(txt, '(%w+)' .. str) and not string.find(txt, str .. '(%w+)')) end function onCreatureSay(cid, type, msg) msg = string.lower(msg) health = getCreatureHealth(cid) - health_left if ((string.find(msg, '(%a*)hi(%a*)'))) and getDistanceToCreature(cid) < 4 then selfSay('Hello ' .. creatureGetName(cid) .. '! I am a defender of '..town_name..'.') doNpcSetCreatureFocus(cid) focus = 0 end if msgcontains(msg, 'time') then selfSay('The time is ' .. getWorldTime() .. '.') end if messageIsInArray(swear_words, msg) then if Attack_swearers == TRUE then selfSay('' .. swear_message ..' ') doCreatureAddHealth(cid,-health) doSendMagicEffect(getThingPos(cid),17) doSendAnimatedText(getThingPos(cid),health,180) doNpcSetCreatureFocus(cid) focus = 0 end end end function getMonstersfromArea(pos, radiusx, radiusy, stack) local monsters = { } local starting = {x = (pos.x - radiusx), y = (pos.y - radiusy), z = pos.z, stackpos = stack} local ending = {x = (pos.x + radiusx), y = (pos.y + radiusy), z = pos.z, stackpos = stack} local checking = {x = starting.x, y = starting.y, z = starting.z, stackpos = starting.stackpos} repeat creature = getThingfromPos(checking) if creature.itemid > 0 then if isCreature(creature.uid) == TRUE then if isPlayer(creature.uid) == FALSE then if Attack_monsters == TRUE then table.insert (monsters, creature.uid) check_clock = os.clock() end elseif isPlayer(creature.uid) == TRUE then if Attack_pkers == TRUE then if getPlayerSkullType(creature.uid) > 0 then table.insert (monsters, creature.uid) check_clock = os.clock() end end end end end if checking.x == pos.x-1 and checking.y == pos.y then checking.x = checking.x+2 else checking.x = checking.x+1 end if checking.x > ending.x then checking.x = starting.x checking.y = checking.y+1 end until checking.y > ending.y return monsters end function onThink() if (Attack_monsters == TRUE and Attack_pkers == TRUE) or (Attack_monsters == TRUE and Attack_pkers == FALSE) or (Attack_monsters == FALSE and Attack_pkers == TRUE) then if (os.clock() - check_clock) > check_interval then monster_table = getMonstersfromArea(getCreaturePosition(getNpcCid( )), radiusx, radiusy, 253) if #monster_table >= 1 then selfSay('' .. Attack_message ..' ') for i = 1, #monster_table do doNpcSetCreatureFocus(monster_table[i]) local damage_min = (level * 2 + maglevel * 3) * min_multiplier local damage_max = (level * 2 + maglevel * 3) * max_multiplier local damage_formula = math.random(damage_min,damage_max) doSendDistanceShoot(getCreaturePosition(getNpcCid( )), getThingPos(monster_table[i]), shoot_effect) doSendMagicEffect(getThingPos(monster_table[i]),hit_effect) doSendAnimatedText(getThingPos(monster_table[i]),damage_formula,damage_colour) doCreatureAddHealth(monster_table[i],-damage_formula) check_clock = os.clock() focus = 0 end elseif table.getn(monster_table) < 1 then focus = 0 check_clock = os.clock() end end end focus = 0 end
  12. Existe algum jeito de summonar um monstro que não seja atacado por um monstro inimigo? Se sim, como? Obrigado pra quem ajudar
  13. mata um demon e ganha addon completa da demonhunter. ajuda?
  14. Galera esse aqui é o script de um monstro, que é um sumon, de uma vocaçao: <?xml version="1.0" encoding="UTF-8"?> <monster name="c1" nameDescription="c1" race="blood" experience="45800" speed="850" manacost="0"> <health now="9065000" max="9065000"/> <look type="204" head="0" body="94" legs="79" feet="79" corpse="2807"/> <targetchange interval="9000" chance="100"/> <strategy attack="90" defense="20"/> <flags> <flag summonable="1"/> <flag attackable="1"/> <flag hostile="1"/> <flag illusionable="0"/> <flag convinceable="1"/> <flag pushable="0"/> <flag canpushitems="1"/> <flag canpushcreatures="1"/> <flag targetdistance="4"/> <flag staticattack="65"/> <flag runonhealth="0"/> </flags> <attacks> <attack name="melee" interval="4000" min="-2010" max="-3140"/> <attack name="manadrain" interval="1000" chance="10" range="7" min="-110" max="-125"> <attribute key="areaEffect" value="redshimmer"/> </attack> </attacks> <defenses armor="80" defense="80"> <defense name="healing" interval="4000" chance="40" min="300" max="300"> <attribute key="areaEffect" value="blueshimmer"/> </defense> <defense name="speed" interval="4000" chance="10" speedchange="450" duration="3000"> <attribute key="areaEffect" value="redshimmer"/> </defense> </defenses> <elements> <element physicalPercent="20"/> <element icePercent="10"/> <element holyPercent="-15"/> <element deathPercent="35"/> </elements> <immunities> <immunity poison="1"/> <immunity lifedrain="1"/> <immunity outfit="1"/> <immunity drunk="1"/> <immunity invisible="1"/> </immunities> <voices interval="5000" chance="10"> <voice sentence="Katon no jutsu.." yell="1"/> </voices> <loot> <item id="2160" countmax="86" chance="10000"/><!-- gold bar --> <item id="2534" countmax="1" chance="15000"/><!-- orochimaru tunic --> <item id="8869" countmax="1" chance="15000"/><!-- orochimaru boots --> <item id="7389" countmax="1" chance="15000"/><!-- sasuke legs --> <item id="2451" countmax="1" chance="15000"/><!-- health mask --> <item id="7877" countmax="1" chance="15000"/><!-- imperium sowrd --> <item id="2529" countmax="1" chance="5000"/><!-- kage boots --> </loot> </monster> Eu quero que tipo, quando quem sumonou esse monstro, falasse "katsu" ele explodisse, dando dano em area... Vlw rep+ pra quem tentar ajudar!
  15. Tipo estou Prescisando De um scripter para ser utilizado na minha quest, é o seguinte o player passa no telesport e ja sumona um monstro no local onde o telesporte vai levar o player exemplo, cada player que passa no telesporte ira summonar um monstro nesse devido local que é onde os player vai parar , se poderem ajuda ai agradeço desde já ----------------------------------------------------------------------------------------------------------------------------------------------------- Global Word Em Breve Servidor versao 10.10 By: Global Word
  16. Olá, Boa tarde. Então, eu estou precisando de um script que ao matar um monstro ( no meu caso eu vou colocar demon ), automaticamente uma pedra no chão desaparecesse. A ideia é ao matar esses 6 demons, sumir essas 2 pedras ao lado, onde os jogadores vão estar. Espero que alguém possa me ajudar No aguardo.
  17. galera eu queria um script que quando você mata um monstro chamado diablo você ganha um storage ,ai no caso esse storage vai ser 3 cargas de uma magia que so ganha quem matou o diablo ,ai quando o player usa as 3 cargas ,ele só pode voltar a usar se matar o diablo denovo ,podem me ajudar ?
  18. algumas imagens = ] venho postar minha versão 1.0 do summon monster..mais qual o objetivo do script? voces ja virao aquele evento que sumona os bixo em certas posição do mapa? intao..eu fiz e com ajuda de alguns amigo arrumei os erros basico.. bom é a versão 1.0 e para versão 1.1 eu quero editar para criar monstro em certa arena quadrada tipo.. eu pego a pos esquerda de cima e a pos direita de baixo..vai fica mais ou menos um quadrado ai voce executa o comando nasce certa quantidade de bixo (math.room) nessa area que voce colokou.. Agora vamos ao script talkactions/script/ copie qualquer arquivo e renome para start summon.lua agora a tag de talkactions.xml <talkaction words="/start;!start" acess="5" event="script" access="4" value="start summon.lua"/> obs: somente god poderao utilizar esse comando..a pois de voce executa o comando "!start" irao sumonar os poke que estao na tabela em 10 segundos e também pode adicionar a quantidade de bixo necessarios na tabela, lembra-se de configura as posição exata.. OBS: testei pra poketibia e ta 1oo% local config = { {poke = "Bulbasaur", pos = {['x'] = 1050, ['y'] = 1055, ['z'] = 7}}, {poke = "Charmander", pos = {['x'] = 1055, ['y'] = 1059, ['z'] = 7}}, {poke = "Squirtle", pos = {['x'] = 1049, ['y'] = 1059, ['z'] = 7}}, {poke = "Shiny Gyarados", pos = {['x'] = 1056, ['y'] = 1056, ['z'] = 7}}, }
  19. eu to usando um script de quando o monstro morrer, abrir um teleport e queria que aparecesse uma mensagem em branco pra todos jogadores quando ele morresse tambem 'O Darkzu foi morto e o portal irá fechar em 30 segundos.' Script que eu uso.
  20. Blz pessoal denovo venho aqui tazer outro monster pra vcs que eu msm editei em meu server. Primeiro abra data/monster Procure por qualquer monstro se vc não for usar ele vc apaga tudo que está lá e cole isto. Gostou Da Rep+ Ae Nao Custa Nada
  21. Galera, eu criei algumas quests de addons e para entrar na quest o player passa por uma sala onde existem os monstros vestidos com os addons. Gostaria de saber se é possível fazer o monstro ficar rodando no SQM. Tentei utilizar o lookdir mas não consegui, alguém ai sabe como eu posso fazer isso? lookdir 0 = /\ (para o norte) lookdir 1 = > (para o leste) lookdir 2 = \/ (para o sul) lookdir 3 = < (para o oeste) Queria que ele mudasse de posição a cada 2 segundos. OBS: pode ser com monstro ou NPC, qualquer coisa eu altero os monstros para NPC, pois estes monstros só servem para indicar qual é o addon... Obrigado!
  22. Olá, estou criando um monstro novo e gostaria de adicionar uma fala assim que o monstro usar um ataque, dentro do arquivo do monstro existe o seguinte ataque: <attack name="earth" interval="1000" chance="12" length="6" spread="3" min="-100" max="-150"> <attribute key="areaEffect" value="smallplants"/> <voices> <voice sentence="exevo tera hur"/> </voices> <-- Linha que adicionei, achando que o monstro iria falar ao usar o ataque... porém sem sucesso. </attack> Alguém saberia me dizer se há algum atributo que eu possa colocar dentro da tag <attack>? Ou então, alguém conseguiria fazer um script para tal ação!? Agradeço desde que nasci! Abraços!
  23. Bom Espero Que Me Ajudem!! Porfavor ! 1 - eu quero 5 elementos de monstro 1 exp : Holy Pet 2 exp : Energy Pet 3 exp : Fire Pet 4 exp : Ice Pet 5 exp : Terra Pet 2 - Vou dexa um exemplo do 2exp do Energy Pet <?xml version="1.0" encoding="UTF-8"?> <monster name="Pet Energy" nameDescription="a Pet Energy" race="blood" experience="0" speed="2000" manacost="0">"] <health now="25000" max="25000"/> <look type="145" head="88" body="88" legs="88" feet="88" addons="3" corpse="6080"/> <targetchange interval="10000" chance="20"/> <strategy attack="100" defense="0"/> <flags> <flag summonable="0"/> <flag attackable="1"/> <flag hostile="1"/> <flag illusionable="0"/> <flag convinceable="1"/> <flag pushable="0"/> <flag canpushitems="1"/> <flag canpushcreatures="1"/> <flag targetdistance="1"/> <flag staticattack="90"/> <flag runonhealth="0"/> </flags> <attacks> <attack name="melee" interval="2000" skill="0" attack="0"/>"] <attack name="energy" interval="1000" chance="100" radius="0" target="6" min="-420" max="-425">"] <attribute key="shootEffect" value="energy"/> <attribute key="areaEffect" value="energyarea"/> </attack> </attacks> <defenses armor="25" defense="30"/> <elements> <element earthPercent="100"/> <element icePercent="100"/> <element firePercent="100"/> <element energyPercent="100"/> <element physicalPercent="100"/> <element deathPercent="100"/> <element holyPercent="100"/> </elements> <immunities> <immunity paralyze="1"/> <immunity invisible="1"/> </immunities> quero assim ajeitem do modo correto pq esse ta errado e eu nao sei ajeitar do modo correto vamos lá! REP+ Peso Isso Principalmente ao Vodka Ajuda Aqui
  24. Bom Espero Que Me Ajudem!! Porfavor ! 1 - eu quero 5 elementos de monstro 1 exp : Holy Pet 2 exp : Energy Pet 3 exp : Fire Pet 4 exp : Ice Pet 5 exp : Terra Pet 2 - Vou dexa um exemplo do 2exp do Energy Pet <?xml version="1.0" encoding="UTF-8"?> <monster name="Pet Energy" nameDescription="a Pet Energy" race="blood" experience="0" speed="2000" manacost="0">"] <health now="25000" max="25000"/> <look type="145" head="88" body="88" legs="88" feet="88" addons="3" corpse="6080"/> <targetchange interval="10000" chance="20"/> <strategy attack="100" defense="0"/> <flags> <flag summonable="0"/> <flag attackable="1"/> <flag hostile="1"/> <flag illusionable="0"/> <flag convinceable="1"/> <flag pushable="0"/> <flag canpushitems="1"/> <flag canpushcreatures="1"/> <flag targetdistance="1"/> <flag staticattack="90"/> <flag runonhealth="0"/> </flags> <attacks> <attack name="melee" interval="2000" skill="0" attack="0"/>"] <attack name="energy" interval="1000" chance="100" radius="0" target="6" min="-420" max="-425">"] <attribute key="shootEffect" value="energy"/> <attribute key="areaEffect" value="energyarea"/> </attack> </attacks> <defenses armor="25" defense="30"/> <elements> <element earthPercent="100"/> <element icePercent="100"/> <element firePercent="100"/> <element energyPercent="100"/> <element physicalPercent="100"/> <element deathPercent="100"/> <element holyPercent="100"/> </elements> <immunities> <immunity paralyze="1"/> <immunity invisible="1"/> </immunities> quero assim ajeitem do modo correto pq esse ta errado e eu nao sei ajeitar do modo correto vamos lá! REP+ Peso Isso Principalmente ao Vodka Ajuda Aqui
  25. galera to com um creaturescript aki que e pra quando o player matar certo monstro ganhar certa storage, ta funcionando perfeitamente, mais quando tem dois player ou mais matando o monstro so ganha a storage quem tirou mais dano, eu quero saber se tem como colocar para todos que atacaram ganhar essa storage...
×
×
  • Criar Novo...