Hi flight,
Can you please update your link for the plugins only?
Right now it links to a file that is 0kb. Some people have posted mirrors but that doesnt seem trustworthy
Thanks!
Printable View
Hi flight,
Can you please update your link for the plugins only?
Right now it links to a file that is 0kb. Some people have posted mirrors but that doesnt seem trustworthy
Thanks!
The AND_TPA plug in link is down. The source for AND_TPA created by bg5 only contains a link to pastebin, so no .dll link is available...:( I REALLY WANT TO SCRIPT AN AUTO FISHER XD
plugins dl link broke
Having the same problem man.
Can someone please re-upload the plugins - filedropper seems to have corrupted the archive.
Somebody please re-upload the plugin. Its been too long
This is the link I have: http://www.filedropper.com/processin...rolibplugins_1
Another mirror link since some of the above links have stopped working already; https://mega.nz/#!U4FiGY4D!plj2LES7H...k6GzDQij3818HY
hi could you upload the aerolib plugins file
cause i cant download it
thanks
I just uploaded this one: http://www.filedropper.com/aerolibplugins2
Let me know if it works.
Hi when I try to download the plugin and extract its coming up with this message: C:\Simba\AeroLib plugins.zip: The archive is either in unknown format or damaged any ideas?
Yeah sorry didn't see the new link, still having problems with everything else though, if anyone is prepared to teamview me and help me out there maybe a reward - pm me (new to this obviously)
the plugins download link is an empty file
Hi everyone, let me start by apologizing for my extended absence. I've been quite busy and going through some living and working changes and I've just not had enough time to dedicate to any major projects. I did indeed stop playing OSRS after having a newer account banned for macoring and being unable to determine how exactly it happened using a script that hadn't made any mistakes and ran under the official client. But I won't go into any more details with that. I had however played on a OSRS private server recently and instead developed scripts for that. Along the way I've made changes to AeroLib and I'd like to share them in a new, updated version. So at least for the new few weeks I'll try spending some of my time into organizing and updating the include and possibly creating some tutorials for beginners to work off from.
A lot of the changes I've made you won't directly notice as they're under-the-hood overhauls but their will be some neat additions that I hope you'll all find useful. I am limited at this point on how long I have to work on the server before move up to Colorado, in which case I'll have less time to devote to AeroLib. So I'll be trying to make the most of it while I can. After I leave again I'll hand over AeroLib's GitHub to someone I find fit to keep it up-to-date and correctly maintained, so even in my absence the include will, in the least, remain up to date.
So that's all I have to report at this time. It's bloody nice to be back for a while, I have honestly missed the community and my friends here. As always, I'm extremely proud to be a part of SRL and the people the make it wonderful.
Well, here's two updates to current functions if they're any help.
getPrayerBox: has the new prayers added and updated location of piety, I followed the same standard as the others in grabbing the extreme bounds of the box.
Simba Code:function getPrayerBox(Name: Variant): Tbox;
begin
if VariantIsString(Name) then
begin
case Capitalize(LowerCase(Name)) of
'Thick Skin': Result := toBox(551, 214, 584, 247);
'Burst Of Strength': Result := toBox(588, 214, 621, 247);
'Clarity Of Thought': Result := toBox(625, 214, 658, 247);
'Sharp Eye': Result := toBox(662, 214, 695, 247);
'Mystic Will': Result := toBox(699, 214, 732, 247);
'Rock Skin': Result := toBox(551, 251, 584, 284);
'Superhuman Strength': Result := toBox(588, 251, 621, 284);
'Improved Reflexes': Result := toBox(625, 251, 658, 284);
'Rapid Restore': Result := toBox(662, 251, 695, 284);
'Rapid Heal': Result := toBox(699, 251, 732, 284);
'Protect Items': Result := toBox(551, 288, 584, 321);
'Hawk Eye': Result := toBox(588, 288, 621, 321);
'Mystic Lore': Result := toBox(625, 288, 658, 321);
'Steel Skin': Result := toBox(662, 288, 695, 321);
'Ultimate Strength': Result := toBox(699, 288, 732, 321);
'Incredible Reflexes': Result := toBox(551, 325, 584, 358);
'Protect From Magic': Result := toBox(588, 325, 621, 358);
'Protect From Missiles': Result := toBox(625, 325, 658, 358);
'Protect From Melee': Result := toBox(662, 325, 695, 358);
'Eagle Eye': Result := toBox(699, 325, 732, 358);
'Mystic Might': Result := toBox(551, 362, 584, 395);
'Retribution': Result := toBox(588, 362, 621, 395);
'Redemption': Result := toBox(625, 362, 658, 395);
'Smite': Result := toBox(662, 362, 695, 395);
'Preserve': Result := toBox(699, 362, 732, 395);
'Chivalry': Result := toBox(551, 399, 584, 432);
'Piety': Result := toBox(588, 399, 621, 432);
'Rigour': Result := toBox(625, 399, 658, 432);
'Augury': Result := toBox(662, 399, 695, 432);
end;
end;
end;
getPrayerPoints: Fixed a bug where the prayer level would return as 0 if the prayer orb was being hovered (used to activate quick prayers).
Simba Code:function getPrayerPoints(): Integer;
var
tpa : TPointArray;
begin
tpa := returnTPAExceptColors([4938344, 0], [20, 0], toBox(526,101,539,112));
result := strToIntDef(getTextATPA(clusterTPAEx(tpa,1,10), 5, 'StatChars07'), 0);
end;
Yay :D Welcome back Flight !!
Keep getting this error while downloading the plug-in.. The archive is either in unknown format or damaged..
Consider them added! I have a few areas of the include I'm working on simultaneously, and the last two days I've been putting together a world web-walker.
Thank you Ascent. :)
Yes I'm sure the plugins link is outdated; the draw backs of having to use free file hosting, they don't last long and are usually jam-packed with adds. I suggest looking through the last couple of pages on this thread to see if anyone has uploaded the plugins temporarily and later on I'll see about coming up with something more permanent.
downloaded aerolib plugins tried to extract into simba plugins folder but cant because i get his message -> no files to extract. WTF? help!
Link still isnt working. Anyone got anything I can try?
Uploaded the plugins zipped file to my Google Drive, that should hold up as there's no expiration date with their service.
This include is amazing.
Hey guys, the link for google drive is down again and windows defender is throwing a fit over the DLLs in the zip when I use the mega upload link. I'm assuming we just ignore the virus alert?
The
Downloads
AeroLibrary include only
Plugins only
Links are broken; could be confusing to some. - github is still fine
I installed it yesterday it was a rough one hahaha.
I downloaded it from the megafile (that site) and went to my download directory, NOT pressing cancel. After I opened the file I selected WINRAR so i could unzip the files to the plugin directory and that was about it.
Hopefully it works for you guys too.
-Skywalk
Could you mentioned line(s) that's required to use rswalker? Tried to follow guide on the original thread, but at least "RSW.Init('world.png');" was changed to give only name without extension etc. and when I try to compile with provided WorldMap (second attempt was with thread's world.png) with or without w_ClickClickmouse procedure. It just ends up using 100% of cpu (just continues going on forever, or at least +10min) without moving char and seems to keep char from logging out.
Here is a little example for you to work off:
This is the bare bones structure of RSWalker:
Simba Code:program WalkerExample;
{$DEFINE WALKER}
{$i AeroLib/AeroLib.Simba}
procedure w_ClickMouse(box:TBox; btn:Int32); override;
begin
MouseBox(box, btn); //call a click-mousefunction from the include you use
end;
var
RSW:TRSWalker; //Sets RSW to TRSWalker type.
begin
initAL; //Initiate Aerolib
RSW.Init('WorldMap'); //Initiate RSWalker Map (in this case world map)
RSW.Free(); //Free Worldmap from memory (I believe this is called when your script ends?)
end.
This is the script with a procedure that will give you your position in the world. Use this to create your path.
Simba Code:program WalkerExample;
{$DEFINE WALKER}
{$i AeroLib/AeroLib.Simba}
procedure w_ClickMouse(box:TBox; btn:Int32); override;
begin
MouseBox(box, btn); //call a click-mousefunction from the include you use
end;
var
RSW:TRSWalker; //Sets RSW to TRSWalker type.
procedure FindLocation;
begin
WriteLn(RSW._GetPos()); //Writs the position of your character in the debug box. This is its position on the loaded map.
end;
begin
initAL; //Initiate Aerolib
RSW.Init('WorldMap'); //Initiate RSWalker Map (in this case world map)
FindLocation();
RSW.Free(); //Free Worldmap from memory (I believe this is called when your script ends?)
end.
This is a procedure that will walk a predefined path (the co-ordinates I used are made up).
Simba Code:procedure w_ClickMouse(box:TBox; btn:Int32); override;
begin
MouseBox(box, btn); //call a click-mousefunction from the include you use
end;
var
RSW:TRSWalker; //Sets RSW to TRSWalker type.
procedure Walk;
begin
RSW.WalkPath([Point(1111, 1111), Point(2222, 2222), Point(3333, 3333)]);
end;
begin
initAL; //Initiate Aerolib
RSW.Init('WorldMap'); //Initiate RSWalker Map (in this case world map)
Walk();
RSW.Free(); //Free Worldmap from memory (I believe this is called when your script ends?)
end.
Hope this helps.
I added includes to that last sample, defined array as walkpath doesn't take single integers and used real points for walkpath... But still no luck. It just says successfully executed and if left into loop, it keeps client logged in (can't see it doing anything) and might have caused/contributed to ban of my previous char.
Simba Code:{$DEFINE SMART}
{$i AeroLib/AeroLib.Simba}
{$i AeroLib/core/minimap/Walker/Walker.simba}
{$i Reflection/Reflection.simba}
procedure w_ClickMouse(box:TBox; btn:Int32); override;
begin
MouseBox(box, btn); //call a click-mousefunction from the include you use
end;
var
RSW:TRSWalker; //Sets RSW to TRSWalker type.
Paath: TPointArray;
procedure Walk;
begin
Paath := [Point(3092,3243), Point(3092,3244), Point(3088,3248), Point(3082,3253), Point(3080,3262), Point(3074,3267), Point(3072,3275), Point(3064,3274), Point(3061,3265), Point(3058,3258), Point(3053,3250), Point(3050,3246), Point(3042,3245), Point(3042,3237), Point(3033,3237), Point(3028,3232), Point(3028,3224), Point(3028,3220)];
RSW.WalkPath(Paath);
end;
begin
initAL; //Initiate Aerolib
RSW.Init('WorldMap'); //Initiate RSWalker Map (in this case world map)
Walk();
RSW.Free(); //Free Worldmap from memory (I believe this is called when your script ends?)
end.
Add a boolean statement for RSW.WalkPath and see if it returns true or false.
Is the first point visible from where you are, and is your brightness turned up?
Simba Code:procedure Walk;
begin
Paath := [Point(3092,3243), Point(3092,3244), Point(3088,3248), Point(3082,3253), Point(3080,3262), Point(3074,3267), Point(3072,3275), Point(3064,3274), Point(3061,3265), Point(3058,3258), Point(3053,3250), Point(3050,3246), Point(3042,3245), Point(3042,3237), Point(3033,3237), Point(3028,3232), Point(3028,3224), Point(3028,3220)];
if RSW.WalkPath(Paath) then
WriteLn('Success');
end;
That doesn't return success and I do have maxed out brightness (including fixed size). Go ahead and try those coords out. they lead from draynor bank to the port sarim (ship to karajam npc). Even tried with adding 2 new spots as a starting point. Point(3092,3246) and Point(3093,3246), which are inside of draynor bank between the open doors. Still no luck with that boolen or walking, be it right next of tile or on top of it. I haven't changed files or anything so if you go and try that script, it won't work for you either.