When i tried it, it said Fail While Compiling or something.
When i tried it, it said Fail While Compiling or something.
RUNESCAPE RULES ALL
Very Very AWSOME![]()
Just trying on the Goblins at lumbridge ill report back.
perhaps yall can help me out?
when i run the script it sais unknows identifier line 54 or summat and was wonderin whats was happenin with it.
This looks great but anyone tell me a good place to run this from level 3 because it doesnt work in the Goblin hut in lumbridge because it just skips from target to target but doesnt click.
Edit: Read the FAQ will post a proggie later on.
Edit2:Ill run it for longer another time but for now this is what I got its pretty good but doesn't eat maybe im doing something wrong though ok here's the report.
|_Single Player__Narcle's Fast Fighter v2.52 by Narcle___|
| Ran: 0h:53m:8s Current Time: 08:20:57 PM Start Time: 07:28:03 PM |
| A:8, S:9, D:8, R:1 Total Kills: 53, Total XP Gained: 1320, Kills Round: 13, XP Round: 320
| XP/hour: 1494, Estimated time to Strength level: 0 Hour(s) & 7 Minutes |
i dont understand. i tried to run but says "failed when compiling" what i'm doing wrong?? could anybody help me![]()
EDIT: Hey people, it me Chitin...yes i am here to help...and finally, i can... sort of...so...
~IF YOU NEED HELP READ THIS~
[things discussed]=
1a.--------srl 4 rev 14
1b.--------colors
1c.--------silent mouse
1d.--------srl stats
1e.--------eating food fix
1f.---------compiling problems and other unknown issues (unknown by you...and i guess us)
1g.--------range issues
1a. ok the first issue appears to be making the script "work"....
for most people it is the fact that you do not have srl 4 rev 14 properly installed. well guess what...why dont you go and read the srl section of the forum...or just reinstall it...
1b. the next most common problem would be color picking. You people just dont know when to pick
colors...
ok so here are three steps you must ask yourself to see if the color is a good color to use..
1. IS IT VIBRANT (BRIGHT)
2. IS IT THE ONLY KIND OF IT'S SHADE (GOBLINS = GREEN, GRASS = GREEN)= BAD
3. IS THERE ENOUGH OF IT TO BE NOTICABLE?(KILLING MICE WORKS...BUT GIANT RATS ARE BETTER BECAUSE THEYRE BIGGER..)
this should definatly clean out some problems...
1c. another problem is with silent mouse..make sure your silent mouse is OFF
how to do this you ask?...well in scar go to "tools" at the top, and its the first one there...if its on,then theres a checkmark by it..if this somehow messed up your script, turn it on...eitherway...feel free to try both ways...
1d. the time delay in this script can get really annoying...u want it gone? stop being a leecher and sign up for srl stats. it records how much you autoed automatically so you can see (and we can see) if your an auto freak...I DO REALIZE THAT IT DOESNT LET SOME PEOPLE REGISTER....Narcle proably doesn't want me to tell you how to mess with that so don't...until he removes it or gives me permission...
1e. poor Narcle has a busy schedule and has tried to fix the food all the time...until he has found a better way, i can tell you how to fix it....ironically enough, i told him to do it this way but he wouldn't listen...i have tested this and it works fine with me...may not be as fancy as his way but is does work...I hope he doesn't mind me messing with this...ok so what you do is....
edit for the 4th time: i've fixed evrything...it will now eat at 65% run at 30% and stay in 1 place and regenerate if you 65 or below and you dont have food! i just checked it myself.
go down to line 621
it should say:
ends at 690...so now replace it with this:Code:procedure NFFhpcheck; var n,i,x,y,tcts:integer; begin if (not(loggedin)) or (MyHpPercent > 65) then exit; tcts:= GetColorToleranceSpeed; ColorToleranceSpeed(1); if not Players[CurrentPlayer].Booleans[0] then Players[CurrentPlayer].Integers[10] := 11; begin if (Players[CurrentPlayer].Integers[10]<11) and (MyHpPercent < 65) then begin gametab(4); Status('Looking for food to eat...'); for i := 0 to 27 do if (ExistsItem(i+1)) then begin MMouseItem(i+1); GetMousePos(x, y); wait(300+random(50)); if (pos('Eat', rs_GetUpText) > 0) then begin Mouse(x,y,0,0,false); if ChooseOption('Eat') then begin foodate := foodate+1; if (MyHpPercent > 65) then exit; end; end; end else Players[CurrentPlayer].Integers[10] := Players[CurrentPlayer].Integers[10]+1; end; if (MyHpPercent < 30) then begin Status('Running away HP% < 30...'); RunAway(CurrentRunDir, true, 1, 5000+random(5000) ); end; if (MyHpPercent < 65) and (Players[CurrentPlayer].Booleans[10]) then begin Status('HP low, waiting for regen... '); repeat RandomsCheck(4); if ((Getsystemtime-CharStartTime)>(CurrentKillTime * 60000)) then begin logoutSeq(''); Break; end; if infight then begin RunAway(CurrentRunDir, true, 1, 10000+random(2000) ); if (MyHpPercent < 50) and infight then begin Status('Waiting to auto-logout...'); Repeat wait(5000); until(not(loggedin)) LogoutSeq(''); Break; end; end; Case random(20) of 0: RandomMovement; end; n:=n+1; if not LoggedIn then exit; until( MyHpPercent > 65 ); SetAngle(true); end; end; ColorToleranceSpeed(tcts); end;
this will take up 3 more lines...so when replaced it will end at 692...its not a big change nothing fancy but it works.Code:procedure NFFhpcheck; var n,i,x,y,tcts,x123,y123:integer; begin if (not(loggedin)) or (MyHpPercent > 65) then exit; tcts:= GetColorToleranceSpeed; ColorToleranceSpeed(1); if not Players[CurrentPlayer].Booleans[0] then Players[CurrentPlayer].Integers[10] := 11; begin if (Players[CurrentPlayer].Integers[10]<11) and (MyHpPercent < 65) or FindColorTolerance(x123, y123, 3097419, 716, 23, 716, 23, 10) then begin gametab(4); Status('Looking for food to eat...'); for i := 0 to 27 do if (ExistsItem(i+1)) then begin MMouseItem(i+1); GetMousePos(x, y); wait(300+random(50)); if (pos('Eat', rs_GetUpText) > 0) then begin Mouse(x,y,0,0,false); if ChooseOption('Eat') then begin foodate := foodate+1; if (MyHpPercent > 65) or FindColorTolerance(x123, y123, 3097419, 716, 23, 716, 23, 10)=false then exit; end; end; end else Players[CurrentPlayer].Integers[10] := Players[CurrentPlayer].Integers[10]+1; end; if (MyHpPercent < 30) then begin Status('Running away HP% < 30...'); RunAway(CurrentRunDir, true, 1, 5000+random(5000) ); end; if (MyHpPercent < 65) or FindColorTolerance(x123, y123, 3097419, 716, 23, 716, 23, 10) and (Players[CurrentPlayer].Booleans[10]) then begin Status('HP low, waiting for regen... '); repeat RandomsCheck(4); if ((Getsystemtime-CharStartTime)>(CurrentKillTime * 60000)) then begin logoutSeq(''); Break; end; if infight then begin RunAway(CurrentRunDir, true, 1, 10000+random(2000) ); if (MyHpPercent < 50) and infight then begin Status('Waiting to auto-logout...'); Repeat wait(5000); until(not(loggedin)) LogoutSeq(''); Break; end; end; Case random(20) of 0: RandomMovement; end; n:=n+1; if not LoggedIn then exit; until( MyHpPercent > 65); SetAngle(true); end; end; ColorToleranceSpeed(tcts); end;
if you still have problems, let me know il tell you what you can do to tweak it a little...now since i edited Narcles code, he cannot assume responsibility (not that he does anyway) to what happens with your account (and nor do i, duh) theoretically this shouldn't in anyway make it more detectable..so just use that until Narcle fixes it...
PS: as you can see Narcle's eating works fine...the messed up part was finidng you have low hp...so its really SRL's fault...not that im saying anything...so yeah there you have it!
1f. ok so you have unknown error...well you dont know what it is..and neither do we because u didnt specify...duh...so next time you put "i dont know whats wrong it says 'failed when compiling'" why dont you copy and paste evrything it says so we can help you..
1g. ...what can i say....sucks for you i don't do range...but if you repeat what all youu said with a little more detail il take a look
psww my wrist hurts like a **, so you all best read this^^..and READ THE SIG..
@Narcle: hey dude i kinda helped these ppl..nice new features...
ps...i post it here too and edited for NAF...probably not the hp fix ur looking for but i would imagine it will do until you make it more pro. hey im still in credits...all right!
editooo nice anti leech...5 stars...but u know
the evil chicken killed me, while using this script. well until than it worked great for like 2 hours
. Brought my attack to 40 finally.
nice job m8
@Chitin
Nice lol
Wish you had the second post on this thread... oh well.
I'll put a link in news to your post here.
(Scripts outdated until I update for new SRL changes)
AK Smelter & Crafter [SRL-Stats] - Fast Fighter [TUT] [SRL-Stats]
If you PM me with a stupid question or one listed in FAQ I will NOT respond. -Narcle
Summer = me busy, won't be around much.
lol why the second one? so its easier to see? wouldnt it be easier to update script? and i post this and edited for NAF for those who prefer that...which is now me, because it has a timer...lol so am i back on the team or what? (the team of Narcle's-scripts-own-and-i-might-as-well-help)...ps: i edited mine a little more and (completely unnessisary but more pro) i put
instead ofCode:(MyHpPercent <= 65)
so it wont wait for 64Code:(MyHpPercent < 65)![]()
oh and im looking into the computer expertise of my academic achievements (probably gaming)...sooo just curious what do you do/want to do and what college u go 2? your a web designer right?
i was looking for somthing to fight white knights and this is perfect... thx!
amazing dude, i love this script.
awesome script m8. cheers
wait wtf it freezes..
do not double poast...tehres an edit botton for a reason.
theres also rules against spam to keep down the leechers. if you have a problem with a script , make a dtailed forum post (or edit the one you had before) or you could go to the tutorial section look for your problem and try and fix it yourself, while elarning in the process and contribute to the community as much as possible.
jsut a ehads up, you keep spamming and an admin is bound to find you and reduce your post coutns to ZERO. then you're that much farther from junior members club or w/e it is.
ON TOPIC NOW: i've downlaoded the script and will try and run it sometime in the next few days. ill post proggies when i've gotten a decent time and post the problems and benifits i've had.
thansk for making a free for all script <3
Benson
Nice script, it works perfectly![]()
[Runtime Error] : Exception: Access violation at address 00647734 in module 'scar.exe'. Read of address 00000000 in line 330 in script C:\Program Files\SCAR 3.14\includes\SRL/SRL/Core/Login.scar
http://img254.imageshack.us/img254/6536/xcloud1di7.png
98% of teens
surround their minds with rap. If your part of the 2% that stayed with Metal/Death Metal/Black Metal and Rock, put this on your sig![]()
Join This Site Today:
http://www.nitro-trades.info/index.php
For all your Rs Trade needs
Freindly and welcomeing people on here Scamers are a thing of the past
Great script love it![]()
DO NOT SPAM TOPICS WITH "CONGRATES M8 IMA FIANLLY GET MA STRENGTH LVL CUS DIS AWWSOOME SCRYPT!!"
got it? do me a favour and embark on this quest. LEARNING HOW TO READ.
once accomplished you'll ahve the abilities needed to embark on another quest. READING THE RULES PAGE. and then maybe you'll ahve common sense and go read some tut's and learn how tos cript and suchits a long process but worth it.
(this is a nice warning...and admin woulda lowered all your psot coutns to zero, watched you some mroe and if saw you spamming...banned you)
thanks again
Benson.
Nice script pal, although one of my accs got banned :P
anyways a suspicious singleplayer report:
|_Single Player__Narcle's Fast Fighter v2.52 by Narcle___|
| Ran: 0h:10m:57s Current Time: 10:08:35 PM Start Time: 09:57:38 PM |
| A:1, S:1, D:20, R:45 Total Kills: 0, Total XP Gained: 0, Kills Round: 0, XP Round: 0
| XP/hour: 0, Estimated time to Range level: 0 Hour(s) & 1 Minutes |
| Ammo remaining: 0, Total Ammo used: 0, Ammo Used/hour: 0 |
The weird thing about that is that it ran for a round, killed about 10 monsters and gained 800 XP...
EDIT: Training a str pure worked fine for me...
Thanks chitin, you got this one working for me again. Works great!
amazing thank you
nice
There are currently 1 users browsing this thread. (0 members and 1 guests)