Issue: minimap flag functions are broken

  1. issueid=153 11-20-2013 04:53 PM
    SRL Member
    minimap flag functions are broken
    causes an ugly runtime error

    I get this:

    Exception in Script: Runtime error: "You are accessing an invalid point, (-1,36) at bitmap[2]" at line 1155, column 22 in file "C:\Simba\Includes\SRL-6\lib\interfaces\minimap.simba"

    anytime i call waitFlag or similar functions.

    the code that is erroring is:
    ((fastGetPixel(bmp, tpa[i].x - 1, tpa[i].y - 1) - fastGetPixel(bmp, tpa[i].x, tpa[i].y - 1)) = 6381921)

    this is EASILY reproducible.
Issue Details
Issue Number 153
Project SRL Bugs and Suggestions
Status Resolved
Users able to reproduce bug 2
Users unable to reproduce bug 0
Assigned Users (none)
Tags (none)




  1. 11-24-2013 10:32 PM
    Issue Changed by Olly
    • Status changed from Unconfirmed to Resolved
+ Reply