How teleport when a monster in screen? (I read the manual)

International

Moderator: Moderators

BuHaoBoy
Noob
Noob
Posts: 3
Joined: 12 Oct 2008, 07:24
Noob?: Yes

How teleport when a monster in screen? (I read the manual)

#1 Post by BuHaoBoy »

Hey guys,

I've been using OpenKore for about 3 days now, and I got it up and running in about 3-4 hours of trying and reading (never had experience with these kinds of things :P). And I already gained about 5 levels and 150k :P. So please don't think I'm just asking something that I could have read in the manual.

I actually read the manual about this (the manual has made pretty much everything very clear for me to do everything by myself) but I just don't get this because I don't find it very clear.

I go to this link moncontro.txt
http://www.openkore.com/wiki/index.php/Mon_control.txt

I managed to make it so that my character doesn't attack a monster but the teleport thing just doesn't work, this is what I do:

monster name[tab]-1[tab]1

What am I doing wrong?
Also I don't get this: "Set exact critical distance for this monster. Teleport, if the monster reaches it."

Thanks!
HogmFake
Noob
Noob
Posts: 7
Joined: 13 Oct 2008, 04:47
Noob?: No

Re: How teleport when a monster in screen? (I read the manual)

#2 Post by HogmFake »

I don't really see how you overlooked it, its right infront of your eyes! :P
mon_control.txt wrote: # <teleport>:
# < 0 (-1, -2, etc.) to set exact critical distance for this monster. Teleport, if the monster reaches it.
# 1 to teleport if the monster is on the screen.
# 2 to teleport if the monster attacks you.
# 3 to disconnect if the monster is on your screen.
# This is only used in auto-attack mode.
Example:
Poring 0 1 0

The above example will make your bot teleport each time a Poring is on the screen.
So just copy+paste it in your mon_control.txt and rename Poring to whatever you want.
BuHaoBoy wrote: Also I don't get this: "Set exact critical distance for this monster. Teleport, if the monster reaches it."
The value is set that once the monster reaches a certain position (near your character) your character warps.
In other words its useful for sniping characters like mage/archer etc.
BuHaoBoy
Noob
Noob
Posts: 3
Joined: 12 Oct 2008, 07:24
Noob?: Yes

Re: How teleport when a monster in screen? (I read the manual)

#3 Post by BuHaoBoy »

i know, i already did that before and i tried it again but my sm doesn't teleport.
I have 50 fwings too.
I really don't get it.
cuyie
Noob
Noob
Posts: 11
Joined: 14 Apr 2008, 08:59
Noob?: Yes

Re: How teleport when a monster in screen? (I read the manual)

#4 Post by cuyie »

teleportAuto_useSkill [<flag>]
Use this option to specify how the bot should try to teleport.

Value Description
0 Use items (Fly Wing or Butterfly Wing).
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.
3 Use the Teleport skill and never consume SP.
HogmFake
Noob
Noob
Posts: 7
Joined: 13 Oct 2008, 04:47
Noob?: No

Re: How teleport when a monster in screen? (I read the manual)

#5 Post by HogmFake »

Have you tried setting it as follows in the config.txt?

useSelf_item Fly Wing {
monsters MonsterName
}


Alternatively you can also specify # of agressives if you prefer.
;)
BuHaoBoy
Noob
Noob
Posts: 3
Joined: 12 Oct 2008, 07:24
Noob?: Yes

Re: How teleport when a monster in screen? (I read the manual)

#6 Post by BuHaoBoy »

I got it to work thanks to you guys!