PDA

View Full Version : [REFLECTION] Air Runcrafter 2.0 5/20/14



jman1208
03-27-2013, 05:15 AM
http://i.imgur.com/A82uL0F.pngJman1208's Air Runecrafterhttp://i.imgur.com/A82uL0F.png

Version 2.0
(Updated 5/20/14)



Requirements:
PUT PURE ESSENCE IN THE FIRST SLOT OF THE BANK
AIR TIARA No Talisman Support
OSR Include
Start in Falador East Bank





Features:
Reflection Walking/Interactions
Proggy
OSR INCLUDE
SMART8.3




Bugs:


None right now, please post if any are found



To do:

Make Faster
Better Antiban and Randomization
Better Failsafes




My Goal:
Next project will be either a Law runner or Plank maker


Changelog:
3/26/13 - Initial Release
3/27/13 1.56
- Stability Changes can run longer
- Changed the structure of the code runs smoother
- Fixed a few bugs
- Added some failsafes if we get stuck
- Cleaned Up the Code Thanks to Revon! <3
4/9/13 1.6
- Different walking method
- Changed a few things
5/1/13 1.7(coming soon)
- Fixed some bugs (re-clicking inside bank, getting stuck in loops)
- More randomness in clicking
- A bit faster
- Finds Bank and altars faster
- Changed SpS path
5/19/14
-Deleted all SpS updated walking using reflection
-Rewrote and cleaned / updated code with reflection



Proggies:

You have been Running for a total of 38 Minutes and 14 Seconds
You made 15 Runs
You made 420 air runes
You are making 23 Runs per hour!
You are making 635 Air Runes Per Hour!

You have been Running for a total of 1 Hours, 9 Minutes and 19 Seconds
You made 23 Runs
You made 644 air runes
You are making 19 Runs per hour!
You are making 537 Air Runes Per Hour!

You have been Running for a total of 1 Hours, 10 Minutes and 52 Seconds
You made 22 Runs
You made 616 air runes
You are making 18 Runs per hour!
You are making 502 Air Runes Per Hour!

You have been Running for a total of 3 Hours, 14 Minutes and 24 Seconds
You made 73 Runs
You made 2044 air runes
You are making 22 Runs per hour!
You are making 608 Air Runes Per Hour!


Credits: Nebula- some functions in his script thanks you <3

Metroidprim1
03-27-2013, 06:03 AM
Is this using the official OSR include?

jman1208
03-27-2013, 07:48 PM
Version 1.5 will be out soon! improved stability!

revon
03-27-2013, 11:15 PM
It walks perfectly from East Bank to the altar, then crashes on line 84 (this line):


if findDTMRotatedSE(DTM, x, y, MMX1, MMY1, MMX2, MMY2, - pi() / 4, pi() / 4, pi() / 64, angle) then

Here's the actual error:


Error: Exception: The given DTM Index[2] doesn't exist at line 84

I looked through the code and it looks like you don't have support for using a talisman (I could be wrong). I don't have an air tiara so that may have caused some problems. You've got a great start on this script though, keep it up! :)

I would also suggest formatting the script. If you have the Parser extension (formatter.sex) enabled, you can use the menu item "Parser -> Format Script" to automatically format your script. It fixes indentation and spacing. However, check the code afterwards to see if it removed any comments or desirable spacing. It seemed to totally remove the top comment when I ran it.

jman1208
03-27-2013, 11:52 PM
It walks perfectly from East Bank to the altar, then crashes on line 84 (this line):


if findDTMRotatedSE(DTM, x, y, MMX1, MMY1, MMX2, MMY2, - pi() / 4, pi() / 4, pi() / 64, angle) then

Here's the actual error:


Error: Exception: The given DTM Index[2] doesn't exist at line 84

I looked through the code and it looks like you don't have support for using a talisman (I could be wrong). I don't have an air tiara so that may have caused some problems. You've got a great start on this script though, keep it up! :)

I would also suggest formatting the script. If you have the Parser extension (formatter.sex) enabled, you can use the menu item "Parser -> Format Script" to automatically format your script. It fixes indentation and spacing. However, check the code afterwards to see if it removed any comments or desirable spacing. It seemed to totally remove the top comment when I ran it.

I called for the DTM's to be freed before they were used im uploading a new version right now.

EDIT: Wow i didnt know about the parser!! I've got the script to run pretty good right now, the only problem some people may have is the color inside of the altar place changes frequently(and wont allow runes to be made) I will come up with a fix for that otherwise its going good.

I appreciate the comment thank you!!!

drics07
03-28-2013, 01:46 AM
I get this error..Exception in Script: Unable to find file 'SPS/sps-osr.simba' used from 'C:\Users\Isaac\AppData\Local\Temp\AirRunner 1.56.Simba'

drics07
03-28-2013, 02:10 AM
I get this error..Exception in Script: Unable to find file 'SPS/sps-osr.simba' used from 'C:\Users\Isaac\AppData\Local\Temp\AirRunner 1.56.Simba'

kidnappings
03-28-2013, 04:05 AM
link to the sps/sps-osr? i didnt see it in hobbits git

fresco
03-28-2013, 04:43 AM
http://94-23-148-96.ovh.net/forum/showthread.php?p=1192220
Nice debug messages

kidnappings
03-28-2013, 05:00 AM
had to delete some sps lines you had in and it works now. but it is slow XD
doesnt bank haha

