Poll: Did this script Work for you?

Be advised that this is a public poll: other users can see the choice(s) you selected.

Results 1 to 5 of 5

Thread: Radplanes Human Herblore Trainer V1.0 (Potions/Cleaning/Grinding Supported))

  1. #1
    Join Date
    Jan 2009
    Location
    radplaneservices@hush.com
    Posts
    69
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Radplanes Human Herblore Trainer V1.0 (Potions/Cleaning/Grinding Supported!)

    Well, here goes my first release guys. Hi, Radplane here. Started this script on the 11th after 2 failed scripting days learning by and managing it all. I am sure my next one will be much neater! Just too many things out there, and air crafting wasn't demanded highly at all I felt with Runespan. Version 1 was pumped out in 4 days. Enjoy. Post if the script becomes outdated please or is still working!


    My next Script im releasing will be a Lumbridge Bow-string Spinner as a personal request for a friend, still in the air if it will be released publicly.

    Last Update on - Monday ,May 24, 2012
    Last edited by radplane; 06-04-2012 at 08:47 AM. Reason: Update on post

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

    Default

    Good luck, and thanks mate I'll be using this script sometime soon for some more herby training. Any chance you'll be adding an option to decant pots? The decanter I found elsewhere stopped working, and all the other herby 'aio' lack support for it, as far as I know anyway. I know it's not hugely important to everyone, but it can be very handy, and I've always thought it should be included in the more fully featured herby scripts- which from your post it looks like your script may be headed in that direction.
    And again, thanks for the hard work on the script, I'm looking forward to getting some good use out of it.

  3. #3
    Join Date
    Jan 2009
    Location
    radplaneservices@hush.com
    Posts
    69
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by otaman View Post
    Good luck, and thanks mate I'll be using this script sometime soon for some more herby training. Any chance you'll be adding an option to decant pots? The decanter I found elsewhere stopped working, and all the other herby 'aio' lack support for it, as far as I know anyway. I know it's not hugely important to everyone, but it can be very handy, and I've always thought it should be included in the more fully featured herby scripts- which from your post it looks like your script may be headed in that direction.
    And again, thanks for the hard work on the script, I'm looking forward to getting some good use out of it.
    Definitely going to look into and try my best mate! Sorry for the lack of love to the script the past week, tore my shoulder cuff making it very difficult to type. Post your results if you have time man if you end up using my script, would love to see some. Many thanks for the encouragement!

    Also a bug-fix update has been released, Im gonna try to get some good time into progress reports tomorrow.
    Last edited by radplane; 05-25-2012 at 03:50 AM.

  4. #4
    Join Date
    Jan 2012
    Posts
    97
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by otaman View Post
    Good luck, and thanks mate I'll be using this script sometime soon for some more herby training. Any chance you'll be adding an option to decant pots? The decanter I found elsewhere stopped working, and all the other herby 'aio' lack support for it, as far as I know anyway. I know it's not hugely important to everyone, but it can be very handy, and I've always thought it should be included in the more fully featured herby scripts- which from your post it looks like your script may be headed in that direction.
    And again, thanks for the hard work on the script, I'm looking forward to getting some good use out of it.
    I thought you can decant noted pots? in fact I'm almost positive

  5. #5
    Join Date
    Mar 2012
    Location
    127.0.0.1
    Posts
    3,383
    Mentioned
    95 Post(s)
    Quoted
    717 Post(s)

    Default

    You can decant noted pots, but they have to be done by the NPC.

    OnTopic:
    You use a different mousebox for each inventory spot. You could try something line this:
    Simba Code:
    procedure CleanHerbs;
    var
      i,prevXP,time:integer;
    begin
       for i := 1 to 28 do//Goes through each spot in the inventory
       begin
         prevXP := GetXpBarTotal;//Gets XP before you cleaned
         MarkTime(Time);//Marks time for your time out failsafe
         MouseTBox(InvBox(i),1)//Clicks in the inventory box.
         While(PrevXP = GetXPBarTotal) do//While you XP from above is the same as your XP bar, do this
         begin
            if(TimeFromMark(Time) > 15000) then//If Time is greater than 105seconds
               break;//Break from the While loop
          Wait(100);//Else, it waits, 100 milliseconds before checking for an XP change
         end;
    end;
    Last edited by NKN; 06-23-2012 at 04:44 AM.

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
  •