tiering bot

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Message
Author
kuchen91
Posts: 64
Joined: Tue Nov 01, 2011 6:01 pm

tiering bot

#1 Post by kuchen91 » Fri Jan 20, 2012 1:42 am

hi all,

i have a great idea.
is it possible to make a tiering waypoint?
we need 1093 charges to do t10 stone nor? (from t4)
so you need much lvl 10 chars ( 110 chars = 14 acc with 8 lvl 10 chars )

if we make a lvling script for acc, which lvl a char from 1 to 10, then go to vara and relog to the next char it is possible to make very very much gold :D

I've overlooked something, or does this so?

Next problem would be to coordinate the acc and chars to use the charges to make 1 t10 stone.

Blyad
Posts: 49
Joined: Fri Oct 07, 2011 3:16 am

Re: tiering bot

#2 Post by Blyad » Fri Jan 20, 2012 2:31 am

exactly what your asking for is included as the default 1-10 demo of the bot, its been preinstalled for ages.

kuripot
Posts: 493
Joined: Mon Nov 07, 2011 9:14 pm

Re: tiering bot

#3 Post by kuripot » Fri Jan 20, 2012 2:34 am

kuchen91 wrote:hi all,

i have a great idea.
is it possible to make a tiering waypoint?
we need 1093 charges to do t10 stone nor? (from t4)
so you need much lvl 10 chars ( 110 chars = 14 acc with 8 lvl 10 chars )

if we make a lvling script for acc, which lvl a char from 1 to 10, then go to vara and relog to the next char it is possible to make very very much gold :D

I've overlooked something, or does this so?

Next problem would be to coordinate the acc and chars to use the charges to make 1 t10 stone.


already have...
auto level from 1-10
go to classhall for transmutor
buying t4 belt
buying fusion stone
auto transmute..


you can check some thread

kuchen91
Posts: 64
Joined: Tue Nov 01, 2011 6:01 pm

Re: tiering bot

#4 Post by kuchen91 » Fri Jan 20, 2012 3:03 am

yeah i know...but you cant run it 24/7...

and with 1 char u can't handle t10 stones...

User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: tiering bot

#5 Post by lisa » Fri Jan 20, 2012 3:07 am

fusion can be handles by Rock's userfunction.

http://www.solarstrike.net/phpBB3/viewt ... =27&t=1434
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual

kuchen91
Posts: 64
Joined: Tue Nov 01, 2011 6:01 pm

Re: tiering bot

#6 Post by kuchen91 » Fri Jan 20, 2012 3:20 am

but is there any way to run it 24/7?

and with 10 "free" charges you can make no t10 stone ;-)

Germangold
Posts: 276
Joined: Thu Oct 22, 2009 3:58 am

Re: tiering bot

#7 Post by Germangold » Fri Jan 20, 2012 3:33 am

i do this since the ages...

recently rebooted my phirus farming conecpt mit elven daily quest "help them grow"

14 accounts that makes 112 chars or 1120 Phirius token dailys

370 charges each day.
one t10 will cost 1093 Charges and 729 Belts/fusionstones with a total of 3.665.412 spend on npc

the quest will give you each time completed 94 Gold, 10 times a day 940 gold. so you have a "small"
bounce back.

I have a main char sending each character on a weekly basis fusion stones and t4 "exceptional belts"

Sending a BIG amount of fusion stones/ t4 Belts

Code: Select all

<?xml version="1.0" encoding="utf-8"?><waypoints>
<onLoad>
 
nameTable = 
{
"firstchar","secondchar","thirdchar","forthchar"
}
 meincounter = 1;
 
