Log in

View Full Version : Narcle's Fast Fighter!



Pages : 1 2 3 4 5 6 7 8 9 10 11 12 13 [14] 15 16 17 18 19 20 21

Buitenspel
12-10-2011, 06:16 PM
Does it automatically eat any food when below a certain % hp level? Otherwise awesome script man :D:D

It does so.

Snooze
12-10-2011, 07:20 PM
can someone upload their file for yaks? my yaks keeps blinking colors randomlly :l not sure if i have the right color

polska94
12-10-2011, 07:54 PM
yes please do that...

fearlesskiller
12-10-2011, 08:16 PM
The following DTMs were not freed: [SRL - Lamp bitmap, 1]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap]

idoxtc
12-10-2011, 08:23 PM
The script stops working after it eats like half the food, then it logs me out and says screen is already frozen at line 555 or something like that.

bomh
12-10-2011, 08:35 PM
can someone help me plz i setup everything but all it do is spin the camera around plz help

kevin33
12-10-2011, 09:25 PM
Im sorry to ask this but I am new and kinda clueless but How do I set up this script to run? I know I copy and paste script but I dont know what to change and what I must do to get it to run. Also does this script pick up items????

SourApple82
12-10-2011, 10:34 PM
When i am ranging it logs in and says "low ammo going inactive" and then just logs out whats up i got 1k arrows

SourApple82
12-10-2011, 10:36 PM
Im sorry to ask this but I am new and kinda clueless but How do I set up this script to run? I know I copy and paste script but I dont know what to change and what I must do to get it to run. Also does this script pick up items????

You download and open with simba

idoxtc
12-10-2011, 11:35 PM
Guys This script doesn't work for me anymore, It just turns the camera in circles. And it says this in the command prompt.


Dot color := 0 0ms
Dot color := 0 0ms
Dot color := 0 0ms
Dot color := 0 16ms
Dot color := 0 16ms
Dot color := 0 0ms
Dot color := 0 15ms
Dot color := 0 15ms
Dot color := 0 15ms
Dot color := 0 16ms
Dot color := 0 15ms
Dot color := 0 16ms
Dot color := 0 0ms
Dot color := 0 0ms
Dot color := 0 0ms
Dot color := 0 15ms
Dot color := 0 0ms
Dot color := 0 16ms
Dot color := 0 0ms
Dot color := 0 0ms
Dot color := 0 0ms
Dot color := 0 0ms
Dot color := 0 0ms
Dot color := 0 15ms
Dot color := 0 0ms
Dot color := 0 0ms
Dot color := 0 0ms
Dot color := 0 0ms
Dot color := 0 0ms
Dot color := 0 16ms
Dot color := 0 0ms
SMART Disabled
Replacing Canvas Drawing Surface
Disabeling Events
Starting Image Transfer
SMART Enabled
Transfer Thread Entered
Dot color := 0 16ms
Dot color := 0 16ms
Dot color := 0 0ms
Dot color := 0 0ms
Dot color := 0 0ms
Dot color := 0 0ms
Dot color := 0 0ms
Dot color := 0 0ms
Dot color := 0 0ms
Dot color := 0 0ms
Dot color := 0 15ms
Dot color := 0 15ms
Dot color := 0 16ms
Dot color := 0 0ms
Dot color := 0 15ms
Dot color := 0 16ms
Dot color := 0 0ms
Dot color := 0 16ms
Dot color := 0 15ms
Dot color := 0 32ms
Dot color := 0 0ms
Dot color := 0 0ms
Dot color := 0 0ms
Dot color := 0 16ms
Dot color := 0 16ms
Dot color := 0 16ms
Dot color := 0 0ms
Dot color := 0 15ms
Dot color := 0 0ms
Dot color := 0 16ms
Dot color := 0 15ms
Dot color := 0 15ms
Dot color := 0 16ms
Dot color := 0 0ms
Dot color := 0 0ms
Dot color := 0 16ms
Dot color := 0 0ms
Dot color := 0 0ms
Dot color := 0 16ms
Dot color := 0 16ms
Dot color := 0 0ms
Dot color := 0 0ms
Dot color := 0 0ms
Dot color := 0 16ms
Sit & Wait...
Dot color := 0 0ms
Dot color := 0 0ms
Dot color := 0 16ms
Dot color := 0 0ms
Dot color := 0 0ms
Dot color := 0 16ms
Dot color := 0 16ms
Dot color := 0 16ms
Dot color := 0 0ms
Dot color := 0 0ms
Dot color := 0 15ms
Dot color := 0 0ms
Dot color := 0 0ms

HELP PLEASE!

AND YES I HAVE THE LATEST VERSION OF THIS SCRIPT AND SIMBA

Narcle
12-10-2011, 11:39 PM
They changed colors again. I'll have to do an update to use SRLs instead as it gets updated more.

Replace NPCsOnScreen with this, see if it works.

Function NPCsOnScreen: integer;
var
i: integer;
NPCs: TPointArray;
begin
Result := 0;
NPCs := GetMiniMapDotsIn('npc', MMCX-36, MMCY-26, MMCX+30, MMCY+20);
if Length(NPCs) > 0 then
begin
for i := 0 to High(NPCs) do
If InAbstractBox(MMCX-30, MMCY-19, MMCX+30, MMCY-19, MMCX+24, MMCY+14, MMCX-24, MMCY+14, NPCs[i].x, NPCs[i].y) then
Inc(Result);
end;
end;

idoxtc
12-10-2011, 11:42 PM
They changed colors again. I'll have to do an update to use SRLs instead as it gets updated more.

Oh, damn :/

Is it a easy fix or big fix?

miketree
12-10-2011, 11:42 PM
Working perfectly fine for me.

idoxtc
12-10-2011, 11:43 PM
Working perfectly fine for me.

How? Mine does not :(


Dot color := 0 0ms
Dot color := 0 16ms
Dot color := 0 0ms
Dot color := 0 0ms
Dot color := 0 16ms
Dot color := 0 16ms
Dot color := 0 16ms
Dot color := 0 0ms
Dot color := 0 0ms
Dot color := 0 15ms
Dot color := 0 0ms
Dot color := 0 0ms

kevin33
12-10-2011, 11:49 PM
You download and open with simba

do I have to change anything or just leave it as it is??
And what is all this colour stuff like whats it mean?
Btw does this script have the item loot function??

Cama
12-11-2011, 12:05 AM
I have just 1 lil question..
Where do I have to place to colourcode in this?
Integers[0] := 0;//1st color of monster
Integers[1] := 0;//2nd color of monster
Integers[2] := 0;//3rd color of monster

Texy
12-11-2011, 12:06 AM
@Cama, use the eyedropper function to find colors and copy paste those in there.

Cama
12-11-2011, 12:12 AM
Well thanks Texy for clearing that out, but where exactly do I have to paste them? Replace the 0 with the numbers?

Texy
12-11-2011, 12:13 AM
Yes, replace the Zeros. And I believe the script isn't working right now (at least, it's not working for me even with the replacement code).

kevin33
12-11-2011, 12:15 AM
Well thanks Texy for clearing that out, but where exactly do I have to paste them? Replace the 0 with the numbers?

Yes I believe that is where u place them.
Now I just need my questions above answered. U may want to check with a more experienced member as I am new and have many questions myself as stated in my above post.
Texy can u answer my questions u seem knowledgable about everything :)

Cama
12-11-2011, 12:19 AM
Oke 1 little question to check im doing everything right :)
Ofcourse I changed my pass and such with ***

{------------------------------Script Info-------------------------------------|
| ScriptName = Fast Fighter |
| Author = Narcle |
| Description = Fights any monster, food eating and HP regen. |
| Version = 3.37 |
| Date = 11/10/11 |
|================================================= =============================|
| Instructions |
|================================================= =============================|
| |
| Setup: 1. Make sure you use the Color picker and select 3 colors |
| from monster, and place them accordingly in DeclarePlayers. |
| 2. Setup players in DeclarePlayers |
| 3. Setup RuneScape (unless your using SMART) |
| 4. Push play! |
| |
|_________________________________________________ _____________________________}
{$i SRL/SRL/misc/smart.scar}
{$i SRL/SRL.scar}
{$i SRL/SRL/misc/Reports.scar}
{$i SRL/SRL/skill/Ranging.scar}
{$i SRL/SRL/misc/stats.simba}
{------------------------------------------------------------------------------}
{===============================Player Setup===================================}
{------------------------------------------------------------------------------}
Const
UseForm = True; //Use forms instead of DeclarePlayers
AutoSave = True; //Auto save players in form? (should help with some errors)
LogoutIn = 18; //Logout every ?? Minutes; +/- 3 minutes for randomness
DebugMode = false; //Debug mode



{!!!!!!! if UseForm = True DeclarePlayers does NOT apply !!!!!!! }

procedure DeclarePlayers;
begin
HowManyPlayers := 1;//Change this accordingly
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;

//SRL stats please get! - http://stats.villavu.com/
stats_Username := '**********';
stats_UserPass := '******';

With Players[0] do
begin
Name :=''; //Character Name
Pass :=''; //Character Pass
Active := True; //True if you want this player to be ran in the script, false if not
Strings[0] := '';//monster name
Integers[0] := 0;//1st color of monster
Integers[1] := 0;//2nd color of monster
Integers[2] := 0;//3rd color of monster
Arrays[0] := [false, false, 3];
//[Ranging, TPA Fighting, NPC Color Tolerance]
end;

{
With Players[1] do //copy and change number accordingly to add players
begin
Name :='*******';
Pass :='************';
Active:=True;
Strings[0] := '';/Guard/monster name
Integers[0] := 1198426;//1st color of monster
Integers[1] := 4280918;//2nd color of monster
Integers[2] := 2700087;//3rd color of monster
Arrays[0] := [true, false, false, 3];
//[Ranging, TPA Fighting, NPC Color Tolerance]
end;
}
end;

