works good now but it doesnt it when it needs to
works good now but it doesnt it when it needs to
oh sorry i meant eat
Works great, thanks for sharing!
Atleast i get this autofighter working, using my head help a lot. Works great and now i let it do some work.![]()
Fightzor 0.13 by Negaal
===============================
Worked: 37 Minutes and 50 Seconds
Monsters killed: 171
Kill rate: 271/hr
===============================
Chickens![]()
Fightzor 0.13 by Negaal
===============================
Worked: 1 hour Minutes and 50 Seconds
Monsters killed: 464
Kill rate: 271/hr
===============================
but then it stopped so i think that is a bugg?
Worked: 28 Minutes and 38 Seconds
Monsters killed: 187
Kill rate: 392/hr
More chickens![]()
16 msec
[Runtime Error] : Out Of Range in line 80 in script C:\Documents and Settings\xxxxx\Desktop\Fightzor_v0[1].12[SRL4 #14].scar
Whats wrong with this line:
Players[0].Name :='char name';
These are my stats before macroing:
http://img391.imageshack.us/img391/2066/statsfj7.jpg
These are my stats after macroing:
under construction
Wrong startplayer and numberofplayers, check those...
[CENTER][SIZE="4"]Inactive[/SIZE]I forgot my password[/CENTER]
I dunno if I am just retarded or something but.... It logs in then sits at the screen after that. I walked away and ate, came back and it was still there... Suggestions?
for me all it does is scroll over the monsters but doesnt click.... help?
OutDated
stop working today apparently
hmm didnt work![]()
Disregard my previous post I have my color set to 16bit and changed it to 32bit and it gets past the screen.
@scissor
make sure that the monsters names are right
@codeman
works for me
@evil
"hmm didnt work" this aint telling anybody very much.
extremely good job, keep on the good work
i tried to make it fight chickens and make it pickup feathers and other stuff that they drop when i ran it it just kep on picking up other ppls things and never atked any chickens can anyone tell me why and if someone has configured this to be used for chickens and its worked can u please giv me the coulours uve used![]()
Is this better than narcles fighter?
I get this error when I try to run it, the same with EVERY script:
Include file C:\Program Files\SCAR 3.15\includes\SRL\SRL.scar does not exist.
Include file C:\Program Files\SCAR 3.15\includes\SRL\SRL\skill\fighting.scar does not exist.
Failed when compiling![]()
Very good script, have been using it for a while now to lvl combat easily, also very adaptable to many situations. good work!
Cpt Obvious: your problem seems to be that you don't have SRL installed, which all of the scripts on this site would need, there should be a tutorial on setting it up in the help section i think...
hi im new to this and all so sorry if ive made some noob mistake...
anyway ive been trying to get this thing to work for a total time of 4 hours
anyways i set things up as best i can then after giving me a few messages at the bottom of scar it just dosnt do the slightest thing.
srl compiled in 1997 msec
creating the nicktpa
nickname isnt set taking username instead
then it just stays like that... and nothing i do seems to be working.
plz let me know if you know what to do.
where do u put ur srl and srl pass its my first time..
oh, I hate to lose that much time for 1 thing...so, I try to explain, you have to fill your pw and name in declare players, set monster colours and names in const(read some setting up script guide from tut island)
then drag crosshair onto rs,
press compile, it should do, please note that current version was made for srl 14, it should work with 15 aswell, also you need scar 3.15
[CENTER][SIZE="4"]Inactive[/SIZE]I forgot my password[/CENTER]
xxAgro04xx: I assume you mean your SRL stats ID and pass, you enter them in at the top of declareplayers, but if it is your first time, you will need to set up the constants aswell, follow what negaal said in the last post.
Negaal: Im running it with SRL 15, no problems at all, so yes, it does work
here il show u what im doing maybe that will help with finding the problem.
of course certain bits of information such as passwords are left out of this.
and yes i read that guide before.
im going to try this again some more tomorrow i gotta get some sleep soon.
StartPlayer = 0;
TotalPlayers = 1;
TimeForPlayer = 15; // Time for Each Player In Minutes(Random 5 minutes will be added).
Playerspeed = 12; // Mouse speed, random 3 will be added...
MaxFightTime = 20000; //maximum time what takes you to kill that monster
CheckForHp = false; //If Hp is lower than [MinPercent] then it rans away... //Needs to be True if you want to eating too
HPCheckTime = 10; // How often to check for hp? (in seconds) // only needs setting if CheckForHp = True; //random 15 will be added
MinPercent = 50; //if HP is under this percent, then script rans away and log out, CheckForhp needs to be enabled
UseFood = false;
Foodcol = 1722059;
LowestPercent = 10; //If Hp is lower than LowestPercent then script will eat.
TheDir = 'S'; //Direction where character rans...
MonsterName = 'gull';//Example of Minotaur, Skip the capital, and make short as possible
MonsterColor1 = 9016211; // Monstercolors...
MonsterColor2 = 15725041;
MonsterColor3 = 9015211;
MonsterTol = 12; //If Script won't find the nearest monster then increase it
PickStuff = False; //Want to pick up stuff? {You can set color of items in DeclarePlayers}
{These 2 depends how crowded killingplace is and how long time takes monster to spawn, these okay for example minotaurs}
HowManyTimesToSearch = 12; //How many times to searc before clicking on yellow NPC dot
HowManyBeforeLog = 30; //If Finding monster failed <HowManyBeforeLog> times then it logs out
//================================================== =============//
VersionNumber ='0.13'; //Don't touch it...lalallaalaa
var
x, y, Nfm, LogNow, StartTime, PlayerTime,
AtcStart, MonsterKills, HpTime,RplayerTime,
DeadBar, Picked, CheckMyHP, FightingTime : Integer;
WaitNewb, WaitNoob : Extended;
MColor, objcolor : TIntegerArray;
TeleWait, WeAreInLumb, FirstCheck, Xzdw : boolean;
procedure DeclarePlayers;
begin
SRLId:= 'sneakyninja';
SRLPassword:= 'u dont need to know this one';
CurrentPlayer := StartPlayer;
NumberOfPlayers(TotalPlayers);
{
if you set pickstuff to true,
then you have to set objcolor here
You can put them here much as you want,
put seperate them with comma
Example : ObjColor := [123, 24354, 45436, 546]
}
ObjColor := []
Players[0].Name :='u dont need to know this';
Players[0].Pass :='or this';
Players[0].Nick :='' ;
Players[0].Skill:='defence'; //Strength, Attack, Random, Defense
Players[0].Active:=True;
There are currently 1 users browsing this thread. (0 members and 1 guests)