</onLoad>
	<!-- #  1 --><waypoint x="2500" z="48311" y="132" >
	  
	  local tobuy = 20; -- buys 20 belts, i was assuming its a good count
      local beltname = RoMScript("TEXT('Sys227502_name')") -- Excellent Belt
      repeat
         local beltcount = inventory:getItemCount(227502) -- number of belts you already have
         if beltcount >= tobuy then break end
         player:openStore("Nebular"); -- or your npc that you want it to be
         inventory:storeBuyItem(beltname, tobuy - beltcount)
         yrest(3000)
      until false
	  
	  sendMacro("CloseAllWindows()");
      inventory:update();
	  sendMacro("OpenMail()");  yrest(1000); -- working with the paid postbox for diamonds was the easiest and most efficient way
	  UMM_SendByNameOrId(nameTable[meincounter], {227502},20);  yrest(1000); 
	  sendMacro("CloseAllWindows()");inventory:update();
     
	  -- this step is to change the channel in order to break up 
	  -- the mail sending limitation and it works fairly good 
	  -- after sending to 50 characters i was confronted with a error so i just restarted from theire
	  repeat parallelID = RoMScript("GetCurrentParallelID()"); yrest(500) until parallelID
		if (parallelID == 2) then
			sendMacro("ChangeParallelID(1);");
		else
			sendMacro("ChangeParallelID(2);");
		end
		player:rest(25); 
		
	if nameTable[meincounter] == "forthchar" then
		-- Last character
		print("Last player finished.")
		player:logout()
		 meincounter = meincounter + 1;
	end
   </waypoint>
</waypoints>

kuchen91
Posts: 64
Joined: Tue Nov 01, 2011 6:01 pm

Re: tiering bot

#8 Post by kuchen91 » Fri Jan 20, 2012 3:52 am

wow :O thats a great idea

but isnt golden egg botting more efficient?

with 370 charges a day you get only all 3 days a t10 stone :-/ -> 45kk

with 14 bots running golden egg i get on my server in 3 days -> 84kk

maybe you could make a script which farms 5 sets of 14 accounts a day... or more...that would be much profit xD

how long take farming all tokens for 1 char?

Germangold
Posts: 276
Joined: Thu Oct 22, 2009 3:58 am

Re: tiering bot

#9 Post by Germangold » Fri Jan 20, 2012 4:00 am

thanks to accountlogin nextChar() i mangaged 16 chars in a row without critical errors.

im just starting 7 clients at the same time and running it for around 4-4,5 hours then its done.

after that i reconnect to my isp to get a new ip and start my Ks bot's

i quit the golden egg market after getting 2 mainchars bannend permanently. and as it seems on my server the GM's are quit nervous about that. as lisa stated before. most likely a new account gets banned within a week.

and for me its to much efford to create accounts and email accounts all over again.

I am actullaly farming phirus token not only for charges but for purified mana stones too.

hope i will be able to help a friend of mine to get most of his gear to T8 with stats :D

kuchen91
Posts: 64
Joined: Tue Nov 01, 2011 6:01 pm

Re: tiering bot

#10 Post by kuchen91 » Fri Jan 20, 2012 4:10 am

is it possible to run more then 16 chars in a row?
do you need 7 seperate client directories to manage the nextChar() function?

and second question: can i automate the start of the ks bot?

PS: do you need a program, which starts your bots very easy in a few minutes?

User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: tiering bot

#11 Post by lisa » Fri Jan 20, 2012 4:24 am

kuchen91 wrote:do you need 7 seperate client directories to manage the nextChar() function?
If it was me I would have a profile with the charlist of 2 accounts in the onload.

so if you have 14 accounts to run then I would have 7 profiles, so they can all run the same WP without editing and will do their 16 characters each without hassle.
kuchen91 wrote:is it possible to run more then 16 chars in a row?
You get to around 15-20 character changes and then client tends to crash, no idea what causes it but it always happens, so yeah try to stick to 16 or less characters in a row.
kuchen91 wrote:and second question: can i automate the start of the ks bot?
When bot reaches last character it generally goes to sleep, personally because of the possible crash issues I would close down the client and start a fresh one for the KS farming.
kuchen91 wrote:PS: do you need a program, which starts your bots very easy in a few minutes?
You could just create a .bat file to start up all the MM
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual

kuchen91
Posts: 64
Joined: Tue Nov 01, 2011 6:01 pm

Re: tiering bot

#12 Post by kuchen91 » Fri Jan 20, 2012 4:37 am

hm sounds like much work for myself to run it ...

wouldnt it possible to start everytime i switch to a new acc i open a new client? :O
but i think for this the bot needs to be able to login by himself :-/

would be awesome to run 10 bots which run 7 acc with 8 chars each to farm tokens :D

Germangold
Posts: 276
Joined: Thu Oct 22, 2009 3:58 am

Re: tiering bot

#13 Post by Germangold » Fri Jan 20, 2012 4:53 am