Texy
12-11-2011, 12:19 AM
That I'm definitely not.

As for your questions...

"do I have to change anything or just leave it as it is??"

Depends. If you don't use the Form you don't have to edit anything. If you want to use the Declare Players option you have to fill in the specifics.

"And what is all this colour stuff like whats it mean?"

It's used to locate the monster.

"Btw does this script have the item loot function??"

Not sure, but I don't think so.

Texy
12-11-2011, 12:20 AM
@Cama,

Since you are using the Declare Player thing, change this "UseForm = True; //Use forms instead of DeclarePlayers" to False. Also, you need to put your stuff into the first Form not the second one (that one is actually commented out so it won't be read by Simba).


With Players[0] do
begin
Name :=''; //Character Name
Pass :=''; //Character Pass
Active := True; //True if you want this player to be ran in the script, false if not
Strings[0] := '';//monster name
Integers[0] := 0;//1st color of monster
Integers[1] := 0;//2nd color of monster
Integers[2] := 0;//3rd color of monster
Arrays[0] := [false, false, 3];
//[Ranging, TPA Fighting, NPC Color Tolerance]
end;

^put it in that one

Cama
12-11-2011, 12:21 AM
Thanks Texy!

Oke well it still ain''t working, but I presume I cant do anything about it. Ill check tomorrow, thanks anyhow!

kevin33
12-11-2011, 12:27 AM
That I'm definitely not.

As for your questions...

"do I have to change anything or just leave it as it is??"

Depends. If you don't use the Form you don't have to edit anything. If you want to use the Declare Players option you have to fill in the specifics.

"And what is all this colour stuff like whats it mean?"

It's used to locate the monster.

"Btw does this script have the item loot function??"

Not sure, but I don't think so.

Ok. What is the declare player option and form. And where do I find the colours if I was to say go fight moss giants in varrock sewers or cockroach warriors in the stronghold? And if there is no item looter they should addd it!

Texy
12-11-2011, 12:35 AM
This is the form.

procedure DeclarePlayers;
begin
HowManyPlayers := 1;//Change this accordingly
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;

//SRL stats please get! - http://stats.villavu.com/
stats_Username := '';
stats_UserPass := '';

With Players[0] do
begin
Name :=''; //Character Name
Pass :=''; //Character Pass
Active := True; //True if you want this player to be ran in the script, false if not
Strings[0] := '';//monster name
Integers[0] := ;//1st color of monster
Integers[1] := ;//2nd color of monster
Integers[2] := ;//3rd color of monster
Arrays[0] := [false, false, 3];
//[Ranging, TPA Fighting, NPC Color Tolerance]
end;

{
With Players[1] do //copy and change number accordingly to add players
begin
Name :='';
Pass :='';
Active:=True;
Strings[0] := '';//monster name
Integers[0] := 0;//1st color of monster
Integers[1] := 0;//2nd color of monster
Integers[2] := 0;//3rd color of monster
Arrays[0] := [true, false, false, 3];
//[Ranging, TPA Fighting, NPC Color Tolerance]
end;
}
end;

Whether or not you want to use it is fount here:

UseForm = False; //Use forms instead of DeclarePlayers

And you have to get the colors yourself. So load up a Runescape Client, click the eyedropper thing in Simba, and click on the Monster to get the color. Copy paste that into your form.

kevin33
12-11-2011, 12:53 AM
This is the form.

procedure DeclarePlayers;
begin
HowManyPlayers := 1;//Change this accordingly
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;

//SRL stats please get! - http://stats.villavu.com/
stats_Username := '';
stats_UserPass := '';

With Players[0] do
begin
Name :=''; //Character Name
Pass :=''; //Character Pass
Active := True; //True if you want this player to be ran in the script, false if not
Strings[0] := '';//monster name
Integers[0] := ;//1st color of monster
Integers[1] := ;//2nd color of monster
Integers[2] := ;//3rd color of monster
Arrays[0] := [false, false, 3];
//[Ranging, TPA Fighting, NPC Color Tolerance]
end;

{
With Players[1] do //copy and change number accordingly to add players
begin
Name :='';
Pass :='';
Active:=True;
Strings[0] := '';//monster name
Integers[0] := 0;//1st color of monster
Integers[1] := 0;//2nd color of monster
Integers[2] := 0;//3rd color of monster
Arrays[0] := [true, false, false, 3];
//[Ranging, TPA Fighting, NPC Color Tolerance]
end;
}
end;

Whether or not you want to use it is fount here:

UseForm = False; //Use forms instead of DeclarePlayers

And you have to get the colors yourself. So load up a Runescape Client, click the eyedropper thing in Simba, and click on the Monster to get the color. Copy paste that into your form.

Ok I get it now. And all that stuff on user pass, etc I need to fill out right along with the colour of monster. And why is there 3 spots for colour like will it give me three colours to type in??And if I am only using 1 player do I need the section for player 0 and player 1 or can I just delete the player 1 thing?

idoxtc
12-11-2011, 01:04 AM
Guys like Narcle stated above, just replace "NPCsOnScreen" (Line 572) with this


Function NPCsOnScreen: integer;
var
i: integer;
NPCs: TPointArray;
begin
Result := 0;
NPCs := GetMiniMapDotsIn('npc', MMCX-36, MMCY-26, MMCX+30, MMCY+20);
if Length(NPCs) > 0 then
begin
for i := 0 to High(NPCs) do
If InAbstractBox(MMCX-30, MMCY-19, MMCX+30, MMCY-19, MMCX+24, MMCY+14, MMCX-24, MMCY+14, NPCs[i].x, NPCs[i].y) then
Inc(Result);
end;
end;

idoxtc
12-11-2011, 02:49 AM
They changed colors again. I'll have to do an update to use SRLs instead as it gets updated more.

Replace NPCsOnScreen with this, see if it works.

Function NPCsOnScreen: integer;
var
i: integer;
NPCs: TPointArray;
begin
Result := 0;
NPCs := GetMiniMapDotsIn('npc', MMCX-36, MMCY-26, MMCX+30, MMCY+20);
if Length(NPCs) > 0 then
begin
for i := 0 to High(NPCs) do
If InAbstractBox(MMCX-30, MMCY-19, MMCX+30, MMCY-19, MMCX+24, MMCY+14, MMCX-24, MMCY+14, NPCs[i].x, NPCs[i].y) then
Inc(Result);
end;
end;

Thank you very much! It works flawless now!

Narcle
12-11-2011, 03:25 AM
Thanks idoxtc for confirmation. I had it working for me as well so here's an update:

12-10-2011: Fast Fighter [v3.52][Dev].simba
-Fixed NPCsOnScreen again, it now uses a core function from SRL (so I don't have to update script)
-Added a Help button to form and some extra instructions in file.

Edit:
Also the angle changed so I tweaked NPCsOnScreen to account for that as it did affect it from before.

Sexlord
12-11-2011, 07:18 AM
i keep on getting "no npcs detected on screen"

rswiz
12-11-2011, 07:22 AM
can someone give me a setup for example "chickens"?

script logs in says no ammo and logs out =/?

calvenlim
12-11-2011, 12:27 PM
it is still working ?

Cama
12-11-2011, 12:56 PM
I keep getting this error:

Error: Out Of Range at line 953
The following DTMs were not freed: [SRL - Lamp bitmap, 1]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap]

Since I dont know anything about scripts and such, it would be nice if you could tell me what the problem is :)

rswiz
12-11-2011, 01:57 PM
I keep getting this error:

Error: Out Of Range at line 953
The following DTMs were not freed: [SRL - Lamp bitmap, 1]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap]

Since I dont know anything about scripts and such, I would be nice if you could tell me what the problem is :)

same =/

BGXD
12-11-2011, 02:52 PM
Nice script !
I love this script

[==============================]
[ Time Ran : 3 Hr 1 Min 30 Sec ]
[ Killed : 391 ]
[==============================]
[ Fast Fighter 3.50 ]
[==============================]
[============================================]
[ Nick | Active | Worked | Kills | Foodate ]
[============================================]
[ | True | 03:00:05 | 391 | 0 ]
[============================================]

:D

key
12-11-2011, 11:07 PM
Ty, you're a beast!

youdude
12-11-2011, 11:33 PM
Awsome script but I have a few questions. Does the script bank or what happens when it runs out of food? Also when does it decide when to eat food?

[XoL]
12-11-2011, 11:34 PM
when your health is 50%, and it doesn't get more food (or as far as i see, iv never actually tried the script)

It will run when it is out of food (25% health)

Narcle
12-11-2011, 11:55 PM
Awsome script but I have a few questions. Does the script bank or what happens when it runs out of food? Also when does it decide when to eat food?

I think i have it set to 50% or depending on your health pool (if its lower) to eat so you stay at full health. When you run out of food it rests to regen. If its below 25% in emergency it'll run away.

No banking.

Eric Leon
12-12-2011, 03:08 AM
Contrary to the name of the script, it takes 7-10 seconds or sometimes more to find another NPC to attack. Is there a way to modify changes to the script to make it attack faster?

Sexlord
12-12-2011, 07:15 AM
WHY DOESN'T THE SCRIPT DETECT THE MONSTERS? IM TRYING TO KILL SOME ROCK CRABS HERE IT KEEPS ON SAYING no npcs detected ffs

Kyle Undefined
12-12-2011, 08:06 AM
WHY DOESN'T THE SCRIPT DETECT THE MONSTERS? IM TRYING TO KILL SOME ROCK CRABS HERE IT KEEPS ON SAYING no npcs detected ffs

First off, calm down, we're not RSBuddy.

Secondly, did you fill out the colors properly?

Buitenspel
12-12-2011, 08:50 AM
I have been using it for several days, and despite I cannot get it to work at Al-Kharid Warriors, I found a good other place to use it at.

The only negative thing is the randoms, it does not seem to be able to solve any random.

But credits for the maker!

Mista
12-12-2011, 11:48 AM
I keep getting this error:

Error: Out Of Range at line 953
The following DTMs were not freed: [SRL - Lamp bitmap, 1]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap]

Since I dont know anything about scripts and such, it would be nice if you could tell me what the problem is :)


Seem to be having the same problem. I've tired reinstalling SIMBA and checking for updates but I'm not to sure what to do about this. Thanks in advanced.

khaleelts
12-12-2011, 04:10 PM
some of you guys need to learn about color botting..it definately takes some time for it to find the monster you want as it scans throguh the map for the color you selected hence the longer wait..just take developer that they took time out to make scripts for us to bot.

'Toxin
12-12-2011, 04:20 PM
Seem to be having the same problem. I've tired reinstalling SIMBA and checking for updates but I'm not to sure what to do about this. Thanks in advanced.

This is a frequent problem, sometimes simply terminating simba from the task manager, and re-opening it will let you use the script you originally had the intention to use.

SourApple82
12-12-2011, 06:28 PM
can someone give me a setup for example "chickens"?

script logs in says no ammo and logs out =/?

Same thing happens to me for cows whats up with that i got 8k iron arrows i dont think that is low ammo?

Cymon
12-12-2011, 06:48 PM
Anyone else having the problem where the bot tries to attack another monster while it's already fighting?

Mista
12-12-2011, 06:52 PM
This is a frequent problem, sometimes simply terminating simba from the task manager, and re-opening it will let you use the script you originally had the intention to use.

Okay will try this when I get home and update you guys

BuckWild
12-12-2011, 07:23 PM
Everything's been running smoothly for me. However something caused it to shutdown. I got this error :
Error: Exception: The window is already frozen. at line 555

Nonetheless a four hour progress report is still awesome!



[===============================]
[ Fast Fighter 3.50 ]
[ by Narcle ]
[===============================]
[ Time Ran : 4 Hr 49 Min 47 Sec ]
[ Killed : 600 ]
[===============================]
[ Fast Fighter 3.50 ]
[===============================]
[============================================]
[ Nick | Active | Worked | Kills | Foodate ]
[============================================]
[ | True | 01:36:14 | 183 | 0 ]
[ | True | 00:57:46 | 132 | 0 ]
[ | True | 01:00:39 | 135 | 0 ]
[ | False | 00:13:15 | 1 | 0 ]
[ | True | 00:59:44 | 149 | 0 ]
[ ------------------------------------------ ]
[ | False | 00:00:00 | 0 | 0 ]
[============================================]

SourApple82
12-12-2011, 07:36 PM
Everything's been running smoothly for me. However something caused it to shutdown. I got this error :
Error: Exception: The window is already frozen. at line 555

Nonetheless a four hour progress report is still awesome!



[===============================]
[ Fast Fighter 3.50 ]
[ by Narcle ]
[===============================]
[ Time Ran : 4 Hr 49 Min 47 Sec ]
[ Killed : 600 ]
[===============================]
[ Fast Fighter 3.50 ]
[===============================]
[============================================]
[ Nick | Active | Worked | Kills | Foodate ]
[============================================]
[ | True | 01:36:14 | 183 | 0 ]
[ | True | 00:57:46 | 132 | 0 ]
[ | True | 01:00:39 | 135 | 0 ]
[ | False | 00:13:15 | 1 | 0 ]
[ | True | 00:59:44 | 149 | 0 ]
[ ------------------------------------------ ]
[ | False | 00:00:00 | 0 | 0 ]
[============================================]


were u ranging?

sportykolla
12-12-2011, 08:04 PM
[Error] G:\Simba\Includes\SRL/SRL/core/simba.simba(359:14): Unknown identifier '' at line 358
Compiling failed.
??

Beezlebomb
12-12-2011, 09:40 PM
well how to use coller picker

Narcle
12-12-2011, 10:19 PM
well how to use coller picker

http://villavu.com/forum/showthread.php?t=67793


On other news. I'll be working on some improvements as well as "noobifying" it, basically when an error occurs it should tell me/them exactly whats happening. I also plan on using SRL to keep updated. There are functions in SRL that basically should do the same thing but are usually outdated so I'll be using them and keeping them up to date once the time comes.

Don't expect this anytime soon. Will take some time. You might even see a update prior to this.

Nietszche
12-12-2011, 10:59 PM
I keep getting a message on the bottom saying "Error: Exception: access violation at line 143"

Nietszche
12-12-2011, 11:01 PM
Oh, and that DTMS [SRL Lamp bitmap] were not freed

tootie95
12-12-2011, 11:05 PM
Same here,got the same message too.

tootie95
12-12-2011, 11:08 PM
Another thing, in the feature will banking be added?

darkmoon500
12-13-2011, 01:42 AM
LogoutIn = 9999; //Logout every ??? Minutes; +/- 3 minutes for randomness

When i set it like this it still logs out every 15-21 minutes even when i save the script and reopen it.
The thing is i'm at bandits and i use the script only for eating so i need it not to log out at all. What should i change ?

Narcle
12-13-2011, 01:50 AM
Another thing, in the feature will banking be added?

No. Banking isn't that simple especially in a multi-purpose fighting script. You'll have to wait for specific fighters to come out.

Zhou
12-13-2011, 02:56 AM
[===============================]
[ Fast Fighter 3.52 ]
[ by Narcle ]
[===============================]
[ Time Ran : 5 Hr 43 Min 44 Sec ]
[ Killed : 594 ]
[===============================]
[ Fast Fighter 3.52 ]
[===============================]
[============================================]
[ Nick | Active | Worked | Kills | Foodate ]
[============================================]
[ | True | 05:39:12 | 594 | 0 ]
[============================================]

Progress log at Muggers in the Ice Cavern near Port Sarim.

Nietszche
12-13-2011, 03:41 AM
Tootie95, I figured it out, instead of just checking for an SRL update, force it. If you're as new to this as me, it's in SRL, then settings, and once you click force update you have to click update again in the bar. This should fix the problem if you've had the same error as me

TheShuffleRobot
12-13-2011, 05:14 AM
Very nice! Took me a while to get it started but that's probally cause im a newb to this. But overall very nice, I expect more!

TheShuffleRobot
12-13-2011, 05:20 AM
That is incorrect, there is antiban. All scripts should be standard with antiban, its stupid to not have it, why would I waste my time without putting it in just to get banned?


This does not pick up items. And if its slow on acquiring enemies make sure ur colors are set correctly, if that doesn't fix it, its your computer or srl version. Read some tutorials on how to auto properly, nothing is just set and go.


Yes it will keep going and going, I've ran it for 127 hours (about 5 days) straight day and night, and had to stop it when it hit level 82 lol (started at lvl 42).

When you ran it for 5 days straight did you get banned or no? Btw.. Very nice script 5/5 if I dont get banned!

sidishere
12-13-2011, 05:36 AM
Lovin this script :)
Ill post some proggies soon, i always forgot to copy and paste em

Koliantrix
12-13-2011, 08:15 AM
Hi, I PM'd you my problem and you asked me to post it here, so here goes:
I have followed your guide to setting up the script, with the name, and the colours. I have tried three different NPC's, goblins yaks and monks, each with 2-3 different colour sets. In the "name" box i put in their names minus the first letter, so oblin, ak, and onk. When i hit start, the bot opens the attack style tab, but then the mouse clicks on the inventory and just hovers over it, with random mousemovements every 5-10 seconds but not moving outside the inventory button. I think this may be caused by a clash of colours but then again I'm no scripter.
There is no errors at all in the debug box.
Please note that I had this script running great the first time I used it, but since then have been unable to get it working again.

Gushers
12-13-2011, 08:19 AM
I can't explain how much I love this script so far!
My only concern would be that it logs out sometime's and than logs back in, not really a big deal but it effects my exp/ph.

slashxxgnr
12-13-2011, 08:53 AM
simba says unknown identifier line 49...the stats username??? Also, do i have to change anything in the script or just in the set-up box that pops up? plz help would like to try your script out!

Sexlord
12-13-2011, 09:14 AM
First off, calm down, we're not RSBuddy.

Secondly, did you fill out the colors properly?

i've been trying to fix this thing for hours and i'm getting ticked to the max
i've been trying every single colour and NONE seem to work, just the same error, i tried goblins and even cows and they still dont work.

i put the colours (yes the numbers) in the box opened once you "run" the script

Narcle
12-13-2011, 09:18 AM
i've been trying to fix this thing for hours and i'm getting ticked to the max
i've been trying every single colour and NONE seem to work, just the same error, i tried goblins and even cows and they still dont work.

i put the colours (yes the numbers) in the box opened once you "run" the script

Make sure you have latest SRL version. I use a KEY function that's used for NPC detection in SRL. RS updated not to long ago to break this function. So check your SRL version. Last I knew latest was 856 or so.

Edit:
The error your getting will NOT be fixed from changing the colors your entering. Its from the script not being able to find NPC dots on the minimap.

slashxxgnr
12-13-2011, 09:19 AM
mine doesnt even attempt to auto it just doesn't work... i click save and start after i'm done setting it up...and nothing i stare at rs.

Nexz
12-13-2011, 09:55 AM
mine doesnt even attempt to auto it just doesn't work... i click save and start after i'm done setting it up...and nothing i stare at rs.

update SRL and restart Simba

Sexlord
12-13-2011, 09:56 AM
Make sure you have latest SRL version. I use a KEY function that's used for NPC detection in SRL. RS updated not to long ago to break this function. So check your SRL version. Last I knew latest was 856 or so.

Edit:
The error your getting will NOT be fixed from changing the colors your entering. Its from the script not being able to find NPC dots on the minimap.

Finally a sensible reply, thank you.

I'll give it a shot.

key
12-13-2011, 02:14 PM
Scripts doesn't work for me anymore somehow, it wont log in. Someone HELP!
ty