kidnappings
03-28-2013, 05:01 AM
i found that when i typed it in google. but thanks anyways (:

jman1208
03-28-2013, 05:11 AM
Post any errors here! I will do my best to fix asap

kidnappings
03-28-2013, 04:47 PM
The following DTMs were not freed: [2, 3]
[Hint] C:\Simba\Includes\SPS/sps-osr.simba(480:3): Variable 'Z' never used at line 479
[Hint] C:\Simba\Includes\SPS/sps-osr.simba(482:3): Variable 'DEGREEFIX' never used at line 481
[Hint] C:\Simba\Includes\SPS/sps-osr.simba(483:3): Variable 'FINDPOINT' never used at line 482
[Hint] C:\Users\sam\Downloads\AirRunner 1.56.Simba(223:10): Variable 'Result' never used at line 222
[Hint] C:\Users\sam\Downloads\AirRunner 1.56.Simba(265:10): Variable 'Result' never used at line 264
[Hint] C:\Users\sam\Downloads\AirRunner 1.56.Simba(302:10): Variable 'Result' never used at line 301
[Hint] C:\Users\sam\Downloads\AirRunner 1.56.Simba(360:10): Variable 'Result' never used at line 359
Compiled successfully in 313 ms.
SRL Compiled in 0 msec
Paired with SMART[11060]
SPS returns -1,-1
No
GoToBankInProcess
Were not in bank, Trying something else
No
GoToBankInProcess
Were in the bank bitches
OpenBank
bank is open
No
Gotoaltar
Were in the bank
No
Gotoaltar


basically it sits in the bank and doesnt bank at times. when it does back it hovers over the ess and does nothing else. the walking is rare for me too. if you need anything else to help you with just lemme know.

Zeek
03-28-2013, 05:54 PM
Has trouble clicking the essence when it tries to withdraw. Walks there fine, but won't click on the ess.

revon
03-28-2013, 09:37 PM
I had no troubles withdrawing or depositing. However, the script often gets out of step. I found it trying to open the bank from Falador Park, trying to walk to the altar while it was right next to it, and trying to enter the altar when it was inside the altar. Sometimes it gives up trying to find the altar after hovering over all the other rocks. Also, there are unusually long pauses in between actions, making it look bot-like.

I did witness a few perfect runs though! :) Keep up the good work. Maybe restructure the script's main loop to improve its ability to figure out where it is and what to do?

Stanger
03-29-2013, 11:38 AM
You should take a look at this link;)
http://villavu.com/forum/showthread.php?t=78418

mayhs98
03-29-2013, 03:32 PM
It does not eat. I was on 13hp, did not eat my lobster. Attacking is slow as well.

Ian
03-29-2013, 03:45 PM
It does not eat. I was on 13hp, did not eat my lobster. Attacking is slow as well.

Uhm... Why would it eat? It's an air rune crafter :)

D3th
03-30-2013, 09:54 PM
Works perfectly until it has to withdraw the ess, it just sits there and does nothing.

jman1208
03-31-2013, 12:12 AM
Working in a new version should be out soon. I'm still testing

kingsattack
03-31-2013, 02:33 AM
when it enters alter and don't craft. on top of script says change the color of brown? what brown? the brown around the portal?

also i noticed sometimes it will think its in the bank and get stuck in the OpenBank loop. it will search for bank counter and spam OpenBank status over and over

i know nothing of coding but would it be possible to build one of them colored frames on alter for it to click

i was also wondering if players are aloud to edit Runescape graphics for custom colors

kingsattack
03-31-2013, 03:36 AM
Works perfectly until it has to withdraw the ess, it just sits there and does nothing.

make sure you have pure essence in top left corner because the other essence don't work

also seems to be a ram hog guys so when it starts acting funky on you just reboot and prolly dont run to much stuff at once on pc until the code is flawless

================================================== =======================================

for some reason i notice it gets stuck where it is currently standing most of the times that it gets stuck going to alter and rarely in the corner marked on radar

for some reason it can't find its way for this spot. just says Gointoalter No Goingtoalter No over and over

http://i4.photobucket.com/albums/y103/lostowl/a07edd23-c573-4f09-9c9c-7afaf9f07575_zps3754fc9e.jpg

kingsattack
03-31-2013, 03:51 AM
i don't like double posts but wow

i just noticed after it clicked bank symbol and was walking into bank

in bot status box it spammed Openbank 270 times until toon was stopped inside bank

djmargus
03-31-2013, 12:36 PM
very buggy :S its stuck everiwhere!

jman1208
03-31-2013, 05:40 PM
It works good for me, although I did make it and its from my computer, it is hard to make a color based script universal. BUT nevertheless I am still perfecting it! I'm out there using it a lot too working for that 54 runecrafting then off to law runes!

zbrank789
04-01-2013, 01:09 PM
Useless script.

