Page 2 of 2 FirstFirst 12
Results 26 to 45 of 45

Thread: [AeroLib] Davi's Jeweller

  1. #26
    Join Date
    Feb 2012
    Location
    Portugal
    Posts
    91
    Mentioned
    3 Post(s)
    Quoted
    41 Post(s)

    Default

    Does this make gold amulets? From gold bars?

  2. #27
    Join Date
    Apr 2015
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    16 Post(s)

    Default

    Quote Originally Posted by PatriqDesigns View Post
    Does this make gold amulets? From gold bars?
    The script is broken

  3. #28
    Join Date
    Jun 2015
    Posts
    46
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    Quote Originally Posted by Maligkno View Post
    The script is broken
    Yup, couldn't get it to work at all.

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

    Default

    Broken

  5. #30
    Join Date
    May 2013
    Posts
    69
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    im using it and works fine.

  6. #31
    Join Date
    Jul 2015
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Nice script. Yes it works, I think the problem for most of you is that you don't turn on brightness all the way. At least it works for gold ammies. The issue here is that the path is exactly the same throughout the bot. That makes it easily detectable. Of course this is an old script and it's still pretty awesome but be wary about the paths and the high ban rate.

  7. #32
    Join Date
    Aug 2012
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    it works for me making sapphire rings

  8. #33
    Join Date
    Apr 2015
    Location
    Gielinor
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    It cannot find he bank sometimes and stands there for 10-15 minutes before it corrects itself. It happens quite often too.

  9. #34
    Join Date
    Jan 2012
    Location
    Belgium
    Posts
    89
    Mentioned
    0 Post(s)
    Quoted
    27 Post(s)

    Default

    working for me perfect on gold braceltes

  10. #35
    Join Date
    Sep 2015
    Posts
    32
    Mentioned
    1 Post(s)
    Quoted
    4 Post(s)

    Default

    Your are right i used it for too long and got banned, my fault thought used it like the whole day

  11. #36
    Join Date
    Apr 2015
    Posts
    112
    Mentioned
    2 Post(s)
    Quoted
    45 Post(s)

    Default

    Quote Originally Posted by lizon View Post
    Your are right i used it for too long and got banned, my fault thought used it like the whole day
    It also might not have been this script, did you use any others? I've run this for like 3 days straight without a ban.

  12. #37
    Join Date
    Oct 2014
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Decided to give it a go, the script works with ordinary gold jewellery

  13. #38
    Join Date
    Nov 2014
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Error: Expected variable of type "Int32", got "AnsiString" at line 931, column 17 at line 931
    Compiling failed.
    This error is given when trying to start the script.

  14. #39
    Join Date
    Jun 2007
    Posts
    532
    Mentioned
    1 Post(s)
    Quoted
    68 Post(s)

    Default

    Quote Originally Posted by KingGriny View Post
    Error: Expected variable of type "Int32", got "AnsiString" at line 931, column 17 at line 931
    Compiling failed.
    This error is given when trying to start the script.


    Simba Code:
    RSW.Init('surface', 'WorldMap', OS_SMART.ID);

    to
    Simba Code:
    RSW.Init('WorldMap', OS_SMART.ID);
    Finished B.S. Program in Radiology!!

    Projects: A big one! Total secret! hehe

  15. #40
    Join Date
    Jan 2012
    Posts
    468
    Mentioned
    3 Post(s)
    Quoted
    200 Post(s)

    Default

    Need some help.

    I am making Silver Tiaras.

    I added Tiara BMP and Silver BMP

    and added as so
    Code:
     4: begin // tiara
             y :=  82;
             mould.Name := 'Tiara mould';
             mould.BMP := tm;
             mould.BMP_TOL := 30;
             mould.Wieldable := False;
           end;  
    
    sb.Name := 'Silver bar';
      sb.BMP := sbbmp;
      sb.BMP_TOL := 30;
      sb.Wieldable := False;   
    
      7: begin // Silver
             x := 316;
             gem.Name := 'Silver';
             gem.BMP := sbbmp;
             gem.BMP_TOL := 30;
             gem.Wieldable := False;
             case mouldType.getItemIndex of
               0: xp := 0;
               1: xp := 0;
               2: xp := 0;
               3: xp := 0;
    I am so lost why it cant find the tiara mound or the silver?

  16. #41
    Join Date
    Oct 2015
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    this script is currently working?

    Error: Expected variable of type "Int32", got "AnsiString" at line 931, column 17 at line 931
    Compiling failed.

  17. #42
    Join Date
    Aug 2012
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Just got a 2-day ban using this script, though I've been using it very carefully (no more than 3-4 hours per day). I think it's the location that makes it suspicious, because for p2p it is way more convenient to use furnace in Edge. Be careful guys.

  18. #43
    Join Date
    Feb 2017
    Posts
    47
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    Quote Originally Posted by Tomazino View Post
    Just got a 2-day ban using this script, though I've been using it very carefully (no more than 3-4 hours per day). I think it's the location that makes it suspicious, because for p2p it is way more convenient to use furnace in Edge. Be careful guys.
    I followed the same pattern, albeit pushing close to 5 hours per day, and was always perm. banned the very next day. Guess the area is heavily watched for botting.

  19. #44
    Join Date
    Apr 2015
    Posts
    112
    Mentioned
    2 Post(s)
    Quoted
    45 Post(s)

    Default

    Quote Originally Posted by codexfiles981 View Post
    I followed the same pattern, albeit pushing close to 5 hours per day, and was always perm. banned the very next day. Guess the area is heavily watched for botting.
    It was fine when I first made this script :P I ran like 5 accounts 12 hours a day with no problems.

  20. #45
    Join Date
    Mar 2018
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    I tried starting this script but it kept giving errors. I tried to fix it but I couldn't get it to work.

Page 2 of 2 FirstFirst 12

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
  •