shadowmarkus
12-13-2011, 02:51 PM
Could you add using bones to peaches tabs/spell? It's really effective. Then you can stay somewhere forever, and get good xp, only picking up bones, and turning into peaches.

You can even hardcode it, so when the user enables "Bones to peaches" it will override all other foods, only use peaches and automatically pick up bones.

Sorry if it made almost no sense.

key
12-13-2011, 02:51 PM
It says :
Save and Start.
Player is not Active...
All players not active!
NextPlayer(True)

I've putted my account name + pass in it, but it wont log in for me HELP

darkmoon500
12-13-2011, 03:22 PM
I've used SIMBA for 1 day now and i've never done anything that involves scripting, but thats what i did:

UseForm = False; //Use forms instead of DeclarePlayers

So you have to set it manually from bottom bcz the noob-box won't appear anymore.
Also had a bug with it cause the LogoutIn = 9999; i had set still logged out after 15-21minutes interwal as it was still set to 18 on the form.

Also deleted this, because i'm at bandits and it somehow sometimes won't find the monsters and when it tries to log out it wont eat and it dies.


if (TimeFromMark(MyVars[20]) > 300000) then
LogoutSeq('Finding NPC Failed');

if (Getsystemtime > MyVars[19]) then
LogoutSeq('');

Kyle Undefined
12-13-2011, 03:32 PM
I can't explain how much I love this script so far!
My only concern would be that it logs out sometime's and than logs back in, not really a big deal but it effects my exp/ph.

That's called a breaking system, it keeps you from being banned.

The Gold Shop
12-13-2011, 06:09 PM
Exception in Script: Unable to find file 'SRL/SRL/misc/smart.scar' used from ''

I assume it means I need to store the script in a specific folder? were would that folder be?

Narcle
12-13-2011, 08:22 PM
Hi, I PM'd you my problem and you asked me to post it here, so here goes:
I have followed your guide to setting up the script, with the name, and the colours. I have tried three different NPC's, goblins yaks and monks, each with 2-3 different colour sets. In the "name" box i put in their names minus the first letter, so oblin, ak, and onk. When i hit start, the bot opens the attack style tab, but then the mouse clicks on the inventory and just hovers over it, with random mousemovements every 5-10 seconds but not moving outside the inventory button. I think this may be caused by a clash of colours but then again I'm no scripter.
There is no errors at all in the debug box.
Please note that I had this script running great the first time I used it, but since then have been unable to get it working again.

Make sure you have SRL updated.


Exception in Script: Unable to find file 'SRL/SRL/misc/smart.scar' used from ''

I assume it means I need to store the script in a specific folder? were would that folder be?
How to install and setup Simba! -
http://villavu.com/forum/showthread.php?t=47714

SRL's Frequently Asked Questions! -
http://villavu.com/forum/forumdisplay.php?f=448

marksteele
12-13-2011, 08:48 PM
seems like there might be an issue with ranged attacking. Character will log in look at inventory and equipment then log out and say there was low ammo. I had about 1200 arrows equip at the time.

Narcle
12-13-2011, 09:07 PM
seems like there might be an issue with ranged attacking. Character will log in look at inventory and equipment then log out and say there was low ammo. I had about 1200 arrows equip at the time.

Yeah, Ranging needs to be updated. I'll have this fixed next version.

marksteele
12-13-2011, 09:08 PM
Yeah, Ranging needs to be updated. I'll have this fixed next version.

Ok, thanks for the fast reply :)

Koliantrix
12-14-2011, 01:39 AM
Make sure you have SRL updated.


I always ensure to have my srl, sps and msi updated before each botting session.

SourApple82
12-14-2011, 01:56 AM
Yeah, Ranging needs to be updated. I'll have this fixed next version.

Thanks

shadowmarkus
12-14-2011, 02:09 AM
Except from the suggestion of adding bones to peaches, could having a spec item potentially be added? Like, use Dscim for training, and DDS for spec?

I'm sorry if you're not really taking suggestions, the script is really good as it is.. :)

youdude
12-14-2011, 02:15 AM
what is TPA fighting mean? Also I was wondering could you add adjustable mouse speed or tell us how to increase the lock on rate for monsters?

Eric Leon
12-14-2011, 06:44 AM
Contrary to the name of the script, it takes 7-10 seconds or sometimes more to find another NPC to attack. Is there a way to modify changes to the script to make it attack faster?

Buitenspel
12-14-2011, 07:29 AM
Contrary to the name of the script, it takes 7-10 seconds or sometimes more to find another NPC to attack. Is there a way to modify changes to the script to make it attack faster?

I think the name is correct, to me it is fast.

With a level 57, with 20 defence, I get around 17k xp per hour in strength, with using up an inventory of lobsters once per 10 hours. That is fast to me.

dutch tastes
12-14-2011, 08:24 AM
Hello, Simba doesnt work for me.
I reinstalled java then it worked half now I got a new error.
Can someone please tell me howto fix ?

Printscreen http://i43.tinypic.com/347zq5l.png

Sexlord
12-14-2011, 09:56 AM
Okay here's what happens

http://img807.imageshack.us/img807/6181/wtffo.png

no idea what to do

Narcle
12-14-2011, 10:00 AM
Okay here's what happens

http://img807.imageshack.us/img807/6181/wtffo.png

no idea what to do

What are you fighting?

Also today I've been testing new version (while adjusting) and noticed color changes... idk its weird.

Koliantrix
12-14-2011, 10:19 AM
What are you fighting?

Also today I've been testing new version (while adjusting) and noticed color changes... idk its weird.

they're rock crabs. I assume it's because there's no NPC dots on the mini-map

Narcle
12-14-2011, 10:21 AM
they're rock crabs. I assume it's because there's no NPC dots on the mini-map

Correct. For Rock Crabs are those the red dots on minimap instead? If so I'll try to figure something out to adjust for it (I hope).

key
12-14-2011, 11:52 AM
Narcle, you're a beast.

Sexlord
12-14-2011, 11:53 AM
Correct. For Rock Crabs are those the red dots on minimap instead? If so I'll try to figure something out to adjust for it (I hope).

Oh I see, so the bot only works IF it sees yellow dots on the map?
Figures.. hmm..

miketree
12-14-2011, 01:35 PM
I'm going to guess the problem is that rock crabs are not attack-able until you "wake" them up by being within proximity.

Narcles script is based on being able to right click attack and left click attack, for rock crabs you would have to adjust the script to run towards the rock crab first then attacking once awoken.

It's a lot easier to just find another spot imo.

Koliantrix
12-14-2011, 01:51 PM
Correct. For Rock Crabs are those the red dots on minimap instead? If so I'll try to figure something out to adjust for it (I hope).

no, they are woken up by being in proximity, at which point they appear on the mini-map. the red dots are seaweed :p

edit: mine's still not working :(


Hi, I PM'd you my problem and you asked me to post it here, so here goes:
I have followed your guide to setting up the script, with the name, and the colours. I have tried three different NPC's, goblins yaks and monks, each with 2-3 different colour sets. In the "name" box i put in their names minus the first letter, so oblin, ak, and onk. When i hit start, the bot opens the attack style tab, but then the mouse clicks on the inventory and just hovers over it, with random mousemovements every 5-10 seconds but not moving outside the inventory button. I think this may be caused by a clash of colours but then again I'm no scripter.
There is no errors at all in the debug box.
Please note that I had this script running great the first time I used it, but since then have been unable to get it working again.

And yes I have triple checked I've updated srl and sps.

SourApple82
12-14-2011, 04:20 PM
when do you think range will be fixed Narcle?

ISRA3L
12-14-2011, 05:14 PM
Narcle you script is AWESOME !!!

BTW, there is any way to choose 2 monsters ? like wolves and minotaures togheter ?

Narcle
12-14-2011, 09:34 PM
Aye other then walking around randomly (which could get lost then) there's no way to detect them. (rock crabs) Rock Crabs will have to be a specialty script that can detect you are still in area to wake them up.

Mister I might add it in next one, we'll see. :)

iGaM3Ri
12-14-2011, 09:56 PM
I've just downloaded this and inputed everything Im beginning to start a pure, training at goblins but just one problem.... what is TPA Fighting?

Please Reply ASAP!

Narcle
12-14-2011, 09:58 PM
I've just downloaded this and inputed everything Im beginning to start a pure, training at goblins but just one problem.... what is TPA Fighting?

Please Reply ASAP!

Just a different way of finding NPCs. You won't notice much difference as a user.

iGaM3Ri
12-14-2011, 10:02 PM
Just a different way of finding NPCs. You won't notice much difference as a user.

Should I enable it?

Like other than finding npc's like what EXACTLY is it? :norris:

Narcle
12-14-2011, 10:06 PM
Should I enable it?

Like other than finding npc's like what EXACTLY is it? :norris:

I can't explain it unless you research it really... Search TPA tutorials if you really want to know WHAT it is.

In most if not all cases you should not have to enable it. Like I said just a different way of searching.

iGaM3Ri
12-14-2011, 10:07 PM
I can't explain it unless you research it really... Search TPA tutorials if you really want to know WHAT it is.

In most if not all cases you should not have to enable it. Like I said just a different way of searching.

Ok thanks :spot: I wont enable it :D

And next.... I'll:google:

sahibjs
12-14-2011, 11:27 PM
[===============================]
[ Fast Fighter 3.50 ]
[ by Narcle ]
[===============================]
[ Time Ran : 6 Hr 42 Min 20 Sec ]
[ Killed : 828 ]
[===============================]
[ Fast Fighter 3.50 ]
[===============================]
[============================================]
[ Nick | Active | Worked | Kills | Foodate ]
[============================================]
[ | True | 06:41:04 | 828 | 0 ]
[============================================]