Kendog92
04-02-2013, 06:16 AM
The following DTMs were not freed: [2, 3]
[Hint] C:\Simba\Includes\SPS/sps-osr.simba(480:3): Variable 'Z' never used at line 479
[Hint] C:\Simba\Includes\SPS/sps-osr.simba(482:3): Variable 'DEGREEFIX' never used at line 481
[Hint] C:\Simba\Includes\SPS/sps-osr.simba(483:3): Variable 'FINDPOINT' never used at line 482
[Hint] C:\Users\sam\Downloads\AirRunner 1.56.Simba(223:10): Variable 'Result' never used at line 222
[Hint] C:\Users\sam\Downloads\AirRunner 1.56.Simba(265:10): Variable 'Result' never used at line 264
[Hint] C:\Users\sam\Downloads\AirRunner 1.56.Simba(302:10): Variable 'Result' never used at line 301
[Hint] C:\Users\sam\Downloads\AirRunner 1.56.Simba(360:10): Variable 'Result' never used at line 359
Compiled successfully in 313 ms.
SRL Compiled in 0 msec
Paired with SMART[11060]
SPS returns -1,-1
No
GoToBankInProcess
Were not in bank, Trying something else
No
GoToBankInProcess
Were in the bank bitches
OpenBank
bank is open
No
Gotoaltar
Were in the bank
No
Gotoaltar



All it does is sits in the bank and doesnt bank at times. when it does back it hovers over the ess and does nothing else. the walking always gets lost or doesnt move anywhere. Can anyone please help me?

nickthehawk
04-02-2013, 09:49 PM
I keep getting Exception in Script: Unable to find file 'SPS/sps-osr.simba' used from 'C:\Simba\Scripts\AirRunner 1.56.Simba' , I've installed SRL-OSR and removed the master at the end, got the fonts and SPR-OSR all in includes folder (except fonts are in the fonts folder obv.) PLEASE HELP!! (I do have an SRL-OSR folder and an SRL folder in includes, are both needed?)

koo29
04-02-2013, 11:33 PM
Might try to get 44 RC on one of my accounts so I'm ready for nature bot when it's released

ibad18
04-03-2013, 08:09 AM
help this script doesnt bank and keeps getting stuck on path!

Jammycaliber
04-03-2013, 11:06 AM
Useless script.

|-------------------------------------------------------------|
You have been Running for a total of 1 Hours, 9 Minutes and 19 Seconds
You made 23 Runs
You made 644 air runes
You are making 19 Runs per hour!
You are making 537 Air Runes Per Hour!
|-------------------------------------------------------------|

It's not fast, but it's definitely not useless.

jeweetettochh
04-03-2013, 05:49 PM
|-------------------------------------------------------------|
You have been Running for a total of 1 Hours, 9 Minutes and 19 Seconds
You made 23 Runs
You made 644 air runes
You are making 19 Runs per hour!
You are making 537 Air Runes Per Hour!
|-------------------------------------------------------------|

It's not fast, but it's definitely not useless.


Uhm.. it actually IS useless. i dont even get this script to walk away from bank.! Im just standing there with a full inv of ess and i will get the message :

SPS_GetArea ERROR: Exception: Error while reading stream: File "C:\Simba\Includes\SPS\img\runescape_surface07\8_7. png" does not exist
SPS_MergeAreas ERROR: Exception: You are accessing an invalid point, (0,0) at bitmap[3]
Error: Exception: Access violation at line 398
The following DTMs were not freed: [SRL - Lamp bitmap, SRL - Book of Knowledge, 2, 3]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Minimap Mask bitmap, 4, 7]

goatman44
04-03-2013, 06:57 PM
Uhm.. it actually IS useless. i dont even get this script to walk away from bank.! Im just standing there with a full inv of ess and i will get the message :

SPS_GetArea ERROR: Exception: Error while reading stream: File "C:\Simba\Includes\SPS\img\runescape_surface07\8_7. png" does not exist
SPS_MergeAreas ERROR: Exception: You are accessing an invalid point, (0,0) at bitmap[3]
Error: Exception: Access violation at line 398
The following DTMs were not freed: [SRL - Lamp bitmap, SRL - Book of Knowledge, 2, 3]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Minimap Mask bitmap, 4, 7]

First off loose the attitude. Why don't you try reading some 07 setup guides because it looks like you are missing a include.

jeweetettochh
04-03-2013, 07:26 PM
First off loose the attitude. Why don't you try reading some 07 setup guides because it looks like you are missing a include.

lmao, what attitude? And yes i have installed everything needed to run simba for 07 properly, i just found out that there was a runescape_surface07 map INSIDE the runescape_surface07 map.. here is what it looked like C:\Simba\Includes\SPS\IMG\runescape_surface07\rune scape_surface07\
i deleted the extra runescape_surface07 map and placed the images where they belong. It should be working now although i didnt test it on the air runner yet, i did have the same problem with ineedbots fishing guild fisher and his aio woodcutter but they seem to be fixed now so i guess this aircrafter script would work aswell, i will test it later on tonight :)

EDIT: I just started running the script and it looks pretty good, its slow at times but atleast i finally got it to work for me :P Props to jman1208 for this amazing script!

kreut
04-03-2013, 09:54 PM
I had the same problem as KenDog92 on post #27 (http://villavu.com/forum/usertag.php?do=list&action=hash&hash=27) above. I figured it out. Go to where it says:

"if (IsUpTextMultiCustom(['essence', 'ure'])) then"

and change to:

"if (IsUpTextMultiCustom(['essence', 'une'])) then"

KookosPahkina
04-08-2013, 08:04 AM
http://i47.tinypic.com/103zebp.png
http://i45.tinypic.com/23myj4.png
Keeps just doin' this shit
EDIT:
I saw kreut's post and it's working now.
EDIT ONCE AGAIN:
i did what kreut said but it only worked once..

jman1208
04-09-2013, 05:13 PM
Updated 1.6 enjoy!

