Page 1 of 1
My character is crazy
Posted: Sat Feb 05, 2011 4:57 am
by onsaker
Hello,
First of all I apologize for my bad English because I am French and I play the game in french on a french server.
I play Runes of Magic and I want to try to use a Bot to help me in boring task.
I installed Micromacro and TortoiseSVN with no problem.
I do all from this link
http://www.solarstrike.net/wiki/index.p ... ng_started
except "friendly hotkey to 'j' " because I don't find where is this hotkey in french.
I was running fixaddresses.bat and putting the folder "ingamefunctions" in the "Interface\addOns" folder of ROM
But when I use a script like "l1t_start.xml" or "TMillersRanchGold.xml" or "MillersRanchChickens.xml" my character don't take the quest and start to run everywhere, jumping, declad and rengainer his weapon all the time.
Someone can help me please.
THX
PS: I tried to put the game in english but I have the same problem
PS2: When I tried "MillersRanchMilk.xml" the character take the quest if the PNC is selected before running the script but after I have the same problem of running everywhere and jumping.... HELP

Re: My character is crazy
Posted: Sat Feb 05, 2011 11:17 am
by lisa
It seems to me you have an issue with key bindings. I don't know enough about how RoM works with other languages to help you much.
When you start your bot does it say in green writing something along the lines of
Code: Select all
We read the hotkey settings from your bindings.txt file C:\Documents and Settings\XXXX\My Documents\Runes of Magic\bindings.txt instead of using the settings.xml file.
I replaced some text with XXXX.
Re: My character is crazy
Posted: Sun Feb 06, 2011 4:15 am
by onsaker
here are my hot-keys
MOVEFORWARD Z UP
MOVEBACKWARD S DOWN
STRAFELEFT Q LEFT
STRAFERIGHT D RIGHT
TURNLEFT A
TURNRIGHT E
JUMP SPACE
and now the ROM BOT window
MicroMacro v1.01 beta 3
SolarStrike Software
http://www.solarstrike.net
Opening bot.lua...
Starting script execution - Press CTRL+C to exit.
Press CTRL+L to cancel execution and load a new script.
Welcome to rom bot! press END to quit
RoM Bot Version 3.29
The macro is currently not running. Press the start key (SUPPR) to begin.
You may use (FIN) key to stop/pause the script.
Resumed.
OPENING LOCAL SKILLS DB!
RoM windows size is 1280x800, upper left corner at 4,30
MACRO Test: ok
Ranged skill found: MAGE_FLAME
[DEBUG] CPU Frequency 3825050
Deleting itemstables.5177940.lua (old cache file)
Loading items tables.
100% [**************************************************]
Waypoint files from J:/outils/micromacro/scripts/rom:
0: wander 11: 1-10Pi../l5-7_beetle. 22: demo2.xml
1: 1-10Pi../l10t_classha 12: 1-10Pi../l7-9_boar.xm 23: demo3.xml
2: 1-10Pi../l10t_postbox 13: 1-10Pi../l7-9_boar_re 24: demo3_return.xml
3: 1-10Pi../l1t_start.xm 14: 1-10Pi../l7t_7-9_boar 25: demo_npc.xml
4: 1-10Pi../l2-3_wolf.xm 15: 1-10Pi../l9-10_bugs.x 26: demo_return.xml
5: 1-10Pi../l2-3_wolf_re 16: 1-10Pi../l9-10_bugs_r 27: lait sucrÚ.xml
6: 1-10Pi../l3-4_bear.xm 17: 1-10Pi../l9t_9-10_bug 28: MillersRanchChickens
7: 1-10Pi../l3-4_bear_re 18: BP MillersRanchChicke 29: MillersRanchMilk.xml
8: 1-10Pi../l3t_3-4_bear 19: CommandLine.xml 30: RBAssist.xml
9: 1-10Pi../l4t_5-7_beet 20: demo.xml 31: Teggs1.xml
10: 1-10Pi../l4t_logar.xm 21: demo1.xml 32: Teggs2.xml
11: 1-10Pi../l5-7_beetle. 22: demo2.xml 33: TMillersRanchGold.xm
Enter the number of the path you want to use and press ENTREE > 28
You choose 28
We change the option 'HARVEST_DISTANCE' from '120' to '150'.
Chagement du trajet MillersRanchChickens.xml
Waypoint #3 is closer then #1. Hence we start with waypoint #3.
No return path with default naming MillersRanchChickens_return.xml found.
We use the normal waypoint path MillersRanchChickens.xml now.
Deplacement au chemin #3, (4016, 3172)
Paused. (SUPPR) to continue, (CTRL+L) exit to shell, (CTRL+C) quit
Resumed.
Deplacement au chemin #4, (3948, 3107)
Deciblage.
Unsticking player...
Deplacement au chemin #4, (3948, 3107)
Deciblage.
Unsticking player...
Deplacement au chemin #4, (3948, 3107)
Paused. (SUPPR) to continue, (CTRL+L) exit to shell, (CTRL+C) quit
After I choose 28 my character go left all the time .....
PS: all my tests are with the game in english now
Re: My character is crazy
Posted: Sun Feb 06, 2011 4:52 am
by lisa
Seems to me it isn't getting the information from your
bindings.txt.
have a look in your
documents and settings/Runes of Magic
folder for that file
I believe the french version is
Mes Documents/Runes of Magic
If the file exists then we need to check it's name and location. Once we can get bot using that file I'm guessing it will work fine after that.
Re: My character is crazy
Posted: Sun Feb 06, 2011 4:55 am
by onsaker
By the way, thx lisa for helping me
I have this file "bindings.txt" here L:\Mes documents\Runes of Magic
But how to tell to ROM BOT to use it ?
PS: my game is installed here "J:\Runes of Magic"
Re: My character is crazy
Posted: Sun Feb 06, 2011 5:31 am
by lisa
can I get you to test something for me.
Ok if you read previous please disregard, I found out where it is. So if you added it to your profile just delete it so it was the way it was before.
Go to settings.xml which is in the rom folder of bot. Open it up and almost at the bottom you will find
Code: Select all
<option name="ROMDATA_PATH" value="" />
Add in the folder address there.
Code: Select all
<option name="ROMDATA_PATH" value="L:\Mes documents\Runes of Magic" />
Re: My character is crazy
Posted: Sun Feb 06, 2011 6:42 am
by lisa
I tested that to make sure it would work and it does.
I have a feeling we might need to double check how you update the bot but that code will atleast make it use your hotkey settings correctly.
Re: My character is crazy
Posted: Sun Feb 06, 2011 11:07 am
by onsaker
It WORKS thank you very much