Page 12 of 12 FirstFirst ... 2101112
Results 276 to 283 of 283

Thread: Etherfreak's Log Burner

  1. #276
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Quote Originally Posted by daniyal007 View Post
    Yeah, I was trying to run your log burner and it just said error in line 3 :/ Am I doing something wrong? Should I be adjusting the numbers or something? I am kinda new to a bit of help would be awesome!
    Thanks!
    Re dl and then reopen the script hit play without typing anything into it and see if it compiles then.

  2. #277
    Join Date
    Jul 2010
    Location
    Western US
    Posts
    387
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    you downloaded the V9.2 beta? what version of simba are you using (help->about->revision #). are you trying to use smart, or a client?
    Of all the things I have lost, I miss my mind the most.
    Current Projects:
    Addy bar miner and superheater

  3. #278
    Join Date
    Aug 2012
    Posts
    144
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I downloaded the v9.2 beta. The script will compile correctly but it will not do anything after that.

  4. #279
    Join Date
    Aug 2012
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by EtherFreak View Post
    you downloaded the V9.2 beta? what version of simba are you using (help->about->revision #). are you trying to use smart, or a client?
    Yea I downloaded v9.2 beta. simba version is 991. Lol I guess I don't even know what I am trying to use... I came from PB and simba seems SOOOOOOO much more complicated -.- Haven't gotten a single script to work yet and it's been a week...
    I know this is going out of your way to do this, but could you tell me step by step how to use this script? Cuz what I did was, opened up simba, then clicked file and open, and then clicked the downloaded file (v9.2). Then it's obvious one doesn't just hit play after... so what do I do next after that? And also I am unsure about the "if you are using simba, remove //" but there are sooooo many // all over, I gotta remove all? or where?
    Yeah big noob here I know, but we didn't have to do this stuff at PB :/
    Thanks in advance Hopefully I can get my first script to work today...

  5. #280
    Join Date
    Jul 2010
    Location
    Western US
    Posts
    387
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Simba Code:
    program LogBurner;
    //Remove // for smart
    //{$DEFINE SMART}
    {.include SRL/SRL.simba}

    See the define smart. right now it is commented out. you comment out stuff in a script by typing // and whatever text you want commented out after that. you also need to set where your logs are in your bank account, and you can set up your username and pass for auto login. I would recommend you read some of the tutorials here:
    http://villavu.com/forum/forumdisplay.php?f=28
    as these will help you understand the scripting, and get you on the road to writing your own scripts one day.
    Of all the things I have lost, I miss my mind the most.
    Current Projects:
    Addy bar miner and superheater

  6. #281
    Join Date
    Nov 2012
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This script does not work after the EoC update.

  7. #282
    Join Date
    Jul 2010
    Location
    Western US
    Posts
    387
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by elmostreet View Post
    This script does not work after the EoC update.
    Good to know, I will look into it. Can you give some details of the issues you encountered?
    Of all the things I have lost, I miss my mind the most.
    Current Projects:
    Addy bar miner and superheater

  8. #283
    Join Date
    Jan 2012
    Location
    Classified
    Posts
    157
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Found a quick EoC fix:

    Change line 138 to
    Simba Code:
    mouse(157,182,25,25,true);

    Change line 150 to
    Simba Code:
    mouse(370,182,25,25,true);

    This changes the movement of the mouse so that it will click on the new EoC tool options pop-up that appears after clicking a log. It will simply click on the tinderbox this first time. Then the second time it will add to bonfire. It may misclick outside the option but should fix itself.

    Having issues running at VEB, FEB is working fine though.
    There is no 'Ctrl' button on 's computer. is always in control.

Page 12 of 12 FirstFirst ... 2101112

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
  •