Results 1 to 5 of 5

Thread: Need error fix for Bank Mining Script :(

  1. #1
    Join Date
    Apr 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default Need error fix for Bank Mining Script :(

    ** Warning in InvBox: Incorrect index: 0 **
    Warning! You passed a wrong xs to a finder function: -1. That is below 0, thus out of bounds. Setting the value to 0 for now.
    Warning! You passed a wrong ys to a finder function: -1. That is below 0, thus out of bounds. Setting the value to 0 for now.
    FailSafe initilized, stuck in random or got lost.


    I've tryed everything, i've done so much work I just don't know what that could be, i'm kind of still a noob at java, only coded RSPS's befor this. spongebob.gif Thanks

    & how do I add to an integer in a constant, I put something a little like this.
    If(WalkToRockVar = 1) then
    begin
    OTHER CODE
    end;

    In a different script to start up this one, it requires WalkToRocksVar := (+ 1); So I added it at the end.

    SCRIPT CODE CRAP
    ECT.

    begin
    WalkToRockVar := 0; <-- At bottom of script.
    Last edited by crazypeople; 04-20-2013 at 01:33 AM.

  2. #2
    Join Date
    Dec 2011
    Location
    U.S.A.
    Posts
    635
    Mentioned
    5 Post(s)
    Quoted
    249 Post(s)

    Default

    What are you using java for in simba? Simba interprets PASCAL

  3. #3
    Join Date
    Apr 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    They have alot of the same concept. >.> PASCAL is what I meant

  4. #4
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

    Default

    Quote Originally Posted by crazypeople View Post
    They have alot of the same concept. >.> PASCAL is what I meant
    Post your script here, looks like something is up with the invbox.

  5. #5
    Join Date
    Apr 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I private messaged it.

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
  •