(Scripts outdated until I update for new SRL changes)
AK Smelter & Crafter [SRL-Stats] - Fast Fighter [TUT] [SRL-Stats]
If you PM me with a stupid question or one listed in FAQ I will NOT respond. -Narcle
Summer = me busy, won't be around much.
Writing an SRL Member Application | [Updated] Pascal Scripting Statements
My GitHub
Progress Report:13:46 <@BenLand100> <SourceCode> @BenLand100: what you have just said shows you have serious physchological problems 13:46 <@BenLand100> HE GETS IT! 13:46 <@BenLand100> HE FINALLY GETS IT!!!!1
I made one of these a while ago... parses prices with RuneScript's parser.
Im not sure how you are doing it, but if you use Vectra, proscript, Grand Exchange might lag way to much causing a delay in the price collector...
I dont see why it should take 5-10 minutes to grab all these prices >.> ...
Hax0r
It takes about a second per price, this is becuase it has to load the Grand Exchange website. Then, it parses the website looking for certain parts to tell whether the right item has been grabbed, if not, then it will try for one ID number less, and again check for the name.
This is what causes the lag. If you know a quicker way, please let me know![]()
Writing an SRL Member Application | [Updated] Pascal Scripting Statements
My GitHub
Progress Report:13:46 <@BenLand100> <SourceCode> @BenLand100: what you have just said shows you have serious physchological problems 13:46 <@BenLand100> HE GETS IT! 13:46 <@BenLand100> HE FINALLY GETS IT!!!!1
Failed when compiling
Line 71: [Error] (19502:8): Unknown identifier 'R_BankScreen' in script C:\Documents and Settings\........\Content.IE5\X5LCVN88\Bank%20Valu e[1].scar
i get this error anyone can help ?
^update reflection
-Nava2 Bank Evaluator!- 10:44:49 PM January 9th, 2009
Report:
Total Bank Slots: 52
Total Untradeables: 4
Total Valued Items: 24,576
Junk Skipped: False
Bank Valued at: 457,509 gp
Took: 0h, 0m, 46s
how does it know what are junk?
and i had a proggie before but i used it when srl was down
-------------------------------------------------------
-Nava2 Bank Evaluator!- 08:21:10 AM January 10th, 2009
Report:
Total Bank Slots: 446
Total Untradeables: 2,443
Total Valued Items: 136,594
Junk Skipped: False
Bank Valued at: 19,891,550 gp
Took: 0h, 12m, 1s
-------------------------------------------------------
wow I knew I had a decent amount of millions of gp, but I didn't think it was practically 20m.
cool script Nava2, I always wondered how much money I had total in all my items. I like this script a lot.
@Simtoon, if you turn junk to true in the constants (I think that's where it is) then the value right below it says 1000, anything that is worth less than 1000 is junk, you can change the 1000 to be more or less depending on what you consider to be junk.
Weird, stopped working for me... but the parser loads fine :S...
Hax0r
HUGE UPDATE!
Now takes < 0.7s for each item.
Thanks Hy71194.
Get it, get it!
Writing an SRL Member Application | [Updated] Pascal Scripting Statements
My GitHub
Progress Report:13:46 <@BenLand100> <SourceCode> @BenLand100: what you have just said shows you have serious physchological problems 13:46 <@BenLand100> HE GETS IT! 13:46 <@BenLand100> HE FINALLY GETS IT!!!!1
Send SMS messages using Simba
Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!
eek, works now :P!
Btw, ewould u consider posting this on Sythe? :S... Alot of people will post feedback.
Hax0r
I hate sythe.
Sorry.
Writing an SRL Member Application | [Updated] Pascal Scripting Statements
My GitHub
Progress Report:13:46 <@BenLand100> <SourceCode> @BenLand100: what you have just said shows you have serious physchological problems 13:46 <@BenLand100> HE GETS IT! 13:46 <@BenLand100> HE FINALLY GETS IT!!!!1
Eh,. Can I post it ? :P
SCAR Code:-Nava2 Bank Evaluator v2 - 03:11:24 PM January 10th, 2009
Report:
Total Bank Slots: 279
Total Untradeables: 8,164
Total Valued Items: 15,314
Junk Skipped: False
Bank Valued at: 30,193,501 gp
Took: 0h, 3m, 33sSCAR Code:-Nava2 Bank Evaluator v2!- 03:16:40 PM January 10th, 2009
Report:
Total Bank Slots: 82
Total Untradeables: 11
Total Valued Items: 4,217
Junk Skipped: False
Bank Valued at: 1,112,182 gp
Took: 0h, 0m, 50s
Hax0r
[OFFTOPIC]jeth0x its so funny to see your rank on sythe and srl and WT- Fakawi rank[/OFFTOPIC]
...what?
Hax0r
Writing an SRL Member Application | [Updated] Pascal Scripting Statements
My GitHub
Progress Report:13:46 <@BenLand100> <SourceCode> @BenLand100: what you have just said shows you have serious physchological problems 13:46 <@BenLand100> HE GETS IT! 13:46 <@BenLand100> HE FINALLY GETS IT!!!!1
Make it work with Member Object's please? I wanna value my bank and post it here, and can't figure out how to edit it myself.
RimmReaper! | Account maker! | HP Above Heads! | Full Karamja Fisher! | Reflection AutoUpdater!
Feel free to contact me on MSN @
franher007@hotmail.com
Writing an SRL Member Application | [Updated] Pascal Scripting Statements
My GitHub
Progress Report:13:46 <@BenLand100> <SourceCode> @BenLand100: what you have just said shows you have serious physchological problems 13:46 <@BenLand100> HE GETS IT! 13:46 <@BenLand100> HE FINALLY GETS IT!!!!1
Send SMS messages using Simba
Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!
Okay, well I didn't.
@nava2. I dont know if you read the PM on sythe, if not, please do.
Also (from the PM).
It would count any item from 1,000-9,999 * (any number) as 0 gp due to the comma.
replaceing your one function with this:
SCAR Code:function GetMarketValue(T: TBS) : string;
var
S : String;
I : Integer;
begin
Result := '';
T.Name := Replace(T.Name, ' ', '_');
S := GetPage('http://rscript.org/lookup.php?type=ge&search=' + T.Name);
I := Length(GetNumbers(S));
if InIntArray([53, 73], Length(S)) or ((Pos(IntToStr(T.ID), S) = 0) and (Pos(IntToStr(T.ID - 1), S) = 0)) then
Exit;
S := Between(T.Name + ' ', ' ', S);
delete(S, pos(',', S), 1);
Result := S;
end;
Fixes it. If you don't believe, run the script 2 times. Once without fixing, open the .txt, look at all the 0gp's added on even though they should be other numbers.. then replace with that, and then see that its fixed.
-Jeth.
Hax0r
I expected a few mill more, maybe it missed my battlestaves.. but still, quite nice imoCode:Report: Total Bank Slots: 408 Total Untradeables: 10,270 Total Valued Items: 58,589 Junk Skipped: False Bank Valued at: 51,691,971 gp![]()
ThanksDidnt see your post, cause I had this topic open quite some time before I posted my reply.
Ill try again. Will edit this post soon
EDIT:Code:-Nava2 Bank Evaluator v2!- 09:23:02 PM January 11th, 2009 Report: Total Bank Slots: 408 Total Untradeables: 10,270 Total Valued Items: 58,589 Junk Skipped: False Bank Valued at: 60,601,207 gp Took: 0h, 6m, 14s
There are currently 1 users browsing this thread. (0 members and 1 guests)