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?
Bot buying from Itemshop
Re: Bot buying from Itemshop
Entering the Sec pass is easy, it's just a matter of sending the keys or phrase to the client window.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?
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! 
Some of you might find this useful: RoM-bot Wiki
User Functions Repository (and other useful files): Addon Repo
Latest SVN updates: SVN updates
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
thanks a lot, i will have a closer look to that functions tomorrow.
if any problems occur, i will post it here
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
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?
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
push
is there any progress regard scriptable IS commands?
is there any progress regard scriptable IS commands?
Re: Bot buying from Itemshop
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.
So you could manually set the coords for the spots on screen you want to click.
Code: Select all
player:mouseclickL(200, 300 [RoM window wide, RoM window high]);
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
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual