Page 81 of 106 FirstFirst ... 3171798081828391 ... LastLast
Results 2,001 to 2,025 of 2630

Thread: [SRL-6] Ashaman2IOSalamander

  1. #2001
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Quote Originally Posted by Joseph D View Post
    I must have forgotten to post this a while ago, but I did achieve 99 with your script. I used the greens to like 70 hunter and from there I went reds. Thanks a lot!
    That's awesome man, great to hear and congrats!

  2. #2002
    Join Date
    Oct 2006
    Location
    ithurtsithurtsithurtsithurts
    Posts
    2,930
    Mentioned
    7 Post(s)
    Quoted
    135 Post(s)

    Default

    Progress Report:
    ========AshamanSalamander v6.20=========
    Time Running: 5 Hours, 18 Minutes and 43 Seconds
    Catching: Red Salamanders
    Salamanders Caught: 1741    TTL: 0 Seconds
    Experience Earned: 500942   Levels Gained: 492
    Experience/Hour: 94274
    Salamanders/H: 328
    =======================================


    Made it to 99. No bear, but was using the Enhanced Yaktwee stick. The new version got me about 10k/h more, too.

  3. #2003
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Quote Originally Posted by senrath View Post
    Progress Report:
    ========AshamanSalamander v6.20=========
    Time Running: 5 Hours, 18 Minutes and 43 Seconds
    Catching: Red Salamanders
    Salamanders Caught: 1741    TTL: 0 Seconds
    Experience Earned: 500942   Levels Gained: 492
    Experience/Hour: 94274
    Salamanders/H: 328
    =======================================


    Made it to 99. No bear, but was using the Enhanced Yaktwee stick. The new version got me about 10k/h more, too.
    Awesome man, congrats! PS what does that stick do?

  4. #2004
    Join Date
    Oct 2006
    Location
    ithurtsithurtsithurtsithurts
    Posts
    2,930
    Mentioned
    7 Post(s)
    Quoted
    135 Post(s)

    Default

    Quote Originally Posted by Ashaman88 View Post
    Awesome man, congrats! PS what does that stick do?
    +5% to Hunter experience while wielded. You get it when you catch 1000 Charm Sprites.
    Last edited by senrath; 05-18-2013 at 06:09 PM. Reason: fixed typo

  5. #2005
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Quote Originally Posted by senrath View Post
    +5% to Hunter experience while wielded. You get it when you catch 100 Charm Sprites.
    Oh dang Imma get this, thanks!

  6. #2006
    Join Date
    Oct 2006
    Location
    ithurtsithurtsithurtsithurts
    Posts
    2,930
    Mentioned
    7 Post(s)
    Quoted
    135 Post(s)

    Default

    Quote Originally Posted by Ashaman88 View Post
    Oh dang Imma get this, thanks!
    Wait, sorry, typo. It's 1000 Charm Sprites. Still doesn't take more than a couple hours.

  7. #2007
    Join Date
    Apr 2012
    Location
    Vancouver, BC
    Posts
    291
    Mentioned
    1 Post(s)
    Quoted
    84 Post(s)

    Default

    Hi Ashaman,

    I am getting the same error as a few people -

    Error: Out Of Range at line 1768
    The following DTMs were not freed: [SRL - Lamp bitmap, 1, 2, 3, 4, 5, 6, 7]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, SRL - NavBar Bitmap, SRL - Options Bitmap, 5, 7]

    I am running on 8GB of RAM so I dont think thats the issue?? Cant seem to run the script for more than 5 minutes before this error kicks in. It also highlights line 1768 in the script when the error code kicks in -

    Simba Code:
    Procedure AvoidDeadTree;
    Var
      CTS: Integer;
      TPA: TPointArray;
      ATPA: T2DPointArray;
      TempBox: TBox;
    Begin
      CTS := GetColorToleranceSpeed;
      ColorToleranceSpeed(2);
      SetColorSpeed2Modifiers(2.51,9.26);
      FindColorsSpiralTolerance(MSCX,MSCY,TPA,723984,SearchX1,SearchY1,SearchX2,SearchY2,2);
      ColorToleranceSpeed(CTS);
      SetColorSpeed2Modifiers(0.2, 0.2);

      ATPA := SplitTPAEx(TPA,20,20);
      SortATPASize(ATPA,True);
      If Debug Then
        DebugATPABounds(ATPA);
      TempBox:=GetTPABounds(ATPA[0]);
      DeadTreeBox:=IntToBox(TempBox.X1,TempBox.Y1-5,TempBox.X2+20,TempBox.Y2+5);
    Last edited by digitalninja; 05-19-2013 at 06:49 AM. Reason: Sorry tried to add BOLD tags around the SIMBA code but it didnt work so I removed the [B]

  8. #2008
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Quote Originally Posted by digitalninja View Post
    Hi Ashaman,

    I am getting the same error as a few people -

    Error: Out Of Range at line 1768
    The following DTMs were not freed: [SRL - Lamp bitmap, 1, 2, 3, 4, 5, 6, 7]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, SRL - NavBar Bitmap, SRL - Options Bitmap, 5, 7]

    I am running on 8GB of RAM so I dont think thats the issue?? Cant seem to run the script for more than 5 minutes before this error kicks in. It also highlights line 1768 in the script when the error code kicks in -

    Simba Code:
    Procedure AvoidDeadTree;
    Var
      CTS: Integer;
      TPA: TPointArray;
      ATPA: T2DPointArray;
      TempBox: TBox;
    Begin
      CTS := GetColorToleranceSpeed;
      ColorToleranceSpeed(2);
      SetColorSpeed2Modifiers(2.51,9.26);
      FindColorsSpiralTolerance(MSCX,MSCY,TPA,723984,SearchX1,SearchY1,SearchX2,SearchY2,2);
      ColorToleranceSpeed(CTS);
      SetColorSpeed2Modifiers(0.2, 0.2);

      ATPA := SplitTPAEx(TPA,20,20);
      SortATPASize(ATPA,True);
      If Debug Then
        DebugATPABounds(ATPA);
      TempBox:=GetTPABounds(ATPA[0]);
      DeadTreeBox:=IntToBox(TempBox.X1,TempBox.Y1-5,TempBox.X2+20,TempBox.Y2+5);
    Strange! Yes it's not memory for that one. Ill add a failsafe for it though. Are you wearing larupia gear?

  9. #2009
    Join Date
    Apr 2012
    Location
    Vancouver, BC
    Posts
    291
    Mentioned
    1 Post(s)
    Quoted
    84 Post(s)

    Default

    Quote Originally Posted by Ashaman88 View Post
    Strange! Yes it's not memory for that one. Ill add a failsafe for it though. Are you wearing larupia gear?
    I am indeed ... I restarted my computer this morning just in case it is a memory issue (had a few programs running in the background) and will try again this morning and let you know how it goes.

    UPDATE - Yeah ... still happening for some reason ... managed to set up 2 traps and then the same error kicked in with the "TempBox:=GetTPABounds(ATPA[0]);" line highlighted.
    Last edited by digitalninja; 05-19-2013 at 03:11 PM.

  10. #2010
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Quote Originally Posted by digitalninja View Post
    I am indeed ... I restarted my computer this morning just in case it is a memory issue (had a few programs running in the background) and will try again this morning and let you know how it goes.

    UPDATE - Yeah ... still happening for some reason ... managed to set up 2 traps and then the same error kicked in with the "TempBox:=GetTPABounds(ATPA[0]);" line highlighted.
    Yeah it's not memory related, will you post a pic of the mains screen when that happens?

  11. #2011
    Join Date
    Apr 2012
    Location
    Vancouver, BC
    Posts
    291
    Mentioned
    1 Post(s)
    Quoted
    84 Post(s)

    Default

    SalaError.jpg

    Hi Ashaman ... attached is an image of the error I get ... It can happen after trying to set up a couple traps ... my longest run was about 40 minutes before it kicked in. Is this what you were looking for?

  12. #2012
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Quote Originally Posted by digitalninja View Post
    SalaError.jpg

    Hi Ashaman ... attached is an image of the error I get ... It can happen after trying to set up a couple traps ... my longest run was about 40 minutes before it kicked in. Is this what you were looking for?
    Yep that is great, thanks! Ill push out fix tonight

  13. #2013
    Join Date
    May 2012
    Posts
    49
    Mentioned
    1 Post(s)
    Quoted
    20 Post(s)

    Default

    [Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(282:145): Invalid number of parameters at line 281
    Compiling failed.

  14. #2014
    Join Date
    Apr 2012
    Location
    Vancouver, BC
    Posts
    291
    Mentioned
    1 Post(s)
    Quoted
    84 Post(s)

    Default

    Quote Originally Posted by Praize View Post
    [Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(282:145): Invalid number of parameters at line 281
    Compiling failed.
    You will find the fix for this all over the place ... it has to do with what version your using generally this line -

    {$Define SMART8} //Take out the 8 if you are using older smart version

  15. #2015
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Quote Originally Posted by digitalninja View Post
    SalaError.jpg

    Hi Ashaman ... attached is an image of the error I get ... It can happen after trying to set up a couple traps ... my longest run was about 40 minutes before it kicked in. Is this what you were looking for?
    v6.21 - hotfix for out of range error


    I didn't test but should work in theory!

  16. #2016
    Join Date
    Apr 2012
    Location
    Vancouver, BC
    Posts
    291
    Mentioned
    1 Post(s)
    Quoted
    84 Post(s)

    Default

    Quote Originally Posted by Ashaman88 View Post
    v6.21 - hotfix for out of range error
    I didn't test but should work in theory!
    Wicked! Thanks! I will give her a run now and let you know how it goes!

  17. #2017
    Join Date
    Apr 2012
    Location
    Vancouver, BC
    Posts
    291
    Mentioned
    1 Post(s)
    Quoted
    84 Post(s)

    Default

    Hey Ashaman,

    Had it running for about 30 minutes and got the same error ... but it looks like a different part of the code. I have uploaded a screenshot for you.SalaError2.jpg

    Thanks!

    DN

  18. #2018
    Join Date
    May 2012
    Posts
    49
    Mentioned
    1 Post(s)
    Quoted
    20 Post(s)

    Default

    Quote Originally Posted by digitalninja View Post
    You will find the fix for this all over the place ... it has to do with what version your using generally this line -

    {$Define SMART8} //Take out the 8 if you are using older smart version
    Oh, sorry. I always forget that, sorry again.

  19. #2019
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Quote Originally Posted by digitalninja View Post
    Hey Ashaman,

    Had it running for about 30 minutes and got the same error ... but it looks like a different part of the code. I have uploaded a screenshot for you.SalaError2.jpg

    Thanks!

    DN
    Dang it scrub mistakes. Just remove the [0] from that line. Ill upload that fix too

  20. #2020
    Join Date
    May 2012
    Posts
    49
    Mentioned
    1 Post(s)
    Quoted
    20 Post(s)

    Default

    will you ever add black sallyS?

  21. #2021
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Quote Originally Posted by Praize View Post
    will you ever add black sallyS?
    Nopers but

    v6.22 - hot fix fix

  22. #2022
    Join Date
    May 2012
    Posts
    49
    Mentioned
    1 Post(s)
    Quoted
    20 Post(s)

    Default

    ========AshamanSalamander v6.21=========
    Time Running: 5 Hours, 22 Minutes and 6 Seconds
    Catching: Red Salamanders
    Salamanders Caught: 1318 TTL: 1 Hours, 22 Minutes and 28 Seconds
    Experience Earned: 358768 Levels Gained: 2
    Experience/Hour: 66803
    Salamanders/H: 245

    and using pendant

    ========AshamanSalamander v6.22=========
    Time Running: 22 Minutes and 40 Seconds
    Catching: Red Salamanders
    Salamanders Caught: 92 TTL: 1 Hours, 27 Minutes and 5 Seconds
    Experience Earned: 50048 Levels Gained: 1
    Experience/Hour: 131663
    Salamanders/H: 242
    =======================================
    Last edited by Praize; 05-20-2013 at 10:15 PM.

  23. #2023
    Join Date
    Apr 2012
    Location
    Vancouver, BC
    Posts
    291
    Mentioned
    1 Post(s)
    Quoted
    84 Post(s)

    Default

    Thanks Ashaman!!!

    ========AshamanSalamander v6.22=========
    Time Running: 11 Hours, 36 Minutes and 8 Seconds
    Catching: Red Salamanders
    Salamanders Caught: 3560 TTL: 3 Hours, 14 Minutes and 27 Seconds
    Experience Earned: 969146 Levels Gained: 1
    Experience/Hour: 83461
    Salamanders/H: 307
    =======================================

  24. #2024
    Join Date
    Mar 2012
    Posts
    126
    Mentioned
    4 Post(s)
    Quoted
    20 Post(s)

    Default

    Starting this overnight now.

  25. #2025
    Join Date
    Mar 2012
    Posts
    44
    Mentioned
    0 Post(s)
    Quoted
    25 Post(s)

    Default

    Thanks for the 99 man!

Page 81 of 106 FirstFirst ... 3171798081828391 ... 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
  •