works great! except for ranging, which you said you would fix soon (:

SourApple82
12-15-2011, 12:09 AM
damn i hate being a bother to the script makers about updates but i am just curious when do u think youll get on the update?

phamxboa
12-15-2011, 12:15 AM
Last time I ran it it just hovered over the monsters without cliking

Narcle
12-15-2011, 12:17 AM
damn i hate being a bother to the script makers about updates but i am just curious when do u think youll get on the update?

Probably weekend. Birthday is Friday and I have plans. :sasmokin:
Its also taking longer then I thought. Putting more in then I intended (though most you won't even notice...) for debugging and error catching.

SourApple82
12-15-2011, 12:21 AM
Probably weekend. Birthday is Friday and I have plans. :sasmokin:
Its also taking longer then I thought. Putting more in then I intended (though most you won't even notice...) for debugging and error catching.

Ok thanks a lot for the right away post its just im getting antsi lol... im range and their is no good range bot out right now :/ Camo's range guild isnt up, so im stuck with shooting goblins right now lol lvl 45 rnge
Thanks again

Koliantrix
12-15-2011, 01:06 AM
Last time I ran it it just hovered over the monsters without cliking

you didn't input the monster name properly, read the instructions in the main post :duh:

Deadly Serious
12-15-2011, 07:30 AM
The mouse spazzes out when it's waiting for the monsters to respawn. After 20 minutes it just starts to hover over nps and spazzes out hovering over other objects.
Edit: It also just moves from different objects to npc in between the death and attacking a new npc.

awesomem8
12-15-2011, 08:35 AM
can u make it loot defenders?

key
12-15-2011, 05:54 PM
Pfffft, again I'm dissapointed. This scripts do work for some hours, and after it go at the ncp but doesn't click on it. It's sad we can't run this script 24/7. Or this is a bug?
Sometimes it reconize the ncp but does not attack it.

amini
12-15-2011, 06:18 PM
It doesn't do anything but move the screen for me. It says in simba.exe no npcs can be found on the screen, waiting.... Please help me I'm very fond of your script.

TsterT
12-15-2011, 10:54 PM
When adding, removing, or switching between characters on the form, I get an error saying "Out of range"

edit: Never mind, it fixed itself :S. Script seems to be running nice, great work.

attker121
12-15-2011, 11:07 PM
It wont let me select a color on the actual rs client

polska94
12-16-2011, 12:13 AM
someone help me set this up, my mouse just hovers over monsters please someone help!!!!

TsterT
12-16-2011, 12:36 AM
someone help me set this up, my mouse just hovers over monsters please someone help!!!!

Read the OP.

polska94
12-16-2011, 01:25 AM
Read the OP.

whats the OP?

Kyle Undefined
12-16-2011, 01:27 AM
OP refers to the Original Poster

tls
12-16-2011, 01:30 AM
OP refers to the Original Poster

Or Original Post.

Kyle Undefined
12-16-2011, 01:34 AM
Or Original Post.

That's what I meant lol, whoops.

Unknown
12-16-2011, 04:07 AM
[===============================]
[ Fast Fighter 3.52 ]
[ by Narcle ]
[===============================]
[ Time Ran : 2 Hr 49 Min 31 Sec ]
[ Killed : 457 ]
[===============================]
[ Fast Fighter 3.52 ]
[===============================]
[============================================]
[ Nick | Active | Worked | Kills | Foodate ]
[============================================]
[ | True | 02:45:33 | 457 | 0 ]
[============================================]

Nietszche
12-16-2011, 07:06 AM
This works amazingly and swiftly! The only suggestion I could offer would be to pick up and bury bones, but then again that's irrelevant because this is just a fighting script. Will post a proggy soon!

idoxtc
12-16-2011, 07:15 AM
Okay Narcle/Guys I need help.
Whenever I start the script it runs smooth and all but then after a while it logs me out and it says "switching to player(0)" or something like that, then it logs me back in, but then it says "error all players not active" or sometimes it says "finding NPC failed"

I have it to only bot for one account I have no idea why it always logs me out and says switching to other player when I never set it to bot for two accounts?

madisonsc0tt
12-16-2011, 07:37 AM
Hey excuse me im rllllly rlly new in this and i have no idea what ever am i even doing.. sorry to be a bother but i tried to run this script but i get this
"Error: Exception: "" is an invalid integer at line 141
The following DTMs were not freed: [SRL - Lamp bitmap, 1]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap]"

Jack512
12-16-2011, 08:06 AM
lol if lots of people were bitching saying my script was slow or unresponsive when they just havent set it up right 99% of the time, id get kinda pissed off :3

TsterT
12-16-2011, 02:26 PM
After finally getting it to work


[===============================]
[ Fast Fighter 3.52 ]
[ by Narcle ]
[===============================]
[ Time Ran : 3 Hr 47 Min 31 Sec ]
[ Killed : 507 ]
[===============================]
[ Fast Fighter 3.52 ]
[===============================]
[============================================]
[ Nick | Active | Worked | Kills | Foodate ]
[============================================]
[ | True | 03:44:25 | 507 | 0 ]
[============================================]


Oh, and I'm sure you're already aware of this, but when ranging, it always says low arrows, even though I have more than 200 arrows, then logs out. But melee works great.

idoxtc
12-17-2011, 04:09 AM
Narcle, I'm using the form, do I have to put 1 on how many accounts will be active or 0? (I only want to bot on one account) I put 1 but then it logs me out and says switching to other player, then it says all accounts not active.
And when I try to use declare players I always get a Error at line something or "The screen is already frozen" error any help please?

Failedpure
12-18-2011, 01:24 AM
Narcle, I'm using the form, do I have to put 1 on how many accounts will be active or 0? (I only want to bot on one account) I put 1 but then it logs me out and says switching to other player, then it says all accounts not active.
And when I try to use declare players I always get a Error at line something or "The screen is already frozen" error any help please?
1 account will be active and fill in player as player 0

Znebel
12-18-2011, 02:49 AM
Has anyone got banned for using this?

tyking77
12-18-2011, 04:29 AM
gr8 script! i just have 1 question- how long does it wait to eat food?

Kajutsky
12-18-2011, 06:16 AM
where does it bank if i train at the stronghold

Kajutsky
12-18-2011, 06:18 AM
how do u make it run for over 6 hours?

Kajutsky
12-18-2011, 06:19 AM
i havnt tried this script but out of ten what would u rate this script as?

youdude
12-18-2011, 06:43 AM
how do u make it run for over 6 hours?
search the forum for a thread that lets you bot for more then six hours. I cant recall the name


where does it bank if i train at the stronghold
It doesnt bank so its not really for pures.


i havnt tried this script but out of ten what would u rate this script as?
8/10 since it doesnt lock onto monsters as fast as I hoped.

miketree
12-18-2011, 03:16 PM
After finally getting it to work


[===============================]
[ Fast Fighter 3.52 ]
[ by Narcle ]
[===============================]
[ Time Ran : 3 Hr 47 Min 31 Sec ]
[ Killed : 507 ]
[===============================]
[ Fast Fighter 3.52 ]
[===============================]
[============================================]
[ Nick | Active | Worked | Kills | Foodate ]
[============================================]
[ | True | 03:44:25 | 507 | 0 ]
[============================================]


Oh, and I'm sure you're already aware of this, but when ranging, it always says low arrows, even though I have more than 200 arrows, then logs out. But melee works great.


You can just uncheck ranging, and equip your range gear and the bot will range without arrow checks etc, just make sure you bring enough arrows / food etc.

davx
12-18-2011, 04:50 PM
Hey am just wondering what am doing wrong
Error: Out Of Range at line 953
The following DTMs were not freed: [SRL - Lamp bitmap, 1]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap]


Line 953
NAF[i].Range := Players[i].Arrays[0][0];
Havent touched that any help?

idoxtc
12-18-2011, 05:55 PM
Hey am just wondering what am doing wrong
Error: Out Of Range at line 953
The following DTMs were not freed: [SRL - Lamp bitmap, 1]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap]


Line 953
NAF[i].Range := Players[i].Arrays[0][0];
Havent touched that any help?

Are you using the from or declare players?
If not then change UseForm = False; to UseForm = True;
I used to get the same error when I used Declare players, I don't get much problems when using the forms. Not flawless though.

davx
12-18-2011, 06:01 PM
Form ? am new what should i be doing ?

idoxtc
12-18-2011, 06:02 PM
how do u make it run for over 6 hours?

http://villavu.com/forum/showthread.php?t=67864


gr8 script! i just have 1 question- how long does it wait to eat food?

It waits until you are half HP. So if you are 600 hp (60) it will eat at 300 hp (30).

idoxtc
12-18-2011, 06:07 PM
Form ? am new what should i be doing ?

Check on Line 31 Make sure it says Useform=True;
Then you don't have to fill in your account information at the bottom just leave that alone. Now push play ( the green triangle at the top) and a form should pop up, Fill in your account information their.

Also make sure you have the latest version of SLR, right click on it and click on check for update, and if there is one wait for it to update and restart Simba.

davx
12-18-2011, 06:16 PM
I know how to update everything :) Anyways iv got everything sorted iv done it the same every time just this time it seemed to work :D Thanks for the help

The Banker
12-18-2011, 07:49 PM
Hey Narcle,

could it be possible to set the fighting style(and let it checks it every relog/world-switch)?
Because of this --- http://villavu.com/forum/showthread.php?p=865043#post865043 --- i‘d do it myself but im still busy with attempting on my first script.

Would be great :D

davx
12-18-2011, 09:25 PM
[===============================]
[ Fast Fighter 3.52 ]
[ by Narcle ]
[===============================]
[ Time Ran : 1 Hr 12 Min 19 Sec ]
[ Killed : 141 ]
[===============================]
[ Fast Fighter 3.52 ]
[===============================]
[============================================]
[ Nick | Active | Worked | Kills | Foodate ]
[============================================]
[ | True | 01:11:37 | 141 | 0 ]
[============================================]

