BusyBee
11-17-2010, 10:40 PM
Out of context: So I just stumbled upon this program and wow, this is going to be one of the funnest hobbies I have ever had I am hoping, as I imagine the countless things that I can do in all the little games I love and enjoy playing.
I'm reading through the newbie guides and tutorials as you read this most likely as I do wish to learn how to use this program very well and make my own scripts, but some quick help on the issue would be greatly appreciated so I can get to some business to see how good it works ingame.
Ok so I downloaded this script from somewhere and it does not work on my computer resolution I am guessing? the script is in the attachments but is there a easier way to post it so you guys can see it without having to download it?
And this is the error that I get
Entering main loop...
Error: Exception: You passed a wrong xe to a finder function: 785. The client has a width of 666, thus the xe is out of bounds. at line 125
The following bitmaps were not freed: [0, 1, 2, 3, 4, 5, 6, 7]
Edit: This is also line 120 - 129
procedure ScanItem (item : ROTMGItem);
var
x,y : integer;
begin
if FindBitmapToleranceIn(item.Image,x,y,610,500,785,5 95,25) then
begin
GrabItem(item,x,y);
end;
end;
Im just guessing the gaming window is out of place on the screen for the program to run? but not sure? is this a quick fix somebody could point me in the right direction or will I just learn it in the tutorial in a weeks time or so?
O and its a AutoLoot script for the game "Realm of the mad god" Which is a VERY fun addicting little fast paced game. :D
I'm reading through the newbie guides and tutorials as you read this most likely as I do wish to learn how to use this program very well and make my own scripts, but some quick help on the issue would be greatly appreciated so I can get to some business to see how good it works ingame.
Ok so I downloaded this script from somewhere and it does not work on my computer resolution I am guessing? the script is in the attachments but is there a easier way to post it so you guys can see it without having to download it?
And this is the error that I get
Entering main loop...
Error: Exception: You passed a wrong xe to a finder function: 785. The client has a width of 666, thus the xe is out of bounds. at line 125
The following bitmaps were not freed: [0, 1, 2, 3, 4, 5, 6, 7]
Edit: This is also line 120 - 129
procedure ScanItem (item : ROTMGItem);
var
x,y : integer;
begin
if FindBitmapToleranceIn(item.Image,x,y,610,500,785,5 95,25) then
begin
GrabItem(item,x,y);
end;
end;
Im just guessing the gaming window is out of place on the screen for the program to run? but not sure? is this a quick fix somebody could point me in the right direction or will I just learn it in the tutorial in a weeks time or so?
O and its a AutoLoot script for the game "Realm of the mad god" Which is a VERY fun addicting little fast paced game. :D