Results 1 to 5 of 5

Thread: Trouble With PROPERFLETCHER

  1. #1
    Join Date
    Feb 2007
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    well, my browser messed up when i first tried to post this, it seems it made the thread but not the post. so i will post again.

    I am using the PROPERFLETCHER script, and it was working great for awhile until recently, i have been getting an error that seems to happen randomly..

    Code:
    [Runtime Error] : Math error in line 62 in script C:\Program Files\SCAR 2.03\includes\Si.scar
    line 62 of Si.scar is this..

    Code:
     result:=Trunc(Sqrt((x1-x2)*(x1-x2)+(y1-y2)*(y1-y2))+0.999999);
    I cut about 7-9k logs before this started to happen. im not sure why this is happening, but if anyone knows a solution, i would gladly appreciate the help.

    Thanks,
    Shawn

  2. #2
    Join Date
    Sep 2006
    Posts
    5,219
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    Try changing to this

    result:=Trunc(Sqrt((max(x1,x2)-min(x1,x2))*(max(x1,x2)-min(x1,x2))+(max(y1,y2)-min(y1,y2))*(max(y1,y2)-min(y1,y2)))+0.999999);

    BTW, any script that doesn't use SRL is outdated.

  3. #3
    Join Date
    Feb 2007
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i used it a little more, and i *think*, not positive, but i think that it happens when i close and reopen the lid on my laptop.
    it sounds really strange, but i left the lid open, and it never happend for 6k logs, then i closed the lid, opened it a bit later, and it got the error.

    the reason i use this one, is that i couldnt find another working one that was new.

    thanks,
    shawn

  4. #4
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Also, wrong section.
    This belongs in the "Script Help" Section.
    Please post any topics like this in there =)

  5. #5
    Join Date
    Sep 2006
    Location
    West U.S.
    Posts
    2,172
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Quote Originally Posted by yohojo8 View Post
    Also, wrong section.
    This belongs in the "Script Help" Section.
    Please post any topics like this in there =)
    Mods please move this

    They are sisters...
    Runescape Classic

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Always trouble
    By BlueDraGoN777 in forum OSR Help
    Replies: 3
    Last Post: 01-08-2008, 07:19 PM
  2. trouble
    By RS Rebel in forum OSR Help
    Replies: 6
    Last Post: 07-27-2007, 09:11 AM
  3. trouble with srl
    By wesleyar in forum OSR Help
    Replies: 4
    Last Post: 06-02-2007, 04:28 AM
  4. [SRL][RS2]PROPERFLETCHER 3.0 Revamped!
    By Youngt191 in forum RS3 Outdated / Broken Scripts
    Replies: 2
    Last Post: 12-10-2006, 03:45 AM

Posting Permissions

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