It stop working here
came up with
formwrite in:Nextplayer <true>
How can i get this to stop?

TsterT
12-19-2011, 02:49 AM
You can just uncheck ranging, and equip your range gear and the bot will range without arrow checks etc, just make sure you bring enough arrows / food etc.

Huh, it seems to work nice like that.

@OP
What's your method of detecting whether or not you're fighting something? I'm using this on my range at the moment, and I have him in a safe spot of course, he's going back and forth in between 2 Flesh Crawlers. It's not something that bothers me, considering it works perfectly. Just a little curious how this can be prevented.

Narcle
12-19-2011, 03:59 AM
Huh, it seems to work nice like that.

@OP
What's your method of detecting whether or not you're fighting something? I'm using this on my range at the moment, and I have him in a safe spot of course, he's going back and forth in between 2 Flesh Crawlers. It's not something that bothers me, considering it works perfectly. Just a little curious how this can be prevented.

Its detected by combat bar above you, hence I added waits to ranging but this is a bad way to do it. I'm working on a way to detect the animation of you ranging so it knows its fighting while ranging.

@The banker
I have to re-add a set combat mode to the script since they are now randomly changing it. (seems a bit directed at us no?)

@Others
I THINK Jagex is now shifting colors on monsters while in game... Hence some times after only minutes it stops finding them. What I'm trying to add is after you give the initial colors it'll pick and add colors when it successfully attacks a monster.

There's a lot to be done, and I have much research/testing to make sure this comes out the way I want. If it starts taking to long I'll get a release out to fix ammo counting, add InFight for ranging and other minor fixes.

snowneo
12-19-2011, 04:06 AM
Its detected by combat bar above you, hence I added waits to ranging but this is a bad way to do it. I'm working on a way to detect the animation of you ranging so it knows its fighting while ranging.

@The banker
I have to re-add a set combat mode to the script since they are now randomly changing it. (seems a bit directed at us no?)

@Others
I THINK Jagex is now shifting colors on monsters while in game... Hence some times after only minutes it stops finding them. What I'm trying to add is after you give the initial colors it'll pick and add colors when it successfully attacks a monster.

There's a lot to be done, and I have much research/testing to make sure this comes out the way I want. If it starts taking to long I'll get a release out to fix ammo counting, add InFight for ranging and other minor fixes.

Jagex is definitely changing colors on NPC's. I have had update the colors a couple of times, thankfully I picked less common colors so it is rare now that I need to update, nonetheless it does need to be done. I personally think that you shouldn't fret over getting a release out, when it is ready, it is ready. You need to make sure to have a life outside of scripting. :)

tyking77
12-19-2011, 06:14 AM
I'm currently using this script for ghouls :P and I was wondering... if i change 1 of the colors to the color of a charm ( thinking of using gold for gold charm) will it pick up gold charms?

catbat78
12-19-2011, 06:14 AM
Ugg keep's on logging me back off and says I have low range ammo but I have 700 bolts?

Narcle
12-19-2011, 06:18 AM
@ty
No.


Ugg keep's on logging me back off and says I have low range ammo but I have 700 bolts?

Click Range off, just make sure you have enough bolts. It won't check for it then.

dozza
12-19-2011, 07:34 AM
It would be great if u could implement picking up, even if its only 1 thing, cus id like to use this for charms :)

The Banker
12-19-2011, 07:58 AM
@The banker
I have to re-add a set combat mode to the script since they are now randomly changing it. (seems a bit directed at us no?)


Hell yea!

Sounds like you gonna do it, so thanks a lot :DD

anciuvis
12-19-2011, 01:37 PM
i have this script i picked colors but. bot just follow mobs but dont killing them what is the problem ?

laakerules
12-19-2011, 05:13 PM
you have to have the name typed in correctly like if its Bandits then it has to be "Bandits"not "bandits" must have capitols.

Azhar
12-19-2011, 05:21 PM
I gave up trying, bitmap errors.

TsterT
12-19-2011, 05:32 PM
you have to have the name typed in correctly like if its Bandits then it has to be "Bandits"not "bandits" must have capitols.

Incorrect, Bandits would be andits. You type the first word in their name minus the first letter. Read the examples in the OP.

miketree
12-19-2011, 06:09 PM
Incorrect, Bandits would be andits. You type the first word in their name minus the first letter. Read the examples in the OP.

I've always just entered the full name and it's worked fine o.O

chelmid
12-19-2011, 06:13 PM
sorry,but where's pest controller script at the moment?

The Banker
12-19-2011, 06:20 PM
sorry,but where's pest controller script at the moment?

moved to the members-only section, due to the much leeching

heshbush
12-19-2011, 06:22 PM
hi im wondering why my script is not working correct the camera spins around looking for something to kill and constantly says Searching... spams it actually is there any solution to this? I have set Useform to false and could use some help to get this going

Azhar
12-19-2011, 06:23 PM
Error: Out Of Range at line 953
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]

blinkblink
12-19-2011, 08:06 PM
For those with issues...
Make sure you entered the NPC's name - ex: Yak or ak
Add the 3 colors(which you got from using the color picker)
Set a color tolerance
Select "Active"
Press "Save & Start"

It works for me like that

Radar
12-19-2011, 08:19 PM
Works perfectly thanks. Using it to train at men with my pure lol. Only one thing tho why does it log out if it sees a mod?

Mannsderek
12-19-2011, 08:41 PM
Works perfectly thanks. Using it to train at men with my pure lol. Only one thing tho why does it log out if it sees a mod?

Strange question. Probably don't wanna get reported, because moderators are more likely to care and report you.

TsterT
12-19-2011, 11:15 PM
Error: Out Of Range at line 953
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]

If you filled out any of the information below DeclarePlayers, and the form is enabled, you'll get this error. Or at least that's what I read in Narcle's post.

jacko82
12-19-2011, 11:51 PM
would anyone mind making an outline on how to setup the scrip for me? this is the first time ive ever used simba/ scar coding please and thank you alot, i know its annoying and all but ive been trying for two days to set it up and i keep failing since it is pretty hard for me to understand how to run it

sukoko
12-20-2011, 02:08 AM
how do i setup this script to kill chickens? can somebody help me please

litchfs
12-20-2011, 03:07 AM
After finally getting it to work


[===============================]
[ Fast Fighter 3.52 ]
[ by Narcle ]
[===============================]
[ Time Ran : 3 Hr 47 Min 31 Sec ]
[ Killed : 507 ]
[===============================]
[ Fast Fighter 3.52 ]
[===============================]
[============================================]
[ Nick | Active | Worked | Kills | Foodate ]
[============================================]
[ | True | 03:44:25 | 507 | 0 ]
[============================================]


Oh, and I'm sure you're already aware of this, but when ranging, it always says low arrows, even though I have more than 200 arrows, then logs out. But melee works great.


How did you get the script working in the first place? What do I copy? Where do I copy it to?

TsterT
12-20-2011, 03:13 AM
How I got the script to work...Ummm. I used the form, which makes it easier for me because it's something more visual. When the form pops up, just fill out all your character's info, the monster name, minus the first letter (Chicken: hicken, Zombie: ombie, ect...). Then check the box "Active." To get the colors, follow the tutorial Narcle posted. Then just press "save and start" when you're around the monsters you want to kill.

slakan
12-20-2011, 08:08 AM
[===============================]
[ Fast Fighter 3.52 ]
[ by Narcle ]
[===============================]
[ Time Ran : 5 Hr 57 Min 56 Sec ]
[ Killed : 647 ]
[===============================]
[ Fast Fighter 3.52 ]
[===============================]
[============================================]
[ Nick | Active | Worked | Kills | Foodate ]
[============================================]
[ | True | 05:54:01 | 647 | 0 ]
[============================================]

[===============================]
[ Fast Fighter 3.52 ]
[ by Narcle ]
[===============================]
[ Time Ran : 3 Hr 28 Min 51 Sec ]
[ Killed : 375 ]
[===============================]
[ Fast Fighter 3.52 ]
[===============================]
[============================================]
[ Nick | Active | Worked | Kills | Foodate ]
[============================================]
[ | True | 03:26:32 | 375 | 0 ]
[============================================]

singel player proggies, it stops when rs updats :P

TsterT
12-20-2011, 08:33 AM
I noticed it with miss clicking on my range, causing him to move out of my safe spot. I removed left-clicking for attacking, and added in right clicking instead. I've tested it quite a bit, the only thing abnormal that happens is sometimes it will Right Click -> Attack multiple times on the same target, most likely because it can't detect the fight.

With Narcle's permission, I'd be glad to post it.

edit: short proggy:


[==========================]
[ Fast Fighter 3.52 ]
[ by Narcle ]
[==========================]
[ Time Ran : 22 Min 53 Sec ]
[ Killed : 89 ]
[==========================]
[ Fast Fighter 3.52 ]
[==========================]
[============================================]
[ Nick | Active | Worked | Kills | Foodate ]
[============================================]
[ | True | 00:20:28 | 89 | 0 ]
[============================================]


The kill count is most likely around 50 actually. It counts a kill every time it attacks a new target. Being in a safe spot, I'm never attacked, so it switches monsters often when there are more than 1 alive.

juuby
12-20-2011, 08:25 PM
hey, running ur script really nice man.. but could u add banking.. like when the food in the inventory is up it goes to the bank.. like uhhm al-kharid warriors, the bank is nearby so...anyways good script thank you

blinkblink
12-20-2011, 09:04 PM
hey, running ur script really nice man.. but could u add banking.. like when the food in the inventory is up it goes to the bank.. like uhhm al-kharid warriors, the bank is nearby so...anyways good script thank you

This script is not meant to bank... just fight & eat

kevin33
12-20-2011, 09:08 PM
hey, running ur script really nice man.. but could u add banking.. like when the food in the inventory is up it goes to the bank.. like uhhm al-kharid warriors, the bank is nearby so...anyways good script thank you

