How should i properly bot?

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
odom41
Posts: 15
Joined: Tue Jul 14, 2009 10:07 pm

How should i properly bot?

#1 Post by odom41 » Tue Jul 14, 2009 11:26 pm

I'm currently using RoMbot and i was worndering how should i properly use it?I'm not asking how i set it up,but i'm asking how should i use it properly and avoid detection?I'm using this to train my character and make some money by killing beetles.I read somewhere that i should make my RoMbot log off for like an hour or 2,but how do i make it do that?Any tips or tricks that will help me are greatly apreciated.

Thanks. :)

User avatar
Administrator
Site Admin
Posts: 5307
Joined: Sat Jan 05, 2008 4:21 pm

Re: How should i properly bot?

#2 Post by Administrator » Tue Jul 14, 2009 11:42 pm

odom41 wrote:I'm currently using RoMbot and i was worndering how should i properly use it?I'm not asking how i set it up,but i'm asking how should i use it properly and avoid detection?I'm using this to train my character and make some money by killing beetles.I read somewhere that i should make my RoMbot log off for like an hour or 2,but how do i make it do that?Any tips or tricks that will help me are greatly apreciated.

Thanks. :)
Just use common sense. That is, don't bot in the same place all day every day, keep an eye on your character instead of leaving it on while you're sleeping, etc.

Set LOGOUT_TIME in your profile to 120 to auto logout in 2 hours.

odom41
Posts: 15
Joined: Tue Jul 14, 2009 10:07 pm

Re: How should i properly bot?

#3 Post by odom41 » Tue Jul 14, 2009 11:54 pm

Administrator wrote:
odom41 wrote:I'm currently using RoMbot and i was worndering how should i properly use it?I'm not asking how i set it up,but i'm asking how should i use it properly and avoid detection?I'm using this to train my character and make some money by killing beetles.I read somewhere that i should make my RoMbot log off for like an hour or 2,but how do i make it do that?Any tips or tricks that will help me are greatly apreciated.

Thanks. :)
Just use common sense. That is, don't bot in the same place all day every day, keep an eye on your character instead of leaving it on while you're sleeping, etc.

Set LOGOUT_TIME in your profile to 120 to auto logout in 2 hours.
if you don't mind can you check out my script and tell me what changes i should make?

Code: Select all

<profile>
    <options>
        <option name="HP_LOW" value="85" />
        <option name="HP_LOW_POTION" value="50" />
        <option name="MP_LOW_POTION" value="40" />
        <option name="COMBAT_TYPE" value="melee" />
        <option name="COMBAT_DISTANCE" value="200" />
        <option name="ANTI_KS" value="true" />
        <option name="WAYPOINTS" value="secondpath.xml" />
        <option name="RETURNPATH" value="bandits_return.xml" />
        <option name="PATH_TYPE" value="waypoints" />
        <option name="WANDER_RADIUS" value="500" />
        <option name="WAYPOINT_DEVIATION" value="50" />
        <option name="LOOT" value="true" />
        <option name="LOOT_TIME" value="2000" />
        <option name="LOOT_DISTANCE" value="100" />
        <option name="ENERGY_STORAGE_1" value="mana" />
        <option name="ENERGY_STORAGE_2" value="mana" />
        <option name="POTION_COOLDOWN" value="15" />
        <option name="MAX_FIGHT_TIME" value="30" />
        <option name="DOT_PERCENT" value="90" />
    </options>
    <friends>
        <friend name="friendsname1" />
        <friend name="friendsname2" />
        <friend name="friendsname3" />
        <friend name="friendsname4" />
        <friend name="friendsname5" />
        <friend name="friendsname6" />
    </friends>
    <hotkeys>
        <hotkey name="HP_POTION" key="VK_MINUS" />
        <hotkey name="MP_POTION" key="VK_EQUAL" />
        <hotkey name="ATTACK" key="VK_0" />
        <hotkey name="RES_MACRO" key="VK_0" />
    </hotkeys>
    <skills>
        <skill name="KNIGHT_HOLY_STRIKE" hotkey="VK_3" priority="100" level="2" />
        <skill name="KNIGHT_PUNISHMENT" hotkey="VK_2" priority="25" level="11" />
        <skill name="PRIEST_URGENT_HEAL" hotkey="VK_9" priority="120" level="7" />
    </skills>
    <onDeath>-- Additional Lua code to execute on death
