Using on OSBuddy and it works fine. I'll probably start regularly using it once looting is added or if it is. Still great for killing experiments if you're a pure or yaks if you're a main.

No idea if someone else has mentioned it, im not going to read thru 91 pages to find out.
But.. you spelled "MULTIPLE" wrong in your image in the OP.
I see dismissing randoms properly is probably the biggest red flag for the ban hammer.
Keep us updated if you get banned for macroing![]()
[QUOTE=hoodz;1330357]the script doesnt even dismiss random events, it just ignores them.
jeah i saw it last night dident know that![]()
Error: Unknown declaration "os" at line 58
Compiling failed.
Can't seem to shake this error.. :S
Thanks for script. Got me 80ish in a few combat stats. :')
Home sweet home.
I have the updated Aerolab and am getting: Error: Unknown declaration "os" at line 58
Compiling failed.
Will this be fixed, or do you know where I can download the previous version of aerolib
Error: File "AeroLib/AeroLib.Simba" not found at line 2
Compiling failed.
wat do
I read and followed them exactly as shown, can you direct me to what part I might have made a mistake on?
Hi, I am new to simba and i got this error. Can anyone help?
1.PNG
#slack4admin2016
<slacky> I will build a wall
<slacky> I will ban reflection and OGL hooking until we know what the hell is going on
You should be able to replace the `getSettings` method with:
This should work unless there are more compatibility issues.Simba Code:function getSettings(): TStringArray;
var
s: String;
f: Integer;
begin
f := OpenFile(scriptPath + 'fightersettings.txt', False);
ReadFileString(f,s,FileSize(f));
CloseFile(f);
Result := Explode(',', s);
end;
Edit: This won't be needed, since hoodz is doing a fix :b
Last edited by slacky; 02-21-2015 at 12:59 PM.
!No priv. messages please
There are currently 1 users browsing this thread. (0 members and 1 guests)