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

Thread: My First Alotic RSPS Script Gemstall thiever ( DOES NOT USE SMART)

  1. #26
    Join Date
    Jun 2014
    Posts
    84
    Mentioned
    0 Post(s)
    Quoted
    31 Post(s)

    Default

    I changed the colour and rearranged some wait timers and it seems to work fine now, the only issue that prevents me from leaving it to run for days at a time is that the server is having issues with Disconnecting. So until they fix that I will only be able to run for 30-60mins at a time. Will keep you posted on any errors.

  2. #27
    Join Date
    Jun 2014
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    And when script stucked did you had, full inv gems or empty inv?
    Last edited by villaa; 07-11-2014 at 07:55 AM.

  3. #28
    Join Date
    Jun 2014
    Posts
    84
    Mentioned
    0 Post(s)
    Quoted
    31 Post(s)

    Default

    Full inv

  4. #29
    Join Date
    Jun 2014
    Posts
    144
    Mentioned
    0 Post(s)
    Quoted
    61 Post(s)

    Default

    Quote Originally Posted by villaa View Post
    And when script stucked did you had, full inv gems or empty inv?
    If you play on fixed display mode, and use the srl-osr include then you can easily determine if the inventory is full with this function.

    Simba Code:
    Function IsInvFull:Boolean;
    Begin
      if (InvCount = 28) then
        Result := true;
    End;

    OR

    Simba Code:
    Function IsInvFull:Boolean;
    Begin
      if (InvCount > 27) then
        Result := true;
    End;

  5. #30
    Join Date
    Jun 2014
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    Thanks for that, im pretty new with scripting so really appreciate your help

  6. #31
    Join Date
    Jun 2014
    Posts
    84
    Mentioned
    0 Post(s)
    Quoted
    31 Post(s)

    Default

    The disconnections on the server were fixed early morning yesterday, so I decided to run the script at 7pm yesterday to see how it ran. Sat down watched Rocky Balboa
    Checked up on it when the film finished, the script was working fine. Woke up at 10am looked at it again, still running fine with over 16000 sapphires in my bank, I'm very pleased with this script.

    I decided I will sell the juicy loot and see what I netted. After selling everything I brought in just over 45M making it roughly 3M/hr which is not at all bad for doing absolutely nothing. Cheers

  7. #32
    Join Date
    Jun 2014
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    Very nice

  8. #33
    Join Date
    Jul 2014
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    can any1 download this? plz

  9. #34
    Join Date
    Jun 2014
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    Test this script out if it doesnt work, message me.

  10. #35
    Join Date
    Jul 2014
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    how do u open this thing?

  11. #36
    Join Date
    Jun 2014
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    Have you downloaded simba?

  12. #37
    Join Date
    Jun 2014
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    glad you like it

  13. #38
    Join Date
    Jul 2014
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    the script is ok but the relogger dont work for me..and how this is a money making method? gems worth like nothing

  14. #39
    Join Date
    Jun 2014
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    yea sell gems at overprice, dont bother sell them at normal ge price

  15. #40
    Join Date
    Jul 2014
    Posts
    125
    Mentioned
    0 Post(s)
    Quoted
    31 Post(s)

    Default

    Quote Originally Posted by villaa View Post
    yea sell gems at overprice, dont bother sell them at normal ge price
    Gems are also a great way to get up crafting fast, so if you run this for a few hours you can get plenty of crafting exp from it too.

  16. #41
    Join Date
    Oct 2012
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    Fix the banking and the script is great

    Just have to fix the bank and drop all items into bank.

  17. #42
    Join Date
    Jun 2014
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    i heard they added 2 traders at gem stall to distract color bots, i see no way to fix that. and if it opened bank and didnt bank, make sure display = software
    Last edited by villaa; 08-23-2014 at 07:02 AM.

  18. #43
    Join Date
    Sep 2014
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    23 Post(s)

    Default

    script works fine other then a problem with banking when inventory is full

  19. #44
    Join Date
    Sep 2014
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    So... As others have said, this script works great for me minus banking. It will find and open banker, but freezes and will not empty inventory. It seems like an easy fix to somebody who knew more about it that me.

  20. #45
    Join Date
    Sep 2014
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I take that back. Having my graphics in "DirectX" instead of "Software" was my problem. This will fix the problem if it opens banker but does not empty inventory.

  21. #46
    Join Date
    Jun 2014
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    Make sure your Brigthness is set to as highest possible.
    Screen settings is fixed and ALL MINIUM no antialiasing etc.

    use the select client tool to take only the screen without the alotic client borders.


    Hope that helps if not contact me i´ll try find out whats going on....
    last time i tested this it worked fine.
    Last edited by villaa; 10-14-2014 at 07:03 AM.

  22. #47
    Join Date
    Oct 2014
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Error: Duplicate declaration "AddDTM" at line 164

    How to fix this?

  23. #48
    Join Date
    May 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by freefame View Post
    Error: Duplicate declaration "AddDTM" at line 164

    How to fix this?
    Go to Script > Interpreter and change it to PascalScript.


    This script is awesome btw, great job. I've run it for 15 hours at a time and never fails. Only thing thats really annoying is when theres players with the basic outfit, it always clicks on them when its trying to bank because they kind of look like the banker.

    So for members using this script, change your appearance when you make your bot because it fucks the script for everyone else, I'm talking to you, Sam Bo Dee.

  24. #49
    Join Date
    Dec 2014
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hey i'm trying this script on Alotic but it clicks to fast on the gem stalls so I don't receive gems...

    Where can I change the delays so it click slower?

    Thanks

  25. #50
    Join Date
    Dec 2014
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks for edit! Keep up the good work!

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
  •