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

[Request] Monster Custom Spells

tosse12

Panchira Project Member
Joined
Jun 10, 2007
Messages
864
Reaction score
9
Location
Sweden
How do I fix so I have my own custom area for Monsters?

I want to make my monster to use this kind of area, the question is, how do I do so that monster can use it?
Code:
AREA_Leech = {
{0, 0, 0, 1, 1, 1, 0, 0, 0},
{0, 0, 1, 1, 1, 1, 1, 0, 0},
{0, 1, 1, 1, 1, 1, 1, 1, 0},
{1, 1, 1, 1, 1, 1, 1, 1, 1},
{1, 1, 1, 1, 3, 1, 1, 1, 1},
{1, 1, 1, 1, 1, 1, 1, 1, 1},
{0, 1, 1, 1, 1, 1, 1, 1, 0},
{0, 0, 1, 1, 1, 1, 1, 0, 0},
{0, 0, 0, 1, 1, 1, 0, 0, 0}
}
 
Impossible to make own area for monster spell, but:
Code:
		<attack name="fire" interval="1000" chance="34" range="7" radius="4" target="1" min="-110" max="-200">
			<attribute key="shootEffect" value="fire"/>
			<attribute key="areaEffect" value="firearea"/>
		</attack>

It should look like you want. Radius: 4x4
 
I would help you but your signature is making me sick... How you can have so fast internet? :(( I got 1020/80 and I am sad.

Are you saying that, just because I have fast internet, you won't help me?! NOT FAIR! it is'nt so that I choosed to have this fast... Our family are made of computer nerds :p And I am one of them :) We got 120/20 mib :p fiber connection :p

well Back to the question... Which one shall I belive in Slawkens with 811 Posts or Mohames with a mere 2 Posts, and they both joined this month...
 
Yea, they joined this month, but in 2007.

Slawkens should work fine, paste it in mosnters xml file.
 
Hehe :p Thought we lived in 2007 ^_^

Dam! Thought it would be possible, cause you can do that at 7.6 xD

Well thanx for your help :)
 
Back
Top