Results 1 to 19 of 19

Thread: Alching

  1. #1
    Join Date
    Aug 2009
    Location
    Inside the Matrix...yes it has me, and it has you too.
    Posts
    1,896
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Exclamation Alching

    Just want to know...what are the best items to alch f2p? How much do you lose/make?

    I'm thinking of making an auto alcher for private use so i can get 99 mage. Since the rs economy is failing atm, i thought I could start making profit now. Just asking for your knowledge, what should I alch f2p?

    Thanks;

    ~bionicle
    NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN

  2. #2
    Join Date
    Apr 2007
    Location
    UK
    Posts
    2,295
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Steel platebodies?

    Steel PlateBody Buy @ 1059
    Steel PlateBody Alch @ 1200
    Nature Rune Buy @ 313

    Total Buy: 1,372
    Alch: 1,200
    Loss of 172 each item.

    Rogeruk's Al-Kharid Tanner V1.1 [Released]
    Rogeruk's Barbarian Crafter [Coming Soon]
    Rogeruk's Guild Fisher [Coming Soon]
    !! - Taking Requests - !!

  3. #3
    Join Date
    Aug 2009
    Location
    Inside the Matrix...yes it has me, and it has you too.
    Posts
    1,896
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by rogeruk View Post
    Steel platebodies?
    how much do you lose?
    NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN

  4. #4
    Join Date
    Apr 2007
    Location
    UK
    Posts
    2,295
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Updated post.

    Rogeruk's Al-Kharid Tanner V1.1 [Released]
    Rogeruk's Barbarian Crafter [Coming Soon]
    Rogeruk's Guild Fisher [Coming Soon]
    !! - Taking Requests - !!

  5. #5
    Join Date
    Aug 2009
    Location
    Inside the Matrix...yes it has me, and it has you too.
    Posts
    1,896
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hmm k so thats about 29m from where i'm at...
    just want to get a few more opinions first before...

    thanks roger
    NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN

  6. #6
    Join Date
    Apr 2007
    Location
    UK
    Posts
    2,295
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You can also check out
    http://runescape.wikia.com/wiki/Calculators/High_alch

    Mostly P2P tho
    :P

    Rogeruk's Al-Kharid Tanner V1.1 [Released]
    Rogeruk's Barbarian Crafter [Coming Soon]
    Rogeruk's Guild Fisher [Coming Soon]
    !! - Taking Requests - !!

  7. #7
    Join Date
    Aug 2009
    Location
    Inside the Matrix...yes it has me, and it has you too.
    Posts
    1,896
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by rogeruk View Post
    You can also check out
    http://runescape.wikia.com/wiki/Calculators/High_alch

    Mostly P2P tho
    :P
    hmm addy pl8s look pretty good here... -83 only..just guna verify the prices
    NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN

  8. #8
    Join Date
    Feb 2009
    Location
    Hungary (GMT + 1)
    Posts
    1,774
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I was alching adamant plate bodies too when I was training magic.
    I used this: http://spreadsheets.google.com/ccc?k...BqpWmUaQ&hl=en
    posted by someone from here.

  9. #9
    Join Date
    Jul 2008
    Posts
    907
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    alchprices.com
    Good luck.


  10. #10
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    SCAR Code:
    Program ID_Grabber;

    Const
      Lossage=100;

    Type
      Item=Record
        Name: String;
        SMiPrice,SMaPrice,SAlchGp: String;
        IMiPrice,IMaPrice,IAlchGp: Integer;
        IBuyPrice:Integer;
    End;

    var
      Items:Array of Item;
      Z,I,NumberOfItems,Tmpint1,TmpInt2:integer;
      ThePage:String;
      MinP,MarkP,MaxP,AlchPrice,TestBuyPrice:Integer;


    procedure DeclareItems;
    begin
      NumberOfItems:= 2;
      SetArrayLength(Items,NumberOfItems);
      Items[0].Name:= '"steel platebody"';
      Items[1].Name:='"rune dagger"';
    end;

    Function GEGetPrice(ID,Which: Integer): Integer;
    var
      Kind: String;
    begin
      Case Which Of
        1: Kind:='nimum price:</b>';
        2: Kind:='t price:</b> ';
        3: Kind:='ximum price:</b> ';
      End;
      Result := StrToInt(GetNumbers(Between(Kind, '<', Getpage('http://itemdb-rs.runescape.com/viewitem.ws?obj=' + IntToStr(ID)))));
    end;

    Function Nats:Integer;
    Begin
      //Writeln(IntToStr(GEGetPrice(561,2)));
      Result:=GEGetPrice(561,2);
    End;

    function GetWebPage(Queryis:string;which:boolean):string;
    var
      Hm:string;

    begin
      if which then
        Hm:= 'http://itemdb-rs.runescape.com/p=kKmok3kJqOeN6D3mDdihco3oPeYN2KFy6W5--vZUbNA/results.ws?query='+Queryis+'&price=all&members='
      else
        Hm:= 'http://itemdb-rs.runescape.com/p=kKmok3kJqOeN6D3mDdihco3oPeYN2KFy6W5--vZUbNA/viewitem.ws?obj=' + Queryis;
      try
        Result:= GetPage(Hm);
      except
      end;
    end;

    procedure GiveGE(QueryIs:string);
    var
      HTSML,TempID,TempMon,TempName:string;
      i:integer;
      t,tp,plz:integer;

    begin
      writeln('You Want :'+Queryis);
      HTSML:= GetWebPage(QueryIs,true);
      i:= Pos('_obj_sprite',HTSML);
      if i > 0 then
      begin
        TempID:= copy(HTSML, i, i);
        i := Pos('"',TempID);
        t := Pos('<td>',TempID);
        TempMon := TempID;
        if t > 0 then
        begin
          tp := Pos('stay',Tempmon);
          Delete(TempMon,tp,Length(TempMon));
          TempName:= Between('alt="','">',TempMon);
          writeln('Name of Found Item is :'+TempName);
        end;
        if i > 0 then
        begin
          delete(TempID,i,Length(tempID));
          Plz:= strtoint(GetNumbers(TempID));
          //writeln('Id is '+ GetNumbers(TempID));
        end;
      end else
      begin
        writeln('Not Found Item :'+QueryIs);
        Exit;
      end;
      MinP:=StrToInt(GetNumbers(Between('nimum price:</b>', '<', Getpage('http://itemdb-rs.runescape.com/viewitem.ws?obj=' + IntToStr(plz)))));
    //  MarkP:=StrToInt(GetNumbers(Between('t price:</b>', '<',Getpage('http://itemdb-rs.runescape.com/viewitem.ws?obj=' + IntToStr(plz)))));
      MaxP:=StrToInt(GetNumbers(Between('ximum price:</b>', '<', Getpage('http://itemdb-rs.runescape.com/viewitem.ws?obj=' + IntToStr(plz)))));
      Writeln('Costs '+IntToStr(MinP)+ ' - '+IntToStr(MaxP));
      Items[Z].SMiPrice:=IntToStr(MinP);
      Items[Z].IMiPrice:=MinP;
      Items[Z].SMaprice:=IntToStr(MaxP);
      Items[Z].IMaPrice:=MaxP;
    end;

    Procedure NabIt(ItemN:String);
    Begin
    ThePage:=GetPage('http://runescape.wikia.com/wiki/'+ItemN);
    TmpInt1:= pos  ('High Alchemy</a>',ThePage);
    TmpInt2:= posex('</th><td>',ThePage, Tmpint1);
    tmpint1:=posex('&#160', ThePage, tmpint2+10);
    AlchPrice:=StrToInt(Getnumbers(Copy(ThePage,tmpint2+10, tmpint1-(tmpint2+10))))
    Writeln('High Alches For: '+ IntToStr(AlchPrice));
    Items[Z].SAlchGP:=IntToStr(AlchPrice);
    Items[Z].IAlchGP:=AlchPrice;

    end;

    Procedure GeneratePrices;
    Begin
      DeclareItems;
      For Z:=0 To NumberOfItems-1 Do
      Begin
        GiveGE(Items[Z].Name);
        Items[Z].Name:=Replace(Replace(Items[Z].Name,' ','_') ,'"','');
        NabIt(Items[Z].Name);
      End;
    End;

    Procedure GenerateAlchLoss;
    var
      NatPrice: Integer;
    Begin
      Natprice:= Nats;
      For Z:=0 to NumberOfItems-1 Do
      Begin
        For I:= Items[Z].IMaPrice Downto Items[Z].IMiPrice Do
        Begin
          TestBuyPrice:=I
          If (Lossage + Items[Z].IAlchGp - Natprice >= TestBuyPrice) Then
          Begin
            Items[Z].IBuyPrice:=TestBuyPrice;
            Break;
          End;
        End;
        Writeln('We must buy ' + Items[Z].Name + ' for ' + IntToStr(Items[Z].IBuyPrice) + ' gp to loose ' + IntToStr(Lossage) + ' gp per alch');
      End;
    End;

    begin
      GeneratePrices;
      DeclareItems;
      GenerateAlchLoss;
    end.

    Fill out "Loggage" at top for the amount of GP you want to loose per alch.
    Fill out Declare Items with the items you wish to alch.
    Sometimes it doesn't work because Jagex fails and the GE page is often down :/
    It assumes your buying nats at mid price, and then scans though min-max price of the items you ask it to look up until you lose 'lossage'gp per alch.

  11. #11
    Join Date
    Jan 2008
    Location
    Houston, Texas, USA
    Posts
    770
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  12. #12
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Quote Originally Posted by FEAR View Post
    I used to, but I'm a Zybez man now.
    But I still troll from site to site because some have better things than others.

  13. #13
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    Quote Originally Posted by Sabzi View Post
    I was alching adamant plate bodies too when I was training magic.
    I used this: http://spreadsheets.google.com/ccc?k...BqpWmUaQ&hl=en
    posted by someone from here.
    That was me... and that is the chart I used to use. There are also some p2p charts made by the same person.

  14. #14
    Join Date
    Oct 2006
    Location
    MI USA
    Posts
    3,166
    Mentioned
    6 Post(s)
    Quoted
    11 Post(s)

    Default

    I like making elemental battle-staffs... use to have to world hop to get them, both worth the effort when alching


  15. #15
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Quote Originally Posted by bionicle1800 View Post
    just want to know...what are the best items to alch f2p? How much do you lose/make?
    Just asking for your knowledge, what should i alch f2p?

    Thanks;

    ~bionicle
    f2p stupid ram!

  16. #16
    Join Date
    Dec 2006
    Location
    New York
    Posts
    473
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    got banned days after gettin 99 mage....f**king jagex
    they waited till i reached 99 mage to ban me... i quit rs for good after that...my rune pure was so perfect

    just be careful when alching...

  17. #17
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Quote Originally Posted by gamer716 View Post
    got banned days after gettin 99 mage....f**king jagex
    they waited till i reached 99 mage to ban me... i quit rs for good after that...my rune pure was so perfect

    just be careful when alching...
    Just gotta be safe and sly, don't get too excited about the goal/money/levels and get sloppy, auto SMART!

  18. #18
    Join Date
    Mar 2007
    Posts
    3,116
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by YoHoJo View Post
    Just gotta be safe and sly, don't get too excited about the goal/money/levels and get sloppy, auto SMART!
    I get it! Its funny cause Smart has two meanings!

  19. #19
    Join Date
    Nov 2006
    Location
    Location, Location
    Posts
    1,126
    Mentioned
    6 Post(s)
    Quoted
    41 Post(s)

    Default

    I found this on another thread round here +1 to guy who showed me http://alchprices.com/ I've used it for a while now and works well

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •