works great!
works great!
great script! really good job you did there!!
maybe some features for in the future or if some scripters know how to add these (as i tried and failed miserably):
- i was wondering if you could make it try 'Owner1' and if it fails to trade with that one, it tries with 'Owner2'.
- Option to make it open the closest door if it fails to get to the trader?
- if it fails to trade the trader for few times, loggs off and try another world.
Edit: Fixed it myself. Thank you!
Last edited by g4eore4g; 04-09-2013 at 03:42 PM.
is there a way it can detect shop is out of stock? or buy like 100 items max in a world? I looked earlier on the thread and can't seem to find the randamt variable in the newest version.
edit: I see v4 suppose to check if item is out of stock. but it stills keeps buying. trying to buy bone bolts.
[Error] C:\Users\user\Downloads\MM_ItemBuyer_V0.4.5.simba( 46:24): 'BEGIN' expected at line 45
Compiling failed.
its highlighting the bool_world line but i didnt do anything to it like it says leave it alone
Is there a way to make it buy more than one item without changing the item colors all the time?
in procedure buyItems, try using static coords instead of using the passed in x,y variables.
so edit code where it reads something like:
Change (0,0,100,100...) to fit the area where your item is located.Code:MouseBox(x1,y1,x1+c,y1+c,mouse_right); to the following: MouseBox(0,0,100,100,Mouse_Right);
(TIL:Mouse box creates a box from (x1,y1)to (x2,y2)..top left to bottom right)luls
Where is the download for 0.4.5? I only see up to v4 in the list.
Would like to see a check done to see if all items are bought or empty already when attempting to buy, I disslike watching it for 5mins trying to buy something that's empty stock instead of switching worlds, but thank you.
cant get it to buy bronze arrows. it checks the price of them sees they are less than my max buy amount and logs out
Has anyone edited this script for the archer store in Catherby? If so could you please send it? Thanks!
It keeps logging out then back into the same world can someone tell me what im doing wrong please?
how i can buy just like 50-100 feathers and then whop?
Hey man,
I get it to compile and click and world hop alltogether however when i want it to buy bronze bolts, it just scrolls over it... then logs.. I'm not sure why.
Thanks ahead of time!
Anyone know a unique colour code for Bronze Arrows? Whenever I pick one or two colours, the bot buys regular Bows instead.![]()
I'm having a similar problem as the above poster. The script does not click on what I am buying and scrolls over it and proceeds to world hop.
Nice script man!, thanks for the command on line 253, helped me with a lot of things.
keep up the good work!
Also thanks for helping me![]()
Last edited by samerdl; 04-27-2013 at 05:55 PM.
This is occurring because of Declare Shop procedure. Refer to lines 121-128.
To make it buy bolts, add the following below line 127:Code:case itemName of 'eather' : begin itemName_1:=itemName; itemName_2:='eathe r'; itemName_3:='Feather'; end; 'rrow' : begin itemName_1 := itemName; itemName_2:='arrow'; itemName_3 :='rro w'; end; end;
This should fix the problem.Code:'olts' : BEGIN itemName_1 := itemName; itemName_2:='olt s'; itemName_3 :='Bolt'; END;![]()
Have you setup a custom shop? If so, be sure to update the GLOBAL variable Shop accordingly (top of script). If the custom shop is #2 , be sure to make your own buying routine in the BuyItems procedure. (copy/paste from shop #0 or #1 for reference. u := randomrange(x,y) -- x,y are the bounds of how many items you wish to purchase. (4,5) for 4-to-5 items..)
is there a way to make it buy 2 items? trying to buy air runes and earth.. at the same time
When trying to buy on 2 accounts, they sometimes try to log in a world that you already are in on another account, this makes the other account get stuck in login screen (just keeps changing worlds but doesnt enter it)
And can you make it not hop to a world you are playing in? By like adding something in the (randomworld) part? :P
I'm trying to buy one item ("Item A") that has the same colors as another item ("Item B") in the same shop. I tried limiting the script to only buy Item A by using the MouseBox function (coordinates surround only Item A; Item B is outside of these coords). However, it is still not working... The script ignores the box outlined by the MouseBox function, and just hovers over Item B then closes the store and world hops. What should I do?
Toss the coin. Don't let the coin toss you.
I too have a similar problem when I'm trying to buy body runes from runeshops. It logs into the world, trades the owner, hovers over body rune and right clicks, then clicks x and hops to next world without even reading the price for the runes.
I also want to try to get it to work in tzhaar buying gems from store, but I have a feeling that will be harder.
Last edited by pescados666; 05-08-2013 at 05:02 PM.
There are currently 1 users browsing this thread. (0 members and 1 guests)