Page 3 of 4 FirstFirst 1234 LastLast
Results 51 to 75 of 95

Thread: Sjoekeloe's ZammyWineRunner

  1. #51
    Join Date
    Mar 2012
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    Fixed it myself, you have to take out the ";" above "else" at line 534

  2. #52
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by 1337sauce View Post
    Fixed it myself, you have to take out the ";" above "else" at line 534
    Yeah, sorry Well found though. I'll re-upload.

    Creds to DannyRS for this wonderful sig!

  3. #53
    Join Date
    Mar 2012
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    Banking works great now!

    Will run it overnight and post results in the morning.

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

    Default

    Quote Originally Posted by Sjoekeloe View Post
    It's ok, fixed thanks though.
    Mk! Does this run well? Or is it crowded?

  5. #55
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by SRLKing View Post
    Mk! Does this run well? Or is it crowded?
    Pretty crowded, but there are empty worlds.
    And probably better if you're membs
    Althought membs have better moneymaking methods

    Creds to DannyRS for this wonderful sig!

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

    Default

    Quote Originally Posted by Sjoekeloe View Post
    Pretty crowded, but there are empty worlds.
    And probably better if you're membs
    Althought membs have better moneymaking methods
    Very true I'll look into it! Post a proggy if I use it(:

  7. #57
    Join Date
    Oct 2012
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    getting:
    [Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(281:149): Invalid number of parameters at line 280

  8. #58
    Join Date
    Sep 2012
    Location
    Here.
    Posts
    2,007
    Mentioned
    88 Post(s)
    Quoted
    1014 Post(s)

    Default

    Quote Originally Posted by alan349 View Post
    getting:
    [Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(281:149): Invalid number of parameters at line 280
    This should be an easily found error if you had posted your issue in google. All you need to do is either upgrade to SMART8, or change the define SMART8 at the top to define SMART.

  9. #59
    Join Date
    Oct 2012
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    already fixed

  10. #60
    Join Date
    Nov 2011
    Posts
    171
    Mentioned
    1 Post(s)
    Quoted
    46 Post(s)

    Default

    really was looking foward to using this script but keep getting this error

    [Error] C:\Simba7.2\Includes\SRL/SRL/misc/SmartParams.Simba(281:149): Invalid number of parameters at line 280
    Compiling failed.

    tried changing {$DEFINE SMART8} to {$DEFINE SMART} but still cant get it working also did your sps map and dtm



    (*
    Paint Smart
    ===========

    The Paint Smart include contains functions that will paint graphics on to the
    SMART screen. Used to make scripts look nicer and sometimes to display
    progress reports. Also used as a useful debugging tool. This is for Simba 0.98 and earlier.

    .. contents::

    *)

    {$IFDEF Lape}
    {$IFDEF SMART} <<<<<<<<<<<<<<<< highlights this bit of the code in bright orange
    {$DEFINE Lape_NoSMART}
    {$UNDEF SMART}
    {$ENDIF}
    {$ENDIF}

    {$IFDEF SMART}
    var
    SMART_Canvas: TBitmap;
    SMART_DebugSetup: Boolean;
    {$ENDIF}
    Last edited by ajg0001991; 02-14-2013 at 05:32 AM.

  11. #61
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by ajg0001991 View Post
    really was looking foward to using this script but keep getting this error

    [Error] C:\Simba7.2\Includes\SRL/SRL/misc/SmartParams.Simba(281:149): Invalid number of parameters at line 280
    Compiling failed.

    tried changing {$DEFINE SMART8} to {$DEFINE SMART} but still cant get it working also did your sps map and dtm
    What's your version of Smart?
    if u don't have SMART8 download it and install it like here: http://villavu.com/forum/showthread.php?t=93563

    (Keep it at {$DEFINE SMART8} if u use smart8 of course)

    Creds to DannyRS for this wonderful sig!

  12. #62
    Join Date
    Nov 2011
    Posts
    171
    Mentioned
    1 Post(s)
    Quoted
    46 Post(s)

    Default

    i normally use smart 7.2 but i have a smart 8 install aswell i have tried the script in both 7.2 and 8 i get the same error in both i dont understand it myself evry other scipt is working except yours if u have team viewer maybe u can help me further ive really tried alot of things to get this working im puzzled

  13. #63
    Join Date
    Nov 2011
    Posts
    171
    Mentioned
    1 Post(s)
    Quoted
    46 Post(s)

    Default

    Quote Originally Posted by Sjoekeloe View Post
    What's your version of Smart?
    if u don't have SMART8 download it and install it like here: http://villavu.com/forum/showthread.php?t=93563

    (Keep it at {$DEFINE SMART8} if u use smart8 of course)
    i normally use smart 7.2 but i have a smart 8 install aswell i have tried the script in both 7.2 and 8 i get the same error in both i dont understand it myself evry other scipt is working except yours if u have team viewer maybe u can help me further ive really tried alot of things to get this working im puzzled

    (sorry about double post my pc messed up lol i tried to edit the previuse)

  14. #64
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by ajg0001991 View Post
    i normally use smart 7.2 but i have a smart 8 install aswell i have tried the script in both 7.2 and 8 i get the same error in both i dont understand it myself evry other scipt is working except yours if u have team viewer maybe u can help me further ive really tried alot of things to get this working im puzzled

    (sorry about double post my pc messed up lol i tried to edit the previuse)
    U can delete the post. There's a delete button
    Add me on skype
    Last edited by Justin; 01-22-2014 at 08:41 PM.

    Creds to DannyRS for this wonderful sig!

  15. #65
    Join Date
    Dec 2012
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    [Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(281:149): Invalid number of parameters at line 280
    Compiling failed. when running script

  16. #66
    Join Date
    Mar 2012
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    ----------Sjoekeloes ZammyWineRunner------------
    ------------------------------------------------
    -- Time Running: 12 Hours, 1 Minutes and 27 Seconds
    -- Money Made: 1434213 (20056 GP/Hour)
    -- Xp Gained: 46827 (168577 XP/Hour)
    -- WorldHops: 28 Trips Made: 40
    ------------------------------------------------

    Heres a nice proggy, as you can see HP/Hour gets a little messed up after a while, it's actually around 120k/hr. The bot seems to have a problem recognizing that there is another person there, i'm only gettting every other wine. If you're online now you can teamview me if you want.

    EDIT: More of occasionally missing a wine than every other wine

    EDIT: Working fine now
    Last edited by 1337sauce; 02-17-2013 at 12:28 PM.

  17. #67
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by 1337sauce View Post
    ----------Sjoekeloes ZammyWineRunner------------
    ------------------------------------------------
    -- Time Running: 12 Hours, 1 Minutes and 27 Seconds
    -- Money Made: 1434213 (20056 GP/Hour)
    -- Xp Gained: 46827 (168577 XP/Hour)
    -- WorldHops: 28 Trips Made: 40
    ------------------------------------------------

    Heres a nice proggy, as you can see HP/Hour gets a little messed up after a while, it's actually around 120k/hr. The bot seems to have a problem recognizing that there is another person there, i'm only gettting every other wine. If you're online now you can teamview me if you want.

    EDIT: More of occasionally missing a wine than every other wine
    Holy cow, u got it to work 12 hours lol. 120k/h isn't that bad I guess.
    This script is in Beta, because I thought it wouldn't even work properly.
    I had troubles writing it with my scripting knowledge at that point. (Maybe even now, not really active at scripting)

    I don't know if I'm gonna update this, since the place is full with java bots and It's hard to test it properly.
    Since it barely beats other bots, didn't really see it gaining much profit.

    Creds to DannyRS for this wonderful sig!

  18. #68
    Join Date
    Mar 2012
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    Quote Originally Posted by Sjoekeloe View Post
    Holy cow, u got it to work 12 hours lol. 120k/h isn't that bad I guess.
    This script is in Beta, because I thought it wouldn't even work properly.
    I had troubles writing it with my scripting knowledge at that point. (Maybe even now, not really active at scripting)

    I don't know if I'm gonna update this, since the place is full with java bots and It's hard to test it properly.
    Since it barely beats other bots, didn't really see it gaining much profit.
    It's easier if you make a trial account with 33 magic, only 1 person max is at a world on membs

  19. #69
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by 1337sauce View Post
    It's easier if you make a trial account with 33 magic, only 1 person max is at a world on membs
    Maybe in the near future, cause I'm gonna rewrite some parts then.
    Thanks for the proggy though!

    Creds to DannyRS for this wonderful sig!

  20. #70
    Join Date
    Feb 2013
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    22 Post(s)

    Default

    Quote Originally Posted by Sjoekeloe View Post
    My chocolate crusher earns more gp/ hour
    where does it get the chocolate from? (as in where can we collect it, G E? that's just 7 per bar crushed)

  21. #71
    Join Date
    Dec 2011
    Posts
    41
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Great script fast grabbing and working flawlessy! thanks

  22. #72
    Join Date
    Oct 2010
    Posts
    180
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    Exception in Script: Unable to find file 'ObjectDTM\ObjDTMInclude.simba' used from 'C:\Simba\Scripts\ZammyWineRunner V1.031.simba'

    I did download the ObjectDTM! help me....

  23. #73
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by BGXD View Post
    Exception in Script: Unable to find file 'ObjectDTM\ObjDTMInclude.simba' used from 'C:\Simba\Scripts\ZammyWineRunner V1.031.simba'

    I did download the ObjectDTM! help me....
    Check ODTM > Settings > Override Update
    Make sure it's checked and update again.

    Creds to DannyRS for this wonderful sig!

  24. #74
    Join Date
    Oct 2010
    Posts
    180
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    still with the error!

    Exception in Script: Unable to find file 'ObjectDTM\ObjDTMInclude.simba' used from 'C:\Simba\Scripts\ZammyWineRunner V1.031.simba'

  25. #75
    Join Date
    Oct 2010
    Posts
    180
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    Loading extension C:\Simba\Extensions\ObjectDTM.sex
    Extension Enabled
    ODTM Updater Enabled!
    No ODTM update available.

    That appears!

Page 3 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
  •