Tudo que Equipe Icerox postou
-
AJUDA RAPIDO POR FAVOR
Sim, ele so nao esta contando os monstros :/ --- function onKill(cid, target, lastHit) local questCreatures = { ["Carniphila"] = {questStarted = 1510, questStorage = 65000, creatureStorage = 15000, killsRequired = 150, raceName = "Carniphilas"}, ["Minotaur"] = {questStarted = 1511, questStorage = 65001, creatureStorage = 15001, killsRequired = 2000, raceName = "Minotaurs"}, ["Minotaur Archer"] = {questStarted = 1511, questStorage = 65001, creatureStorage = 15002, killsRequired = 2000, raceName = "Minotaurs"}, ["Minotaur Mage"] = {questStarted = 1511, questStorage = 65001, creatureStorage = 15003, killsRequired = 2000, raceName = "Minotaurs"}, ["Minotaur Guard"] = {questStarted = 1511, questStorage = 65001, creatureStorage = 15004, killsRequired = 2000, raceName = "Minotaurs"}, ["Pirate Buccaneer"] = {questStarted = 1512, questStorage = 65002, creatureStorage = 15005, killsRequired = 1500, raceName = "Pirates"}, ["Pirate Corsair"] = {questStarted = 1512, questStorage = 65002, creatureStorage = 15006, killsRequired = 1500, raceName = "Pirates"}, ["Pirate Cutthroat"] = {questStarted = 1512, questStorage = 65002, creatureStorage = 15007, killsRequired = 1500, raceName = "Pirates"}, ["Pirate Ghost"] = {questStarted = 1512, questStorage = 65002, creatureStorage = 15008, killsRequired = 1500, raceName = "Pirates"}, ["Pirate Marauder"] = {questStarted = 1512, questStorage = 65002, creatureStorage = 15009, killsRequired = 1500, raceName = "Pirates"}, ["Pirate Skeleton"] = {questStarted = 1512, questStorage = 65002, creatureStorage = 15010, killsRequired = 1500, raceName = "Pirates"}, ["Necromancer"] = {questStarted = 1513, questStorage = 65003, creatureStorage = 15011, killsRequired = 1000, raceName = "Magicians"}, ["Priestess"] = {questStarted = 1513, questStorage = 65003, creatureStorage = 15012, killsRequired = 1000, raceName = "Magicians"}, ["Dragon Lord"] = {questStarted = 1514, questStorage = 65004, creatureStorage = 15013, killsRequired = 1000, raceName = "Dragons"}, ["Serpent Spawn"] = {questStarted = 1515, questStorage = 65005, creatureStorage = 15014, killsRequired = 1000, raceName = "Serpents"}, ["Demon"] = {questStarted = 1516, questStorage = 65006, creatureStorage = 15015, killsRequired = 666, raceName = "Demons"} } local creature = questCreatures[getCreatureName(target)] if creature then if(isPlayer(target) == true) then return true end if getPlayerStorageValue(cid, creature.questStarted) > 0 then if getPlayerStorageValue(cid, creature.questStorage) < creature.killsRequired then if getPlayerStorageValue(cid, creature.questStorage) < 0 then doPlayerSetStorageValue(cid, creature.questStorage, 0) end if getPlayerStorageValue(cid, creature.creatureStorage) < 0 then doPlayerSetStorageValue(cid, creature.creatureStorage, 0) end doPlayerSetStorageValue(cid, creature.questStorage, getPlayerStorageValue(cid, creature.questStorage) + 1) doPlayerSetStorageValue(cid, creature.creatureStorage, getPlayerStorageValue(cid, creature.creatureStorage) + 1) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "" .. getPlayerStorageValue(cid, creature.creatureStorage) .. " " .. getCreatureName(target) .. " defeated. Total [" .. getPlayerStorageValue(cid, creature.questStorage) .. "/" .. creature.killsRequired .. "] " .. creature.raceName .. ".") end end end return true end
-
AJUDA RAPIDO POR FAVOR
Nao deu ;/ mais obrigado por tentar ajudar!
-
AJUDA RAPIDO POR FAVOR
ALGUEM PODERIA POSTAR AQUI ALGUMA SCRIPT DE TASKS? PARA OT GLOBAL 9.86, OBRIGADO!!
-
[Resolvido] ALGUEM ME AJUDA POR FAVOR
- [Resolvido] ALGUEM ME AJUDA POR FAVOR
Cara, eu ja tentei isso ai e nao conssegui, ta ai meu creaturescript: function onDeath(cid, corpse, killer, frompos) local monster = "Deathstrike" -- Nome do monstro que precisa matar, coloque entre aspas como está ali. if isMonster and getCreatureName(cid) == monster then if isPlayer(killer[1]) == TRUE then setPlayerStorageValue(killer[1], 19960, 1) end end end Tag: <event type="death" name="deathstrike" event="script" value="deathstrike.lua"/>- [Resolvido] ALGUEM ME AJUDA POR FAVOR
GALERA EU FIZ UM SCRIPT PRO MEU MONSTRO "DEATHSTRIKE", O SCRIPT E O SEGUINTE: QUANDO EU MATO ELE, EU GANHO UMA STORAGE PARA CLICAR NO "DEATHSTRIKE TREASURE CHEST" ATE AI TA TUDO CERTO, MAIS QUANDO EU MATO O BOSS, NAO APARECE O CORPSE DELE, ELE APENAS FAZ "POFF", EU RETIREI A TAG DO MONSTRO PRA TESTAR E APARECEU O CORPSE NORMALMENTE, MAIS QUANDO EU COLOCO A TAG NO BOSS ELE NAO DROPA LOOT NEM APARECE O CORPSE, ALGUEM ME AJUDA POR FAVOR!! <?xml version="1.0" encoding="UTF-8"?> <monster name="Deathstrike" nameDescription="a deathstrike" race="blood" experience="40000" speed="550" manacost="340"> <health now="200000" max="200000"/> <look type="500" corpse="18384"/> <targetchange interval="2000" chance="20"/> <strategy attack="100" defense="0"/> <flags> <flag summonable="1"/> <flag attackable="1"/> <flag hostile="1"/> <flag illusionable="1"/> <flag convinceable="1"/> <flag pushable="0"/> <flag canpushitems="0"/> <flag canpushcreatures="0"/> <flag targetdistance="1"/> <flag runonhealth="0"/> </flags> <attacks> <attack name="melee" interval="2000" skill="150" attack="195"/> <attack name="manadrain" interval="2000" chance="25" length="8" spread="0" min="-600" max="-1300"> <attribute key="areaEffect" value="redshimmer"/> </attack> <attack name="fire" interval="2000" chance="20" length="5" spread="0" min="-600" max="-1000"> <attribute key="areaEffect" value="fire"/> </attack> <attack name="energy" interval="2000" chance="35" range="8" radius="5" target="1" min="-450" max="-600"> <attribute key="shootEffect" value="energy"/> <attribute key="areaEffect" value="energy"/> </attack> </attacks> <defenses armor="25" defense="35"> <defense name="healing" interval="3000" chance="16" min="2000" max="2750"> <attribute key="areaEffect" value="greenshimmer"/> </defense> <defense name="healing" interval="15000" chance="7" min="20000" max="20750"> <attribute key="areaEffect" value="greenshimmer"/> </defense> <defense name="invisible" interval="3000" chance="25" duration="4000"> <attribute key="areaEffect" value="greenshimmer"/> </defense> </defenses> <elements> <element energyPercent="18"/> <element holyPercent="11"/> <element earthPercent="100"/> <element deathPercent="-1"/> <element firePercent="10"/> <element icePercent="8"/> </elements> <immunities> <immunity paralyze="1"/> <immunity invisible="1"/> </immunities> <voices interval="5000" chance="10"> <voice sentence="You are nothing!"/> </voices> <loot> <item id="2148" countmax="100" chance="30000"/><!-- Gold Coins --> <item id="2149" countmax="4" chance="33333"/><!-- Small Emerald --> <item id="18450" chance="30800"/><!-- Crystalline Sword --> <item id="18449" chance="36000"/><!-- Decorative Ribbon --> <item id="18430" chance="305000"/><!-- Deathstrike s snippet --> </loot> <script> <event name="deathstrike"/> </script> </monster> ALGUEM ME AJUDA AI POR FAVOR, VALEU!! - [Resolvido] ALGUEM ME AJUDA POR FAVOR
Informação Importante
Confirmação de Termo