Bot buying from Itemshop

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
Personalausweis
Posts: 73
Joined: Mon Aug 16, 2010 12:50 pm

Bot buying from Itemshop

#1 Post by Personalausweis »

Hey there,

is there a possibility to buy purified stones from token-shop with the bot?
how to navigate in the IS and how to enter Sec-PW ?

any ideas?
User avatar
jduartedj
Posts: 599
Joined: Sat Dec 19, 2009 12:18 am
Location: Lisbon
Contact:

Re: Bot buying from Itemshop

#2 Post by jduartedj »

Personalausweis wrote:Hey there,

is there a possibility to buy purified stones from token-shop with the bot?
how to navigate in the IS and how to enter Sec-PW ?

any ideas?
Entering the Sec pass is easy, it's just a matter of sending the keys or phrase to the client window.
See micromacro's Keyboard functions for more info on that.
As for the buy purified stones I think you might be able to do that using some in-game RoM function try looking in Rom Wiki API you might find something like BuyTokenShopItem("item_name") or something.

Don't forget you need to use RomScript("ingame_function();") to use in-game functions with rom-bot.
Thanks for reading! :D

Some of you might find this useful: RoM-bot Wiki
User Functions Repository (and other useful files): Addon Repo
Latest SVN updates: SVN updates
Personalausweis
Posts: 73
Joined: Mon Aug 16, 2010 12:50 pm

Re: Bot buying from Itemshop

#3 Post by Personalausweis »

thanks a lot, i will have a closer look to that functions tomorrow.
if any problems occur, i will post it here ;)
Personalausweis
Posts: 73
Joined: Mon Aug 16, 2010 12:50 pm

Re: Bot buying from Itemshop

#4 Post by Personalausweis »

hi,

SecPW is easy as you said, just wrote a function, but I haven't found anything for the tokenshop.

my idea is, tolog into an account whitch farms tokens every day (8 chars with autologin), and after 11 days i like to start a waypoint where the character just buys a purified stone from Tokenshop an logs in the next character.

does anyone have an idea how to solve this?
Germangold
Posts: 276
Joined: Thu Oct 22, 2009 3:58 am

Re: Bot buying from Itemshop

#5 Post by Germangold »

push

is there any progress regard scriptable IS commands?
User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: Bot buying from Itemshop

#6 Post by lisa »

worst comes to worst you could use the left click at coords, just need to make sure you dont adjust screen size or anything after creating it.

Code: Select all

	player:mouseclickL(200, 300 [RoM window wide, RoM window high]);
So you could manually set the coords for the spots on screen you want to click.
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
Post Reply