• 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.

Monster Hellgorak - loot fixed

Gilahof

RepzorMe
Joined
Dec 11, 2007
Messages
87
Reaction score
1
Location
Brazil
Since Manx don´t fix the ruthless boses loot here go the Hellgorak.

HTML:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Hellgorak" nameDescription="Hellgorak" race="blood" experience="10000" speed="360" manacost="0">
<health now="40000" max="40000"/>
<look type="12" head="19" body="96" legs="21" feet="81" corpse="6068"/>
<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="85"/>
	<flag runonhealth="0"/>
</flags>
<attacks>
    <attack name="melee" interval="2000" skill="130" attack="130"/>
    <attack name="energy" interval="1000" chance="11" length="8" spread="0" min="-250" max="-819">
        <attribute key="areaEffect" value="purpleenergy"/>
    </attack>
    <attack name="manadrain" interval="2000" chance="14" radius="5" target="0" min="-90" max="-500">
        <attribute key="areaEffect" value="stun"/>
    </attack>
    <attack name="fire" interval="1000" chance="11" radius="5" target="1" min="-50" max="-520">
        <attribute key="areaEffect" value="firearea"/>
    </attack>
	<attack name="lifedrain" interval="2000" chance="5" radius="7" target="0" min="0" max="-150">
		<attribute key="areaEffect" value="poff"/>
	</attack>
</attacks>
<defenses armor="70" defense="65">
	<defense name="healing" interval="1000" chance="11" min="400" max="900">
		<attribute key="areaEffect" value="greenshimmer"/>
	</defense>
</defenses>
<elements>
    <element icePercent="99"/>
	<element energyPercent="99"/>
	<element earthPercent="99"/>
    <element holyPercent="99"/>
    <element deathPercent="99"/>
    <element firePercent="99"/>
	<element drownPercent="-50"/>
</elements>
<immunities>
	<immunity lifedrain="1"/>
	<immunity paralyze="1"/>
	<immunity invisible="1"/>
</immunities>
<voices interval="5000" chance="0">
	<voice sentence="??" yell="1"/>
	<voice sentence="??" yell="1"/>
</voices>
<loot>
<item id="2148" countmax="100" chance1="80000" chancemax="8"/>
<item id="2148" countmax="100" chance1="20000" chancemax="10"/>
<item id="2150" countmax="16" chance1="4000" chancemax="10"/> small amethyst
<item id="2148" countmax="83" chance1="40000" chancemax="0"/>
<item id="7388" chance="1200" /> --vile axe
<item id="2130" chance="1200" /> --golden amulet
<item id="2208" chance="3200" /> --axe ring
<item id="8871" chance="3100" /> --focus cape
<item id="2158" chance="1500" /> --blue gem
<item id="2155" chance="1500" /> --green gem
<item id="2210" chance="3200" /> --sword ring
<item id="2208" chance="3200" /> --axe ring
<item id="9970" countmax="13" chance1="6000" chancemax="0"/> small topaz
<item id="6500" countmax="2" chance1="6000" chancemax="0"/> demonic ess
<item id="2143" countmax="7" chance1="5000" chancemax="0"/> --White pearl
<item id="2470" chance="2000" /> --golden legs
<item id="7368" countmax="25" chance="8000"/> --stars
<item id="2144" countmax="12" chance1="4000" chancemax="0"/> --black pearl
<item id="2145" countmax="5" chance1="3000" chancemax="0"/> --small diamond
<item id="2514" chance="5650"/> --mastermind shield
<item id="2466" chance="8100"/> --golden armor
<item id="7412" chance="4200" /> --butcher's axe
<item id="7590" chance="7000"/> --great mana potion
<item id="8904" chance="5000"/> --spellbook of prophercies
<item id="7591" chance="8000"/> --great health potion
<item id="1987" chance="100000">
<inside>
<item id="2148" countmax="100" chance1="80000" chancemax="0"/>
<item id="2148" countmax="100" chance1="20000" chancemax="0"/>
<item id="8901" chance="4400"/> --spellbook of warding
<item id="2415" chance="600"/> --great axe
<item id="2208" chance="3200" /> --axe ring
<item id="8926" chance="900"/> --demonwing axe
<item id="2645" chance="3500"/> --steel boots
<item id="6500" countmax="2" chance1="6000" chancemax="0"/> demonic ess
<item id="8902" chance="4500"/> spellbook of mind control
<item id="2136" chance1="3000"/> demonbone amulet
<item id="2488" chance1="4000"/> crown legs
<item id="2143" countmax="7" chance1="7000" chancemax="0"/> --White pearl
<item id="7590" chance="5000"/> --great mana potion
<item id="8879" chance="3400"/> --voltage armor
<item id="2146" countmax="18" chance1="9000" chancemax="0"/> --small sapphire
<item id="2195" chance="5000"/> --boh
<item id="8918" chance="1000"/> --spellbook of dark mysteries
<item id="7591" chance="7000"/> --great health potion
</inside>
	</item>
</loot>
</monster>

Rep++ if u like it ^^
 
I know that there is a site to see the loots.

I meant that in none of the packs of monsters with the bosses of inq have the loot corrected.
 
Improved, more fixes (especially attacks)
Lua:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Hellgorak" nameDescription="Hellgorak" race="undead" experience="10000" speed="360" manacost="0">
<health now="30000" max="30000"/>
<look type="12" head="19" body="96" legs="21" feet="81" corpse="6068"/>
<targetchange interval="5000" chance="30"/>
<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="85"/>
	<flag runonhealth="0"/>
