Cześć
MalyWizak z tnetu do swojego serwera dodał potwór Medusa, czyli klon rodem z nowszych wersji Tibii.
Wg. mnie to bardzo ciekawy potwór, jednak miał jedną wadę, kompletnie źle zrobione ataki.
Wrzucam więc poprawioną wersję w której wszystkie ataki są ładnie naprawione (nie zamienia jedynie w kamień bo nie ma pasującego outfitu, a item by dawał słaby efekt ;f)
Aha, do zrobienia jest loot, a raczej jego częstotliwość, jak będę miał czas i chęci to go poprawię :)

Medusa.XML
Kod:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Medusa" nameDescription="a medusa" race="blood" experience="4050" speed="300" manacost="0">
  <health now="4500" max="4500"/>
  <look type="158" head="120" body="81" legs="119" feet="119" addons="2" corpse="6080"/>
  <targetchange interval="5000" chance="8"/>
  <strategy attack="100" defense="0"/>
  <flags>
    <flag summonable="0"/>
    <flag attackable="1"/>
    <flag hostile="1"/>
    <flag illusionable="1"/>
    <flag convinceable="0"/>
    <flag pushable="0"/>
    <flag canpushitems="1"/>
    <flag canpushcreatures="1"/>
    <flag targetdistance="1"/>
    <flag staticattack="90"/>
    <flag runonhealth="600"/>
  </flags>
  <attacks>
    <attack name="melee" interval="2000" min="0" max="-450"/>
    <attack name="speed" interval="1000" chance="50" range="7" radius="6" speedchange="-850" duration="15000">
      <attribute key="areaEffect" value="poff"/>
    </attack>
    <attack name="terra strike" interval="1000" chance="40" target="1" min="-60" max="-300" />
    <attack name="terra wave" interval="1000" chance="40" min="-250" max="-500" />
  </attacks>
  <defenses armor="25" defense="35">
    <defense name="healing" interval="1000" chance="25" min="500" max="900">
      <attribute key="areaEffect" value="blueshimmer"/>
    </defense>
  </defenses>
  <elements>
	<element earthPercent="100"/>
	<element icePercent="40"/>
	<element holyPercent="25"/>
	<element physicalPercent="-15"/>
	<element energyPercent="-10"/>
  </elements>
  <immunities>
    <immunity lifedrain="1"/>
    <immunity paralyze="1"/>
    <immunity invisible="1"/>
  </immunities>
    <voices interval="5000" chance="10">
      <voice sentence="You will make sssuch a fine ssstatue!" yell="1"/>
      <voice sentence="There isss no chhhanccce of essscape" yell="1"/>
      <voice sentence="Are you tired or why are you moving thhat ssslow" yell="1"/>
	  <voice sentence="Jussst look at me!" yell="1"/>
    </voices>
  <loot>
    <item id="2148" countmax="100" chance1="100000" chancemax="0"/>
    <item id="2148" countmax="80" chance1="100000" chancemax="0"/>
    <item id="2671" countmax="3" chance="60000"/>
    <item id="7590" countmax="2" chance="60000"/>
    <item id="2476" chance="30000"/>
    <item id="2536" chance="10000"/>
    <item id="3976" countmax="10" chance1="50000" chancemax="0"/>
    <item id="2149" countmax="3" chance="5000"/>
    <item id="2004" chance="100000">
      <inside>
        <item id="2152" countmax="2" chance="50000"/>
        <item id="2143" countmax="2" chance1="50000" chancemax="0"/>
      </inside>
    </item>
  </loot>
</monster>
Monsters.XML
Kod:
<monster name="Medusa" file="Medusa.xml"/>
Pjona.