lisa wrote:[

You get to around 15-20 character changes and then client tends to crash, no idea what causes it but it always happens, so yeah try to stick to 16 or less characters in a row.
kuchen91 wrote:and second question: can i automate the start of the ks bot?
When bot reaches last character it generally goes to sleep, personally because of the possible crash issues I would close down the client and start a fresh one for the KS farming.
Each time a char is done and it logout to get next one, the client growth in the taskmanager, maybe with trickt texture deleting motions and model folder we could expand the range.

i used to have 4 Accounts in a ROW back in chapter III

kuchen91
Posts: 64
Joined: Tue Nov 01, 2011 6:01 pm

Re: tiering bot

#14 Post by kuchen91 » Fri Jan 20, 2012 4:56 am

how would it look to set the settings for all acoounts in the onload section of the profile? where is the connection to the autologin addon?

Germangold
Posts: 276
Joined: Thu Oct 22, 2009 3:58 am

Re: tiering bot

#15 Post by Germangold » Fri Jan 20, 2012 5:11 am

For Two accounts i have this

Code: Select all

 SetCharList({
		{account=1 , chars= {}},
		{account=2 , chars= {}},
     })
if you just want to use one gamefolder, and start the specific client.exe multiple times. just add all your account details to the accountlogin addon. then you got to have multiple profile files.

first one like above
2nd:

Code: Select all

 SetCharList({
		{account=3 , chars= {}},
		{account=4 , chars= {}},
     })
3rd

Code: Select all

 SetCharList({
		{account=5 , chars= {}},
		{account=6, chars= {}},
     })
problem is starting the bot to the designated "clientwindow" if you have differnt profiles. to dismiss this source of error i choose the way of having multiple installtion folders.

kuchen91
Posts: 64
Joined: Tue Nov 01, 2011 6:01 pm

Re: tiering bot

#16 Post by kuchen91 » Fri Jan 20, 2012 5:21 am

ok when the bot can login into the next char...why its not possible to close after 8 chars the client, start a new one and go on...

maybe its possible to give an extern program information to start a new client (and login with autologin) and start a new bot

Germangold
Posts: 276
Joined: Thu Oct 22, 2009 3:58 am

Re: tiering bot

#17 Post by Germangold » Fri Jan 20, 2012 5:28 am

kuchen91 wrote:ok when the bot can login into the next char...why its not possible to close after 8 chars the client, start a new one and go on...

maybe its possible to give an extern program information to start a new client (and login with autologin) and start a new bot
i guess that would need a serious amount of programming
not just plain xml lua langugage

my next big plan is having 2 chars farming Mentos in Grafu Castle on easy.

i have a 70/70 warrior/knight and a 70/70 priest/mage

M4gm4
Posts: 137
Joined: Sun Jan 30, 2011 2:30 pm

Re: tiering bot

#18 Post by M4gm4 » Fri Jan 20, 2012 5:35 am

Germangold wrote:
kuchen91 wrote:ok when the bot can login into the next char...why its not possible to close after 8 chars the client, start a new one and go on...

maybe its possible to give an extern program information to start a new client (and login with autologin) and start a new bot
i guess that would need a serious amount of programming
not just plain xml lua langugage

my next big plan is having 2 chars farming Mentos in Grafu Castle on easy.

i have a 70/70 warrior/knight and a 70/70 priest/mage
I've also been thinking about it, is somehow easier than DoD
I use the google translator, so do not be surprised if my english is funny

Germangold
Posts: 276
Joined: Thu Oct 22, 2009 3:58 am

Re: tiering bot

#19 Post by Germangold » Fri Jan 20, 2012 5:47 am

yeah.. but guess that way OT here, i will be posting in http://www.solarstrike.net/phpBB3/viewt ... =21&t=3235

kuchen91
Posts: 64
Joined: Tue Nov 01, 2011 6:01 pm

Re: tiering bot

#20 Post by kuchen91 » Fri Jan 20, 2012 6:45 am

i am a c++ programmer

we could do something like this:

after the 8 chars the bot display an "i finished next char xyz" in the title of the window...
another program should scan these titles to find the finished signals an kill the bot and client process...
after that the programm can start a new bot with the next char...

i think that would not difficult to programm...

another method i could imagine:

after the 8 chars the bot write in a file the next acc informations which should start and kill the client and mm process...
another programm scan this file and start this new bot with specified acc and delete this lines ...

or better would be to give the finished acc infos too check them and start only unchecked acc...

dont know which method would be the best to interact with the bot :-/

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 24 guests