Can't teleport away from Beelzebub NM

International

Moderator: Moderators

guytwo
Plain Yogurt
Plain Yogurt
Posts: 59
Joined: 26 Aug 2011, 04:45
Noob?: Yes

Can't teleport away from Beelzebub NM

#1 Post by guytwo »

My bot is having problems avoiding this particular mob, Beelzebub. Everytime it runs into this mob, it tries to teleport, but always winds up dying. I have monster control set as follows:

Code: Select all

Beelzebub 0 1 0
meaning my bot should be teleporting the instant this mob appears on the screen, which it does attempt use a fly wing to no avail. If this is the case, why is the bot always dying when it encounters this mob? Does it have some special skill?
5e13ct
Plain Yogurt
Plain Yogurt
Posts: 51
Joined: 02 Sep 2012, 11:09
Noob?: No
Location: Brazil - PR

Re: Can't teleport away from Beelzebub NM

#2 Post by 5e13ct »

http://www.openkore.com/index.php/Mon_control.txt

Could occur he is silenced, usually when the monster appears on tele it might be causing this status, add green pot for him to use.
guytwo
Plain Yogurt
Plain Yogurt
Posts: 59
Joined: 26 Aug 2011, 04:45
Noob?: Yes

Re: Can't teleport away from Beelzebub NM

#3 Post by guytwo »

Can fly wings be silenced? The console doesn't indicate my bot was silenced.
5e13ct
Plain Yogurt
Plain Yogurt
Posts: 51
Joined: 02 Sep 2012, 11:09
Noob?: No
Location: Brazil - PR

Re: Can't teleport away from Beelzebub NM

#4 Post by 5e13ct »

guytwo wrote:Can fly wings be silenced? The console doesn't indicate my bot was silenced.
TeleportAuto useSkill

teleportAuto_useSkill <value>
Specifies what kore will use to teleport.

Value Description
0 Use items (Fly Wing or Butterfly Wing). <<<Check this option at your config.txt.
1 Use the Teleport skill normally (consume SP).
2 Use the Teleport skill and don't consume SP if there are no players around to see.

Is not guaranteed to work, as it relies on a server's bug.
3 Use the Teleport skill and never consume SP.

Is not guaranteed to work, as it relies on a server's bug.



http://www.openkore.com/index.php/TeleportAuto_useSkill
guytwo
Plain Yogurt
Plain Yogurt
Posts: 59
Joined: 26 Aug 2011, 04:45
Noob?: Yes

Re: Can't teleport away from Beelzebub NM

#5 Post by guytwo »

Yeah, I have the teleport skill setting set to use only fly wings, butterfly wings. No spells. That is why I asked if fly wings can be silenced, since it's not a spell teleport. Sometimes it is able to teleport away from this NM, but majority of the time, it one-shots my bot when it is trying to teleport away from the NM. From what I understand how the mon_control.txt file works, with 0 1 0, it should be teleporting away the instant the NM appears on the screen, which should mean the NM would be at the maximum distance away from my bot when it does the avoid fly wing teleport. I doubt there is a way the NM could move a screen's width to within attack range in the time it takes my bot to use a fly wing. It just boggles the mind.