Page 2 of 4 FirstFirst 1234 LastLast
Results 26 to 50 of 84

Thread: Shuttleu's Shilo Village Fly Fisher

  1. #26
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    hmmm... strange, i will try

    ~shut

    EDIT: im running it right now without any errors :/
    make sure you have latest srl and reflection and try again (i use svn reflection instead of plugin reflection updater)

    EDIT: wait, i just got one, it looks like it is a srl stats problem, just ignore it and it will continue to work properly
    Last edited by Shuttleu; 12-07-2010 at 08:45 PM.

  2. #27
    Join Date
    Sep 2010
    Location
    Northern Kentuckeh
    Posts
    759
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    deposited my feathers said my player was inactive and terminated.

  3. #28
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

  4. #29
    Join Date
    Sep 2010
    Location
    Northern Kentuckeh
    Posts
    759
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Normal ones...should I use color ones?

  5. #30
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    no, normal ones should work fine :/

    can you run this for me and change the number to wherever the feathers are

    Simba Code:
    program ReflectionScript;
    {$DEFINE SMART}
    {$i srl\srl.scar}
    {$i reflection\reflection.simba}

    const


      Slot = 2;
    {---SMART Setup Constants---}
      WORLD = 32;
      MEMBERS = false;
      SIGNED = true;
    {---------------------------}

    begin
      Smart_Members := MEMBERS;
      Smart_Server := WORLD;
      Smart_Signed := SIGNED;

      SetupSRL;
      SetupReflectionEx(true);

      writeln(GetItemIDAt(Slot));
    end.

    ~shut

  6. #31
    Join Date
    Sep 2010
    Location
    Northern Kentuckeh
    Posts
    759
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    well its been running fine now for a few hours so I don't want to touch it. I will run the above code if something ends up going wrong again.

    EDIT: Another thing, I'm not sure if this is just a coincidence or not. When I am watching it run, it always clicks along the shoreline from the coming back to the bank right in front of the fishing spot. And if it runs straight north to the river and there is none in sight and it clicks east and west and clicks right where it needs to go. Looks kinda suspicious. Not sure if it was just a coincidence but every time I've watched it, thats what it does.
    Last edited by doublex8; 12-11-2010 at 04:41 AM.

  7. #32
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    i will stick a Flag in there for the next release

    if you want to do it now, do this

    change this from line 191 - 192
    Simba Code:
    if (not(HasStuff)) then Exit;
      if FindNPC(FishingSpot, TheSpot) then
    to this
    Simba Code:
    if (not(HasStuff)) then Exit;
      Flag;
      if FindNPC(FishingSpot, TheSpot) then

    ~shut

  8. #33
    Join Date
    Sep 2010
    Location
    Northern Kentuckeh
    Posts
    759
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Made the change.

    Seems to log out for no reason. Doesn't say it's on a break. There is nothing in the debug besides that randoms report. When I log back in manually I'm standing by the river ready to fish. If I enable smart again once I log in, it will immediately log back out and start taking a break.

  9. #34
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

  10. #35
    Join Date
    Sep 2010
    Location
    Northern Kentuckeh
    Posts
    759
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Progress Report:
    ************************************************
    Shuttleu's Shilo Village Fisher Progress Report
    ************************************************
    Version: V1.3
    ************************************************
    Ran for: 2 Hours, 9 Minutes and 2 Seconds
    ************************************************
    Player: anti
    Fishing Level: 75
    Trout Caught: 559
    Salmon Caught: 401
    Levels Gained: 0
    Experience Gained: 25880
    ************************************************


    This time I was standing on the bridge with half an inventory. Nothing in the debug

    EDIT: also I find myself in randoms and the red dot thing is constantly clicking on the mini-map while in the random, like it isn't detecting it.
    Last edited by doublex8; 12-13-2010 at 02:37 AM.

  11. #36
    Join Date
    Feb 2008
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Using this with good results atm, people are reporting me up a storm though, just because of the area.

  12. #37
    Join Date
    Sep 2010
    Location
    Northern Kentuckeh
    Posts
    759
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Waffles View Post
    Using this with good results atm, people are reporting me up a storm though, just because of the area.
    Wow really? No one talks when I use this, I'm pretty sure everyone I see is botting.

  13. #38
    Join Date
    Jan 2011
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This is working really well for me, thanks!

    Is there any way to change it so I take 12 minute breaks every hour? I'm not very good with script, so I don't want to mess with it myself and end up breaking it

  14. #39
    Join Date
    Jan 2011
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Freaky Forester random, managed to kill the correct pheasant, but couldnt find the forester to give him the raw pheasant. kept clicking the minimap, trying to run south.

    About 2 hours later, found my character standing on the bridge with a half inv of fish. Restarted the script, and seems to be working fine

  15. #40
    Join Date
    Sep 2010
    Location
    Northern Kentuckeh
    Posts
    759
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Ibotskillz View Post
    Freaky Forester random, managed to kill the correct pheasant, but couldnt find the forester to give him the raw pheasant. kept clicking the minimap, trying to run south.

    About 2 hours later, found my character standing on the bridge with a half inv of fish. Restarted the script, and seems to be working fine
    Random solving has nothing to do with the script. I'm not even sure if shuttle is still updating this. Great to hear it works though, I love this script.

  16. #41
    Join Date
    Feb 2008
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Great script, but I've had a couple of problems.
    One, it occasionally gets stuck in front of the house in front of the bank.
    Second, it doesn't seem to be very efficient in finding fishing spots, it'll go all the way to the other side of the river to find one even if there's one along the same side of it.

    I can't think of any problems I've had besides those, thanks

  17. #42
    Join Date
    Oct 2006
    Location
    Netherlands
    Posts
    3,285
    Mentioned
    105 Post(s)
    Quoted
    494 Post(s)

    Default

    Works great! But I had to update it in order to work. You do not seem very active. Should I pm it for you? Or upload it somewhere? It's not much work btw, just some function names and the stats thingie.

  18. #43
    Join Date
    Sep 2010
    Location
    Northern Kentuckeh
    Posts
    759
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    He left I'm pretty sure. I think he left a post saying anyone could do anything with his scripts. I'd check on that though

    EDIT: Yeah he said his scripts were up for grabs here. So go for it man, I really like this script.
    Last edited by doublex8; 02-19-2011 at 02:27 AM.

  19. #44
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

  20. #45
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

  21. #46
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

  22. #47
    Join Date
    Feb 2011
    Location
    Amsterdam
    Posts
    41
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Checking this script out now
    It looks like the progress report is broken though? >.<

    E: Nvm, a progress report just rolled out :P

  23. #48
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by Icyx View Post
    Checking this script out now
    It looks like the progress report is broken though? >.<

    E: Nvm, a progress report just rolled out :P
    can i have that report by any chance, because i really need some more for the front page

    ~shut

  24. #49
    Join Date
    Feb 2011
    Location
    Amsterdam
    Posts
    41
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Shuttleu View Post
    can i have that report by any chance, because i really need some more for the front page

    ~shut
    Progress Report:
    Ran for: 2 Hours, 52 Minutes and 41 Seconds
    ************************************************
    Player: awi
    Fishing Level: 79
    Trout Caught: 879
    Salmon Caught: 672
    Levels Gained: 0
    Experience Gained: 91500


    Stopped manually.
    Last edited by Icyx; 05-13-2011 at 05:51 PM.

  25. #50
    Join Date
    May 2008
    Posts
    52
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ran for: 3 Hours, 22 Minutes and 31 Seconds
    ************************************************
    Player: xxxx
    Fishing Level: 94
    Trout Caught: 1209
    Salmon Caught: 947
    Levels Gained: 0
    Experience Gained: 126840
    ************************************************

    Stopped by mime random

Page 2 of 4 FirstFirst 1234 LastLast

Thread Information

Users Browsing this Thread

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

Posting Permissions

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