Page 1 of 2
Bot doesn't attack yellow mobs
Posted: Fri Jan 28, 2011 10:12 am
by maumau
Hello,
I have a problem, my bot, doesn't attack yellow mobs.
I have set the name of the mob in my profil right, but he still doesnt't attack(doesn't target it)!
Please, can somebody help me?
Re: Bot doesn't attack yellow mobs
Posted: Fri Jan 28, 2011 12:55 pm
by swietlowka
it should attack them even when u dont setup anything, try that first, maybe u have setup it wrong it happends even if u think its ok...
Re: Bot doesn't attack yellow mobs
Posted: Fri Jan 28, 2011 1:13 pm
by maumau
still not attacking with the "default"-profil. waypointfile is:
Code: Select all
<?xml version="1.0" encoding="utf-8"?><waypoints>
<!-- # 1 --><waypoint x="5171" z="50731"> </waypoint>
</waypoints>
there he should target the mobs witch i have defined in the profile but it doesn't work
i dont know, but he only attack the mob, when i target it manually, or i have aggro
Re: Bot doesn't attack yellow mobs
Posted: Fri Jan 28, 2011 1:20 pm
by Giram
Have you set...
Code: Select all
<option name="TARGET_LEVELDIF_ABOVE" value="5" />
<option name="TARGET_LEVELDIF_BELOW" value="60" />
to meet your enemy levels?
Re: Bot doesn't attack yellow mobs
Posted: Fri Jan 28, 2011 1:26 pm
by maumau
yes, is set... when i start the bot, it moves, but doesn't attack and when I target the mob manually, he attacks, i also have set "klick to move" ingame...
Re: Bot doesn't attack yellow mobs
Posted: Fri Jan 28, 2011 7:30 pm
by rock5
What mob are you trying to attack? And maybe you could post a copy of your profile as well.
Re: Bot doesn't attack yellow mobs
Posted: Sat Jan 29, 2011 4:52 am
by maumau
Code: Select all
<options>
<option name="HP_LOW" value="85" />
<option name="HP_LOW_POTION" value="60" />
<option name="COMBAT_TYPE" value="ranged" />
<option name="COMBAT_DISTANCE" value="200" />
<option name="ANTI_KS" value="true" />
<option name="WAYPOINTS" value="" />
<option name="PATH_TYPE" value="waypoints" />
<option name="LOOT" value="true" />
<option name="LOOT_TIME" value="2000" />
<option name="ENERGY_STORAGE_1" value="fokus" />
<option name="ENERGY_STORAGE_2" value="rage" />
<option name="POTION_COOLDOWN" value="15" />
<option name="MAX_FIGHT_TIME" value="10" />
<option name="DOT_PERCENT" value="90" />
<option name="TARGET_LEVELDIF_ABOVE" value="5" />
<option name="TARGET_LEVELDIF_BELOW" value="60" />
<option name="LOGOUT_WHEN_STUCK" value="true" />
<option name="RES_AUTOMATIC_AFTER_DEATH" value="true" />
<option name="MAX_DEATHS" value="1" />
</options>
<friends>
<friend name="MyOtherCharacter2" />
<friend name="Elite_Mob_Name1" />
<friend name="Elite_Mob_Name2" />
</friends>
<mobs>
<mob name="Marionettensoldat" />
</mobs>
<hotkeys>
<hotkey name="HP_POTION" key="VK_MINUS" modifier="" />
<hotkey name="ATTACK" key="VK_1" modifier="" />
<hotkey name="MACRO" modifier="" key="VK_0" />
</hotkeys>
<skills_scout>
<skill name="SCOUT_SHOT" hotkey="VK_3" modifier="" priority="90" />
<skill name="SCOUT_WIND_ARROWS" hotkey="VK_4" modifier="" priority="60" />
</skills_scout>
I want to attack the mob "Marionettensoldat" its lvl 60, on the tukorkpass and it isn't a boss or elite. any idea? :/
Re: Bot doesn't attack yellow mobs
Posted: Sat Jan 29, 2011 7:32 am
by rock5
Hmm...
Are you sure there isn't some issue with the name? Does it attack the mob if you don't have any names in the 'mobs' section of your profile?
Try using
And see if any of the debug messages explains why it isn't targeting the mob.
Re: Bot doesn't attack yellow mobs
Posted: Sat Jan 29, 2011 8:01 am
by maumau
hmmm...
http://www.mediafire.com/i/?vndygnx2d31c3xx
he also doesn't attack it, when there is no name set

Re: Bot doesn't attack yellow mobs
Posted: Sat Jan 29, 2011 10:04 am
by rock5
maumau wrote:hmmm...
he also doesn't attack it, when there is no name set

All that shows me is when you started the bot. I wanted to see the debug messages when you ran the waypoint file and it didn't target the mob.
Re: Bot doesn't attack yellow mobs
Posted: Sat Jan 29, 2011 11:34 am
by maumau
http://www.mediafire.com/i/?99kaznz7iqd939e
hope its right now
he just goes to the waypoint, without targeting the mobs around...
Re: Bot doesn't attack yellow mobs
Posted: Sat Jan 29, 2011 11:42 am
by JackBlonder
Edit: Sorry, I was wrong.
Re: Bot doesn't attack yellow mobs
Posted: Sat Jan 29, 2011 11:45 am
by maumau
Edit: ok ^^
Re: Bot doesn't attack yellow mobs
Posted: Sat Jan 29, 2011 12:31 pm
by Giram
Does it get stuck on #1 waypoint? Maybe you should post your waypoint.
Re: Bot doesn't attack yellow mobs
Posted: Sat Jan 29, 2011 12:35 pm
by maumau
no he doesn't stuck there, the waypoint-file is on the top of this post:
Code: Select all
<?xml version="1.0" encoding="utf-8"?><waypoints>
<!-- # 1 --><waypoint x="5171" z="50731"> </waypoint>
</waypoints>
Re: Bot doesn't attack yellow mobs
Posted: Sat Jan 29, 2011 12:38 pm
by JackBlonder
You're sure you have the latest rombot version?
Re: Bot doesn't attack yellow mobs
Posted: Sat Jan 29, 2011 12:44 pm
by Giram
Didn't notice that waypoint code there but i noticed this wierd part on profile:
Code: Select all
<hotkeys>
<hotkey name="HP_POTION" key="VK_MINUS" modifier="" />
<hotkey name="ATTACK" key="VK_1" modifier="" />
<hotkey name="MACRO" modifier="" key="VK_0" />
</hotkeys>
In every profile i have i got that part like this:
Code: Select all
<hotkeys>
<!-- to communicate with the RoM API / define ingame dummy macro at place 1 -->
<hotkey name="MACRO" modifier="" key="VK_0" />
</hotkeys>
Would that change anything if you change that?
Re: Bot doesn't attack yellow mobs
Posted: Sat Jan 29, 2011 12:47 pm
by maumau
i will test it and...
yup, it is the newest
Update: Doesn't change anything =(
Re: Bot doesn't attack yellow mobs
Posted: Sat Jan 29, 2011 12:58 pm
by Giram
What if you create new profile for your character from default profile, set that mob name to profile and try if it would attack that mob. My ideas are starting to end soon :/
Re: Bot doesn't attack yellow mobs
Posted: Sat Jan 29, 2011 1:15 pm
by maumau
also tryed this
but i added a second waypoint, and it write this:
http://www.mediafire.com/i/?dv1l8of3rey8x6e