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

C++ Aggressive Summons?

endziu2222

Premium User
Premium User
Joined
Nov 2, 2010
Messages
218
Solutions
1
Reaction score
62
Hi there,

Does anybody know the way how to enable my summons & familiars to be aggressive. So, when I summon for example Monk and walk around my monk will automatically attack nearby monsters?

Does not matter if on TFS or Canary just wonder where I can modify this behavior?

Client 13+
 
Solution
Cant you just register creature event on summon ? OnCreatureAppear and just check if its monster and setTarget on summon to that creature. Not sure just an idea
Cant you just register creature event on summon ? OnCreatureAppear and just check if its monster and setTarget on summon to that creature. Not sure just an idea
 
Solution
Cant you just register creature event on summon ? OnCreatureAppear and just check if its monster and setTarget on summon to that creature. Not sure just an idea
Yeah managed used onAppear to target monster when spawns and onThink to target when they already spawned. Thanks
 
Back
Top