Kendog92
04-10-2013, 04:58 AM
Exception in Script: Unable to find file 'SRL-OSR/SRL.Simba' used from 'C:\Simba\Scripts\Air Runner1.6.simba'

Dumby1
04-10-2013, 12:05 PM
Bot is not doing anything lol. Takes pure ess from bank, closes the bank, turns "run" on and thats it. Its not walking or anything.

jman1208
04-10-2013, 12:54 PM
Exception in Script: Unable to find file 'SRL-OSR/SRL.Simba' used from 'C:\Simba\Scripts\Air Runner1.6.simba'
YOu need to get OSR include

Bot is not doing anything lol. Takes pure ess from bank, closes the bank, turns "run" on and thats it. Its not walking or anything.

Works for me every time. I don't know what your problem is

RiD Bower
04-10-2013, 11:05 PM
[Error] C:\Simba\Scripts\Air Runner1.6.simba(503:2): Invalid number of parameters at line 502
Compiling failed.

http://s18.postimg.org/g5ypb2sxh/help.jpg (http://postimg.org/image/g5ypb2sxh/)

help? :cartman:

rj
04-10-2013, 11:10 PM
[Error] C:\Simba\Scripts\Air Runner1.6.simba(503:2): Invalid number of parameters at line 502
Compiling failed.

http://s18.postimg.org/g5ypb2sxh/help.jpg (http://postimg.org/image/g5ypb2sxh/)

help? :cartman:

Re Download the script you delete a little bit of code on the line above by accident

RiD Bower
04-10-2013, 11:25 PM
Cheers for the response. Re-downloaded and problem still occurs.

- Bower

rj
04-11-2013, 12:43 AM
Cheers for the response. Re-downloaded and problem still occurs.

- Bower

:o I'm not at a computer ATM so i can't mess around with the script sorry

Sjoe
04-11-2013, 01:26 AM
Cheers for the response. Re-downloaded and problem still occurs.

- Bower

Compiles for me, re-download SRL-OSR of github.

adrian38
04-12-2013, 04:09 AM
Exception in Script: Unable to find file 'SPS/sps-osr.simba' used from 'C:\Users\bot\Downloads\Air Runner1.6.simba'
how do i fix this

djmargus
04-12-2013, 03:44 PM
this is crapp !!!! NEED UPDATE!

djm995
04-12-2013, 04:20 PM
Exception in Script: Unable to find file 'SPS/sps-osr.simba' used from 'C:\Users\bot\Downloads\Air Runner1.6.simba'
how do i fix this

download SPS/OSR...
heres the link: http://villavu.com/forum/showthread.php?t=98324
if you have any other problems they should be in here: http://villavu.com/forum/showthread.php?t=99992
look through that guide and if you follow the instructions right, you won't have a problem :)

jman1208
04-13-2013, 11:26 PM
Thanks for the assistance, I added a 3 hour proggy. Im at 45 runecrafting almost 54 then i will make a law crafter!

pcelite11
04-14-2013, 07:11 AM
[Error] C:\Simba\Scripts\Air Runner1.6.simba(503:2): Invalid number of parameters at line 502
Compiling failed.

http://s18.postimg.org/g5ypb2sxh/help.jpg (http://postimg.org/image/g5ypb2sxh/)

help? :cartman:

Yeah im also getting this error. Anyone help? all other scripts work fine that use OSR. And i tried redownloading

MaetNameno
04-14-2013, 07:41 AM
this is crapp !!!! NEED UPDATE!

If you think it is crap how about you recode it to how you like it to run? People need some attitude changes, these people write these scripts for free and are nice enough to let others use it. Don't like the script? Don't use it or post your problems, saying that it is crap and needs updating is useless and won't get anything fixed. This script run perfectly fine for me, if it doesn't for you then it's a problem on your end more than likely.

djmargus
04-14-2013, 04:56 PM
interesting !? how its run perfect ???? Its caant find bank and nothing, always stucks ands stays on the same spot like 15-minutes...

Ian
04-14-2013, 05:01 PM
interesting !? how its run perfect ???? Its caant find bank and nothing, always stucks ands stays on the same spot like 15-minutes...

Like he said, the script is open source so if it doesn't work then fix it to make it work. Don't want to fix it? Stop whining, use proper grammar and spelling, and tell the scripter what the problem is in a polite and coherent manner.

jman1208
04-14-2013, 07:33 PM
interesting !? how its run perfect ???? Its caant find bank and nothing, always stucks ands stays on the same spot like 15-minutes...

Works perfectly for me, i've had it run for over three hours without a hitch. Check your brightness and stop spamming my thread.

djmargus
04-14-2013, 07:48 PM
can u upload fixed version please ``?

duocek
04-14-2013, 09:07 PM
Hey, hows your current runecrafting progress looking? I am looking forward to your law runner ;) I am a noob but I acknowledge it and will wait until/if you are kind enough to share your law running script.

Byttor
04-15-2013, 05:41 AM
SPS_GetArea ERROR: Exception: Error while reading stream: File "C:\Simba2\Includes\SPS\img\runescape_surface07\8_7 .png" does not exist
SPS_MergeAreas ERROR: Exception: You are accessing an invalid point, (0,0) at bitmap[3]
Error: Exception: Access violation at line 398
The following DTMs were not freed: [0, 1, SRL - Lamp bitmap, SRL - Book of Knowledge]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Minimap Mask bitmap, 4, 5]

Byttor
04-15-2013, 06:04 AM
it crafts runes but wont run to or from the bank :/ might have setup wrong but dont think so

jman1208
04-15-2013, 08:40 AM
it crafts runes but wont run to or from the bank :/ might have setup wrong but dont think so

Judging from your previous two posts, you don't have the most up to date sps. I posted a link on the main thread of what you need to get in order for the script to work.

Byttor
04-15-2013, 06:39 PM
Judging from your previous two posts, you don't have the most up to date sps. I posted a link on the main thread of what you need to get in order for the script to work.

thank you got the help works now

itsblown
04-15-2013, 11:29 PM
I was skeptical of running this at first due to all the complaints on here of it not working, but after running it im convinced they're all noobies who didnt install it correctly. It works brilliantly for me, thank you for sharing. Do have one question though, did you put in a intentional delay in the walking. It seems to take 10 or so seconds before its next click on the minimap

bigbaddrag
04-16-2013, 12:59 AM
Hi, I would like to use this script, but when I try to run it, I get this error message

[Error] C:\Simba\Scripts\Air Runner1.6.simba(503:2): Invalid number of parameters at line 502

this is the area it goes to when it shows the error message
20724


Since I know pretty much nothing about the code simba scripts use, I don't know what the error means or what to do about it, so any help would be appreciated.

jman1208
04-16-2013, 02:46 AM
I was skeptical of running this at first due to all the complaints on here of it not working, but after running it im convinced they're all noobies who didnt install it correctly. It works brilliantly for me, thank you for sharing. Do have one question though, did you put in a intentional delay in the walking. It seems to take 10 or so seconds before its next click on the minimap

No it's just how SPS works unfortunately


Hi, I would like to use this script, but when I try to run it, I get this error message

[Error] C:\Simba\Scripts\Air Runner1.6.simba(503:2): Invalid number of parameters at line 502

this is the area it goes to when it shows the error message
20724


Since I know pretty much nothing about the code simba scripts use, I don't know what the error means or what to do about it, so any help would be appreciated.

I'm not sure why its giving you that error, just delete that line and it should work.

itsblown
04-16-2013, 03:03 AM
just went for 2 hours and 10 minutes! It was eventually stuck in the altar and wouldnt craft :(. this actualy inspired me to attempt to work on a law crafter. Looked up a tut on SPS but It always miss clicks going from draynor bank to the boat

jman1208
04-16-2013, 03:26 AM
just went for 2 hours and 10 minutes! It was eventually stuck in the altar and wouldnt craft :(. this actualy inspired me to attempt to work on a law crafter. Looked up a tut on SPS but It always miss clicks going from draynor bank to the boat

It got stuck because the color changed. It does that sometimes, the color completely changes inside the altar on the minimap.

bigbaddrag
04-16-2013, 05:50 AM
I'm not sure why its giving you that error, just delete that line and it should work.

now I'm really confused, I deleted the line that was highlighted in orange, and when I tried to run it again, the line right after the one I deleted got highlighted and it gives me the same error about invalid number of parameters.

it kept doing that until I got to the end of the script, at which point it still gave me the same error, but with a line number way past the end of the script

itsblown
04-16-2013, 06:09 PM
now I'm really confused, I deleted the line that was highlighted in orange, and when I tried to run it again, the line right after the one I deleted got highlighted and it gives me the same error about invalid number of parameters.

it kept doing that until I got to the end of the script, at which point it still gave me the same error, but with a line number way past the end of the script
end should have a period after it. I have no idea what the original error was but from the sounds of what your describing somewhere in the script a period wasnt placed after the final end.

bigbaddrag
04-16-2013, 07:56 PM
end should have a period after it. I have no idea what the original error was but from the sounds of what your describing somewhere in the script a period wasnt placed after the final end.

If you mean the the end on the last line of the script should have a period, then that's not the problem for me, because it does have a period

djm995
04-18-2013, 09:32 AM
No it's just how SPS works unfortunately



I'm not sure why its giving you that error, just delete that line and it should work.

Yeh i'm getting the same error..
[Hint] C:\Users\Dylan\Downloads\Air Runner1.6.simba(273:10): Variable 'Result' never used at line 272
[Hint] C:\Users\Dylan\Downloads\Air Runner1.6.simba(315:10): Variable 'Result' never used at line 314
[Hint] C:\Users\Dylan\Downloads\Air Runner1.6.simba(352:10): Variable 'Result' never used at line 351
[Hint] C:\Users\Dylan\Downloads\Air Runner1.6.simba(411:10): Variable 'Result' never used at line 410
[Error] C:\Users\Dylan\Downloads\Air Runner1.6.simba(503:2): Invalid number of parameters at line 502

any help would be much appreciated :)

jbird_justin
04-21-2013, 12:46 PM
How do you change the color in the script?

tbull2
04-22-2013, 12:34 AM
just a suggestion or maybe someone can help me to where i can adjust it myself, but can you make it to where it uses regular essence instead of pure, being a low miner i could only mine regular essence atm and would like to use them up, so if you could change it or if someone could tell me how to change it from pure to regular that would be great. thanks!

jbird_justin
04-22-2013, 02:00 AM
[Error] C:\Simba\Scripts\Air Runner1.6.simba(503:2): Invalid number of parameters at line 502
Compiling failed.
It says "Antiban;" on line 502
It doesn't even let me start the script because of this error.

LynxS
04-23-2013, 09:28 AM
Could you please link me the tutorial for the path walking as i'd like to have a shot at making this faster and for different altars.

shwobo
04-24-2013, 08:30 PM
did you even test this script before publishing it?


[Hint] C:\Simba\Includes\SPS/sps-osr.simba(480:3): Variable 'Z' never used at line 479
[Hint] C:\Simba\Includes\SPS/sps-osr.simba(482:3): Variable 'DEGREEFIX' never used at line 481
[Hint] C:\Simba\Includes\SPS/sps-osr.simba(483:3): Variable 'FINDPOINT' never used at line 482
[Hint] C:\Users\Ingensin\Downloads\Air Runner1.6.simba(273:10): Variable 'Result' never used at line 272
[Hint] C:\Users\Ingensin\Downloads\Air Runner1.6.simba(315:10): Variable 'Result' never used at line 314
[Hint] C:\Users\Ingensin\Downloads\Air Runner1.6.simba(352:10): Variable 'Result' never used at line 351
[Hint] C:\Users\Ingensin\Downloads\Air Runner1.6.simba(411:10): Variable 'Result' never used at line 410
[Error] C:\Users\Ingensin\Downloads\Air Runner1.6.simba(503:2): Invalid number of parameters at line 502
Compiling failed.

KamaKozzi
04-25-2013, 01:08 AM
i keep getting this but ive tried all the known solutions on here any suggestions? "Exception in Script: Unable to find file 'SRL-OSR/SRL.Simba' used from 'C:\Simba\Scripts\Air Runner1.6.simba'"
Edit: i have fixed the first error but now all i get is the invalid number of parameters at line 502

jman1208
04-25-2013, 03:57 PM
did you even test this script before publishing it?


[Hint] C:\Simba\Includes\SPS/sps-osr.simba(480:3): Variable 'Z' never used at line 479
[Hint] C:\Simba\Includes\SPS/sps-osr.simba(482:3): Variable 'DEGREEFIX' never used at line 481
[Hint] C:\Simba\Includes\SPS/sps-osr.simba(483:3): Variable 'FINDPOINT' never used at line 482
[Hint] C:\Users\Ingensin\Downloads\Air Runner1.6.simba(273:10): Variable 'Result' never used at line 272
[Hint] C:\Users\Ingensin\Downloads\Air Runner1.6.simba(315:10): Variable 'Result' never used at line 314
[Hint] C:\Users\Ingensin\Downloads\Air Runner1.6.simba(352:10): Variable 'Result' never used at line 351
[Hint] C:\Users\Ingensin\Downloads\Air Runner1.6.simba(411:10): Variable 'Result' never used at line 410
[Error] C:\Users\Ingensin\Downloads\Air Runner1.6.simba(503:2): Invalid number of parameters at line 502
Compiling failed.


i keep getting this but ive tried all the known solutions on here any suggestions? "Exception in Script: Unable to find file 'SRL-OSR/SRL.Simba' used from 'C:\Simba\Scripts\Air Runner1.6.simba'"
Edit: i have fixed the first error but now all i get is the invalid number of parameters at line 502

How about not spam my topic? The script works well. If you look carefully at requirements you don't have OSR include.

shwobo
04-25-2013, 05:34 PM
How about not spam my topic? The script works well. If you look carefully at requirements you don't have OSR include.

You mean the SRL-OSR folder in the Includes folder? I DO HAVE THAT YES

KamaKozzi
04-25-2013, 08:57 PM
i fixed it and supplied an edit to it sorry for that... but it still does "Air Runner1.6.simba(503:2): Invalid number of parameters at line 502"? ive searched but i dont know how to fix it :/

Rodelol
04-26-2013, 03:29 PM
Fixed

[Error] C:\Users\Ingensin\Downloads\Air Runner1.6.simba(503:2): Invalid number of parameters at line 502
By deleting the line

_FindAllrandoms(true)

TinyLimes
04-27-2013, 04:34 AM
I know this isn't the request section but, I was hoping I could ask you to make one for crafting earth runes from east varrock bank to the earth altar, or from the duel arena bank to the fire altar in Al-Kharid. It'd be very convenient for leveling. Please consider this. Thank you.:)

Fluppie
04-27-2013, 05:27 PM
Doesn't support regular rune essence?

KamaKozzi
04-27-2013, 05:56 PM
Didnt mean to be a bother, but thank you guys script works perfectly now cheers.

PattyCakes
04-27-2013, 06:41 PM
Why do you start at fally east? thats no where near the air altar...

Pur3 kiwi
04-29-2013, 09:07 AM
Getting this

The following DTMs were not freed: [0, 1, SRL - Lamp bitmap, SRL - Book of Knowledge]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Minimap Mask bitmap, 3, 5, 6]

Help please? Just give me steps what to do. Not some confusing shit.

NKN
04-29-2013, 11:26 PM
Hope to try this out after botwatch

Really?

You've posted on almost 7 threads with the EXACT same message.

Stop spamming.

jman1208
05-03-2013, 02:21 AM
Out of school, will be working on script some more. Once i get to 54 RC i will make a Law runecrafter :) 5 more levels to go!

l6bustank
05-04-2013, 09:56 PM
all-in-all its a working script, but the finder functions... they need work...

I think you can find the crafting altar by making camera angle high+north then finding the portal (looks quite a unique color) and then moving mouse to a box relative to portal coordinates and using uptext.

jman1208
05-05-2013, 01:00 AM
all-in-all its a working script, but the finder functions... they need work...

I think you can find the crafting altar by making camera angle high+north then finding the portal (looks quite a unique color) and then moving mouse to a box relative to portal coordinates and using uptext.

Yes i know they need work. The new version I am updating the walking path and some object finding.

genx2g
05-05-2013, 05:54 AM
Exception in Script: Unable to find file 'SPS/sps-osr.simba'

kerusia
05-05-2013, 07:34 PM
Exception in Script: Unable to find file 'SPS/sps-osr.simba'

Go watch the how to set up Simba videos again.

jman1208
05-05-2013, 08:02 PM
Go watch the how to set up Simba videos again.

Thank you. I will be updating again shortly, fixed a banking bug and a walking bug.

jman1208
05-06-2013, 07:13 PM
54 Runecrafting achieved! I need to purchase a law tiara! if someone is willing to sell please let me know!

bigblacknerd
05-15-2013, 07:01 AM
lmao, what attitude? And yes i have installed everything needed to run simba for 07 properly, i just found out that there was a runescape_surface07 map INSIDE the runescape_surface07 map.. here is what it looked like C:\Simba\Includes\SPS\IMG\runescape_surface07\rune scape_surface07\
i deleted the extra runescape_surface07 map and placed the images where they belong. It should be working now although i didnt test it on the air runner yet, i did have the same problem with ineedbots fishing guild fisher and his aio woodcutter but they seem to be fixed now so i guess this aircrafter script would work aswell, i will test it later on tonight :)

EDIT: I just started running the script and it looks pretty good, its slow at times but atleast i finally got it to work for me :P Props to jman1208 for this amazing script!

Your such a moron...

bungmylung
06-01-2013, 04:55 PM
Some bugs i've noticed:

Doesn't exit the bank
Randomly stops moving (sometimes adjusting the camera angle fixes this, or disabling smart and running a few blocks, then turning it back on)
Continuously attempts to exit the altar, even after exiting (assuming because it thought the path was the altar due to them being similar colors)
Can't find a bank booth for up to several minutes
Clicks outside the bank while trying to find a bank booth
Tries to enter altar while near Falador gates and yew tree
Thinks certain dropped items are the altar (coal, etc)
Thinks some ruins around the altar are the altar

Peanuts
06-01-2013, 05:12 PM
Your such a moron...

You're*** :D



54 Runecrafting achieved! I need to purchase a law tiara! if someone is willing to sell please let me know!



I've never done runecrafting before, keen to try your script out man... I'll let you know how I go...
Do you still need a law tiara? I have plenty of cash and am always willing to help out a scripter

jman1208
06-01-2013, 11:35 PM
You're*** :D






I've never done runecrafting before, keen to try your script out man... I'll let you know how I go...
Do you still need a law tiara? I have plenty of cash and am always willing to help out a scripter

Thanks for the offer, but i currently don't have membership.

bigblacknerd
06-12-2013, 06:50 AM
54 Runecrafting achieved! I need to purchase a law tiara! if someone is willing to sell please let me know!

i think you have to do the quest, you been working on the law runecrafter?

DylanHolmes
06-12-2013, 02:53 PM
You're*** :D






I've never done runecrafting before, keen to try your script out man... I'll let you know how I go...
Do you still need a law tiara? I have plenty of cash and am always willing to help out a scripter

I am making a AutoRunecrafter for multiple types of runes, if you'd like to help me.

bigblacknerd
07-02-2013, 03:22 AM
I am making a AutoRunecrafter for multiple types of runes, if you'd like to help me.

Are you still?>

Bel002
07-02-2013, 06:12 PM
I am making a AutoRunecrafter for multiple types of runes, if you'd like to help me.


Its already 3 weeks, how its going?

jman1208
07-15-2013, 03:18 AM
I don't have membership, have not been working on it sorry.

lorenzo
08-03-2013, 10:12 AM
hey there it seems the script is not working for me :S did u recently updated it? or?





*this is an auto msg* could u tell me why it seems not many people making scripts atm? it used to be that people posted tons of scripts?

bigblacknerd
08-10-2013, 08:43 AM
Its already 3 weeks, how its going?

nowhere.

hakishakataki
05-19-2014, 11:38 PM
is this still working?

jman1208
05-20-2014, 06:02 PM
Just updated the script today! Enjoy!

hakishakataki
05-20-2014, 08:45 PM
wow, thanks jman! ill test it out and post a proggy

Krazy_Meerkat
05-26-2014, 07:01 AM
Hey gratz on release jman :) Hope to see your next scripts out soon!

Produst
06-04-2014, 02:18 PM
Doest it work in F2P with normal rune essence?

jman1208
06-05-2014, 05:17 PM
Doest it work in F2P with normal rune essence?
The script should work with rune essence. Go to line 560 and delete "ure essence" so it looks like this "essence" or "une essence"

Awkwardsaw
06-13-2014, 03:18 AM
I stopped this because of a random:

|-------------------------------------------------------------|
You have been Running for a total of 3 Hours, 58 Minutes and 27 Seconds
You made 112 Runs
You made 9408 air runes
You are making 84 Runs per hour!
You are making 2367 Air Runes Per Hour!
You gained 15680 EXP
You are getting 3945 EXP PER HOUR
|-------------------------------------------------------------|

Cool script :) Very stable, although it could be sped up a little. some feedback: Sometimes it changes the camera angle unnecessarily, perhaps make it so it only changes the angle if the script doesn't find what it's looking for?

blubb113
06-17-2014, 11:25 PM
Hey there,
the script seems really cool, however it struggles to recognize that it is inside the bank. When starting the script, it fails since it won't check the bank. If I disable SMART, open the bank myself and enable it again, it gets the essence, does a trip, goes inside the bank and waits some time until says "Couldn't find the bank. Exiting". So the fix would be to babysit the script and open the bank every other minute. In the light of the quality of everything else, like the walking to the altar/bank, crafting the runes or entering/leaving the altar that's quite a bit sad :(

So my conclusion: Awesome script with a small bug.

UPDATE: I turned the brightness up and now it works like a charm! You are just awesome!!!!!!!

Edit: added my little testrun which I just did, tomorrow I'll do a longer session:
23410

Maybe a suggestion: It has been long time since I've done a bit of scripting and I remember a function which would not let the mouse hop to the place where it should click, but instead move the mouse there. I think using the function which moves the mouse instead of hopping could be some sort of useful action to smaller the risk of getting detected.

jman1208
06-19-2014, 04:31 PM
Hey there,
the script seems really cool, however it struggles to recognize that it is inside the bank. When starting the script, it fails since it won't check the bank. If I disable SMART, open the bank myself and enable it again, it gets the essence, does a trip, goes inside the bank and waits some time until says "Couldn't find the bank. Exiting". So the fix would be to babysit the script and open the bank every other minute. In the light of the quality of everything else, like the walking to the altar/bank, crafting the runes or entering/leaving the altar that's quite a bit sad :(

So my conclusion: Awesome script with a small bug.

UPDATE: I turned the brightness up and now it works like a charm! You are just awesome!!!!!!!

Edit: added my little testrun which I just did, tomorrow I'll do a longer session:
23410

Maybe a suggestion: It has been long time since I've done a bit of scripting and I remember a function which would not let the mouse hop to the place where it should click, but instead move the mouse there. I think using the function which moves the mouse instead of hopping could be some sort of useful action to smaller the risk of getting detected.

Thanks for the feedback. Unfortunately I got my account banned by running it 24/7 with another script(haven't used this one in a while). So I won't be updating this one for a while.

BigRedJapan
09-28-2014, 06:31 PM
Yea its out of date. Need to fix.

squirrelz
12-22-2014, 05:29 PM
any fixes yet? D:

kingarabian
03-04-2015, 11:15 PM
Updated it. If anyone needs, post here.

anoobis
03-06-2015, 04:23 AM
Updated it. If anyone needs, post here.

If you don't mind I'd like to take a look at a rune-crafting script built with the current reflection.

Thanks,
anoobis

kingarabian
03-06-2015, 10:15 PM
Here you go. It SHOULD work. Ran it for 2 hours straight. Let me know how it goes.

Royal
03-16-2015, 09:45 PM
Here you go. It SHOULD work. Ran it for 2 hours straight. Let me know how it goes.

Thanks for the update! Mine gets stuck in the bank trying to withdraw more ess, I've tried having it in first slot and whole first line. Sometimes it fails to see the bank even though I'm standing right next to it.

anoobis
03-16-2015, 11:33 PM
Thanks for the update! Mine gets stuck in the bank trying to withdraw more ess, I've tried having it in first slot and whole first line. Sometimes it fails to see the bank even though I'm standing right next to it.
Make sure you are on the highest brightness setting. If you're still having problems finding ess then remaking the DTM would probably work. I remember it acting up occasionally and ended up doing it for regular essence since it's cheaper anyway.

Also forgot to thank kingarabian for the update. I had it go for a little over 5 hours with no problems.

kingarabian
03-17-2015, 12:53 AM
No problem.

Should be a DTM problem, I'll make a new one now and paste it here.

Edit: It's working perfectly fine for me...

Smile
03-19-2015, 04:14 AM
If you don't have tabbed banking enabled it won't close the bank properly. Other scripts require you to turn tabbed banking off or on so keep that in mind.

Sulferx
03-22-2015, 06:29 AM
Here you go. It SHOULD work. Ran it for 2 hours straight. Let me know how it goes.

I can't get the script to start as SRL-OSR/SRL/misc/Al_functions.simba and SRL-OSR/SRL/Reflection/Reflection.simba aren't in my include. I can't find them on the forums either. Any idea where I can find them?

Progressive
03-22-2015, 11:47 AM
Math error at line 336
The following DTMs were not freed: [0, 1, 2, SRL - Lamp bitmap, SRL - Book of Knowledge]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Minimap Mask bitmap, 3]

I have redownloaded SRL hoping that would fix the problem but it didn't. Anyone any idea what is causing this error?

Progressive
03-22-2015, 01:16 PM
I can't get the script to start as SRL-OSR/SRL/misc/Al_functions.simba and SRL-OSR/SRL/Reflection/Reflection.simba aren't in my include. I can't find them on the forums either. Any idea where I can find them?


Al_functions can be found here: https://villavu.com/forum/showthread.php?t=111446
Reflection: https://villavu.com/forum/showthread.php?t=100729

Sulferx
03-22-2015, 09:15 PM
Thanks. I ended up having to grab the reflection include from here (https://villavu.com/forum/showthread.php?t=111663) instead to get it cooperate, but it's now working well for me so far.

superfonz
03-28-2015, 04:44 AM
I got the same problem. After i get the error it brings me to another tab "tiles" at line 336 "Returns distance from given tile."