Page 2 of 3 FirstFirst 123 LastLast
Results 26 to 50 of 74

Thread: Putonajonny's Merchenter

  1. #26
    Join Date
    Nov 2011
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Can you add a feature to set how much of each item you want to buy?

    Flipping runes and the 25k limit every 4 hours is getting in the way...:P

  2. #27
    Join Date
    Oct 2011
    Location
    UK
    Posts
    1,322
    Mentioned
    2 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Krux View Post
    Can you add a feature to set how much of each item you want to buy?

    Flipping runes and the 25k limit every 4 hours is getting in the way...:P
    Can you explain what you are trying to do and how it gets in the way?

  3. #28
    Join Date
    Nov 2011
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by putonajonny View Post
    Can you explain what you are trying to do and how it gets in the way?
    Right now, the script automatically will buy as much of the item with the available cash.

    Ex: 500k cash
    Item price is 2gp: it will try to buy 250k of the item.

    If the item is a type of rune, the grand exchange will only allow the user to buy 25k every 4 hours resulting in the 250k order taking 40 hours...

    However, the GE allows a user to buy 25k and then sell that 25k, then rebuy the 25k.

    Basically I am trying to limit the number of items the script buys at a time.


    PS: Fast reply

  4. #29
    Join Date
    Oct 2011
    Location
    UK
    Posts
    1,322
    Mentioned
    2 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Krux View Post
    Right now, the script automatically will buy as much of the item with the available cash.

    Ex: 500k cash
    Item price is 2gp: it will try to buy 250k of the item.

    If the item is a type of rune, the grand exchange will only allow the user to buy 25k every 4 hours resulting in the 250k order taking 40 hours...

    However, the GE allows a user to buy 25k and then sell that 25k, then rebuy the 25k.

    Basically I am trying to limit the number of items the script buys at a time.


    PS: Fast reply
    Ok, I'll add that in the next update

  5. #30
    Join Date
    Jan 2012
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Getting the error with line 184.

    [Error] (185:13): Unknown identifier 'p' at line 184
    If(PinScreen) then
    begin
    Repeat
    InPin(Players[CurrentAccount].Pin);
    inc(p) //Line 184
    Until((not PinScreen) or (p > 3))
    end;

  6. #31
    Join Date
    Jan 2012
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by holyrights View Post
    Getting the error with line 184.

    Yeah i'm getting the same one for some odd reason.

  7. #32
    Join Date
    Jan 2012
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You've gotta be kidding me, right? It buys 1037k fire runes for 1gp each.. it won't buy.

  8. #33
    Join Date
    Jan 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This is great!! very good script, was worried i might lose money!

  9. #34
    Join Date
    Oct 2011
    Location
    UK
    Posts
    1,322
    Mentioned
    2 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by holyrights View Post
    Getting the error with line 184.
    What version of the script are you using?

    Quote Originally Posted by Faboking View Post
    You've gotta be kidding me, right? It buys 1037k fire runes for 1gp each.. it won't buy.
    You choose what you want it to buy, set it up correctly and it won't do that.

    Quote Originally Posted by lordloodo View Post
    This is great!! very good script, was worried i might lose money!
    Thanks rep me?

  10. #35
    Join Date
    Nov 2011
    Location
    Louisiana
    Posts
    881
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I got the error in line 184 also. Using v4.

  11. #36
    Join Date
    Dec 2011
    Posts
    128
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I DID get that error but i fixed the error although sometimes for some reason now it starts spam right clicking some random place while trying to open the bank :P

  12. #37
    Join Date
    Oct 2011
    Location
    UK
    Posts
    1,322
    Mentioned
    2 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by iCURiP View Post
    I DID get that error but i fixed the error although sometimes for some reason now it starts spam right clicking some random place while trying to open the bank :P
    Change the NPC colour if this happens

  13. #38
    Join Date
    Dec 2011
    Posts
    128
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by putonajonny View Post
    Change the NPC colour if this happens
    Yes i have done this multiple times but it seems it is stuck in a loop, it doesn't log "changing tolerance" either when it starts doing it, it just says pin failed, i don't even have one :P.

  14. #39
    Join Date
    Oct 2011
    Location
    UK
    Posts
    1,322
    Mentioned
    2 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by iCURiP View Post
    Yes i have done this multiple times but it seems it is stuck in a loop, it doesn't log "changing tolerance" either when it starts doing it, it just says pin failed, i don't even have one :P.
    The pin code is:
    Simba Code:
    Repeat
      If(PinScreen) then
        InPin(Players[CurrentAccount].Pin);
      Until(not PinScreen);

    So unless it gets to the pin screen it shouldn't do anything with the pin

  15. #40
    Join Date
    Dec 2011
    Posts
    128
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by putonajonny View Post
    The pin code is:
    Simba Code:
    Repeat
      If(PinScreen) then
        InPin(Players[CurrentAccount].Pin);
      Until(not PinScreen);

    So unless it gets to the pin screen it shouldn't do anything with the pin
    I removed the pin code from script and it hasn't done it since, its probably a problem with SRL or something, although i noticed it takes a couple of attempts sometimes before it collects items, might need a longer wait somewhere idk.

  16. #41
    Join Date
    Dec 2011
    Posts
    97
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Add a +percentage from min to buy and a -percentage from max to sell (selling and buying exact on min and max will not work with expensive items). Also, idk if you changed the selling for 1gp thing to test min but a lot of people got rare items with 1 gp lol.
    Last edited by Heya69; 01-12-2012 at 12:10 AM.

  17. #42
    Join Date
    Dec 2011
    Posts
    128
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Heya69 View Post
    Add a +percentage from min to buy and a -percentage from max to sell (selling and buying exact on min and max will not work with expensive items). Also, idk if you changed the selling for 1gp thing to test min but a lot of people got rare items with 1 gp lol.
    It is very hard to do this and i don't see it as being a big issue lol, at the moment it sells them as soon as it can, what's wrong with that?

  18. #43
    Join Date
    Oct 2011
    Location
    UK
    Posts
    1,322
    Mentioned
    2 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Heya69 View Post
    Add a +percentage from min to buy and a -percentage from max to sell (selling and buying exact on min and max will not work with expensive items). Also, idk if you changed the selling for 1gp thing to test min but a lot of people got rare items with 1 gp lol.
    I think you posted this on the wrong script, this script doesn't buy on min and max, you buy on any price you specify

  19. #44
    Join Date
    Oct 2007
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I too, am getting the line 184 error. I do have a pin, so it's somewhat important.

    Also
    Quote Originally Posted by Faboking View Post
    You've gotta be kidding me, right? It buys 1037k fire runes for 1gp each.. it won't buy.
    You have to edit that option in the script.
    Last edited by Nfskingvviper; 01-12-2012 at 08:34 PM.

  20. #45
    Join Date
    Oct 2011
    Location
    UK
    Posts
    1,322
    Mentioned
    2 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Nfskingvviper View Post
    I too, am getting the line 184 error. I do have a pin, so it's somewhat important.
    I'll look at that tomorrow

  21. #46
    Join Date
    Jan 2012
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    After some crazy changes i managed your script to work!
    It doesnt do the PIN though so i had to remove it.
    I can share the code if the creator will allow me to do so.

  22. #47
    Join Date
    Nov 2011
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I can get it to click the GE clerk and freeze with the drop down menu open for a while and do it over and over. Don't know if this is problem with the script or, if it's a problem with having Simba set up wrong after the RS update.

  23. #48
    Join Date
    Dec 2011
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    help Exception in Script: Unable to find file 'SRL/SRL/Misc/Smart.scar' used from ''

  24. #49
    Join Date
    Dec 2011
    Location
    P2P :)
    Posts
    561
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by j0rdie View Post
    help Exception in Script: Unable to find file 'SRL/SRL/Misc/Smart.scar' used from ''
    Simba Code:
    SRL/SRL/Misc/Smart.simba

  25. #50
    Join Date
    Dec 2011
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i always get an error if i try to run the script


    unknown identifier 'p' at line 184

    can someone please help me with this

    thank u

Page 2 of 3 FirstFirst 123 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
  •