BitmapFromString2 and a bunch of other functions are screwed. And I did overwrite the whole folder...
BitmapFromString2 and a bunch of other functions are screwed. And I did overwrite the whole folder...
Are you using 3.11? I think BitmapFromString2 is for 3.11 also if you try mining I don't think FindPick is working.
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.
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!
Wow being a member is verrry nice! Thanks bob
And the fix for FindBlackChatmessage is in my sig if anyone needs.
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.
I didn't test extensively, just basically made it compile and work for most scripts that needed GameTab and such.
My Scripts:
Rimmington Soft Clay Farmer 2.0 - Makes approx. 40k gold per hour. Mines clay, softens it, and banks it.
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.
There are currently 1 users browsing this thread. (0 members and 1 guests)