pauseOnDeath(); -- Stop the script</onDeath>
    <onLeaveCombat>-- Additional Lua code to execute after killing an enemy</onLeaveCombat>
    <onSkillCast>-- Additional Lua code to execute when casting a skill
-- Note: arg1 contains the skill being used.
-- i.e. arg1.Name will be the name of the skill being cast.</onSkillCast>
</profile>

User avatar
Administrator
Site Admin
Posts: 5307
Joined: Sat Jan 05, 2008 4:21 pm

Re: How should i properly bot?

#4 Post by Administrator » Wed Jul 15, 2009 2:02 am

Get rid of this line:

Code: Select all

<option name="RETURNPATH" value="bandits_return.xml" />
And change your WAYPOINT_DEVIATION to 50 to 100. 500 is way too big, and you're likely to get stuck on random trees or rocks. Other than that, it looks good. You can get rid of the ENERGY_STORAGE_1 and ENERGY_STORAGE_2, but it's not necessary.

d003232
Posts: 1252
Joined: Wed Jun 03, 2009 4:27 pm

Re: How should i properly bot?

#5 Post by d003232 » Wed Jul 15, 2009 3:58 am

odom41 wrote:

Code: Select all

    <hotkeys>
        <hotkey name="HP_POTION" key="VK_MINUS" />
        <hotkey name="MP_POTION" key="VK_EQUAL" />
        <hotkey name="ATTACK" key="VK_0" />
        <hotkey name="RES_MACRO" key="VK_0" />
...
Attack key must be different from RES_MACRO. You need to set up standard attack key, because that 'Attack' is also the command to loot a death corpse.
The RoM Bot Online Wiki needs your help!

User avatar
memcpy
Posts: 30
Joined: Fri Jun 05, 2009 8:48 am

Re: How should i properly bot?

#6 Post by memcpy » Wed Jul 15, 2009 7:09 am

you might want to check this thread: http://solarstrike.net/phpBB3/viewtopic.php?f=12&t=387

odom41
Posts: 15
Joined: Tue Jul 14, 2009 10:07 pm

Re: How should i properly bot?

#7 Post by odom41 » Wed Jul 15, 2009 8:47 am

Administrator wrote:Get rid of this line:

Code: Select all

