Page 52 of 82 FirstFirst ... 242505152535462 ... LastLast
Results 1,276 to 1,300 of 2032

Thread: [SRL4][#4] Forefeathers

  1. #1276
    Join Date
    Jun 2008
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i believe so...
    it keeps loggin in my char, but then immediately saying
    "Logged In Player is not in Players array."
    even though my declareplayers is setup right (worked fine in rev 17, at least)

    EDIT: I think I've found what this problem is with...but I don't know how to fix it...
    lines 455-456 of includes/srl/srl/core/login.scar:

    if (FindColor(Tx, Ty, 0, 7, 457, 137, 475)) then
    if (not(FindTextTpa(0, 0, 7, 457, 137, 475, Capitalize(Players[CurrentPlayer].Name), SmallChars, Nothing))) then //Double check if logged in player is what we think it is

  2. #1277
    Join Date
    Jun 2008
    Posts
    152
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by mattman709 View Post
    i believe so...
    it keeps loggin in my char, but then immediately saying
    "Logged In Player is not in Players array."
    even though my declareplayers is setup right (worked fine in rev 17, at least)

    EDIT: I think I've found what this problem is with...but I don't know how to fix it...
    lines 455-456 of includes/srl/srl/core/login.scar:

    SCAR Code:
    if (FindColor(Tx, Ty, 0, 7, 457, 137, 475)) then
          if (not(FindTextTpa(0, 0, 7, 457, 137, 475, Capitalize(Players[CurrentPlayer].Name), SmallChars, Nothing))) then      //Double check if logged in player is what we think it is
    script is not updated for rev 19...you have to wait a bit for Munk to update

  3. #1278
    Join Date
    Jun 2008
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    there's a problem with FindTextTpa (according to the rev 19 thread under 'general news')

    I'm gonna play with it some anyway...maybe I can get it to work
    (I'm thinking you need to just remove that part of the procedure...)

    EDIT: yes, I fixed it! w00t!
    open includes/srl/srl/core/login.scar and comment out lines 456-464

    proggy
    0: xer1 | T | 465 feathers | 82 chickens |
    1: az75 | T | 205 feathers | 37 chickens |
    2: emip | T | 115 feathers | 30 chickens |
    /////////////////////////////////////////////
    forefeathers
    ran for 1 Hours, 1 Minutes and 11 Seconds
    killed 149 chickens
    Picked up 785 feathers
    /////////////////////////////////////////////

    there were like 7 ppl there, so I didn't get very many
    yes, I know my profile name is stupid =P

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

    Default

    matt what u mean comment out lines... ?

  5. #1280
    Join Date
    Jun 2008
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    EDIT: I like to make things harder than they should be... so the easy way is to just delete the lines.

    however, you should still read this, as comments are important (they tell you what stuff does, or let you leave a note for yourself if need be)

    ----------

    put braces { and } around them. shift + [ = (start comment), shift + ] = (end comment)
    make sure you close the braces or nothing will work!

    alternatively, copy/paste this:

    {if (FindColor(Tx, Ty, 0, 7, 457, 137, 475)) then
    if (not(FindTextTpa(0, 0, 7, 457, 137, 475, Capitalize(Players[CurrentPlayer].Name), SmallChars, Nothing))) then //Double check if logged in player is what we think it is
    begin
    WriteLn('Logged In Player is not in Players array.');
    LogOut;
    Wait(1000 + Random(1000));
    LoginPlayer;
    Exit;
    end;}

    the third and fourth lines of that should actually be one line, but the forums auto-changed it b/c it was long.

    although that actually doesn't matter.

    another way to comment it out is to put // (two forward slashes) at the beginning of each line.

    when something is commented out, it will become green.
    yes, I know my profile name is stupid =P

  6. #1281
    Join Date
    May 2008
    Posts
    266
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Im going to run it overnight and see if it still works like in the past will post a progress tomorrow (hopefully =])

  7. #1282
    Join Date
    Aug 2007
    Posts
    41
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    getting:

    Invalid number of parameters in script C:\Documents and Settings\ARI\Desktop\forefeathers1.2.0.scar

    Just me?? i'v tried re downloading and no luck

    Edit*: nvm I should have read the posts hoping for an update soon

  8. #1283
    Join Date
    May 2008
    Posts
    266
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    no, now that i tried again i get same errors

  9. #1284
    Join Date
    Oct 2007
    Posts
    84
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  10. #1285
    Join Date
    Jun 2008
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    --if you have revision 19, go to where it says (line 163-ish I think)

    setbar('brightness', 4);

    and change it to

    setbar(4, 0, 0, 0);

    then open up includes/srl/srl/core/login.scar and delete lines 456-464

    EDIT: make sure you save both files!!!

    --hopefully, they'll fix the second one in 20. the first one is really more of an upgraded(i guess) syntax change

    /////////////////////////////////////////////
    forefeathers
    ran for 3 Hours, 59 Minutes and 33 Seconds
    killed 569 chickens
    Picked up 3360 feathers
    /////////////////////////////////////////////
    yes, I know my profile name is stupid =P

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

    Default

    0: urea | T | 5265 feathers | 831 chickens |
    1: gnis | T | 5280 feathers | 785 chickens |
    2: ydros | T | -315 feathers | 880 chickens |
    3: osmo | T | -400 feathers | 863 chickens |
    /////////////////////////////////////////////
    forefeathers
    ran for 12 Hours, 53 Minutes and 48 Seconds
    killed 3359 chickens
    Picked up 9830 feathers
    /////////////////////////////////////////////

    Don't worry about the engatives. I stored my feathers halfway through.


    0: urea | T | 4445 feathers | 710 chickens |
    1: gnis | T | 4045 feathers | 666 chickens |
    2: ydros | F | 2640 feathers | 420 chickens |
    3: osmo | F | 2460 feathers | 346 chickens |
    /////////////////////////////////////////////
    forefeathers
    ran for 7 Hours, 45 Minutes and 38 Seconds
    killed 2142 chickens
    Picked up 13590 feathers
    /////////////////////////////////////////////


    Just randomly turned false?
    [QUOTE]<GoF`> oh no its Raymooond
    <Raymooond> Heya
    <GoF`> is it ray or some other ray?
    <LeeLokHin> No idea
    <LeeLokHin> Raymond, what's the game you like the most?
    <Raymooond> Runescape
    <-- LeeLokHin has kicked Raymooond from #srl (Faker.)[/QUOTE]

  12. #1287
    Join Date
    Mar 2007
    Posts
    1,700
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Awesome script, Munk. Very solid.

    /////////////////////////////////////////////
    forefeathers
    ran for 10 Hours, 54 Minutes and 46 Seconds
    killed 2112 chickens
    Picked up 8105 feathers
    /////////////////////////////////////////////

    /////////////////////////////////////////////
    forefeathers
    ran for 9 Hours, 28 Minutes and 29 Seconds
    killed 2519 chickens
    Picked up 14775 feathers
    /////////////////////////////////////////////

    /////////////////////////////////////////////
    forefeathers
    ran for 13 Hours, 36 Minutes and 17 Seconds
    killed 3272 chickens
    Picked up 12096 feathers
    /////////////////////////////////////////////

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

    Default

    0: urea | T | 1615 feathers | 300 chickens |
    1: gnis | T | 1515 feathers | 286 chickens |
    2: ydros | T | 2347 feathers | 365 chickens |
    3: osmo | T | 1615 feathers | 271 chickens |
    /////////////////////////////////////////////
    forefeathers
    ran for 4 Hours, 21 Minutes and 32 Seconds
    killed 1222 chickens
    Picked up 7092 feathers
    /////////////////////////////////////////////
    Using TKO now.
    [QUOTE]<GoF`> oh no its Raymooond
    <Raymooond> Heya
    <GoF`> is it ray or some other ray?
    <LeeLokHin> No idea
    <LeeLokHin> Raymond, what's the game you like the most?
    <Raymooond> Runescape
    <-- LeeLokHin has kicked Raymooond from #srl (Faker.)[/QUOTE]

  14. #1289
    Join Date
    Mar 2007
    Posts
    1,700
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Thanks again, Munk.

    /////////////////////////////////////////////
    forefeathers
    ran for 3 Hours, 13 Minutes and 45 Seconds
    killed 481 chickens
    Picked up 2045 feathers
    /////////////////////////////////////////////

    /////////////////////////////////////////////
    forefeathers
    ran for 6 Hours, 48 Minutes and 23 Seconds
    killed 1031 chickens
    Picked up 4235 feathers
    /////////////////////////////////////////////

    /////////////////////////////////////////////
    forefeathers
    ran for 10 Hours, 4 Minutes and 3 Seconds
    killed 2063 chickens
    Picked up 10320 feathers
    /////////////////////////////////////////////

    /////////////////////////////////////////////
    forefeathers
    ran for 10 Hours, 2 Minutes and 13 Seconds
    killed 2645 chickens
    Picked up 14665 feathers
    /////////////////////////////////////////////

  15. #1290
    Join Date
    Jun 2008
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    awesome script! ran perfectly for 12 hrs!

    EDIT: and only stopped b/c of a server update!

    /////////////////////////////////////////////
    forefeathers
    ran for 12 Hours, 18 Minutes and 51 Seconds
    killed 1543 chickens
    Picked up 8565 feathers
    /////////////////////////////////////////////
    yes, I know my profile name is stupid =P

  16. #1291
    Join Date
    Jun 2008
    Posts
    152
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    0: ots | F | 3180 feathers | 219 chickens |
    1: orce | T | 4150 feathers | 298 chickens |
    2: ainl | F | 3065 feathers | 202 chickens |
    3: ishi | T | 3380 feathers | 249 chickens |
    4: otsa | T | 3210 feathers | 279 chickens |
    5: orce | T | 4225 feathers | 296 chickens |
    6: ainl | T | 3060 feathers | 265 chickens |
    7: ishi | T | 3430 feathers | 236 chickens |
    8: otsa | T | 3340 feathers | 257 chickens |
    9: orce | T | 3000 feathers | 225 chickens |
    10: ainl | T | 2335 feathers | 207 chickens |
    11: ishi | T | 2365 feathers | 178 chickens |
    /////////////////////////////////////////////
    forefeathers
    ran for 11 Hours, 8 Minutes and 43 Seconds
    killed 2911 chickens
    Picked up 38740 feathers
    /////////////////////////////////////////////


    pretty good proggie there

  17. #1292
    Join Date
    May 2008
    Posts
    81
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    runnin over night constantly im at 4 hours now, and i will possibly leave on when in scholl, so i could end with 20+ hour proggie

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

    Default

    0: urea | F | 2510 feathers | 403 chickens | Oh Dear You Are in Lumby
    1: gnis | F | 3020 feathers | 428 chickens | Oh Dear You Are in Lumby
    2: ydros | T | 6975 feathers | 1162 chickens |
    3: osmo | T | 6910 feathers | 1055 chickens |
    /////////////////////////////////////////////
    forefeathers
    ran for 11 Hours, 16 Minutes and 45 Seconds
    killed 3048 chickens
    Picked up 19415 feathers
    /////////////////////////////////////////////
    I don't think it's your script's fault, but those two players wer'nt in lumby. Nor did they die.
    [QUOTE]<GoF`> oh no its Raymooond
    <Raymooond> Heya
    <GoF`> is it ray or some other ray?
    <LeeLokHin> No idea
    <LeeLokHin> Raymond, what's the game you like the most?
    <Raymooond> Runescape
    <-- LeeLokHin has kicked Raymooond from #srl (Faker.)[/QUOTE]

  19. #1294
    Join Date
    Mar 2007
    Posts
    1,700
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    More progress reports.

    /////////////////////////////////////////////
    forefeathers
    ran for 8 Hours, 38 Minutes and 35 Seconds
    killed 2050 chickens
    Picked up 7965 feathers
    /////////////////////////////////////////////

    /////////////////////////////////////////////
    forefeathers
    ran for 12 Hours, 41 Minutes and 39 Seconds
    killed 3354 chickens
    Picked up 18130 feathers
    /////////////////////////////////////////////

    /////////////////////////////////////////////
    forefeathers
    ran for 3 Hours, 37 Minutes and 16 Seconds
    killed 537 chickens
    Picked up 2400 feathers
    /////////////////////////////////////////////

    /////////////////////////////////////////////
    forefeathers
    ran for 12 Hours, 42 Minutes and 1 Seconds
    killed 1894 chickens
    Picked up 7985 feathers
    /////////////////////////////////////////////

  20. #1295
    Join Date
    May 2007
    Location
    Mesa, center of the earth
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    works good except for sometimes it will go to login page and sit there or go into graphic options and get stuck in there. But im a noob so im sure i screwed something up....
    but ya this is the longest i could get it to run
    /////////////////////////////////////////////
    forefeathers
    ran for 39 Minutes and 52 Seconds
    killed 101 chickens
    Picked up 605 feathers
    /////////////////////////////////////////////

  21. #1296
    Join Date
    May 2007
    Location
    Mesa, center of the earth
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    and now all i get is
    File access error
    File access error
    SRL Compiled in 47 msec
    21
    13
    1
    21
    13
    1
    21
    13
    1
    21
    13
    1
    21
    13
    1
    21
    13
    1
    21
    13
    1
    21
    13
    1
    21
    13
    1
    21
    13
    1
    21
    13
    1
    21
    13
    1
    21
    13
    1
    21
    13
    1
    21
    13
    1
    21
    13
    1
    21
    13
    1
    21
    13...........and soo on

  22. #1297
    Join Date
    May 2008
    Posts
    266
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Is this working for rev 20 or do i need to edit some things ??

  23. #1298
    Join Date
    Mar 2007
    Posts
    1,700
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Progress reports galore. =]

    /////////////////////////////////////////////
    forefeathers
    ran for 31 Minutes and 21 Seconds
    killed 72 chickens
    Picked up 630 feathers
    /////////////////////////////////////////////

    /////////////////////////////////////////////
    forefeathers
    ran for 27 Hours, 45 Minutes and 13 Seconds
    killed 5840 chickens
    Picked up 28975 feathers
    /////////////////////////////////////////////

    /////////////////////////////////////////////
    forefeathers
    ran for 17 Hours, 20 Minutes and 32 Seconds
    killed 2561 chickens
    Picked up 11160 feathers
    /////////////////////////////////////////////

    /////////////////////////////////////////////
    forefeathers
    ran for 27 Hours, 34 Minutes and 0 Seconds
    killed 7409 chickens
    Picked up 38385 feathers
    /////////////////////////////////////////////

    /////////////////////////////////////////////
    forefeathers
    ran for 9 Hours, 27 Minutes and 54 Seconds
    killed 2654 chickens
    Picked up 18976 feathers
    /////////////////////////////////////////////

    /////////////////////////////////////////////
    forefeathers
    ran for 10 Hours, 36 Minutes and 12 Seconds
    killed 3165 chickens
    Picked up 24842 feathers
    /////////////////////////////////////////////

    /////////////////////////////////////////////
    forefeathers
    ran for 2 Hours, 54 Minutes and 14 Seconds
    killed 722 chickens
    Picked up 4100 feathers
    /////////////////////////////////////////////

    /////////////////////////////////////////////
    forefeathers
    ran for 4 Hours, 25 Minutes and 38 Seconds
    killed 1046 chickens
    Picked up 5595 feathers
    /////////////////////////////////////////////


    /////////////////////////////////////////////
    forefeathers
    ran for 22 Hours, 59 Minutes and 8 Seconds
    killed 3431 chickens
    Picked up 14770 feathers
    /////////////////////////////////////////////

    /////////////////////////////////////////////
    forefeathers
    ran for 10 Hours, 36 Minutes and 4 Seconds
    killed 2995 chickens
    Picked up 14130 feathers
    /////////////////////////////////////////////

    /////////////////////////////////////////////
    forefeathers
    ran for 7 Hours, 31 Minutes and 5 Seconds
    killed 1074 chickens
    Picked up 4595 feathers
    /////////////////////////////////////////////

    /////////////////////////////////////////////
    forefeathers
    ran for 18 Hours, 48 Minutes and 15 Seconds
    killed 4159 chickens
    Picked up 17420 feathers
    /////////////////////////////////////////////

    /////////////////////////////////////////////
    forefeathers
    ran for 9 Hours, 38 Minutes and 3 Seconds
    killed 2546 chickens
    Picked up 14105 feathers
    /////////////////////////////////////////////

    /////////////////////////////////////////////
    forefeathers
    ran for 1 Hours, 57 Minutes and 59 Seconds
    killed 386 chickens
    Picked up 950 feathers
    /////////////////////////////////////////////

    /////////////////////////////////////////////
    forefeathers
    ran for 1 Hours, 46 Minutes and 3 Seconds
    killed 408 chickens
    Picked up 625 feathers
    /////////////////////////////////////////////

    /////////////////////////////////////////////
    forefeathers
    ran for 2 Hours, 35 Minutes and 48 Seconds
    killed 610 chickens
    Picked up 3275 feathers
    /////////////////////////////////////////////

    /////////////////////////////////////////////
    forefeathers
    ran for 2 Hours, 20 Minutes and 7 Seconds
    killed 320 chickens
    Picked up 1060 feathers
    /////////////////////////////////////////////

    /////////////////////////////////////////////
    forefeathers
    ran for 1 Hours, 36 Minutes and 28 Seconds
    killed 542 chickens
    Picked up 1225 feathers
    /////////////////////////////////////////////

    /////////////////////////////////////////////
    forefeathers
    ran for 18 Hours, 24 Minutes and 21 Seconds
    killed 4910 chickens
    Picked up 27195 feathers
    /////////////////////////////////////////////

    /////////////////////////////////////////////
    forefeathers
    ran for 18 Hours, 39 Minutes and 37 Seconds
    killed 3068 chickens
    Picked up 14235 feathers
    /////////////////////////////////////////////

  24. #1299
    Join Date
    Jul 2008
    Posts
    907
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    best 2 progress reports
    0: nsar | T | 8100 feathers | 1686 chickens |
    /////////////////////////////////////////////
    forefeathers
    ran for 11 Hours, 40 Minutes and 54 Seconds
    killed 1686 chickens
    Picked up 8100 feathers
    /////////////////////////////////////////////
    and
    0: nsar | T | 8100 feathers | 1686 chickens |
    /////////////////////////////////////////////
    forefeathers
    ran for 10 Hours, 36 Minutes and 29 Seconds
    killed 1324 chickens
    Picked up 7650 feathers
    /////////////////////////////////////////////
    i also had a couple of 3 hour ones but i haven't had a single random on it and thats in 3 days have they take them out or something?


  25. #1300
    Join Date
    May 2008
    Posts
    81
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    no, the script auto logs out after a certain amount of time to prevent randoms.

Page 52 of 82 FirstFirst ... 242505152535462 ... LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Need Help With Forefeathers!!
    By boomerswims in forum OSR Help
    Replies: 7
    Last Post: 02-16-2009, 05:35 PM
  2. Munk's Forefeathers
    By sylvie56 in forum OSR Help
    Replies: 4
    Last Post: 04-09-2008, 01:15 AM
  3. [SRL4#4]Varrock West Oak Chopper!![Srl4#4]
    By [-jesus-] in forum RS3 Outdated / Broken Scripts
    Replies: 12
    Last Post: 01-09-2008, 05:11 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
  •