Page 1 of 1

Bot buying from Itemshop

Posted: Thu Nov 18, 2010 4:39 am
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?

Re: Bot buying from Itemshop

Posted: Thu Nov 18, 2010 3:41 pm
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.

Re: Bot buying from Itemshop

Posted: Thu Nov 18, 2010 5:10 pm
by Personalausweis
thanks a lot, i will have a closer look to that functions tomorrow.
if any problems occur, i will post it here ;)

Re: Bot buying from Itemshop

Posted: Mon Nov 22, 2010 6:35 am
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?

Re: Bot buying from Itemshop

Posted: Sun Dec 12, 2010 7:54 pm
by Germangold
push

is there any progress regard scriptable IS commands?

Re: Bot buying from Itemshop

Posted: Wed Dec 15, 2010 11:19 am
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.