• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

Demonia and Demon Lord

legendbitta

New Member
Joined
Aug 24, 2011
Messages
16
Reaction score
1
Demonia:

in demonia.xml

PHP:
This document had no style information.
<monster name="Demonia" nameDescription="Demonia" race="blood" experience="5000" speed="1200" manacost="10000">
<health now="500000" max="500000"/>
<look type="35" corpse="5995"/>
<targetchange interval="5000" chance="8"/>
<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 canpushcreatures="1"/>
<flag targetdistance="1"/>
<flag staticattack="90"/>
<flag runonhealth="0"/>
</flags>
<attacks>
<attack name="melee" interval="2000" skill="200" attack="350"/>
<attack name="manadrain" interval="2000" chance="13" range="7" min="1900" max="-2300">
<attribute key="shootEffect" value="suddendeath"/>
</attack>
<attack name="fire" interval="1000" chance="14" range="7" radius="7" target="1" min="-4400" max="-4600">
<attribute key="shootEffect" value="fire"/>
<attribute key="areaEffect" value="firearea"/>
</attack>
<attack name="energy" interval="2000" chance="18" min="-1700" max="-2000">
<attribute key="shootEffect" value="energy"/>
<attribute key="areaEffect" value="purpleenergy"/>
</attack>
<attack name="energy" interval="1000" chance="12" length="8" spread="0" min="-2400" max="-2500">
<attribute key="areaEffect" value="purpleenergy"/>
</attack>
</attacks>
<defenses armor="55" defense="55">
<defense name="healing" interval="2000" chance="15" min="1900" max="2000">
<attribute key="areaEffect" value="blueshimmer"/>
</defense>
</defenses>
<elements>
<element physicalPercent="25"/>
<element icePercent="-15"/>
</elements>
<immunities>
<immunity physical="0"/>
<immunity energy="1"/>
<immunity fire="1"/>
<immunity poison="0"/>
<immunity lifedrain="1"/>
<immunity paralyze="1"/>
<immunity outfit="1"/>
<immunity drunk="1"/>
<immunity invisible="1"/>
</immunities>
<summons maxSummons="2">
<summon name="Demon Lord" interval="700" chance="15" max="2"/>
</summons>
<voices interval="5000" chance="10">
<voice sentence="I'll teach you that even heros can die" yell="1"/>
<voice sentence="You wil die Begging like the others did" yell="1"/>
</voices>
<loot>
<item id="2148" countmax="100" chance="100000"/>
<!-- gold coin -->
<item id="102" chance="900"/>
<!-- Assassin Helmet -->
<item id="114" chance="900"/>
<!-- Assassin Armor -->
<item id="116" chance="900"/>
<!-- Assassin legs -->
</loot>
</monster>

in monsters.xml add :

PHP:
	<monster name="Demonia" file="Demons/demonia.xml"/>

Leave a Comment if u like :)
 
It is a monster of my server with custom sprites, but i assume he/she doesnt know that he needs the correct looktype and sprites ect.. :p
 
Correction: from your previous server
"correct" sprites? if it had different looktype in your server it doesn't mean they were the right ones... who are you to judge what is write or wrong
 
Correction: from your previous server
"correct" sprites? if it had different looktype in your server it doesn't mean they were the right ones... who are you to judge what is write or wrong
I am the owner of these monsters ;p, so it is released without my agreement and i laughed at this :p "who are you to judge what is write or wrong" Right or wrong :p and it isnt just different looktype it is a whole different sprite.

And as you can see:
XML:
<item id="102" chance="900"/>
<!-- Assassin Helmet -->
<item id="114" chance="900"/>
<!-- Assassin Armor -->
<item id="116" chance="900"/>
<!-- Assassin legs -->

These items is custom made too with custom sprites from my server :)
 
I am the owner of these monsters ;p, so it is released without my agreement and i laughed at this :p "who are you to judge what is write or wrong" Right or wrong :p and it isnt just different looktype it is a whole different sprite.

And as you can see:
XML:
<item id="102" chance="900"/>
<!-- Assassin Helmet -->
<item id="114" chance="900"/>
<!-- Assassin Armor -->
<item id="116" chance="900"/>
<!-- Assassin legs -->

These items is custom made too with custom sprites from my server :)

btw its not urs so shut up :)
 
"who are you to judge what is write or wrong" Right or wrong :p

Wops i have no idea how i could have made that kind of grammar mistake.

I am the owner of these monsters ;p, so it is released without my agreement and it isnt just different looktype it is a whole different sprite.

And as you can see:
XML:
<item id="102" chance="900"/>
<!-- Assassin Helmet -->
<item id="114" chance="900"/>
<!-- Assassin Armor -->
<item id="116" chance="900"/>
<!-- Assassin legs -->

These items is custom made too with custom sprites from my server :)

These script and sprites belong to Gm Rufus, and you didn't have any permission to use them. After Rufus complaint you gave credits to him and you got your permission. Why would he have to ask you to use them? How can you know if he didn't ask from Rufus to use them for his server.
 
Back
Top Bottom