![]() |
| |||||||
| Home | GzP Upload | GzP Arcade | Register | vbBux / vbPlaza | All Albums | FAQ | Donate | Members List | Calendar | Mark Forums Read |
| RuneScape Botting Runescape botting discussion & downloads. |
![]() |
| | Thread Tools | Display Modes |
| | #1 |
| Registered User | script help please? i apologize already for this but im a little knew at scar scripts and now i keep getting this one error and its driving me nuts line 15: [error] (15:1) : unkown identifier 'howmanyplayers' in script C:\Documents and settings\moldy peas\Edge-yew-choper+banker-hakeris15.scar like where you put howmanyplayers ive had this problem before and just tried a diff one please help ![]() |
| |
| Sponsored Links |
| |
| | #3 | |
| Moderator ![]() | Re: script help please? Quote:
Warned. | |
| |
| | #4 |
| Banned | Re: script help please? post the script up and I'll be happy to help....I need to see the script first tho |
| |
| | #5 |
| Registered User | Re: script help please? ok here it is program edgeyewcutterbanker; var deka:boolean; kiki:integer; ct:longint; const treecolor = 3770752; treecolorMM = 889359; glvl = 99; //the level you wish to reach procedure DeclarePlayers; begin HowManyPlayers:=1; NumberOfPlayers(howmanyplayers); CurrentPlayer:=0; Players[0].Name :='rttygsey'; Players[0].Pass :='erryetrye'; Players[0].Nick :='rty'; Players[0].Active:=True; end; procedure FindWcRandoms; begin FindNormalRandoms; FindAxeHeadColor; if FindHead then begin attachHead; end; FindBirdsNest; FindEnt(TreeColor); findDead; findMod; FindMime; findMaze; FindQuiz; BoredHuman; Findlamp ('woodcutting'); FindFight; if (FindName = true) then; begin TalkToRand; end; WriteLn('random check'); if not loggedin then loginplayer; end; procedure ToTrees; begin setrun (true) mouse(613,101,2,2,true); Flag; if (FindSymbol (x ,y ,'tree')) then mouse(x+8,y-6,0,0,true); Flag; end; procedure ToBank; begin mouse(650,40,2,2,true); wait(10000); flag; if (FindSymbol(x, y, 'bank')) then mouse(x,y,2,2,true); end; procedure banking; begin wait (5000) OpenBank3; WriteLn('bank opened'); wait (3000); deposit (2, 28 , 2 ); WriteLn('deposited'); closebank; end; procedure choppers; begin deka:=false; if FindColorSpiral(x,y,TreeColor,10,10,350,330)then begin mmouse(x,y,0,0); wait(100+random(50)); if IsUpText('Chop') and (not FindColorTolerance(x,y,55769,85,15,115,15,20)) then begin if kiki=1 then begin mouse(x,y,0,0,true); kiki:=2 end; deka:=true; WriteLn('deka diventa true'); end end end; procedure chopchecks; begin if deka then FindWcRandoms; begin if not deka then writeln ('no trees in there'); end end; begin Setupsrl; declareplayers; perfectnorth; DisguiseScar('Imageshack'); totrees; ct:=2; kiki:=1 repeat RandomChatevery (3); RandomRClickevery (3); AntiBan; Flag; wait(800+random(200)); choppers; chopchecks; if (not deka) then begin WriteLn('deka è diventato false'); kiki:=1 if ct=1 then begin ct:=2; WriteLn('Step to ct_1'); if FindColorSpiral(x,y,TreeColorMM,627,23,677,56) then begin mouse(x+3,y+5,0,0,true); wait(5000+random(200)); WriteLn('Found ct_1'); end; end else begin ct:=1; WriteLn('Step to ct_2'); if FindColorSpiral(x,y,TreeColorMM,631,110,672,133) then begin mouse(x+3,y-12,0,0,true); wait(5000+random(200)); WriteLn('Found ct_2'); end; end; end; if InvFull then begin; tobank; banking; totrees; kiki:=1; ct:=2; end; until(GetSkillLevel('Woodcutting')=Glvl); end. |
| |
| | #6 |
| Mega Man Hunter ![]() | Re: script help please? Change NumberOfPlayers to NumberOfPlayers(1). That could fix the problem. |
| |
| | #7 |
| Registered User | Re: script help please? well like the problem is the line that says" HowManyPlayers:=1; " not the number :p Last edited by moldypeas; 05-08-2007 at 05:00 AM.. Reason: grammer mistake |
| |
| | #8 |
| Banned | Re: script help please? err rofl. You need srl for that script and it doesn't even have {.include SRL/SRL.scar} how could u miss that steve lol :P also if you don't have SRL downloaded then I think u will need SRL 3.6, 3.7 might work. So wat u have to do is go to srl-forums.com and sign up then on the main page there will be a thread called "Download SRL Here...." download SRL and install it. Put {.include SRL/SRL.scar} right below the very first line in the script, you have ( program edgeyewcutterbanker;) if that doesn't work then download the attached file (SRL 3.6) install it just like u did with SRL 3.7 and then put {.include SRL/SRL.scar} right below the very first line in the script you have ( program edgeyewcutterbanker;). There is an in depth tutorial on how to install SRL on the same thread where you download it and an even better tutorial here [Only registered and activated users can see links. ] If you still don't can't get it working hit me up on msn ([Only registered and activated users can see links. ]) or e-mail me if you don't have msn EDIT: oops soz i forgot to attack the file :D try downloading this attachment and installing it over SRL 3.7 this is SRL 3.6 oh and I can only say it's not a virus. I'm a trusted person over at SRL and besides I don't even know how to make a virus rofl Last edited by rkroxpunk; 05-08-2007 at 06:32 AM.. |
| |
| The Following User Says Thank You to rkroxpunk For This Useful Post: | moldypeas (05-08-2007) |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |