Page 1 of 4 123 ... LastLast
Results 1 to 25 of 91

Thread: GlowArtisansWorkshop [Color]

  1. #1
    Join Date
    Dec 2011
    Posts
    353
    Mentioned
    3 Post(s)
    Quoted
    8 Post(s)

    Default GlowArtisansWorkshop [Color]


    MasterArtisansWorkshop v001

    Features:
    - Will refill ores or log out when out off ingots
    - Fast object finding
    - All ingots [1, 2, 3]
    - Iron
    - Steel
    - Mith
    - Addy

    What will this script do and setup?
    - It will take bars from Ingot box.
    - Smiths the item the dwarf said for extra xp.

    - MUST setup ingot/bar screen before using (ex: How many bars to take; ingot 1, 2 or 3)
    Start here [In red box]:



    Versions:
    v001: Released 18/2/'12: Rewrote from beta version and AIO.

    Please leave some feedback.

    Last edited by NexPB; 03-11-2012 at 12:03 AM. Reason: Release.

  2. #2
    Join Date
    Jan 2012
    Posts
    160
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    Looking forward to testing.
    Cheers.

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

    Default

    so glad im 99 smith all redy that one is a long one

  4. #4
    Join Date
    Feb 2007
    Posts
    287
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    looking forward to trying this out, going for 99 smithing soon.

  5. #5
    Join Date
    Dec 2011
    Location
    Toronto, Ontario
    Posts
    6,424
    Mentioned
    84 Post(s)
    Quoted
    863 Post(s)

    Default

    I've borrowed your exp gained method, given credits to you.

  6. #6
    Join Date
    Sep 2007
    Location
    Australia, NSW
    Posts
    934
    Mentioned
    6 Post(s)
    Quoted
    145 Post(s)

    Default

    Good to see new different scripts going up Not the same old, same old

    INACTIVE
    How-to: Make S.M.A.R.T. less laggy

    Sell me your Maple Shieldbows (u)! Up to 95gp ea!

    My Scripts:
    Ivy Chopper Ultra [RS3] | Fantastic Fletcher [RS3]
    99 x78 | 99 x10 | 99 x2 | 99 x12


    Use the REPORT tags when posting progress reports to make life easier (:
    [REPORT]Put progress report in here![/REPORT]

    Super Savvy Smither V1.06Cool Classy Cooker V1.02 [EoC]

  7. #7
    Join Date
    Nov 2007
    Posts
    236
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  8. #8
    Join Date
    Dec 2011
    Posts
    353
    Mentioned
    3 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by slakan View Post
    How can it detect what to make?
    It reads the string.

  9. #9
    Join Date
    May 2011
    Location
    In an Island.
    Posts
    1,413
    Mentioned
    2 Post(s)
    Quoted
    149 Post(s)

    Default

    Is this working?
    Cause I need to do some work at Artisans workshop..
    Someone give me a head's up!
    ''If you want something you've never had, you have to do something you've never done''


    total leve 2715/1b exp +... exterminated.

  10. #10
    Join Date
    Jan 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Even though it's been up for a couple days, not many people have used it or replied on this thread. I will definitely be giving it a try later and give a full and thorough review.

  11. #11
    Join Date
    Dec 2011
    Posts
    353
    Mentioned
    3 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by onilika View Post
    Is this working?
    Cause I need to do some work at Artisans workshop..
    Someone give me a head's up!
    It should be but lease babysit, its still in beta but it does the job smithing a full inv takes around 3 mins so yea.

  12. #12
    Join Date
    May 2011
    Location
    In an Island.
    Posts
    1,413
    Mentioned
    2 Post(s)
    Quoted
    149 Post(s)

    Default

    I might take a look then
    I will give you my feedback later.

    ~onilika
    ''If you want something you've never had, you have to do something you've never done''


    total leve 2715/1b exp +... exterminated.

  13. #13
    Join Date
    Jan 2011
    Posts
    151
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Trying this script out now. The anti-ban is wayyyyyy too frequent, it has my character spinning the screen almost constantly. I added a wait inside the anti-ban procedure, as when it is making bars, it constantly rolls random numbers trying to do the anti-ban otherwise. I am not very good at Pascal coding, but here's what I am trying:

    procedure AntiBan;
    begin
    Wait(RandomRange(5000,10000));
    case Random(100) of
    1..11: PickUpMouse;
    21..31: RandomMovement;
    61..71: BoredHuman;
    //81..91: wait(500 + random(1250));
    end;
    end;
    Also, it really has trouble finding the anvil after getting ingots. I know a lot of the colors in AW are similar. Perhaps you need to reset the camera after each withdrawl and only look for the anvils on the east side of the screen. Or, there is a minimum distance then anvils can be from your character after a withdrawl, perhaps start a color search outside of that min distance?

    This is an awesome script by the way, very simple and clever.
    Last edited by boobooo42; 01-27-2012 at 09:28 PM.

  14. #14
    Join Date
    Dec 2011
    Posts
    353
    Mentioned
    3 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by boobooo42 View Post
    Trying this script out now. The anti-ban is wayyyyyy too frequent, it has my character spinning the screen almost constantly. I added a wait inside the anti-ban procedure, as when it is making bars, it constantly rolls random numbers trying to do the anti-ban otherwise. I am not very good at Pascal coding, but here's what I am trying:



    Also, it really has trouble finding the anvil after getting ingots. I know a lot of the colors in AW are similar. Perhaps you need to reset the camera after each withdrawl and only look for the anvils on the east side of the screen. Or, there is a minimum distance then anvils can be from your character after a withdrawl, perhaps start a color search outside of that min distance?

    This is an awesome script by the way, very simple and clever.
    Thats what I basicly want to improve the object finding and I will update antiban later.

  15. #15
    Join Date
    Jan 2012
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    What is the average xp per hour? Looks great after I finish fishing Ill give this a go. Looks really different and interesting

  16. #16
    Join Date
    Feb 2012
    Location
    Tennessee
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    The script will not withdraw ingots for me. Care to fix please?
    Last edited by NoDesire; 02-12-2012 at 07:32 PM.

  17. #17
    Join Date
    Dec 2011
    Posts
    353
    Mentioned
    3 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by NoDesire View Post
    The script will not withdraw ingots for me. Care to fix please?
    Only steel and iron supported.

  18. #18
    Join Date
    Feb 2012
    Location
    Tennessee
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Iron is what I tried using. It moves over the iron selection box like it's gonna click iron then it suddenly moves over to the xp button and keeps clicking it. Any suggestion on how to fix?

  19. #19
    Join Date
    Dec 2011
    Posts
    353
    Mentioned
    3 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by NoDesire View Post
    Iron is what I tried using. It moves over the iron selection box like it's gonna click iron then it suddenly moves over to the xp button and keeps clicking it. Any suggestion on how to fix?
    Try to open the xp bar before you start the script.

  20. #20
    Join Date
    Mar 2011
    Posts
    84
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Hey nex. I like your scipts structure; Nice and easy to read. Do you come from java?

    I found the object finding a bit inaccurate though and added some more parameters to you ClickObject function to remedy this. Namely a point to search from, a minimum number of pixels to find in an element of the atpa, and an array of colors rather than a single color which then get combined into a single tpa. By tweaking these it locates the anvil, smelter and chute first time every time.

    Also the find up text on for "make" ingots in FIndBars() is shafted by Jagexes new UI border that came with the updates, so i just removed the check and assume the dtm will be accurate enough if its found.

    The antiban function needed toning down a bit too just a little

    After those changes it runs nice and smooth, ty.
    Last edited by edfromhumanresources; 02-15-2012 at 03:23 PM.

  21. #21
    Join Date
    Dec 2011
    Posts
    353
    Mentioned
    3 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by edfromhumanresources View Post
    Hey nex. I like your scipts structure; Nice and easy to read. Do you come from java?

    I found the object finding a bit inaccurate though and added some more parameters to you ClickObject function to remedy this. Namely a point to search from, a minimum number of pixels to find in an element of the atpa, and an array of colors rather than a single color which then get combined into a single tpa. By tweaking these it locates the anvil, smelter and chute first time every time.

    Also the find up text on for "make" ingots in FIndBars() is shafted by Jagexes new UI border that came with the updates, so i just removed the check and assume the dtm will be accurate enough if its found.

    The antiban function needed toning down a bit too just a little

    After those changes it runs nice and smooth, ty.
    Nice feel free to pm me your script maybe I can learn some things from your code and use yours with credits ofcourse

  22. #22
    Join Date
    Dec 2011
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thank u

    ========= GlowArtisansWorkshop ==========
    |= Player : *******
    |= Time Running : 1 Minutes and 21 Seconds
    |= Xp gained : 18659723
    ======================================
    so fast xp, i was afk and it did 18 mil xp
    Last edited by ruuno; 02-16-2012 at 12:32 PM.

  23. #23
    Join Date
    Feb 2011
    Location
    Wisconsin
    Posts
    398
    Mentioned
    1 Post(s)
    Quoted
    10 Post(s)

    Default

    Quote Originally Posted by ruuno View Post
    thank u

    ========= GlowArtisansWorkshop ==========
    |= Player : *******
    |= Time Running : 1 Minutes and 21 Seconds
    |= Xp gained : 18659723
    ======================================
    so fast xp, i was afk and it did 18 mil xp
    OMG jealous! lmao

  24. #24
    Join Date
    Feb 2012
    Location
    Tennessee
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by NexPB View Post
    Try to open the xp bar before you start the script.
    Tried that, still won't click the iron box though.. :/ And sometimes it'll just walk to armor chute and constantly click it without even having any ingots in the inventory.. Script won't work at all for me.. Could you please update it?
    Last edited by NoDesire; 02-17-2012 at 06:07 PM.

  25. #25
    Join Date
    Mar 2011
    Posts
    84
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by NoDesire View Post
    Tried that, still won't click the iron box though.. :/ And sometimes it'll just walk to armor chute and constantly click it without even having any ingots in the inventory.. Script won't work at all for me.. Could you please update it?
    It's not very hard to fix this script yourself.

Page 1 of 4 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
  •