Page 2 of 4 FirstFirst 1234 LastLast
Results 26 to 50 of 83

Thread: [OGL] ClarityWells

  1. #26
    Join Date
    Mar 2015
    Posts
    438
    Mentioned
    21 Post(s)
    Quoted
    211 Post(s)

    Default

    Quote Originally Posted by Clarity View Post
    Thanks Clutch! @kiwikiwi; you can simply replace the bank chest ID in line 10 with that one to use the Lumbridge Combat Academy bank.

    Simba Code:
    BANK_MODEL_ID = 910041455;
    NP need a break from testing..made zero changes to my script yet it won't run now. FTL

  2. #27
    Join Date
    May 2012
    Location
    USA
    Posts
    169
    Mentioned
    2 Post(s)
    Quoted
    64 Post(s)

    Default

    Meilyr chest support in prif?

    Need that 20% for combo pots

  3. #28
    Join Date
    Dec 2011
    Posts
    2,147
    Mentioned
    221 Post(s)
    Quoted
    1068 Post(s)

    Default

    Quote Originally Posted by Threshold View Post
    Meilyr chest support in prif?

    Need that 20% for combo pots
    I don't have an account that can access Elf City. I'd be happy to add the chest ID if someone could retrieve it or lend an account

  4. #29
    Join Date
    Mar 2015
    Posts
    438
    Mentioned
    21 Post(s)
    Quoted
    211 Post(s)

    Default

    I would but I don't have access to priff either lol

  5. #30
    Join Date
    Nov 2014
    Location
    Australia
    Posts
    188
    Mentioned
    2 Post(s)
    Quoted
    97 Post(s)

    Default

    Quote Originally Posted by Clarity View Post
    I don't have an account that can access Elf City. I'd be happy to add the chest ID if someone could retrieve it or lend an account
    I'm sure that dung script your working on will come in handy soon
    Why join the navy if you can be a pirate? -Steve Jobs

  6. #31
    Join Date
    Dec 2011
    Posts
    2,147
    Mentioned
    221 Post(s)
    Quoted
    1068 Post(s)

  7. #32
    Join Date
    Jun 2014
    Posts
    463
    Mentioned
    27 Post(s)
    Quoted
    229 Post(s)

    Default

    So there's less configuration for the key bind of the well, you should put

    Simba Code:
    actionBar.getActionKey(id)

  8. #33
    Join Date
    Feb 2015
    Posts
    43
    Mentioned
    1 Post(s)
    Quoted
    23 Post(s)

    Default

    Error: Duplicate declaration "tCountDown" at line 536

    getting this error code.

  9. #34
    Join Date
    Dec 2011
    Posts
    2,147
    Mentioned
    221 Post(s)
    Quoted
    1068 Post(s)

    Default

    Quote Originally Posted by herbal View Post
    Error: Duplicate declaration "tCountDown" at line 536

    getting this error code.
    SRL-6 recently ported the tCountDown type from ogLib without accounting for duplicate declarations. You can solve this error by deleting tCountDown methods from SRL-6 (relevant methods found within time.simba). An official fix will be pushed along with other updates soon.

  10. #35
    Join Date
    Dec 2011
    Posts
    2,147
    Mentioned
    221 Post(s)
    Quoted
    1068 Post(s)

  11. #36
    Join Date
    Feb 2015
    Posts
    43
    Mentioned
    1 Post(s)
    Quoted
    23 Post(s)

    Default

    still getting the same error

  12. #37
    Join Date
    May 2012
    Location
    USA
    Posts
    169
    Mentioned
    2 Post(s)
    Quoted
    64 Post(s)

    Default

    Quote Originally Posted by Clarity View Post
    SRL-6 recently ported the tCountDown type from ogLib without accounting for duplicate declarations. You can solve this error by deleting tCountDown methods from SRL-6 (relevant methods found within time.simba). An official fix will be pushed along with other updates soon.
    I got rid of the tCountDown but now I get this?
    http://puu.sh/jiYZz/ae9b2303fd.png

  13. #38
    Join Date
    Mar 2015
    Posts
    438
    Mentioned
    21 Post(s)
    Quoted
    211 Post(s)

    Default

    Quote Originally Posted by Threshold View Post
    I got rid of the tCountDown but now I get this?
    http://puu.sh/jiYZz/ae9b2303fd.png
    If you read up a little bit it downloaded a new version, close out and open up the latest version of the script.

  14. #39
    Join Date
    May 2012
    Location
    USA
    Posts
    169
    Mentioned
    2 Post(s)
    Quoted
    64 Post(s)

    Default

    Quote Originally Posted by Clutch View Post
    If you read up a little bit it downloaded a new version, close out and open up the latest version of the script.
    I'm opening the new version and it still says the same thing.

    http://puu.sh/jiZWj/28af3c4737.png

    EDIT: I toyed around with some things and got it working. Will update if needed.

    Thanks!

  15. #40
    Join Date
    Mar 2015
    Posts
    438
    Mentioned
    21 Post(s)
    Quoted
    211 Post(s)

    Default

    Quote Originally Posted by Threshold View Post
    I'm opening the new version and it still says the same thing.

    http://puu.sh/jiZWj/28af3c4737.png

    EDIT: I toyed around with some things and got it working. Will update if needed.

    Thanks!
    Did you change the script version at the top? Cuz it's detecting 1.0 still.

  16. #41
    Join Date
    May 2012
    Location
    USA
    Posts
    169
    Mentioned
    2 Post(s)
    Quoted
    64 Post(s)

    Default

    Quote Originally Posted by Clutch View Post
    Did you change the script version at the top? Cuz it's detecting 1.0 still.
    Yes I changed that and then had to do a few other things I can't quite remember atm. It started to mess up but I stopped toying with it for now.

  17. #42
    Join Date
    Dec 2011
    Posts
    2,147
    Mentioned
    221 Post(s)
    Quoted
    1068 Post(s)

    Default

    Did I mess the versioning up? Sorry! I'll upload a fix to the OP You can change this to 1.1 in the meantime and it should run fine.

    Simba Code:
    scriptVersion = '1.0';
    //should be
    scriptVersion = '1.1';

  18. #43
    Join Date
    Feb 2015
    Posts
    43
    Mentioned
    1 Post(s)
    Quoted
    23 Post(s)

    Default

    still getting the tcountdown error. any help would be greatly appreciated

  19. #44
    Join Date
    Feb 2015
    Posts
    43
    Mentioned
    1 Post(s)
    Quoted
    23 Post(s)

    Default

    how do i delete the duplicate tcountdown

  20. #45
    Join Date
    Feb 2015
    Posts
    43
    Mentioned
    1 Post(s)
    Quoted
    23 Post(s)

    Default

    thanks guys! not

  21. #46
    Join Date
    Apr 2007
    Location
    In My Secret Lair of Secretness...
    Posts
    112
    Mentioned
    1 Post(s)
    Quoted
    46 Post(s)

    Default

    Got 99 herb with this! You're the man Clarity also got a ton of free overloads
    Jesus loves you

  22. #47
    Join Date
    Feb 2015
    Posts
    43
    Mentioned
    1 Post(s)
    Quoted
    23 Post(s)

    Default

    do i just delete this to get passed the tcountdown error code?

    tCountDown
    ~~~~~~~~~~

    .. code-block:: pascal

    type
    tCountDown = uInt32;

    Timer type which is usefull for loops, timing and writing progress reports.

    .. note::

    - by Obscurity
    *)
    type
    tCountDown = uInt32;

    function tCountDown.setTime(funcTime: uInt32): uInt32;
    begin
    exit(self := getSystemTime() + funcTime);
    end;

    function tCountDown.timeRemaining(): uInt32;
    begin
    if not self.isFinished() then
    exit(self - getSystemTime());
    end;

    function tCountDown.isFinished(): boolean;
    begin
    exit(getSystemTime() >= self);
    end;

  23. #48
    Join Date
    Feb 2015
    Posts
    43
    Mentioned
    1 Post(s)
    Quoted
    23 Post(s)

    Default

    Please help!

  24. #49
    Join Date
    Mar 2014
    Location
    East Coast, USA
    Posts
    291
    Mentioned
    10 Post(s)
    Quoted
    148 Post(s)

    Default

    Quote Originally Posted by herbal View Post
    Please help!
    When was the last time you updated your ogLib or your SRL? Both have updated a few times over the last week or so. Also, I think you can make the tCountDown go away by doing this "remove the tCountDown methods from SRL-6's time.simba" You can do that by just commenting out the lines. Hopefully @Clarity; will figure some other workaround out but this should get you by.

  25. #50
    Join Date
    Feb 2015
    Posts
    43
    Mentioned
    1 Post(s)
    Quoted
    23 Post(s)

    Default

    I dont know what eactly i have to "comment" out.

Page 2 of 4 FirstFirst 1234 LastLast

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
  •