Banking is near impossible as it is not set to one location, it could be set to fight anywhere. If you would like a fighter with added banking you will have to make one or use a different script with banking if there is one. It would take a lot of work for Narcle to add banking locations for all banks. If you want banking, you would have to alter the script yourself with Narcles permission of course or make a whole new one.

polska94
12-20-2011, 09:45 PM
what does colour tolerance do, what happens when it is high?
and does the bot log into a random world, is it possible to pick a world to log into?

heshbush
12-21-2011, 12:29 AM
Ok I tried changing the name of the npc to remove the first letter, also set active on and set the colors in the form and still am getting "Searching..." spammed in the bot log can someone help me if they have fixed this error as I can't find any solution, please thanx

TsterT
12-21-2011, 12:30 AM
Color tolerance, higher it is, it will be more sensitive, meaning it will go for colors near the color you picked. Rather the lower it is, it will try to get more exact colors.

For the world, it logs into a random world. And if you don't attack something for..I think it's 1 minute, it will log out, and go to another world.

Narcle
12-21-2011, 12:37 AM
I should mention this does NOT work for Rock Crabs. So if your trying to auto them sorry this script doesn't work for them due to having no markers on MM.

I'll add this to first post later.

laakerules
12-21-2011, 01:16 AM
Incorrect, Bandits would be andits. You type the first word in their name minus the first letter. Read the examples in the OP.

Doesnt matter if it's andits Bandits ndits dits its ts s.

all that matters is if the capitalization is correct on them!

laakerules
12-21-2011, 01:18 AM
Hey narcle, could you possibly help me out to add a pickup charms part or add it to your next release. I really need that option seeing as how many i could have.
Good job though, also sorry for the double post!

heshbush
12-21-2011, 01:35 AM
I've tried so many times to get this working.. Ill try again with more specific colors but what is a good color tolerance to set. I have tried 9999999 and I have tried 0, neither work and neither click anything.. It just sits there sometimes turning camera angle and searches so much that it lags like hell. Once again anyone who can help me out much appreciated... P.S. I have tried "iant rat", "hicken", "l-kharid warrior", "uard" and "ugger" none of them can find me something to click on. Im getting frustrated but don't want to give up for good can someone tell me what i'm doing incorrect?

youdude
12-21-2011, 02:23 AM
I've tried so many times to get this working.. Ill try again with more specific colors but what is a good color tolerance to set. I have tried 9999999 and I have tried 0, neither work and neither click anything.. It just sits there sometimes turning camera angle and searches so much that it lags like hell. Once again anyone who can help me out much appreciated... P.S. I have tried "iant rat", "hicken", "l-kharid warrior", "uard" and "ugger" none of them can find me something to click on. Im getting frustrated but don't want to give up for good can someone tell me what i'm doing incorrect?

mine works good with 3

blinkblink
12-21-2011, 03:04 AM
[===============================]
[ Fast Fighter 3.52 ]
[ by Narcle ]
[===============================]
[ Time Ran : 5 Hr 48 Min 19 Sec ]
[ Killed : 751 ]
[===============================]
[ Fast Fighter 3.52 ]
[===============================]
[============================================]
[ Nick | Active | Worked | Kills | Foodate ]
[============================================]
[ | False | 05:45:50 | 751 | 0 ]
[============================================]

piper101
12-21-2011, 07:14 AM
I've tried so many times to get this working.. Ill try again with more specific colors but what is a good color tolerance to set. I have tried 9999999 and I have tried 0, neither work and neither click anything.. It just sits there sometimes turning camera angle and searches so much that it lags like hell. Once again anyone who can help me out much appreciated... P.S. I have tried "iant rat", "hicken", "l-kharid warrior", "uard" and "ugger" none of them can find me something to click on. Im getting frustrated but don't want to give up for good can someone tell me what i'm doing incorrect?

tolerance-3
al-kharid warrior - arrior
guard - uard
giant rat - at
Moss giant - iant
hill giant - iant

are you picking up what i mean? make sure the moster you're fighting doesn't blend in with the area surrounding, i.e. minotaurs are horrible since they are the same color as the ground and walls so the bot wont be able to detect what is what.



I should mention this does NOT work for Rock Crabs. So if your trying to auto them sorry this script doesn't work for them due to having no markers on MM.

I'll add this to first post later.

Darn, I was going to try this on my pure because finding a monster for a 1 def pure is tough.

Deadly Serious
12-21-2011, 09:03 AM
Edit: Don't worry, I changed the settings around and it's going great :D

KleinePiraat
12-21-2011, 01:37 PM
Whats the NPC color of a goblin ?

heshbush
12-21-2011, 01:40 PM
tolerance-3
al-kharid warrior - arrior
guard - uard
giant rat - at
Moss giant - iant
hill giant - iant

are you picking up what i mean? make sure the moster you're fighting doesn't blend in with the area surrounding, i.e. minotaurs are horrible since they are the same color as the ground and walls so the bot wont be able to detect what is what.


Thx alot man I had a slight feeling the background colors were to blame for the misconception and now I know it was, Can't thank you enough..

Configz
12-21-2011, 02:12 PM
i thought that maybe some of u knew how to get a script to work?

