PDA

View Full Version : [Reflection]AIO Herblore Script



Krazy_Meerkat
05-14-2014, 10:16 AM
http://s2.hubimg.com/u/6435303_f120.jpg

Introduction
I made this script for the simple purpose of Identifying herbs, I decided to add potion making to it and call it a finished script. I hope that you learn something from this.

You will need
OSR set up in pascalscript (not the lape version), Here (http://villavu.com/forum/showthread.php?t=106693)
The OSR Reflection include, Here (http://villavu.com/forum/showthread.php?t=107479)
Overview
This script sits at a bank booth withdrawing unids, identifying and/or making potions. No break-handling. Only supports 1 player.

Features
Reflection Antirandoms
Identifies herbs
Makes potions
Choose script function (ID and/or make potions)
Banking with progress report
Setup
Enter your username, password, (3-letter) nickname in DeclarePlayers
Set up bank slots
Start the script in any bank
Ethics
If you download this script, post here and give me some feedback
Tell me if it's good/bad w/e, just don't download it without posting

Hoodz
05-14-2014, 10:43 AM
gz on first osr herblore release ;)

Krazy_Meerkat
05-14-2014, 04:03 PM
Thank hoodz ;D maybe it will stir up some inspiration for others to get involved.

Solar
05-14-2014, 04:17 PM
Congrats on the release. Shame that on OSRS it can be a pain to get hold of some herbs, otherwise I'd use this.
I have downloaded and might look over sometime but I'll probably forget until I use it.

hakishakataki
05-14-2014, 09:19 PM
can it make serum 207's (you have to manually click each ash to the potion)?
I would be overjoyed if it does, i have about 500 waiting to be made

Krazy_Meerkat
05-15-2014, 02:14 AM
@hak, ofc it makes serum 207 just like any other potion.. Make 1 unfinished-tarromin potion and put it near the top of your bank (or leave your herb tab open). Choose your bank slot of Unids, clean Tarromin, Ashes (Ashes is the ingredient), Vial of water and Tarromin potion (unf), then enter the number of herbs to process into potions and you're ready to go!
I tested most of this with serum 207 and it's hard to put a number on things, but I had 2k herbs identified in about 10 mins.. Making potions took a little longer, probs about 20 mins for all 2k..
@Solar, thanks man, but I don't think you're looking hard enough :p Everyone is selling Tarromin dirt cheap.. 80gp ea compared to 800 for unids and 1k for more useful herbs.

Flight
05-15-2014, 02:26 AM
Very nice Krazy_Meerkat, you've been putting out a lot of scripts lately, this is great. I'm glad someone else is still trying to keep OSR branch of the community alive. :thumbsup:

Krazy_Meerkat
05-16-2014, 03:34 PM
Oops, I uploaded the wrong version the first time.. The version that is up now is the completed script. Works with all potion types, you can choose whether the potion/unfinished potion has a make-all option or if it needs to be clicked individually (serum 207). Banking is perfect now, will withdraw-X on the last herbs..

Basic
07-03-2014, 12:14 AM
Works great! Thanks

Krazy_Meerkat
07-03-2014, 09:45 AM
Works great! Thanks

Nps at all Basic, thx you for having good ethics!

hakishakataki
07-04-2014, 01:06 AM
Not sure what's going on.

I get this error

Error: Operator expected at line 364.

It pops up the "tiles".simba script

here are lines 360-365

begin
numpoints := Length(Area);
X := R_GetTileGlobal.x Y := R_GetTileGlobal.y if (numpoints < 3) then
Exit;

Basic
07-04-2014, 07:37 PM
uhhh.... .... ....
what is "nps"

Krazy_Meerkat
07-25-2014, 08:09 AM
uhhh.... .... ....
what is "nps"
... ..
It's like "np" but with an "s" on the end.

@Hak, be sure you run it in Pascalscript and not LAPE

hakishakataki
08-21-2014, 04:27 AM
i cant get this to work with bank tabs, am i the only one?

Blak Fishy
10-02-2014, 07:28 PM
I came back to os and was looking to use this old script and get it working. However, there seems to be a problem with reflection maybe? or perhaps the include had been changed? I'm a bit out of the loop at the moment. Can anyone catch me up to speed? I would love to get this script working and then finish up and update my first release.

Here is the error: [Error] C:\Simba\Includes\SRL-OSR\SRL\Reflection\AntiRandoms\AntiRandoms.simba(1 25:39): Unknown identifier 'R_DetectForester' at line 125

Thanks

plache
10-02-2014, 09:29 PM
We are currently waiting on a few updates. I believe a possible hotfix can be found in the forums somewhere.
Pretty much majority of scripts are broken for the moment, at least any that include reflection.

Sh4d0wf0x
07-18-2015, 10:39 AM
I've tried this script today and after changing my client to pascal and downloading the pascal reflection i'm getting the following message:
Unknown identifier 'Widget_getItems' at line 64
I've read that redownloading the reflection should help but it doesn't :s

AFools
07-18-2015, 11:57 AM
This script is over a year old. more than likely requires a little work to get it working again..

Sh4d0wf0x
07-18-2015, 02:56 PM
This script is over a year old. more than likely requires a little work to get it working again..

Hmm, I should take a look to the API

AFools
07-19-2015, 05:43 AM
Hmm, I should take a look to the API

There is another herblore script floating around this forum for osrs; should you contribute a little more to the forum you will access in no time.

Sh4d0wf0x
07-19-2015, 10:34 PM
Trying to write my own script in the mean time ;)