Results 1 to 5 of 5

Thread: Requesting a Gem cutting script for Fast craft EXP!

  1. #1
    Join Date
    Jan 2012
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Requesting a Gem cutting script for Fast craft EXP!

    Just needs to be basic, with draw uncut gems, chisel them, bank them and repeat. can add up for super fast crafting exp, yes its a bit pricey but its easy to do and can get you the levels for the quests you want fairly quick.

  2. #2
    Join Date
    Nov 2011
    Posts
    92
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I can do this, Should only take a few minutes.

  3. #3
    Join Date
    Nov 2011
    Posts
    92
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by drawboy11 View Post
    I can do this, Should only take a few minutes.
    Nvm, I have to go to work -.-

  4. #4
    Join Date
    Dec 2011
    Location
    Toronto, Ontario
    Posts
    6,424
    Mentioned
    84 Post(s)
    Quoted
    863 Post(s)

    Default

    Lol, i'll do it.
    But tommorow :P
    S1NGems.
    Sounds nice amirite?

  5. #5
    Join Date
    Nov 2011
    Posts
    1,532
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    The concept is basically this:

    Simba Code:
    repeat
          if OpenBankFast('location here') then
            if WaitFunc(@BankScreen, 200, 3000) then
            begin
              Withdraw(0, 0, 0);
              wait(250+random(150));
              CloseBank;
              wait(250+random(150));

              MouseItem(1, mouse_left);
              wait(250+random(150));
            //MMouse to click the sapphire...
              ClickMouse2(mouse_left);

            //wait until completion here... DTM or whatever
          //MarkTime(t);  //basic timeout failsafe
            while not checkComplete do
            begin
              wait(200+random(50);
              //if TimeFromMark(t) > {decide} then break;
            end;
          end;
        until not LoggedIn;

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
  •