updated to version 3
Printable View
updated to version 3
I figured it out.
Why don't you just use plain English and tell people to delete all of the text on lines 11 and 44? :/
I'm really not quite sure why you're trying to implement a quicker way to enter the information right now...
They are going to release a script manager soon, so this system of entering in your information is going to be obsolete in a few weeks.
Exception in Script: Unable to find file 'SRL/DeclarePlayers.scar' used from ''
im trying to start it and thats what is popping up , please help ?
Am I doing something wrong or is it not working right?Quote:
Error: Exception: The bitmap[2] does not exist at line 425
The following DTMs were not freed: [SRL - Lamp bitmap, 1]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap]
When the script starts, after logging in, it starts trying to loot bones ... even though I have BOTH looting options on False.
Just change the Declare Players Procedure if you are having difficulties, i switched the declare player procedure from V1 into this newly implemented version viola magic it works like a bawsssssss
Thanks again johnyy =)
***************Goblin Killer by Putonajonny Version 3***************
You are using the most up to date version -Thank you
Error: Exception: The bitmap[2] does not exist at line 424
The following DTMs were not freed: [SRL - Lamp bitmap, 1]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap]
my line is
If (FindBitmapToleranceIn(bones, x, y, 546, 206, 735, 465, 15)) then
How do do add it to my SIMBA Bot
Heres the fix, just add the Declare player section from V1 to V3 and run
It just logs in and after that it immediately logs out :S
Any suggestions how to fix it?
This is the error im getting:
Error: Out Of Range at line 497
The following DTMs were not freed: [SRL - Lamp bitmap, 1]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap]
Here it just logs in and then log out straigt after?
- Configz
I got error: Exception in Script: Unable to find file 'SRL/DeclarePlayers.scar' used from ''
so I copied the declareplayers procedure from V1 to V3 and now I still get the exact same problem..
I am getting this:
Error: Exception: The bitmap[3] does not exist at line 425
The following DTMs were not freed: [SRL - Lamp bitmap, 1]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap]
Any ideas on how to get around this?
Approved and epic antiban! :spongebob:SCAR Code:Paint;
If Not(DoneAntiban) then
begin
x := Random(51)
case x of
0: HoverSkill('Attack', False); //Beautiful Antiban
1: HoverSkill('Strength', False);
2: HoverSkill('Defence', False);
3: HoverSkill('hitpoints', False);
4: HoverSkill('smithing', False);
5: HoverSkill('woodcutting', False);
6: HoverSkill('firemaking', False);
7: HoverSkill('magic', False);
8: HoverSkill('woodcutting', False);
9: HoverSkill('fishing', False);
10: HoverSkill('prayer', False);
11: HoverSkill('runecrafting', False);
12..15: PickUpMouse;
16..25: RandomMovement;
26..27: RandomRClick;
28..32: BoredHuman;
33: ExamineInv;
34: RandomAngle(True);
35..48: Wait(1000+random(1000));
49..50: Wait(1000+Random(20000));
end;
DoneAntiban := True;
Wait(2000+Random(500));
end;
Why does it just keep logging me in then logging me out? Please help, I'm new.
[Hint] C:\Simba\Includes\SRL/SRL/core/gametab.scar(1607:3): Variable 'PREVIOUS' never used at line 1606
Compiled successfully in 468 ms.
Please Update This Script, opening web page...
Successfully executed.
Hmmm.. ima test this script. :)
Tried it, it worked great! first script I executed thanks ;D
i get this error
[Error] C:\Simba\Includes\SRL/DeclarePlayers.scar(14:19): Unknown identifier 'Terabinladen' at line 13
Compiling failed.
just stands there doing nothing :/
could you update it pls.
Sorry don't work, won't let you attact the npc
Can someone please share me this function?
This script uses it, but I cant find it. This is a great function.Code:function FightNPC(Colours : TIntegerArray; Tolerance, WaitTime : Integer) : Boolean
Hey i'm trying to run this script and its saying it cannot find some file can someone link me a tut or video on how to setup custom scripts this is the first time i used one so idk what to do