<option name="RETURNPATH" value="bandits_return.xml" />
And change your WAYPOINT_DEVIATION to 50 to 100. 500 is way too big, and you're likely to get stuck on random trees or rocks. Other than that, it looks good. You can get rid of the ENERGY_STORAGE_1 and ENERGY_STORAGE_2, but it's not necessary.
Ok i made the changes you said,but now how can i make my script log me back into the game and start it again?Those last two commands seem to log me out lol.(note i haven't gotten to try out those 2 rest commands)
Thanks :p


This is my code now.

Code: Select all

<profile>
    <options>
        <option name="HP_LOW" value="85" />
        <option name="HP_LOW_POTION" value="50" />
        <option name="MP_LOW_POTION" value="40" />
        <option name="COMBAT_TYPE" value="melee" />
        <option name="COMBAT_DISTANCE" value="200" />
        <option name="ANTI_KS" value="true" />
        <option name="WAYPOINTS" value="actualytry.xml" />
        <option name="PATH_TYPE" value="waypoints" />
        <option name="WANDER_RADIUS" value="500" />
        <option name="WAYPOINT_DEVIATION" value="50" />
        <option name="LOOT" value="true" />
        <option name="LOOT_TIME" value="2000" />
        <option name="LOOT_DISTANCE" value="100" />
        <option name="POTION_COOLDOWN" value="15" />
        <option name="MAX_FIGHT_TIME" value="30" />
        <option name="DOT_PERCENT" value="90" />
    </options>
    <friends>
        <friend name="friendsname1" />
        <friend name="friendsname2" />
        <friend name="friendsname3" />
        <friend name="friendsname4" />
        <friend name="friendsname5" />
        <friend name="friendsname6" />
    </friends>
    <hotkeys>
        <hotkey name="HP_POTION" key="VK_MINUS" />
        <hotkey name="MP_POTION" key="VK_EQUAL" />
        <hotkey name="ATTACK" key="VK_1" />
        <hotkey name="RES_MACRO" key="VK_0" />
    </hotkeys>
    <skills>
        <skill name="KNIGHT_PUNISHMENT" hotkey="VK_2" priority="50" level="11" />
        <skill name="KNIGHT_HOLY_STRIKE" hotkey="VK_3" priority="100" level="2" />
        <skill name="PRIEST_URGENT_HEAL" hotkey="VK_3" priority="75" />
    </skills>
    <onDeath>-- Additional Lua code to execute on death
pauseOnDeath(); -- Stop the script</onDeath>
    <onLeaveCombat>-- Additional Lua code to execute after killing an enemy</onLeaveCombat>
    <onSkillCast>-- Additional Lua code to execute when casting a skill
-- Note: arg1 contains the skill being used.
-- i.e. arg1.Name will be the name of the skill being cast.</onSkillCast>
</profile>

i didn't change the WANDER_RADIUS because i haven't had a problem with it yet so if i do i'll change it like you said.

User avatar
Administrator
Site Admin
Posts: 5307
Joined: Sat Jan 05, 2008 4:21 pm

Re: How should i properly bot?

#8 Post by Administrator » Wed Jul 15, 2009 3:05 pm

Ok i made the changes you said,but now how can i make my script log me back into the game and start it again?Those last two commands seem to log me out lol.(note i haven't gotten to try out those 2 rest commands)
Thanks :p
This can't be done. Once you're logged out, you need to manually log back in to continue. The point of it is so that you can leave it botting while you run out to the store or go to sleep and it will not continue for hours on end.

Also, I suggest that you set your regenerate skills to have the highest priority. Try this:

Code: Select all

<skill name="PRIEST_REGENERATE" level="11" hotkey="VK_3" priority="110" hpper="90" />
<skill name="PRIEST_URGENT_HEAL" level="11" hotkey="VK_4" priority="120" hpper="65" />
It will keep regenerate on you whenever you have less than 90% HP and regen is ready to use. If you begin taking a lot of damage, it will then use urgent heal when you dip below 65%.

odom41
Posts: 15
Joined: Tue Jul 14, 2009 10:07 pm

Re: How should i properly bot?

#9 Post by odom41 » Wed Jul 15, 2009 3:20 pm

Administrator wrote:
Ok i made the changes you said,but now how can i make my script log me back into the game and start it again?Those last two commands seem to log me out lol.(note i haven't gotten to try out those 2 rest commands)
Thanks :p
This can't be done. Once you're logged out, you need to manually log back in to continue. The point of it is so that you can leave it botting while you run out to the store or go to sleep and it will not continue for hours on end.

Also, I suggest that you set your regenerate skills to have the highest priority. Try this:

Code: Select all

<skill name="PRIEST_REGENERATE" level="11" hotkey="VK_3" priority="110" hpper="90" />
<skill name="PRIEST_URGENT_HEAL" level="11" hotkey="VK_4" priority="120" hpper="65" />
It will keep regenerate on you whenever you have less than 90% HP and regen is ready to use. If you begin taking a lot of damage, it will then use urgent heal when you dip below 65%.
Ok i see what you mean and thanks for all your help,but if you don't mind helping a newbie,would u happen to know of a thread where it has a good guide to using RoMbot?

Post Reply

Who is online

Users browsing this forum: No registered users and 6 guests