Page 10 of 10 FirstFirst ... 8910
Results 226 to 229 of 229

Thread: MSI's ALL-IN-ONE Runecrafter (F2P)

  1. #226
    Join Date
    May 2012
    Location
    Texas sounds cool.
    Posts
    53
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by smoshism View Post
    I managed to fix the locating of the air altar, but I'm not sure if it messes anything else up in regards of locating other altars. First you open the Objects.simba file, which is located in C:\Simba\Includes\MSI\MSI\Core. You then ctrl-f "ALTAR_RUNECRAFTING" and change the following code:

    Code:
    ALTAR_RUNECRAFTING:
          with result do
          begin
            Name               := 'ALTAR_RUNECRAFTING';
            Uptexts            := ['rune','ALTAR'];
            Options            := ['raft', '-rune', 'une'];
            Colors             := [8354173];
            Tol                := [4];
            Hue                := [2.78];
            Sat                := [0.41];
            FindAllColors      := False;
            W                  := 50;
            H                  := 50;
            Accuracy           := 50;
            SearchArea         := MSBox;
            ExcludeSelf        := True;
            WaitToMove         := True;
            MultiClick         := True;
          end;
    By doing this all you're doing is accounting for the difference in the color detection. If this messes anything up a simple msi reinstall should take care of it. Hope this helps someone! (I know its working just peachy for me)

    Pretty cool, man. This led me into a whole slew of new ideas to try to fix my issue. And for that, I sole thank you. :] I will post back if I find a cure.
    ~Always remember that you are absolutely unique.
    Just like everyone else.

  2. #227
    Join Date
    May 2012
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Talking

    Quote Originally Posted by smoshism View Post
    I managed to fix the locating of the air altar, but I'm not sure if it messes anything else up in regards of locating other altars. First you open the Objects.simba file, which is located in C:\Simba\Includes\MSI\MSI\Core. You then ctrl-f "ALTAR_RUNECRAFTING" and change the following code:

    Code:
    ALTAR_RUNECRAFTING:
          with result do
          begin
            Name               := 'ALTAR_RUNECRAFTING';
            Uptexts            := ['rune','ALTAR'];
            Options            := ['raft', '-rune', 'une'];
            Colors             := [8354173];
            Tol                := [4];
            Hue                := [2.78];
            Sat                := [0.41];
            FindAllColors      := False;
            W                  := 50;
            H                  := 50;
            Accuracy           := 50;
            SearchArea         := MSBox;
            ExcludeSelf        := True;
            WaitToMove         := True;
            MultiClick         := True;
          end;
    By doing this all you're doing is accounting for the difference in the color detection. If this messes anything up a simple msi reinstall should take care of it. Hope this helps someone! (I know its working just peachy for me)

    thank you works like a charm.

  3. #228
    Join Date
    Jun 2012
    Location
    Houghton Lake part of MI
    Posts
    36
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'm a derp... I haven't even looked into how the script worked yet xD
    Last edited by Rouids; 06-13-2012 at 04:52 AM.

  4. #229
    Join Date
    Feb 2012
    Posts
    92
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    cheers smoshism for the quick fix at air altar, works great now

Page 10 of 10 FirstFirst ... 8910

Thread Information

Users Browsing this Thread

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

Posting Permissions

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