Results 1 to 12 of 12

Thread: HELP, or atleast give a hint!

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

    Default HELP, or atleast give a hint!

    Unknown identifier 'Mouse' at line 56

    [Error] C:\Simba\Includes\P07Include.Simba(57:3): Unknown identifier 'MMouse' at line 56

    THIS HAPPENS IN P07INCLUDE!
    Any hint on what to do?

  2. #2
    Join Date
    Mar 2012
    Location
    San Diego
    Posts
    760
    Mentioned
    4 Post(s)
    Quoted
    91 Post(s)

    Default

    Looks like an antileech to me. What script are you using?
    E: Nvm, saw the P07Include. It's not supposed to run, you have to include it into your script.

  3. #3
    Join Date
    Jun 2012
    Location
    Howell, Michigan
    Posts
    1,585
    Mentioned
    34 Post(s)
    Quoted
    553 Post(s)

    Default

    Quote Originally Posted by demiraca View Post
    Unknown identifier 'Mouse' at line 56

    [Error] C:\Simba\Includes\P07Include.Simba(57:3): Unknown identifier 'MMouse' at line 56

    THIS HAPPENS IN P07INCLUDE!
    Any hint on what to do?
    This is an include, save it to your include folder. Then when a script calls his include, then it will use those. An include is just a small collection or large in some cases (wizzyplugin) or functions and procedures that work together. This inlcude will allow you to run scripts for 07Scape

  4. #4
    Join Date
    Feb 2013
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    Fixed it, new problem in the P07 Char thing:

    Error: Exception: Font [P07UpChars] not found. at line 226
    The following DTMs were not freed: [0, 1, 2, 3]

  5. #5
    Join Date
    Nov 2012
    Posts
    141
    Mentioned
    0 Post(s)
    Quoted
    43 Post(s)

    Default

    Quote Originally Posted by demiraca View Post
    Fixed it, new problem in the P07 Char thing:

    Error: Exception: Font [P07UpChars] not found. at line 226
    The following DTMs were not freed: [0, 1, 2, 3]
    Make sure you have installed the fonts as well that Danny supplied in his thread.

  6. #6
    Join Date
    Feb 2013
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    Already done, still get the error.. tried on another script too..

  7. #7
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default

    Quote Originally Posted by demiraca View Post
    Already done, still get the error.. tried on another script too..
    There might be a specific place you have to put the fonts
    Current Project: Retired

  8. #8
    Join Date
    Feb 2013
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    I get this as marked, and the thing i posted b4 as an error.

    If (GetTextAtExWrap (250, 387, 231, 0, 5, 1, P07_outline_yellow, 20, 'P07UpChars') = 'Enter your username') Then

  9. #9
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default

    Quote Originally Posted by demiraca View Post
    I get this as marked, and the thing i posted b4 as an error.

    If (GetTextAtExWrap (250, 387, 231, 0, 5, 1, P07_outline_yellow, 20, 'P07UpChars') = 'Enter your username') Then
    Because it can't find the fonts you supposedly downloaded, are the fonts in C:/User/Simba/Fonts
    Current Project: Retired

  10. #10
    Join Date
    Mar 2013
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    What fonts i dled everything I have p07 UpChars.zip in fonts folder and am still getting same error as he did.

  11. #11
    Join Date
    Jan 2009
    Location
    Turlock/LA, California
    Posts
    1,494
    Mentioned
    3 Post(s)
    Quoted
    66 Post(s)

    Default

    Quote Originally Posted by I_GetLucky View Post
    What fonts i dled everything I have p07 UpChars.zip in fonts folder and am still getting same error as he did.
    it doesnt want a zip. it wants an extracted folder.

  12. #12
    Join Date
    Mar 2013
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    How did you fix the first problem?

    I too have this problem.

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
  •