Postado Outubro 5, 2014 10 anos PRIMEIRAMENTE BOA NOITE, PESSOA TIBIAKING ESTOU COM UM PROBLEMA NO SUMMON DE MAGE CRIEI UM MONSTRO CHAMADO GOD MAGE MUITO FORTE E OS PLAYERS ESTAO SUMONANDO ELE COMO EU TIRO ISSO ESTA ACABANDO COM A WAR , AGUARDO !
Postado Outubro 5, 2014 10 anos Solução Simples. data>monster>local do monster Abra o arquivo do monster. Citar <flags> <flag summonable="1"/> - Coloque 0 no lugar do 1 Citar <flag summonable="0"/> Se não der certo,eu não sei oque pode ser :s Se der .. +Rep <3 Editado Outubro 5, 2014 10 anos por JujuLady (veja o histórico de edições) ~ Se ajudei +Rep ~ Sheele
Postado Outubro 5, 2014 10 anos Autor codigo dele ta diferente esta assim <?xml version="1.0" encoding="UTF-8"?> <monster name="God Mage" nameDescription="God Mage" race="BLOOD" experience="150000" speed="1800" manacost="0"> <health now="100000" max="100000"/> <look type="130" head="95" body="116" legs="121" feet="115" corpse="6068"/> <targetchange interval="10000" chance="20"/> <strategy attack="10" defense="0"/> <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 staticattack="98"/> <flag targetdistance="1"/> <flag runonhealth="0"/> <flag skull="black"/> </flags> <attacks> <attack name="melee" interval="2000" skill="550" attack="100" poison="10"/> <attack name="fire" interval="30000" chance="35" range="7" radius="7" target="1" min="-1000" max="-1000"> <attribute key="shootEffect" value="fire"/> <attribute key="areaEffect" value="firearea"/> </attack> <attack name="melee" interval="1800" chance="40" range="7" radius="5" target="0" min="-1000" max="-1000"> <attribute key="areaEffect" value="blackspark"/> </attack> <attack name="energy" interval="3000" chance="30" length="8" spread="0" min="-1000" max="-1000"> <attribute key="areaEffect" value="energy"/> </attack> <attack name="physical" interval="2000" chance="20" range="7" radius="5" target="0" min="-1000" max="-1000"> <attribute key="areaEffect" value="greenshimmer"/> </attack> <attack name="physical" interval="2000" chance="15" range="7" radius="13" target="0" min="-1000" max="-1000"> <attribute key="areaEffect" value="rednote"/> </attack> <attack name="physical" interval="2000" chance="20" radius="14" target="0" min="-1000" max="-1000"> <attribute key="areaEffect" value="bluebubble"/> </attack> <attack name="melee" interval="3000" chance="15" range="7" radius="3" target="0" min="-100" max="-1000"> <attribute key="areaEffect" value="blueshimmer"/> </attack> </attacks> <defenses armor="55" defense="65"> <defense name="healing" interval="3000000000" chance="35" min="30" max="80"> <attribute key="areaEffect" value="blueshimmer"/> </defense> <defense name="speed" interval="4000" chance="80" speedchange="440" duration="6000"> <attribute key="areaEffect" value="redshimmer"/> </defense> </defenses> <elements> <element firePercent="100"/> <element earthPercent="100"/> <element energyPercent="100"/> <element deathPercent="60"/> <element physicalPercent="40"/> <element icePercent="-25"/> </elements> <immunities> <immunity paralyze="1"/> <immunity invisible="1"/> </immunities> <summons maxSummons="0"> <summon name="subwat boss" interval="4000" chance="33"/> </summons> <loot> <item id="2160" countmax="100" chance="10000"/> <item id="2160" countmax="100" chance="10000"/> <item id="2160" countmax="100" chance="10000"/> <item id="11192" countmax="30" chance="10000"/> <item id="4863" chance="10000"/> <item id="4869" chance="10000"/> <item id="8304" chance="10000"/> </loot> </monster>
Postado Outubro 5, 2014 10 anos ~ <monster name="God Mage" nameDescription="God Mage" race="BLOOD" experience="150000" speed="1800" manacost="0"> <?xml version="1.0" encoding="UTF-8"?> <health now="100000" max="100000"/> <look type="130" head="95" body="116" legs="121" feet="115" corpse="6068"/> <targetchange interval="10000" chance="20"/> <strategy attack="10" defense="0"/> <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 staticattack="98"/> <flag targetdistance="1"/> <flag runonhealth="0"/> <flag skull="black"/> ________________________________________________Se preferir copie e cole isso no arquivo: <?xml version="1.0" encoding="UTF-8"?> <monster name="God Mage" nameDescription="God Mage" race="BLOOD" experience="150000" speed="1800" manacost="0"> <health now="100000" max="100000"/> <look type="130" head="95" body="116" legs="121" feet="115" corpse="6068"/> <targetchange interval="10000" chance="20"/> <strategy attack="10" 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 staticattack="98"/> <flag targetdistance="1"/> <flag runonhealth="0"/> <flag skull="black"/> </flags> <attacks> <attack name="melee" interval="2000" skill="550" attack="100" poison="10"/> <attack name="fire" interval="30000" chance="35" range="7" radius="7" target="1" min="-1000" max="-1000"> <attribute key="shootEffect" value="fire"/> <attribute key="areaEffect" value="firearea"/> </attack> <attack name="melee" interval="1800" chance="40" range="7" radius="5" target="0" min="-1000" max="-1000"> <attribute key="areaEffect" value="blackspark"/> </attack> <attack name="energy" interval="3000" chance="30" length="8" spread="0" min="-1000" max="-1000"> <attribute key="areaEffect" value="energy"/> </attack> <attack name="physical" interval="2000" chance="20" range="7" radius="5" target="0" min="-1000" max="-1000"> <attribute key="areaEffect" value="greenshimmer"/> </attack> <attack name="physical" interval="2000" chance="15" range="7" radius="13" target="0" min="-1000" max="-1000"> <attribute key="areaEffect" value="rednote"/> </attack> <attack name="physical" interval="2000" chance="20" radius="14" target="0" min="-1000" max="-1000"> <attribute key="areaEffect" value="bluebubble"/> </attack> <attack name="melee" interval="3000" chance="15" range="7" radius="3" target="0" min="-100" max="-1000"> <attribute key="areaEffect" value="blueshimmer"/> </attack> </attacks> <defenses armor="55" defense="65"> <defense name="healing" interval="3000000000" chance="35" min="30" max="80"> <attribute key="areaEffect" value="blueshimmer"/> </defense> <defense name="speed" interval="4000" chance="80" speedchange="440" duration="6000"> <attribute key="areaEffect" value="redshimmer"/> </defense> </defenses> <elements> <element firePercent="100"/> <element earthPercent="100"/> <element energyPercent="100"/> <element deathPercent="60"/> <element physicalPercent="40"/> <element icePercent="-25"/> </elements> <immunities> <immunity paralyze="1"/> <immunity invisible="1"/> </immunities> <summons maxSummons="0"> <summon name="subwat boss" interval="4000" chance="33"/> </summons> <loot> <item id="2160" countmax="100" chance="10000"/> <item id="2160" countmax="100" chance="10000"/> <item id="2160" countmax="100" chance="10000"/> <item id="11192" countmax="30" chance="10000"/> <item id="4863" chance="10000"/> <item id="4869" chance="10000"/> <item id="8304" chance="10000"/> </loot> </monster> Editado Outubro 5, 2014 10 anos por JujuLady (veja o histórico de edições) ~ Se ajudei +Rep ~ Sheele
Postado Outubro 5, 2014 10 anos Oitava linha. <flag summonable="1"/> Se tivesse ao menos procurado, teria achado.
Participe da conversa
Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.