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

Monster The Welter Boss

Fortera Global

Intermediate OT User
Joined
Nov 20, 2015
Messages
1,180
Solutions
2
Reaction score
117
Monsters.xml
Code:
<monster name="Egg" file="misc/misc reptiles/egg.xml" />
    <monster name="Spawn Of The Welter" file="misc/misc reptiles/spawn of the welter.xml" />

The Welter Boss.xml (monsters)
hastebin

Egg.xml (monsters)
hastebin

Spawn Of The Welter.xml (monsters)
hastebin

Spells.xml
Code:
<instant name="spawn of the welter heal" words="###395" aggressive="0" blockwalls="1" needtarget="0" needlearn="1" script="monster/spawn of the welter heal.lua"/>
    <instant name="spawn of the welter heal2" words="###396" aggressive="0" blockwalls="1" needtarget="0" needlearn="1" script="monster/spawn of the welter heal2.lua"/>
<instant name="the welter summon" words="###337" aggressive="0" blockwalls="1" needtarget="0" needlearn="1" script="monster/the welter summon.lua"/>
        <instant name="the welter summon2" words="###338" aggressive="0" blockwalls="1" needtarget="0" needlearn="1" script="monster/the welter summon2.lua"/>
     <instant name="the welter heal" words="###336" aggressive="0" blockwalls="1" needtarget="0" needlearn="1" script="monster/the welter heal.lua"/>

the welter summon.lua (spells)
hastebin

the welter summon2.lua (spells)
hastebin

spawn of the welter heal.lua (spells)
hastebin

spawn of the welter heal2.lua (spells)
hastebin

creaturescripts.xml
<event type="think" name="WelterEgg" script="monster/welter egg.lua" />

welter egg.lua (creature scripts)
hastebin

Enjoy!
Teste with tfs 1.2 1.3
 
Dont even use it, its so bad written and contains bugs.
 
Back
Top