Page 2 of 4 FirstFirst 1234 LastLast
Results 26 to 50 of 77

Thread: MeanderingMonk's itemBuyer with World Hop

  1. #26
    Join Date
    Apr 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    works great!

  2. #27
    Join Date
    Apr 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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.

  3. #28
    Join Date
    Mar 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Edit: Fixed it myself. Thank you!
    Last edited by g4eore4g; 04-09-2013 at 03:42 PM.

  4. #29
    Join Date
    Apr 2013
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    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.

  5. #30
    Join Date
    Mar 2013
    Posts
    21
    Mentioned
    1 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by bins69 View Post
    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.
    I've released a hot-fix for this problem, try downloading the newest revision.

  6. #31
    Join Date
    Apr 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    [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

  7. #32
    Join Date
    Mar 2013
    Posts
    21
    Mentioned
    1 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by kid cudi View Post
    [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
    Sorry, this was a typo. Add another '/' in front to make it like (or re-download the file):
    Code:
    bool_World = true; //leave alone

  8. #33
    Join Date
    Apr 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Is there a way to make it buy more than one item without changing the item colors all the time?

  9. #34
    Join Date
    Mar 2013
    Posts
    21
    Mentioned
    1 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by kMR View Post
    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:
    Code:
    MouseBox(x1,y1,x1+c,y1+c,mouse_right);
    
    to the following:
    
    MouseBox(0,0,100,100,Mouse_Right);
    Change (0,0,100,100...) to fit the area where your item is located.
    (TIL:Mouse box creates a box from (x1,y1)to (x2,y2)..top left to bottom right)luls

  10. #35
    Join Date
    Apr 2013
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Where is the download for 0.4.5? I only see up to v4 in the list.

  11. #36
    Join Date
    Mar 2010
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    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.

  12. #37
    Join Date
    Mar 2013
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    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

  13. #38
    Join Date
    Apr 2013
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    Has anyone edited this script for the archer store in Catherby? If so could you please send it? Thanks!

  14. #39
    Join Date
    Apr 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    It keeps logging out then back into the same world can someone tell me what im doing wrong please?

  15. #40
    Join Date
    Apr 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    how i can buy just like 50-100 feathers and then whop?

  16. #41
    Join Date
    Apr 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    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!

  17. #42
    Join Date
    Apr 2013
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Anyone know a unique colour code for Bronze Arrows? Whenever I pick one or two colours, the bot buys regular Bows instead.

  18. #43
    Join Date
    Mar 2013
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    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.

  19. #44
    Join Date
    Sep 2008
    Posts
    754
    Mentioned
    8 Post(s)
    Quoted
    275 Post(s)

    Default

    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.

  20. #45
    Join Date
    Mar 2013
    Posts
    21
    Mentioned
    1 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by freddyadu02 View Post
    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!
    This is occurring because of Declare Shop procedure. Refer to lines 121-128.

    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;
    To make it buy bolts, add the following below line 127:
    Code:
       'olts' :  BEGIN
                  itemName_1 := itemName; itemName_2:='olt s'; itemName_3 :='Bolt';
                  END;
    This should fix the problem.

  21. #46
    Join Date
    Mar 2013
    Posts
    21
    Mentioned
    1 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by itsblown View Post
    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
    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..)

  22. #47
    Join Date
    Mar 2012
    Posts
    86
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    is there a way to make it buy 2 items? trying to buy air runes and earth.. at the same time

  23. #48
    Join Date
    Apr 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    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

  24. #49
    Join Date
    Mar 2012
    Posts
    36
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    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.

  25. #50
    Join Date
    Nov 2006
    Posts
    49
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    Quote Originally Posted by meanderingmonk View Post
    This is occurring because of Declare Shop procedure. Refer to lines 121-128.

    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;
    To make it buy bolts, add the following below line 127:
    Code:
       'olts' :  BEGIN
                  itemName_1 := itemName; itemName_2:='olt s'; itemName_3 :='Bolt';
                  END;
    This should fix the problem.
    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.

Page 2 of 4 FirstFirst 1234 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •