My Outdated ScriptsEdgeville Log Cutter | Edgeville AIO Jewelry | AIO Pickpocketer | Urn Activator | Slayer Tower | Slaying KuradalMy Working Scripts: Tutorials:Function Pointers and Why You Should Care! | Forms and Saving Settings | The Magic Behind Programming Tutorial | Recursive Recursion![]()
It looks like @Camel; updated the terms for variables, but not what position they were saved/loaded from
Lines 1183-1192 should be:Simba Code:World := strToInt(playerForm.players[i].settings[0]);
players[currentPlayer].world := World;
RunsToDo := strToInt(playerForm.players[i].settings[1]);
Debug := strToBool(playerForm.players[i].settings[4]);
TakeBreaks := strToBool(playerForm.players[i].settings[3]);
Preset := strToBool(playerForm.players[i].settings[5]);
Antiban := strToBool(playerForm.players[i].settings[6]);
UseTele := strToBool(playerForm.players[i].settings[7]);
if Preset then
PresetNumber := strToInt(playerForm.players[i].settings[2]);
My Outdated ScriptsEdgeville Log Cutter | Edgeville AIO Jewelry | AIO Pickpocketer | Urn Activator | Slayer Tower | Slaying KuradalMy Working Scripts: Tutorials:Function Pointers and Why You Should Care! | Forms and Saving Settings | The Magic Behind Programming Tutorial | Recursive Recursion![]()
-- WARNING: TRSMinimap.toggleRun(): Procedure hasn't been coded yet!
spams that a ton
and it doesn't see if I got air runes my proggy says negative air runes and negative profit and negative runs and so on:P
Found an issue that I think I pointed out in previous versions:
While banking, it sometimes mis-clicks inside of the bank booths on the mini-map causing it to try and move to an impossible location, causing it to stand there until it logs out
possible fix: set a timer to re-start opening bank procedure if it fails for 10 seconds?
about to go and try to write my first script right now based on this script :P
This is how I solved that
Around line 781. It can only ever stand for a minute maximum. A walk can take up to 45 seconds..so I figured it would be safe. It's stopped any crashing due to that error.Code:if isInBank() then begin if (minimap.isFlagPresent()) or (minimap.isPlayerMoving()) then begin wait(50); if walkTimer.getTime() > 60000 then begin exit; end; end; exit; end;
trying to debug what's been d/cing me but i keep getting the warning trsminmap.togglerun issue like mentioned above, is there anyway to eliminate that line? tried editing out the print function from minimaps but doesn't do anything =p
oh, nvm had to stop and re-start script.
Last edited by theholyone; 12-20-2014 at 12:47 AM.
<simba>
SRL: Logfile = C:\Simba\Includes\SRL-6/logs/SRL log (21-12-14 at 10.51.41 AM).txt
Error: "True" is an invalid integer at line 1144
Execution failed.
The following bitmaps were not freed: [Minimap Mask]
File[C:\Simba\Includes\SRL-6/logs/SRL log (21-12-14 at 10.51.41 AM).txt] has not been freed in the script, freeing it now.
</simba>
What happened D:
Camel is going to need to post an update for the forms. You can change line 1139 for now. I think this will do it:
Simba Code:with players[i] do
begin
World := strToInt(playerForm.players[i].settings[0]);
players[currentPlayer].world := World;
RunsToDo := strToInt(playerForm.players[i].settings[1]);
Debug := strToBool(playerForm.players[i].settings[2]);
TakeBreaks := strToBool(playerForm.players[i].settings[3]);
Antiban := strToBool(playerForm.players[i].settings[4]);
UseTele := strToBool(playerForm.players[i].settings[5]);
PresetNumber := strToInt(playerForm.players[i].settings[6]);
end;
That's weird about the playerforms. I just tested every setting when I last updated it. I think it might be different for other people (or i'm just did it wrong).
Alright, I think I have it this time. (bonsai's isn't working for me (which is alarming)).
If this does not work for you, please go to your scripts folder, find the Camel Air Runes folder and delete the settings.txt. If it still does not work, could you take a screen shot of your playerform.
Sorry about all this, I'm doing it the same way I've always done it...
still not working;/
make a working OSRS air crafter please![]()
Thanks, working all nice and smooth. 6 hours clocking in, sadly no progress pic. Averaging 9300 runes/h. One day i hope i'm able to write as beautiful scripts as yours![]()
SRL: Logfile = C:\Simba\Includes\SRL-6/logs/SRL log (27-12-14 at 04.38.07 PM).txt
Error: "False" is an invalid integer at line 1144
Execution failed.
The following bitmaps were not freed: [Minimap Mask]
File[C:\Simba\Includes\SRL-6/logs/SRL log (27-12-14 at 04.38.07 PM).txt] has not been freed in the script, freeing it now.
Error: The bitmap[2] does not exist at line 142 This is what i get after couple hours running it
probably means you crashed
I keep getting this error, and I would really like to use this script. I'll do what I can if it means this error is fixed.
@Camel @The Mayor @NKN
I have essence in the first inventory slot of my bank, but I am getting this error. Do you think essence colors could of changed, which may be causing the script not to detect the 2700 essence I have in my bank? Just slightly confused, any advice or insight would be appreciated.---- Found option "Bank" in "Bank Banker"
-- TRSChooseOption.select() result = true
gridBox: Invalid slot: 102
gridBox: Invalid slot: 102
Stopping script
Out Of Ess
Logging out
SRL: Logfile = C:\Simba\Includes\SRL-6/logs/SRL log (17-01-15 at 02.30.47 PM).txt
Error: "True" is an invalid integer at line 1144
Execution failed.
The following bitmaps were not freed: [Minimap Mask]
File[C:\Simba\Includes\SRL-6/logs/SRL log (17-01-15 at 02.30.47 PM).txt] has not been freed in the script, freeing it now.
Getting this, can you help me?
There are currently 1 users browsing this thread. (0 members and 1 guests)