Search results

  1. F

    logout time

    Am I missing the setting for how long it takes the forum to log us out? I commonly am reading a thread or taking far too long to compose my thoughts on a reply to a post only to be told I'm not logged in when I hit post. Is this a user setting or a forum setting? If it's user can someone...
  2. F

    Request: Queen Cookie farming script

    Has anyone else tried to use this to get more than 1 cookie in a day? I don't normally, but had a few spare drinkme's in inventory so I decided to farm all I could today. I was watching the gCLI and stopped the script after the 2nd map, because it looks like the script doesn't account for the...
  3. F

    OCD Inventory control

    ok, thanks for the quick answer.
  4. F

    OCD Inventory control

    Bale, Is there a way to add all items that mallsell for min price as autosell without actually adding them all manually?
  5. F

    Request: Queen Cookie farming script

    and a ninja ninja's me on repairs to his own script twice in one day ... damn ninjas :) thx for the updates ... look at me being all "bug"findery. Just to verify, it does indeed work well within and import and does not use the 2nd DRINK ME unnecessarily as it did before.
  6. F

    hatter.ash - Tea anyone!?

    It just feels wrong. It's like speaking English to a translator who understands Spanish but just says the same English words to the other guy cause he speaks English too. Stop looking at me like that ... ----------------------------------------------- Not sure whether to be extremely happy...
  7. F

    hatter.ash - Tea anyone!?

    I'm using this as part of my daily farming scripting and right now am calling it with cli_execute because main() does so much I'm not sure how to run it via import. Is this possible or am I stuck with doing calling it via cli? I know it doesn't really matter it just annoys me to use...
  8. F

    Request: Queen Cookie farming script

    I'm trying to use this as part of my daily farming script. My script is supposed to feed me, get breakfast, run hatter.ash, run queen(); farm 10 ducks and putty rotund, farm the castle, clean up inventory, put on my pj's and logout. Adding hatter.ash and queen(); to my script is new, all the...
  9. F

    ZLib -- Zarqon's useful function library

    Yeah I get that, was just trying to figure out how to "turn off" the first one in this situation. I found a better way though I guess. To make sure it always gives the linked version of the message, I changed zlib's check_version() to this (red is removed/commented out, green added): string...
  10. F

    ZLib -- Zarqon's useful function library

    Right, I understand that, however the 2nd message is the good one. The first message, while giving the same info DOES NOT have the direct link to the forum post where I can download the update while the second message does. I'd rather have and ugly script with 2 replies, one of which is a...
  11. F

    ZLib -- Zarqon's useful function library

    raaaaghgh ... slyz make brain hurt ... fianor smash ... You totally lost me with the foreach version and everything since. While it does properly test, I have no clue how. I don't understand where that code is pulling variables or how it finds the threads at all. I tried banging in all the...
  12. F

    ZLib -- Zarqon's useful function library

    Much better than mine but: void DWS_script_updates () { string c; c += check_version("ZLib","zlib",": 24",2072); c += check_version("BatBrain","batbrain","1.0",6445); c += check_version("SmartStasis","SS","3.3",1715); c += check_version("Neo's Libram Script", "NeoLibram"...
  13. F

    ZLib -- Zarqon's useful function library

    I'm using 5 scripts which use the check_version function. Instead of messing up my farm scripting with randomness I want to check all of them at one time before the rest of my script starts running so I can just update them if need be. Right now I have this void DWS_script_updates () { if...
  14. F

    New Content - Implemented New Hangk's and Closet Interface

    Closet issues So whatever they did in the last few days makes put_closet () not work. My cleanup script has for a long time put choice items in my closet with this: batch_open(); foreach keepsake in $items[baseball, meat vortex, sonar-in-a-biscuit, leftovers of indeterminate origin...
  15. F

    SmartStasis -- a complex script for a simple CCS

    Bale: I don't actually use a login script, but I do have a script which would be my login script if I wanted it to just completely automate before I looked into what's going on today. Basically it checks if I logged in with my main and buffs up /eats/drinks/spleens, farms 10+putty ducks, then...
  16. F

    SmartStasis -- a complex script for a simple CCS

    setting _meatperhp to 0 worked, was in a hurry so I haven't tried your addition to my login script yet bale, but will be trying it with tomorrow's farming.
  17. F

    SmartStasis -- a complex script for a simple CCS

    I'm a level 42 sauceror farming the castle. I don't need any healing at all. Not only can the monsters not really hit me, even if they do they couldn't possibly kill me. It's trying to recover up to around 3000 HP from about 1300, or after the buffs drop from 1300 to 1900. In my case it's...
  18. F

    SmartStasis -- a complex script for a simple CCS

    Due to my farming setup I need to know how to make SS/BB (not sure where it's at) stop trying to use saucy salve to reload my HP. At least while I don't really need it. While farming my max hp is around 1900, but will be sitting at about 1300 when I start. I'm just farming the castle, I don't...
  19. F

    SmartStasis -- a complex script for a simple CCS

    Wasn't the version checking code updated to automatically update the scripts or was I just dreaming that?
  20. F

    Auto login in & farm /w multis

    I have my main and 4 multi's. In my login script it checks if I am logged in as my main like this: if (my_name() != "MyMain") cli_execute ("call muti.ash"); and does my normal daily farming and such if it is. If it's not it calls this script (multi.ash): void main() { if (my_name() ==...
Back
Top