Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

ANKOU Changing Target

Status
Not open for further replies.
Newbie Spellweaver
Joined
Feb 6, 2019
Messages
8
Reaction score
0
Hello! I need help with a specific boss, Ankou.

He keeps on changing target and by doing that, the party's tank is useless.
How do i disable it from changing its target and focus only on the one who hits him first?

here is his AI.
erichalfred0528 - ANKOU Changing Target - RaGEZONE Forums


m_nAttackFirstRange = 10;
AI
{
#Scan
{
scan
}
#battle
{
Attack 20 cunning sam
Rangeattack 15
Berserk 20 2.0
}
#move
{
Loot d 5
}


Thanks in advance.
 
Inactive
Joined
Jan 20, 2009
Messages
1,014
Reaction score
1,830
Hello! I need help with a specific boss, Ankou.

He keeps on changing target and by doing that, the party's tank is useless.
How do i disable it from changing its target and focus only on the one who hits him first?

here is his AI.
erichalfred0528 - ANKOU Changing Target - RaGEZONE Forums


m_nAttackFirstRange = 10;
AI
{
#Scan
{
scan
}
#battle
{
Attack 20 cunning sam
Rangeattack 15
Berserk 20 2.0
}
#move
{
Loot d 5
}


Thanks in advance.

Some things to consider:
  • Hire a dev
  • Experiment yourself by using other mob AI
  • Search the source
  • Search forums for guides
  • Tell people what you have actually tried

You've made no effort to resolve or attempt to fix this issue yourself.
Don't count on others to do it for you especially for free.
 
Last edited:
Upvote 0
Status
Not open for further replies.
Back
Top