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

Evan

A splendid one to behold
Senator
Premium User
Joined
May 6, 2009
Messages
7,018
Solutions
1
Reaction score
1,040
Location
United States
Sorry if I'm asking these questions! ;*

Anyways, can anyone explain these options in the monster files?


Code:
<strategy attack="100" defense="0"/>

Code:
<flag hostile="1"/>

Code:
<flag staticattack="40"/>


Rep++ to whoever can explain this to mean in good details, examples would be nice too.
 
Code:
<strategy attack="100" defense="0"/>
If he will attack or defend.

Code:
<flag hostile="1"/>

Hostile = 1 atack players
Hostile = 0 No atack players

Code:
<flag staticattack="40"/>
I'm not sure, but to change the player, if you have 2 or attacking the screen.


'm not sure but I think it is.
 
Back
Top