Page 7 of 16 FirstFirst ... 56789 ... LastLast
Results 151 to 175 of 378

Thread: [SRL 4] BH - FireMaker + Woodcutter

  1. #151
    Join Date
    Jul 2007
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Testing now. I will post a proggy after i get done testing this autofiter. Lookes like a good script to get me 53 wc for dt .

  2. #152
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,553
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by leelokhin View Post
    Failed when compiling
    Line 578: [Error] (15460:28): Assignment expected in script C:\Documents and Settings\*******\****\BH - Woodcutter + Firemaker V. Beta 3.2.scar

    Anyonebody know what to put in there? sorry for the noobie question
    Quote Originally Posted by burn3r View Post
    i need help every script i try to compile and run fail i have scar 3.2 beta
    wtf is going on please tell me much appreciate
    this is the error message for the script above

    Failed when compiling
    Line 578: [Error] (15460:11): Assignment expected in script C:\Program Files\SCAR 3.12\Scripts\BH - Woodcutter + Firemaker V. Beta 3.2.scar
    Quote Originally Posted by jonny3558 View Post
    Line 578: [Error] (15460:11): Assignment expected in script C:\Documents and Settings\----------------\Desktop\BH - Woodcutter + Firemaker V. Beta 3.2.scar


    wtf does that mean
    and assignment is a '' : ''

    Quote Originally Posted by gizm0 View Post
    This script it rly slow :\
    Please post proof then i can help you!

    Hermpie

  3. #153
    Join Date
    May 2007
    Location
    NSW, Australia
    Posts
    2,823
    Mentioned
    3 Post(s)
    Quoted
    25 Post(s)

    Default

    Grr nubs, this script sucks peoplez! dont bother to use it,

  4. #154
    Join Date
    Oct 2007
    Posts
    0
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    why i get this error Line 578: [Error] (15807:11): Assignment expected in script C:\Documents and Settings\crystal\Desktop\BH - Woodcutter + Firemaker V. Beta 3.2.scar

    i can see im not only who get this error
    SCAR Code:
    [SCAR][SCAR][SCAR]
    [/SCAR][/SCAR][/SCAR]

  5. #155
    Join Date
    Apr 2007
    Posts
    994
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    wait, im not really sure. what do you put in there?

    begin
    HighestAngle;
    Writeln('Began WhatToCut;');
    Case TreeToCut Of
    0 : Normal; <--- that place
    1 :
    if (TreeToCut = Normal) then
    begin
    CutNormalLogs;
    end;
    if (TreeToCut = Oak) then
    begin
    CutOakLogs;
    end;
    if (TreeToCut = Willow) then
    begin
    CutWillowLogs;
    end;
    end;
    end;


    thanks

  6. #156
    Join Date
    Apr 2007
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This is one of my first posts here. Ive been looking for something like this =]
    Sex from Fagex (Hacked atm)

  7. #157
    Join Date
    Mar 2007
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    <============== Progress Report ===============>
    Script Worked for 5 Hours, 15 Minutes and 16 Seconds
    Burnt Logs 206 Time[s].
    Dropped Logs 0 Time[s].
    Move Away 40 Time[s].
    Avioided Ents 1 Time[s].
    <~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>
    /~~~~~~~~~~~~~~~~~~\
    | SRL 4 Randoms Report |
    | www.srl-forums.com |
    |~~~~~~~~~~~~~~~~|
    | SRL Logs : 8 |
    | Fights : 1 |
    | Talks : 4 |
    | Ricks : 1 |
    | Lamps Solved : 2 |
    | Frog Solved : 2 |
    | Boxes Solved : 3 |
    \~~~~~~~~~~~~~~~~/

    Left it running overnight with four players, and this is what I got. All players false when I checked in the morning. One with pinball random, one with the forester random, one who had somehow missed solving the frog random(stuck in frogland), and one resurrected in Lumbridge. One of my chars was 6 emeralds, a diamond, a sapphire, and two frog tokens richer, too. Heh.

    I had a problem at first with the assignment expected error, but I just commented out the 'case' section of code and it compiled/ran fine.
    Also, I had a problem with the script only waiting about 1-2 seconds before 'moving' away from a fire it was trying to light. This didn't leave nearly enough time for my L3 firemaking chars to actually light the fire. So I looked through the code, and found that you have, in your CantLightWaitBH procedure:

    if InChatMulti('can', 'ire h', 'lig') then {move away}

    The text that comes up if you're trying to light a fire is: "You attempt to light the logs." This triggers the moving away part of the script. I changed it to:

    if InChatMulti('can', 'ire h', 'ere') then {move away}

    It gives the character 3-4 seconds now. Not always enough time, but it usually is. Plus it works as intended, now. ;)

    One suggestion I have would be to make it wait for the text that says you have successfully lit the fire before moving on. After you do the 'can't light' checks, of course. Actually, I'll probably go ahead and write a procedure for that tonight, when I have more time. Mabye see what I can do to speed up the tree-cutting, too.

    Thanks for the script. I like it. :)
    "If ye love wealth better than liberty, the tranquility of servitude better than the animating contest of freedom, go home from us in peace. We ask not your counsel or arms. Crouch down and lick the hands which feed you. May your chains set lightly upon you, and may posterity forget that you were our countrymen." - Samuel Adams, debates of 1776


    http://www.fenjer.com/adnan/SRL/10/15/Walker\Banker.png

  8. #158
    Join Date
    Oct 2007
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    help ?


    begin
    Nextplayer(false);
    WriteLn('Player "' + Players[CurrentPlayer].Name + '" is set to '+ Active);
    end;
    begin
    HighestAngle;
    Writeln('Began WhatToCut;');
    Case TreeToCut Of
    0 : Normal;
    1 :

    if (TreeToCut = Normal) then
    begin
    CutNormalLogs;
    end;
    if (TreeToCut = Oak) then
    begin
    CutOakLogs;


    Line 578: [Error] (15460:11): Assignment expected in script C:\Documen

  9. #159
    Join Date
    Jul 2007
    Posts
    94
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ive seen better, but its very nice, does the job, banned of my chars though.(normal)

  10. #160
    Join Date
    Oct 2007
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default dsfdfs

    great helped me out alot

  11. #161
    Join Date
    Apr 2007
    Posts
    36
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ill try this out when i get a chance.

  12. #162
    Join Date
    Jan 2007
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Raise my firemaking and woocutting ALOT!!!!!! THANKS VERY MUCH

  13. #163
    Join Date
    Nov 2007
    Posts
    29
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    looks good I'll try it later today....

  14. #164
    Join Date
    Oct 2007
    Location
    San Diego
    Posts
    42
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default help

    Line 578: [Error] (15460:11): Assignment expected in script C:\Documents and Settings\Drewby\Desktop\BH - Woodcutter + Firemaker V[1]. Beta 3.2.scar

    what does that mean

  15. #165
    Join Date
    Aug 2007
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Great stuff

  16. #166
    Join Date
    Oct 2007
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Good Script

    Thanks for the Script

  17. #167
    Join Date
    Nov 2007
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks for posting, it worked wonderfully even though I didn't use it much, and I haven't run into the error you talked about in your post.

  18. #168
    Join Date
    Nov 2007
    Location
    California, USA
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'm being drivin insane.... I've been trying my hardest to figure out how to script, help people if I can, & make scripts work.. but I keep getting error after error after error after error... and I have no clue what they mean or how to fix them, for instance I got this error for this one

    Failed when compiling
    Line 578: [Error] (15807:11): Assignment expected in script C:\Documents and Settings\Dad\Desktop\Junk\BH - Woodcutter + Firemaker V. Beta 3.2.scar

    anyone know what that means & or how to fix?

  19. #169
    Join Date
    Nov 2007
    Location
    In Your Head
    Posts
    89
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    i wanna downloadbut i fear beingg marked leecher

  20. #170
    Join Date
    Nov 2007
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It doesnt compile on my pc..going to try again some other time

  21. #171
    Join Date
    Oct 2007
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    it worked good and i liked it much

  22. #172
    Join Date
    Jun 2007
    Posts
    71
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Sounds nice..Ill try it soon

  23. #173
    Join Date
    Nov 2007
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Great! It runs very smooth for me, works like a charm! =D

  24. #174
    Join Date
    May 2007
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Awesome script thanks!

  25. #175
    Join Date
    Nov 2007
    Posts
    29
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by blackhand101 View Post
    i wanna downloadbut i fear beingg marked leecher
    read this:

    Free for All Scripts Dont want to wait a week? Want to stay a leecher? dont want to contribute? Here are some fine Free Scripts...

Page 7 of 16 FirstFirst ... 56789 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SRL 4] BH - Woodcutter + Firemaker! V.Beta
    By BobboHobbo in forum RS3 Outdated / Broken Scripts
    Replies: 21
    Last Post: 07-25-2009, 02:16 PM
  2. Yet another Woodcutter + Firemaker!
    By marpis in forum RS3 Outdated / Broken Scripts
    Replies: 16
    Last Post: 12-23-2008, 08:19 PM
  3. G.E. Firemaker
    By pwnaz0r in forum RS3 Outdated / Broken Scripts
    Replies: 0
    Last Post: 10-05-2008, 06:35 PM
  4. Firemaker
    By saosin love in forum OSR Help
    Replies: 8
    Last Post: 04-08-2008, 02:50 AM
  5. need help with firemaker
    By peter911 in forum OSR Help
    Replies: 7
    Last Post: 02-13-2008, 06:12 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •