• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

monster does not change focus

meyson90

New Member
Joined
Nov 29, 2025
Messages
24
Reaction score
3
I'd like the monster to periodically attack other players nearby... because currently, my TFS 1.2 works this way: if a monster attacks someone, you can stand there for half an hour with that monster and it won't attack anyone other than the player it initially attacked.

I'd like the monster to change targets periodically.
 
Solution
Edit monster/ demon.xml ex:
XML:
<targetchange interval="2000" chance="30" />
  <targetstrategy nearest="70" weakest="10" mostdamage="10" random="10" />
Edit monster/ demon.xml ex:
XML:
<targetchange interval="2000" chance="30" />
  <targetstrategy nearest="70" weakest="10" mostdamage="10" random="10" />
 
Solution

Similar threads

Replies
3
Views
449
Back
Top