Page 22 of 39

Re: Rock5's Millers Ranch Scripts

Posted: Tue Aug 02, 2011 10:19 am
by rock5
garados wrote:<option name="WP_NO_STOP" value="false" />

you asked to add in profile. where should i add it in?
With all the other lines that start with "<option". Anywhere between

Code: Select all

<options>
and

Code: Select all

</options>
botje wrote:just reporting that the script keeps going to the hunter trying to buy tools for my pet, which he doesnt do btw, so script hangs there sort off, keeps trying and running back to him.
I'd say either you don't have enough money to buy tools or you haven't added buy options for the tools in your profile.

Code: Select all

		<option name="EGGPET_HOE"		value="99" />
		<option name="EGGPET_SPADE"		value="99" />
		<option name="EGGPET_HATCHET"	value="99" />

Re: Rock5's Millers Ranch Scripts

Posted: Tue Aug 02, 2011 10:24 am
by botje
aaaah, thats it i think, didn have:

Code: Select all

<option name="EGGPET_HOE"      value="99" />
<option name="EGGPET_SPADE"      value="99" />
<option name="EGGPET_HATCHET"   value="99" />
thanx mate :)

Botje

Re: Rock5's Millers Ranch Scripts

Posted: Tue Aug 02, 2011 8:28 pm
by garados
thanks rock, i have added the line but i am still getting stuck at the wall of the barn.
i guess i will just continue using the old script without the hack speed. thanks

Re: Rock5's Millers Ranch Scripts

Posted: Wed Aug 03, 2011 8:17 am
by Germangold
I realized that is fairly usefull to start multiple RoM windows with a bach file

I have 8 copies of the Runes of Magic game folder and i am using AutoLogin
to login UBERfast my characters

D:\rom\01
D:\rom\02
....

i create a shortcut to each of those "Client.exe"

i editet the short cuts name from "Client.exe shortcut" to "01", "02", "03" and so on

Code: Select all

start "" /D "C:\Users\alfred\Desktop\Roms" /B "01.lnk"
wait 15
wait is a command for DOS
http://download.uwegabbert.info/wait/wait.exe

it works like a charm starting 10 copies of the game and login all my characters automaticaly in

This is the batch code for starting the RomBot with latest millers ranch waypoint file

Code: Select all

@echo off
START micromacro.exe scripts/rom/bot.lua path:MRC_Optimized profile:MRC
my question is: is it possible to run 8 copies of the bot each targeted to an specific Charactername?
Alptaraum
Bentoka
Ktilorli
...

like START micromacro.exe scripts/rom/bot.lua path:MRC_Optimized profile:MRC target:Alptaraum

Re: Rock5's Millers Ranch Scripts

Posted: Wed Aug 03, 2011 4:50 pm
by Administrator
There isn't (currently) any way to do that, no. But it wouldn't be too hard to add. I was considering doing just that when I was going to create a tool to launch multiple copies of RoM and automatically log into a specific character. I ran into some problems with doing it in a non-invasive way without the use of addons.

I guess the thing that needs to be considered now is how to select the window. I guess the best way would be to add a command-line argument like so:

Code: Select all

START micromacro.exe profile:default player:charactername path:default

Re: Rock5's Millers Ranch Scripts

Posted: Wed Aug 03, 2011 5:02 pm
by Germangold
that would be awesome!!

btw: 20 accounts (all millersranch farmer) got banned today.. just reached lvl10... couldnt even collect those arcane charges >.<

Re: Rock5's Millers Ranch Scripts

Posted: Fri Aug 05, 2011 5:40 am
by KaMaro
Hi, unfortunately my bot broke down, and I can not update micromacro.
Could someone direct me to the bot to collect eggs?

Re: Rock5's Millers Ranch Scripts

Posted: Fri Aug 05, 2011 6:00 am
by rock5
I don't know where or how you can get a download version of the bot but I recomend using TortoiseSVN to download it from the svn repository like most other people here. The instructions for doing so can be found here.
http://www.solarstrike.net/phpBB3/viewt ... structions

Then all you have to do is right click the "rom" folder and select "SVN Update".

Re: Rock5's Millers Ranch Scripts

Posted: Fri Aug 05, 2011 6:19 am
by KaMaro
Done, but another problem appeared, namely the file addresses.lua at which there is another icon.

Re: Rock5's Millers Ranch Scripts

Posted: Fri Aug 05, 2011 6:26 am
by rock5
What it means is changes you've made previously to addresses.lua are conflicting with the merge of the update. Just right click the addresses.lua file and select "TortoiseSVN/Revert" and revert that file.

Re: Rock5's Millers Ranch Scripts

Posted: Fri Aug 05, 2011 6:32 am
by KaMaro
Say only when you come to Polish and I will make you the best event for which you were: D

Thanks!


EDIT: I question whether there is a program to optimize roma?
I know that the number of customers otwartch largely depends on your hardware, but may, however, is a program of improving its performance RoM'a?

Re: Rock5's Millers Ranch Scripts

Posted: Fri Aug 05, 2011 2:28 pm
by cyto
First of all, thanks for the nice script. Working perfect! :) I have only one question, would it be possible to show the total number of gold-eggs in the bag in MicroMacro?

Re: Rock5's Millers Ranch Scripts

Posted: Fri Aug 05, 2011 9:04 pm
by rock5
Just add this line around line 316 between the if statements.

Code: Select all

printf("Total number of GoldenEggs in bag: %d\n", inventory:itemTotalCount(204792))

Re: Rock5's Millers Ranch Scripts

Posted: Mon Aug 08, 2011 11:02 am
by KaMaro
in which the file is added?

Re: Rock5's Millers Ranch Scripts

Posted: Mon Aug 08, 2011 11:10 am
by rock5
KaMaro wrote:in which the file is added?
In MRC_Optimized.xml.

Re: Rock5's Millers Ranch Scripts

Posted: Mon Aug 08, 2011 3:52 pm
by akopertoni73
hey guys,i am new at this forum :D ,but i need answer asap please >>
i downloaded the Version 4 of this script,i let it run of 10-15 min,but still no golden eggs,can you tell me what is wrong :?:

Re: Rock5's Millers Ranch Scripts

Posted: Mon Aug 08, 2011 8:04 pm
by lisa
so your saying it works fine you just didn't get any golden eggs?
getting golden eggs is a random event, you might get 2 in 10 mins or you might get 1 in 40 mins. Also it seems different servers have different "drop" rates for eggs.

Re: Rock5's Millers Ranch Scripts

Posted: Mon Aug 08, 2011 10:34 pm
by rock5
I average about 4.5 per hour.

Re: Rock5's Millers Ranch Scripts

Posted: Tue Aug 09, 2011 4:42 am
by akopertoni73
i used Version 3 of the egg script,yesterday after posting here,and got 4 golden eggs in 30 min(or more) ,i have an other question,i see that in the version 4 of the egg script is used speed hack,when i use a bot outside Millers Ranch to go faster,i always die,am i going to fast or what,because i use the same speed as version 4 scrip(i think),i know this question is of topic but i would really appreciate i you help me with this :D

Re: Rock5's Millers Ranch Scripts

Posted: Tue Aug 09, 2011 5:10 am
by rock5
Did you watch it when it died? What was it doing when it died? What does it show in the micromacro window? Maybe it has something to do with the instant death hack effect. Did you get xp and tp debt?