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

Raid + Monster - Santa Event

LucasFerraz

Systems Analyst
Joined
Jun 10, 2010
Messages
2,858
Reaction score
96
Location
Brazil
I made all of this, correct loot.

Monster
XML:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="grynch clan goblin" nameDescription="a Grynch Clan Goblin" race="blood" experience="4" speed="400" manacost="0">
	<health now="80" max="80"/>
	<look type="61" corpse="6002"/>
	<targetchange interval="5000" chance="0"/>
	<strategy attack="0" defense="100"/>
	<flags>
		<flag summonable="0"/>
		<flag attackable="1"/>
		<flag hostile="0"/>
		<flag illusionable="0"/>
		<flag convinceable="0"/>
		<flag pushable="0"/>
		<flag canpushitems="0"/>
		<flag canpushcreatures="0"/>
		<flag targetdistance="11"/>
		<flag staticattack="0"/>
		<flag runonhealth="80"/>
	</flags>
	<attacks>
	</attacks>
	<defenses armor="10" defense="12">
		<defense name="speed" interval="1000" chance="15" speedchange="600" duration="5000">
			<attribute key="areaEffect" value="redshimmer"/>
		</defense>
	</defenses>
	<immunities>
		<immunity physical="0"/>
		<immunity energy="0"/>
		<immunity fire="0"/>
		<immunity poison="0"/>
		<immunity lifedrain="0"/>
		<immunity paralyze="0"/>
		<immunity outfit="0"/>
		<immunity drunk="0"/>
		<immunity invisible="1"/>
	</immunities>
	<voices interval="5000" chance="10">
		<voice sentence="T'was not me hand in your pocket!"/>
		<voice sentence="Look! Cool stuff in house. Let's get it!"/>
		<voice sentence="Uhh! Nobody home!"/>
		<voice sentence="Me just borrowed it!"/>
		<voice sentence="Me no steal! Me found it!"/>
		<voice sentence="Me had it for five minutes. It's family heirloom now!"/>
		<voice sentence="Nice human won't hurt little, good goblin?"/>
		<voice sentence="Gimmegimme!"/>
		<voice sentence="Invite me in you lovely house plx!"/>
		<voice sentence="Other Goblin stole it!"/>
		<voice sentence="All presents mine!"/>
		<voice sentence="Me got ugly ones purse"/>
		<voice sentence="Free itans plz!"/>
		<voice sentence="Not me! Not me!"/>
		<voice sentence="Guys, help me here! Guys? Guys???"/>
		<voice sentence="That only much dust in me pocket! Honest!"/>
		<voice sentence="Can me have your stuff?"/>
		<voice sentence="Halp, Big dumb one is after me!"/>
		<voice sentence="Uh, So many shiny things!"/>
		<voice sentence="Utani hur hur hur!"/>
		<voice sentence="Mee? Stealing? Never!!!"/>
		<voice sentence="Oh what fun it is to steal a one-horse open sleigh!"/>
		<voice sentence="Must have it! Must have it!"/>
		<voice sentence="Where me put me lockpick?"/>
		<voice sentence="Catch me if you can!"/>
	</voices>
	<loot>
		<item id="2148" countmax="16" chance="100000"/><!-- gold coin -->
		<item id="2676" countmax="100" chance="1050"/><!-- banana -->
		<item id="6501" countmax="2" chance="4571"/><!-- gingerbread man -->
		<item id="2675" countmax="3" chance="2847"/><!-- orange -->
		<item id="2687" countmax="5" chance="1428"/><!-- cookie -->
		<item id="2679" countmax="4" chance="3478"/><!-- cherry -->
		<item id="2674" countmax="3" chance="3256"/><!-- apple -->
		<item id="2678" countmax="4" chance="2050"/><!-- coconut -->
                <item id="2260" chance="10000"/><!-- blank rune -->
				<item id="2163" chance="6751"/><!-- magic light wand -->
				<item id="4839" chance="9414"/><!-- bottle -->
				<item id="1852" chance="1474"/><!-- landscape picture -->
				<item id="2172" chance="6414"/><!-- bronze amulet -->
				<item id="1949" chance="3478"/><!-- scroll -->
				<item id="2661" chance="9741"/><!-- scarf -->
				<item id="5890" countmax="1" chance="1414"/><!-- chicken feather -->
				<item id="5894" countmax="3" chance="2457"/><!-- bat wing -->
				<item id="5902" chance="2347"/><!-- honeycomb -->
				<item id="6091" chance="2124"/><!-- watch -->
				<item id="2551" chance="2234"/><!-- broom -->
				<item id="2114" chance="5100"/><!-- piggy bank -->
				<item id="5792" chance="4247"/><!-- dice -->
				<item id="2560" chance="7894"/><!-- mirror -->
				<item id="1684" chance="7896"/><!-- small pillow -->
				<item id="2102" chance="4278"/><!-- flower bowl -->
				<item id="2159" countmax="1" chance="1000"/><!-- scarab coin -->
		                <item id="1987" chance="100000"><!-- bag -->
			<inside>
				<item id="2695" countmax="2" chance="3547"/><!-- egg -->
				<item id="2688" countmax="2" chance="8000"/><!-- candy cane -->
				<item id="6394" chance="7000"/><!-- cream cake -->
				<item id="6393" chance="779"/><!-- valentine cake -->
				<item id="2111" countmax="5" chance="6000"/><!-- snowball -->
				<item id="6497" chance="14000"/><!-- present bag -->
						<item id="5022" countmax="1" chance="7000"/><!-- orichalcum pearl -->
						<item id="2160" countmax="1" chance="100"/><!-- crystal coin -->
						<item id="2534" chance="50"/><!-- vampire shield -->
			                	<item id="6277" chance="4784"/><!-- lump of cake dough -->
			</inside>
		</item>
	</loot>
</monster>

Carlin
Lua:
<raid>
<announce delay="1000" type="event" message="Goblins of the infamous Grynch Clan are invading Carlin to steal all presents, beware!" />
<announce delay="10000" type="event" message="The Goblins sometimes have stolen presents with them! Confiscate them!" />
<announce delay="60000" type="event" message="Return the stolen presents to Ruprecht on Vega at Santa's home for a reward." />

  <!--Area Spawns-->
  <areaspawn delay="60000" fromx="32292" fromy="31740" fromz="7" tox="32372" toy="31820" toz="7">
    <monster name="grynch clan goblin" amount="120" />
  </areaspawn>

</raid>

Thais
Lua:
<raid>
<announce delay="1000" type="event" message="Goblins of the infamous Grynch Clan are invading Thais to steal all presents, beware!" />
<announce delay="10000" type="event" message="The Goblins sometimes have stolen presents with them! Confiscate them!" />
<announce delay="60000" type="event" message="Return the stolen presents to Ruprecht on Vega at Santa's home for a reward." />

  <!--Area Spawns-->
  <areaspawn delay="60000" fromx="32316" fromy="32182" fromz="7" tox="32428" toy="32267" toz="7">
    <monster name="grynch clan goblin" amount="200" />
  </areaspawn>

</raid>
 
Probably wont use it, but still nice, i'll give you rep for it nonetheless :)

At least some people add MEANINGFUL scripts people can use for future reference

regards
 
Back
Top