+ Reply to Thread
Results 1 to 3 of 3

Thread: ran out of bat for monkfishing

  1. #1
    Join Date
    Dec 2011
    Posts
    733
    Mentioned
    2 Post(s)
    Quoted
    7 Post(s)

    Default ran out of bat for monkfishing

    Can this bug be reproduced?

    Probably not


    Script & Location

    Piscatoris fishing colony


    Bug Description

    Was running MSI monk-fisher, came back, it ended, said I ran out of bait.


    Debug Text

    Progress Report:
    |====================================|
    |              ~ SRL ~               |
    |           Randoms Report           |
    |────────────────────────────────────|
    |                                    |
    |                                    |
    |────────────────────────────────────|
    |====================================|
    {----------------------------------------------------------------}
    {                    MSI Phoenix Short Report                    }
    {----------------------------------------------------------------}
    {     Time Running: 43 Minutes and 7 Seconds                     }
    {----------------------------------------------------------------}
    {                                                                }
    {        Totals:                                                 }
    {         - Players:           2                                 }
    {         - Player Time:       20m 59s                           }
    {         - Loads:             1                                 }
    {         - Experience:        2,880                             }
    {         - Fish Caught:       24                                }
    {                                                                }
    {----------------------------------------------------------------}
    {----------------------------------------------------------------}
    
    {----------------------------------------------------------------}
    {                    MSI Phoenix Player Report                   }
    {----------------------------------------------------------------}
    {     Time Running: 43 Minutes and 8 Seconds                     }
    {----------------------------------------------------------------}
    {                                                                }
    {     Player 0: G0Tp0T                                           }
    {     Location: Fishing Colony Fishing Spots                     }
    {     Time:     20m 59s                                          }
    {     Active:   False                                            }
    {       Reason: Ran out of fishing bait                          }
    {                                                                }
    {     Script: Fishing Colony Fisher                              }
    {       Time:  20m 59s                                           }
    {       Skill: Fishing                                           }
    {       Exp:   2,880                                             }
    {       Level: 74                                                }
    {       Loads: 1                                                 }
    {         Item:   Raw Monkfish                                   }
    {         Amount: 24                                             }
    {                                                                }
    {----------------------------------------------------------------}
    {----------------------------------------------------------------}
    [0:43:35]: [ G0Tp0T ] ------ All players inactive
    [0:43:36]: Thank-you for using MSI Phoenix scripts!
    [0:43:36]: Successfully executed.

    Additional Information

    Msi now gives the bitmap 16 and 18 do not exist errors. hmm



    Thanks,
    m34tcode

  2. #2
    Join Date
    Oct 2008
    Location
    C:\Simba\Includes\
    Posts
    7,566
    Mentioned
    19 Post(s)
    Quoted
    180 Post(s)

    Default

    We need more debug than this. You can find the debug files under /Simba/Includes/MSI/Debug Logs/
    Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
    { MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }

    When posting a bug, please post debug! Help us, help you!

    I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
    If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.


    SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.


  3. #3
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    This is the code that checks for the bait error:
    Simba Code:
    // check for the "you're out of bait" text in the chat box
    if (findNPCChatText('left', nothing)) then
    begin
      MSI_Debug('We have run out of fishing bait!');
      result := false;
      break;
    end;
    Is it possible it's clicking the wrong fishing spot and that message appears in the chat box?

    E: This should be fixed in the next version.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

Posting Permissions

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