Cause i dont really know how to make it work. :-(

The script is Fastfighter!

I hope someone know this script and can help me with this problem!

- Thanks in advance!

So could anyone pleas help me trough Teamviwer?`

- Configz

Gaston7eze
12-21-2011, 03:54 PM
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]
I got that error how do i get it to work?
Thanks

Smidqe
12-21-2011, 04:07 PM
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]
I got that error how do i get it to work?
Thanks

You excluded the line where it tells the error as those lines don't tell what kind of error script encountered, so could you post more of debug?

Gaston7eze
12-21-2011, 04:16 PM
SRL Compiled in 16 msec
SMART Initialized.
Loaded: Server 1, Members: True, Signed: True, Super Detail: False.
Error: Exception: Access violation at line 143
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]

Smidqe
12-21-2011, 04:22 PM
SRL Compiled in 16 msec
SMART Initialized.
Loaded: Server 1, Members: True, Signed: True, Super Detail: False.
Error: Exception: Access violation at line 143
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]

Try running Simba as administrator. Other than that I have no idea why it gives that

Gaston7eze
12-21-2011, 04:36 PM
How could i ?

piper101
12-21-2011, 07:56 PM
How could i ?

If you're using vista or windows 7, right click simba>"Run as Administrator"
I would suggest redownloading the script and refilling it out

deffailed
12-21-2011, 10:09 PM
nice script

badreligiion
12-22-2011, 12:23 AM
The script is beautiful except for the fact that it cannot attack monsters who are ahigher level than you (it can't see the name unless it right clicks on it)

For example I am on my pure (level 51) at king lathas training ground trying to kill ogres who are in the 60s and it continuously hovers over them without clicking

I tried doing "ogre" "gre" in the name box and the same thing happens both time if someone could fix this I would greatttly appreciate it because this script is pretty fuckin awesome I used it on my other account and it was flawless

junkaholic
12-22-2011, 12:24 AM
i want to use this script but i have 1 really really noobish question how do i add scrips/use them. i mean like how do i get this script???? sorry for this really big noob question im new to this :(

Surfster
12-22-2011, 01:16 AM
hey narcle, how about the option of using guthans for food instead?

genisx12
12-22-2011, 01:34 AM
Could you add the option to use protect from melee and pray pots?

DeiJaiVui
12-22-2011, 06:23 AM
Could someone help me to set this up please, I'm confused!

EDIT: Nevermind, got it working!

sckwarrior
12-22-2011, 07:41 AM
for me this just stands there and moves the mouse from one yak to another, i dont think yaks work with it

DeiJaiVui
12-22-2011, 10:43 AM
It doesn't eat.

YoHoJo
12-22-2011, 10:49 AM
Post a picture of how you set up the form.

Myke
12-22-2011, 01:01 PM
this is great been running few hours now flawless
sofar... hehe

shstiger2009
12-22-2011, 05:30 PM
Getting the error:

Error: Out Of Range at line 953.

Tried searching briefly but couldn't find anything.

Snowflak
12-22-2011, 06:36 PM
I tried to bot at lesser demon at wizard tower but it doesn't even attack

blinkblink
12-22-2011, 07:23 PM
I tried to bot at lesser demon at wizard tower but it doesn't even attack

You must have not followed instructions properly when setting it up.. since I have tested it on a caged Ogre & some other Zoo caged NPC's and it worked fine - It would be the same thing as attacking the caged lesser demon on the wizard tower

stinkfist
12-22-2011, 09:25 PM
nice script bro, wish i was as gifted at it.

badreligiion
12-22-2011, 10:23 PM
You must have not followed instructions properly when setting it up.. since I have tested it on a caged Ogre & some other Zoo caged NPC's and it worked fine - It would be the same thing as attacking the caged lesser demon on the wizard tower

What level are you?

noobsaibot
12-22-2011, 11:59 PM
[===============================]
[ Fast Fighter 3.52 ]
[===============================]
[============================================]
[ Nick | Active | Worked | Kills | Foodate ]
[============================================]
[ | True | 06:14:53 | 1299 | 0 ]
[ | False | 00:00:00 | 0 | 0 ]
[ | False | 00:00:00 | 0 | 0 ]
[ | False | 00:00:00 | 0 | 0 ]
[============================================]

polska94
12-23-2011, 03:35 AM
how much exp per hour do you guys get?

blinkblink
12-23-2011, 05:08 AM
What level are you?

level 1 - super pro :p

jk Well yeah I read your previous post I am higher combat level than all of those caged NPC's that I tested which worked for me.

I will test on another account to see if your theory is correct, of being less combat level the script won't work.
*Edit*
Its correct what you posted... it doesn't work for monsters who are higher combat level than your *RS player. Monster which you cannot left-click to attack them(since its much higher combat level) - the script will need to be able to work a right-click then select the 3rd option Attack *NPC NAME*

*The punk band Bad Religion is awesome :)

jkearley421
12-23-2011, 05:37 AM
Nice script bro, its going strong for me. You should add an option to teleport somewhere when out of food, and then logout, that would make it top notch! Thanks for the script!

sofaking
12-23-2011, 07:48 AM
Nice script, but for some reason, it only works when I don't use the form. I use the same exact information in both the form and the script itself. However, in the form, it'll constantly 'search' for the monster, while if i input in the script setup manually, it works fine. I don't know why this is. I'm at bloodvelds in slayer tower if that hellps any.
Thanks for script.

rswiz
12-23-2011, 08:35 AM
would this work good at experiments??? And does it bank..?

Kabouterplop
12-23-2011, 09:43 AM
Nice script, but for some reason, it only works when I don't use the form. I use the same exact information in both the form and the script itself. However, in the form, it'll constantly 'search' for the monster, while if i input in the script setup manually, it works fine. I don't know why this is. I'm at bloodvelds in slayer tower if that hellps any.
Thanks for script.

Funny but yes it doesnt work with form and it does without.

wierd but it is.

Elmeri233
12-23-2011, 11:00 AM
This script works well, atleast at yaks. Got my 99 range in there. Altho, it seems that when you're ranging with black knives, it's much better to leave the ranging option unchecked, since black knives are not in the quiver, so it doesnt bug out.

Narcle
12-23-2011, 11:44 AM
Something to look forward too, this is short report of me using a sling. Still testing and fixing SRL at same time to make it really good. :)

[================================================== ==============]
[ Nick | Active | Worked | Kills | Kills/H | XP Gained | XP/H ]
[================================================== ==============]
[ **** | True | 00:21:14 | 69 | 195 | 5745 | 16224 ]
[================================================== ==============]

E:
Expect a release soon. I have more tweaking to do to script and SRL.

Helper
12-23-2011, 05:42 PM
Something to look forward too, this is short report of me using a sling. Still testing and fixing SRL at same time to make it really good. :)

[================================================== ==============]
[ Nick | Active | Worked | Kills | Kills/H | XP Gained | XP/H ]
[================================================== ==============]
[ **** | True | 00:21:14 | 69 | 195 | 5745 | 16224 ]
[================================================== ==============]

E:
Expect a release soon. I have more tweaking to do to script and SRL.

Certified By :norris:

Helper
12-23-2011, 05:43 PM
Something to look forward too, this is short report of me using a sling. Still testing and fixing SRL at same time to make it really good. :)

[================================================== ==============]
[ Nick | Active | Worked | Kills | Kills/H | XP Gained | XP/H ]
[================================================== ==============]
[ **** | True | 00:21:14 | 69 | 195 | 5745 | 16224 ]
[================================================== ==============]

E:
Expect a release soon. I have more tweaking to do to script and SRL.

Narcle, i Really want you to say thank you for this script, i start yesterday a new pure now im 54 attack, 40 str and 50 range going to 60 attack today to go pk whit claws.

Certified By :norris:

polska94
12-23-2011, 06:51 PM
sorry this might be a stupid question but where can i see my progress reports?

Runecem
12-23-2011, 07:38 PM
could you please make it bury bones?

Thomashamka
12-23-2011, 09:49 PM
Getting the error:

Error: Out Of Range at line 953.

Tried searching briefly but couldn't find anything.


Same error, im newb so what could fix this?

MrDeadman26
12-23-2011, 10:07 PM
admins, ur forgeting that we arnet experts at this............. ive ben woking for over 2 hours and it still wont work always says out of range at line 053

dr kickassss
12-24-2011, 02:06 AM
Does the script right click and attack NPCs that have higher combat than mine ? My combat lvl is 50 and I want to train it at orges whose combat level is 63. Is this possible ?

Narcle
12-24-2011, 03:48 AM
Does the script right click and attack NPCs that have higher combat than mine ? My combat lvl is 50 and I want to train it at orges whose combat level is 63. Is this possible ?

Next version I have an option to Right Click or Left Click only. ;)

dr kickassss
12-24-2011, 08:03 AM
Next version I have an option to Right Click or Left Click only. ;)

Wow Awesome. Cant wait :D

Narcle
12-24-2011, 12:11 PM
12-24-2011: Fast Fighter [v4.00][Dev].simba
-Added Fight Style which can be set to train a spacific Skill or Crush, Slash etc.
-XP and XP/Hour added to report and SRL stats
-On SMART display of your current Kills, Kills/h, XP and XP/h
-Auto detects if your Ranging or Meleeing
-Fighting drastically improved, and allows for higher color tolerance (9-15)
-WaitFight works awesome for Range or Melee, detects you attacking w/o HP Bar
-Left click / Right click only options added
-Noobified ~ if you set it up wrong it should notify you whats wrong
-File debug logging option added just in case
Notes:
-Uses a different ini file so you will have to re-enter your character info for forms
-Don't use super slow weapons i.e. Dark bow, 2-handers should be fine. (if not report it)
-I will NOT be adding any more features so don't ask for them.

shadowmarkus
12-24-2011, 01:25 PM
Awesome! Works like a charm. Except, it doesn't recognize iron knives as ammo.

Narcle
12-24-2011, 01:26 PM
Awesome! Works like a charm. Except, it doesn't recognize iron knives as ammo.

Ahh, I'll check it out. I shouldn't even have to touch script to fix it too, probably fix it via SRL.

Nawaf
12-24-2011, 02:17 PM
why isnt your script clicking on the npc

Nawaf
12-24-2011, 02:22 PM
dear narcle,
i have set up everything the npc colour and all the other settings it can detect the npc but it doesnt click can you please hellp me out :P

shadowmarkus
12-24-2011, 02:41 PM
dear narcle,
i have set up everything the npc colour and all the other settings it can detect the npc but it doesnt click can you please hellp me out :P

Check the npc name. If its Ogre, call it "gre" in the script.

Read the FAQ :)

shadowmarkus
12-24-2011, 02:46 PM
why isnt your script clicking on the npc
Check the npc name. If its Ogre, call it "gre" in the script.

Read the FAQ

polska94
12-24-2011, 03:18 PM
why does the script click on another monster to attack while its still attacking one, it slows the bot down and by the way this is happening at yaks

Texy
12-24-2011, 03:28 PM
Amazing work Narcle! And when you say that you won't be adding any new features, you'll still be updating it right?

MrDeadman26
12-24-2011, 03:30 PM
it wont attack, i chose colors and called it ow (cow) but it still wont work

Narcle
12-24-2011, 06:13 PM
why does the script click on another monster to attack while its still attacking one, it slows the bot down and by the way this is happening at yaks
What weapon are you using? (need to know to look up the speed of it) I have an idea whats wrong.


it wont attack, i chose colors and called it ow (cow) but it still wont work
Does it move the mouse over the Cow but just doesn't click? Have to know if it moves mouse over it or not.


Amazing work Narcle! And when you say that you won't be adding any new features, you'll still be updating it right?
Yes I will be keeping it updated.

Smeagol
12-24-2011, 10:51 PM
Awesome script man i really love it, but yeah you should fix them knifes, would be really nice man :).

CreaShun
12-24-2011, 11:23 PM
Great script, works flawlessly except one problem, The script logs me out every 25-30 mins???

xpixelx
12-24-2011, 11:45 PM
Great script, works flawlessly except one problem, The script logs me out every 25-30 mins???

Works great for me to but i only get 19-20 minutes everytime.

CreaShun
12-24-2011, 11:57 PM
Works great for me to but i only get 19-20 minutes everytime.

[==========================]
[ Fast Fighter 4.00 ]
[==========================]
[================================================== ==============]
[ Nick | Active | Worked | Kills | Kills/H | XP Gained | XP/H ]
[================================================== ==============]
[ **** | True | 00:32:03 | 53 | 99 | 10557 | 19754 ]
[================================================== ==============]

Glad to hear i'm not the only one, I actually witnessed the script log me out, It doesn't glitch or anything, It actually logs you out to login, Is this supposed to be a new safety feature added? I thought people could run this for hours and hours.

xpixelx
12-25-2011, 01:12 AM
[==========================]
[ Fast Fighter 4.00 ]
[==========================]
[================================================== ==============]
[ Nick | Active | Worked | Kills | Kills/H | XP Gained | XP/H ]
[================================================== ==============]
[ **** | True | 00:32:03 | 53 | 99 | 10557 | 19754 ]
[================================================== ==============]

Glad to hear i'm not the only one, I actually witnessed the script log me out, It doesn't glitch or anything, It actually logs you out to login, Is this supposed to be a new safety feature added? I thought people could run this for hours and hours.

Iv'e been going over an hour for the first time ever now that i made a change to line

996 if (Getsystemtime > MyVars[19]) then
LogoutSeq('');

in script.


Hope this helps someone. Good luck.

Narcle very nice work thank you so much for sharing.

Smeagol
12-25-2011, 01:16 AM
Hey again, would be nice if you could add so you can eat :) thanks

Smeagol
12-25-2011, 01:21 AM
hey, i saw that you can eat, but i dont know how to, would be nice if someone could explain it to me :). thanks

CreaShun
12-25-2011, 02:50 AM
hey, i saw that you can eat, but i dont know how to, would be nice if someone could explain it to me :). thanks

It eats automatically when your HP gets to a certain percentage, I'm not quite sure at what percent but then auto eat function works flawlessly. For me anyways.

and xpixelx, thank you very much for sharing that, I added it to the script and i'm going to re-run it and see how it works. I really want to learn this language and start making script for the community aswell. Hope it's not too hard to learn.

EDIT: I get this error when trying to run script:
[Error] (997:26): Unknown identifier 'MyVars' at line 996
Compiling failed.