Page 4 of 4 FirstFirst ... 234
Results 76 to 85 of 85

Thread: The New InGame Changes (06/08/2007)

  1. #76
    Join Date
    Jun 2007
    Location
    NSW, Australia.
    Posts
    541
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    BitmapFromString2 and a bunch of other functions are screwed. And I did overwrite the whole folder...
    Quote Originally Posted by RAM View Post
    I sam sofa king wee todd did ! ~RAM
    My SRL Army Blog.


  2. #77
    Join Date
    Jan 2007
    Location
    Kansas
    Posts
    3,760
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Are you using 3.11? I think BitmapFromString2 is for 3.11 also if you try mining I don't think FindPick is working.


  3. #78
    Join Date
    Jun 2007
    Location
    New Jersey, USA
    Posts
    123
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'm not sure if this has been discovered yet, but even with the rar bobarkinator posted (big thanks btw!). FindBlackChatMessage does not work, and I'm assuming other chat functions/procedures won't work as well.
    My Scripts:
    Rimmington Soft Clay Farmer 2.0 - Makes approx. 40k gold per hour. Mines clay, softens it, and banks it.

  4. #79
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    Woot, long live Bob Barker!


    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!

  5. #80
    Join Date
    Jan 2007
    Location
    Kansas
    Posts
    3,760
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by Fizzi View Post
    I'm not sure if this has been discovered yet, but even with the rar bobarkinator posted (big thanks btw!). FindBlackChatMessage does not work, and I'm assuming other chat functions/procedures won't work as well.
    Yeah I didn't change that cause I didn't see a fix. I basically just went around this thread and picked up all the fixes.

    Quote Originally Posted by hy71194 View Post
    Woot, long live Bob Barker!
    Heck yes.


  6. #81
    Join Date
    Oct 2006
    Posts
    1,071
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Wow being a member is verrry nice! Thanks bob

    And the fix for FindBlackChatmessage is in my sig if anyone needs.

  7. #82
    Join Date
    Jun 2007
    Location
    New Jersey, USA
    Posts
    123
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    function TabExists(TabNumber: Integer): Boolean; in GameTab.scar in the rar that bob posted was messed up.

    Tabs 1, 4, 5, 6 were coming up as true even if they weren't there. Here's the fix:

    SCAR Code:
    function TabExists(TabNumber: Integer): Boolean;
    var
     Tx, Ty:Integer;
    begin
      case TabNumber of
        1: Result := FindColor(Tx, Ty, 65536, 533, 173, 541, 180);
          //GameTab 1  = Fightmode
        2: Result := FindColor(Tx, Ty, 460807, 580, 188, 590, 198);
          //GameTab 2  = Statistic
        3: Result := FindColor(Tx, Ty, 16671819, 604, 180, 621, 195);
          //GameTab 3  = Quest
        4: Result := FindColor(Tx, Ty, 65536, 632, 173, 640, 180);
          //GameTab 4  = Inventory
        5: Result := FindColor(Tx, Ty, 65536, 665, 173, 673, 180);
          //GameTab 5  = Wield
        6: Result := FindColor(Tx, Ty, 65536, 698, 173, 706, 180);
          //GameTab 6  = Prayer
        7: Result := FindColor(Tx, Ty, 65536, 734, 179, 745, 190);
          //GameTab 7  = Mage
        8: Result := FindColor(Tx, Ty, 65536, 581, 477, 589, 485);
          //GameTab 8  = Add Friend
        9: Result := FindColor(Tx, Ty, 65536, 608, 479, 616, 487);
          //GameTab 9  = Del Friend
        10: Result := FindColor(Tx, Ty, 3691124, 646, 483, 656, 494);
          //GameTab 10 = LogOut
        11: Result := FindColor(Tx, Ty, 65536, 681, 481, 691, 494);
          //GameTab 11 = Tools/Run
        12: Result := FindColor(Tx, Ty, 65536, 707, 480, 716, 488);
          //GameTab 12 = Emotes
        13: Result := FindColor(Tx, Ty, 65536, 733, 484, 744, 493);
          //GameTab 13 = Music
        14: Result := FindColor(Tx, Ty, 65536, 531, 483, 536, 489);
          // GameTab 14 = Clan Chat
      end; //case Tab
    end;
    My Scripts:
    Rimmington Soft Clay Farmer 2.0 - Makes approx. 40k gold per hour. Mines clay, softens it, and banks it.

  8. #83
    Join Date
    Jan 2007
    Location
    Kansas
    Posts
    3,760
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    I didn't test extensively, just basically made it compile and work for most scripts that needed GameTab and such.


  9. #84
    Join Date
    Jun 2007
    Location
    New Jersey, USA
    Posts
    123
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by bobarkinator View Post
    I didn't test extensively, just basically made it compile and work for most scripts that needed GameTab and such.
    I know, sorry if it seemed as if I was blaming you. I just said that cause I didn't know who's fix you put in your rar . My apologies.
    My Scripts:
    Rimmington Soft Clay Farmer 2.0 - Makes approx. 40k gold per hour. Mines clay, softens it, and banks it.

  10. #85
    Join Date
    Jan 2007
    Location
    Kansas
    Posts
    3,760
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    No I didn't take it as a blame, I was just imforming people and I just grabbed the ones on this thread that worked.


Page 4 of 4 FirstFirst ... 234

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. InGame World Switch button!!!!
    By WT-Fakawi in forum RS has been updated.
    Replies: 23
    Last Post: 03-23-2007, 07:33 AM
  2. InGame Chicken Color Change!
    By Ejjman in forum RS has been updated.
    Replies: 2
    Last Post: 03-20-2007, 01:35 PM

Posting Permissions

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