Results 1 to 4 of 4

Thread: For quite a number of scripts im using.

  1. #1
    Join Date
    Aug 2014
    Posts
    278
    Mentioned
    10 Post(s)
    Quoted
    113 Post(s)

    Default For quite a number of scripts im using.

    A lot of scripts broke after i used the new simba/srl
    so far only bonsai`s new fighter script work.

    almost all scripts give this error:

    Error: Duplicate declaration "getXP" at line 364
    Compiling failed.

    Error: Duplicate declaration "drawText" at line 562
    Compiling failed.

  2. #2
    Join Date
    Aug 2014
    Location
    Australia
    Posts
    932
    Mentioned
    53 Post(s)
    Quoted
    495 Post(s)

    Default

    Are you using the official Simba/SRL-6 combination or the RC versions being worked on by Olly/etc? Because a recent update broke much of SRL-6 and they've all been working hard on Simba 1.1, which comes with a bunch of SRL-6 fixes.

    If you're not using an RC version, try using RC3 or RC4 (unsure of stability of RC4 at the moment) and see if it works for you then.



    New to scripting? Procedures & Functions for Beginners
    Do you use your computer at night? Just get f.lux

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

    Default

    You have to use the latest simba with the latest SRL6. Old SRL6 is not compatable with the new Simba. You are getting the duplicate getXP() error because that function was added to the include today. Just delete the chatBox.getXP() function from your script and it will be sweet.

    Things may continue to be a little messy over the next few weeks until the official release

  4. #4
    Join Date
    Aug 2014
    Posts
    278
    Mentioned
    10 Post(s)
    Quoted
    113 Post(s)

    Default

    i dont know what to remove from the script..

    for you mining script mayors it says the draw text thing.

    for super ironys miner

    Error: Don't know which overloaded method to call with params (array [0..3] of Int32, Int32) at line 234
    Compiling failed.

    Solved the problem by having two different versions of simba in folder.(probably just a temporary fix.)

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
  •