Give this a try:
http://s000.tinyupload.com/index.php...21492438470853
Give this a try:
http://s000.tinyupload.com/index.php...21492438470853
Current projects:
[ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]
"I won't fall in your gravity. Open your eyes,
you're the Earth and I'm the sky..."
unfortunately, it still doesn't work.
Are there any tutorials to start with this? Or we have to figure stuff out from our own? Im used to SRL-6![]()
Current projects:
[ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]
"I won't fall in your gravity. Open your eyes,
you're the Earth and I'm the sky..."
Hey, so WorldMap.png is outdated as there is no GE in it (also no edgeville furnace), and also on Walker.Simba, setting TRSWalker.minRunEnergy to anything higher than 100 will always ignore it, I use; RSW.minRunEnergy := 999; because I don't want the walker handling my running (I want to walk the entire time). Also, walker clicks the unclickable area, bottem of the minimap.
EDIT: It also appears that the new update changed the world list.
As soon as I updated to the newest version i'm getting spammed "access violation"
If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly.
The updated map is here: http://slackworld.net/downloads/rs07_world.png
- The site is down from time to time, just try it again a lil' later if it's not accessable, ctrl+F5 is the map only loads partially.
I have been made aware. I'll have that fixed in the next release.. Meanwhile you can add a fix yourself..:
Navigate to `AeroLib > core > minimap > Walker > Walker.simba : line 208`
Change where it says `66` to `60`.
- hopefully enough, but you might have to decrease it a bit more than that.
Keep in mind that the points (in your path) must be closer together then whatever that number is (or equal to it) (so 60 give a max distance of 60 pixels), so by decresing that number your path might need to be updated if you have large steps.
Expected behavior.
Last edited by slacky; 07-11-2015 at 07:13 AM.
!No priv. messages please
Hi, currently the World-select Screen has been changed due to the tournament worlds being released, which messed up world switching just a bit since worlds were added and removed, resulting in worlds being placed in different spots within the selection screen. It would sometimes choose F2P worlds even though it was set to choose P2P worlds only. I've done my best to update it to the current World-select Screen, excuse the sloppiness
(Alternatively, you could download the edited files in the attachments)
Location of Files: C:\Simba\Includes\AeroLib\entities\player
Changes to WorldHandler.simba: rsWorldToMS, SelectWorld, RandomWorld
Changes to Login.simba: TIntegerArrays for MemWorlds and F2PWorlds
Changes to WorldHandler.simba
Changes to Login.simba
Nicely done with the map, Slacky. I've uploaded it and the new distance restriction fix for RSWalker. I've also adjusted the worldlist, all thanks to Prometheus, and made a small adjustment in chatbox text grabbing. The next time you run AL your include should auto-update.
Current projects:
[ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]
"I won't fall in your gravity. Open your eyes,
you're the Earth and I'm the sky..."
The update doesn't seem to be working for me. I keep getting
[AL] Initiating AeroLib...
[AL] Checking version...
[AL] There's a minor update available for AeroLib.
[AL] Updating AeroLib...
[AL] Successfully updated AeroLib, please restart the script.
[09:00:02:117] [] [Status] All cached references free'd from memory
Successfully executed.
I restart the script and it keeps saying it needs to update. I closed out simba, and restarted my computer and it hasn't fixed it. Any ideas? The script I'm using is ineedbot's AIO Fisher if that helps at all.
I forgot to change back the updater, it still acts developmental. I'll update it quick on GitHub, so either download & install it again manually (for the last time hopefully) or change line 96 of AeroLib.simba to this:
Simba Code:RenameFile(IncludePath + RepoName + '-master', IncludePath + RepoName);
Can't believe I forgot to change that back, that's what happens when you're rushed...![]()
Current projects:
[ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]
"I won't fall in your gravity. Open your eyes,
you're the Earth and I'm the sky..."
Thanks for the quick fix Flight!
Having the same problem as him, keeps repeating that. I changed line 96 of aerolib.simba but I am still getting the error, going to manually updating and see if that fixes the problem. (edit: manually updating fixes the problem)
Thanks for the quick fixes guys.
Edited: Went ahead and redownloaded everything on page 1, no longer getting the updating error. Thanks Flight and Prometheus
Last edited by captainblast; 07-11-2015 at 07:53 PM. Reason: Fixed the error
I just got the latest aerolib from github and installed it again manually, but now I'm getting this error on most of my scripts
[AL] Initiating AeroLib...
[AL] Checking version...
[AL] Currently up to date.
[AL] Loaded 2 MSObjects.
[AL] Best world found: 10
[AL] Loading SMART: World 10
[AL] Startup complete!
[15:16:46:723] [Reflection] [Status] Successfully setup!
[15:16:46:728] [Reflection] [Fatal] is not active.
[15:16:46:736] [Reflection] [Status] All cached references free'd from memory
Successfully executed.
Went back to the old version for now until I can figure out what's causing it
Fixed changed Action:
Also recommend to change the Retrys from 'Invalid Username / Password' to 5 instead of 0, some people have a small lagg spike which will result into 1-2 failing logins. :PCode:1664: Actions := ['Members world', 0, 5, 'Switch'];
-Rare
Keeps saying that there is a minor update and keeps updating each time. I've tried doing that line 96 fix, and manually updating with the github version, and nothing works.Please help.
[AL] Initiating AeroLib...
[AL] Checking version...
[AL] There's a minor update available for AeroLib.
[AL] Updating AeroLib...
[AL] Successfully updated AeroLib, please restart the script.
[02:33:00:170] [] [Status] All cached references free'd from memory
Successfully executed.
I keep getting this message even after changing line 96, manually reinstalling aerolib and plugins, and restarting the script, but keep getting the same error. Someone please help, thank you![]()
Last edited by darkl0rd13oy; 07-14-2015 at 07:54 AM.
Current projects:
[ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]
"I won't fall in your gravity. Open your eyes,
you're the Earth and I'm the sky..."
keeps giving me thisalso does this with other scripts, what did i do wrong?Exception in Script: Unable to find file 'AeroLib/AeroLib.Simba' used from 'C:\Simba\Scripts\HoodzFletcher V2.simba'
noob question ?if move mouse to point?100?100??and click mouse left:
HumanMMouse(100,100,5,5);
fastclick(mouse_left);
is it right?and how to know the fuction about moving mouse?
Hello everyone,
I've been having this problem quite often lately and was told to come here for some extra help. Rare Scripts has been helping me through most of it but he's very busy, as well as Fitta.
All these problems seem to happen with my scripts that hop worlds a lot, so it might have something to do with that but it's quite annoying knowing that I can't run a script for more than an hour without me having to restart it. Everyone of these problems that I'm posting below, stops the script completely.
#1 :
Just sits in the log-in screen not doing anything. This is the debug (image) : Attachment 26454
It might be due to the PvP worlds that give the option "Are you sure you wanna login?, etc." and it bugs the client out.
#2 : I'll come back to the client looking like this: Attachment 26455 then it'll shut bot down. Not sure how it gets like this either. I've tried watching but I notice nothing that triggers it.
#3 : I'll get the errors: "Too many connections from this address" or "Try again in a few minutes" or attempting to login to a f2p world when its in a p2p area. Those 3 shut down my bot as well.
So my question is, does anyone know whats going on with all of this? Is there a way to get failsafes for logins?
Thanks in advance.
after updating my aerolib i keep getting Error: Access violation now.
If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly.
There are currently 1 users browsing this thread. (0 members and 1 guests)