Fixed
Fixed
Last edited by spicynachos2; 08-27-2009 at 05:19 AM.
You could use the system in my GE Price Grabber Script, make it find the first index then Result it.
SCAR Code:Procedure GetPrice(ItemId: String; var ItemName: String);
begin
Page := Getpage('http://itemdb-rs.runescape.com/viewitem.ws?obj=' + (ItemId));
ItemName := Between('Market price:</b> ', '<', lol);
Words := [#13, #10, ',', ' '];
For I := 0 To high(words) do
ItemName := Replace(ItemName, words[i], '');
WriteLn('Your Income Is: ' + (ItemName))
end;
There are currently 1 users browsing this thread. (0 members and 1 guests)