</flags>
<attacks>
    <attack name="melee" interval="2000" min="-0" max="-800"/>
    <attack name="energy" interval="2000" chance="11" length="8" spread="0" min="-0" max="-850">
        <attribute key="areaEffect" value="purpleenergy"/>
    </attack>
    <attack name="energy" interval="2500" chance="15" range="7" target="1" min="-200" max="-400">
        <attribute key="areaEffect" value="energy"/>
	<attribute key="shootEffect" value="energy"/>
    </attack>
    <attack name="manadrain" interval="2000" chance="14" radius="5" target="0" min="-90" max="-500">
        <attribute key="areaEffect" value="stun"/>
    </attack>
    <attack name="fire" interval="2000" chance="11" radius="5" range="7" target="1" min="-0" max="-600">
        <attribute key="areaEffect" value="firearea"/>
    </attack>
    <attack name="lifedrain" interval="2000" chance="5" radius="7" target="0" min="-0" max="-0">
	<attribute key="areaEffect" value="poff"/>
    </attack>
</attacks>
<defenses armor="70" defense="65">
	<defense name="healing" interval="1000" chance="11" min="400" max="900">
		<attribute key="areaEffect" value="greenshimmer"/>
	</defense>
</defenses>
<elements>
    <element icePercent="98"/>
    <element energyPercent="98"/>
    <element earthPercent="98"/>
    <element holyPercent="98"/>
    <element deathPercent="98"/>
    <element firePercent="98"/>
    <element physicalPercent="98"/>
    <element drownPercent="-205"/>
</elements>
<immunities>
	<immunity lifedrain="1"/>
	<immunity paralyze="1"/>
	<immunity invisible="1"/>
</immunities>
<voices interval="5000" chance="10">
	<voice sentence="I'll sacrifice yours souls to seven!"/>
	<voice sentence="I'm bad news for you mortals!"/>
	<voice sentence="No man can defeat me!"/>
	<voice sentence="Your puny skills are no match for me."/>
	<voice sentence="I smell your fear."/>
	<voice sentence="Delicious!"/>
</voices>
<loot>
	<item id="2148" countmax="100" chance1="100000" chancemax="8"/>
	<item id="2148" countmax="100" chance1="50000" chancemax="10"/>
	<item id="2150" countmax="16" chance1="4000" chancemax="10"/> small amethyst
	<item id="2148" countmax="83" chance1="40000" chancemax="0"/>
	<item id="7388" chance="1200" /> --vile axe
	<item id="2130" chance="1200" /> --golden amulet
	<item id="2208" chance="3200" /> --axe ring
	<item id="8871" chance="3100" /> --focus cape
	<item id="2158" chance="1500" /> --blue gem
	<item id="2155" chance="1500" /> --green gem
	<item id="2210" chance="3200" /> --sword ring
	<item id="2208" chance="3200" /> --axe ring
	<item id="9970" countmax="13" chance1="6000" chancemax="0"/> small topaz
	<item id="6500" countmax="2" chance1="6000" chancemax="0"/> demonic ess
	<item id="2143" countmax="7" chance1="5000" chancemax="0"/> --White pearl
	<item id="2470" chance="2000" /> --golden legs
	<item id="7368" countmax="25" chance="8000"/> --stars
	<item id="2144" countmax="12" chance1="4000" chancemax="0"/> --black pearl
	<item id="2145" countmax="5" chance1="3000" chancemax="0"/> --small diamond
	<item id="2514" chance="5650"/> --mastermind shield
	<item id="2466" chance="8100"/> --golden armor
	<item id="7412" chance="4200" /> --butcher's axe
	<item id="7590" chance="7000"/> --great mana potion
	<item id="8904" chance="5000"/> --spellbook of prophercies
	<item id="7591" chance="8000"/> --great health potion
	<item id="1987" chance="100000">
		<inside>
			<item id="2148" countmax="100" chance1="80000" chancemax="0"/>
			<item id="2148" countmax="100" chance1="20000" chancemax="0"/>
			<item id="8901" chance="4400"/> --spellbook of warding
			<item id="2415" chance="600"/> --great axe
			<item id="2208" chance="3200" /> --axe ring
			<item id="8926" chance="900"/> --demonwing axe
			<item id="2645" chance="3500"/> --steel boots
			<item id="6500" countmax="2" chance1="6000" chancemax="0"/> demonic ess
			<item id="8902" chance="4500"/> spellbook of mind control
			<item id="2136" chance1="3000"/> demonbone amulet
			<item id="2488" chance1="4000"/> crown legs
			<item id="2143" countmax="7" chance1="7000" chancemax="0"/> --White pearl
			<item id="7590" chance="5000"/> --great mana potion
			<item id="8879" chance="3400"/> --voltage armor
			<item id="2146" countmax="18" chance1="9000" chancemax="0"/> --small sapphire
			<item id="2195" chance="5000"/> --boh
			<item id="8918" chance="1000"/> --spellbook of dark mysteries
			<item id="7591" chance="7000"/> --great health potion
		</inside>
	</item>
</loot>
</monster>
 
You're kiddin me? The loot totaly sucks, the chance of loot is totaly unreal a great axe should be 50-100 not 700. It loot 3x gold not 2x. The attacks are unreal too. This work isn't worth a reputation point. I've done it by myself will all 100% rl attacks and loot since I was hunting it with friends on rl tibia. ;x
 
Back
Top