Search results

  1. halfvoid

    Any script requests?

    if you were writing a script you could place this at the begining of it: int start = my_meat(); int startadv = my_adventures(); then the bulk of your farming stuff (ie. where you want to farm, for how many adventures and whatnot) with this at the end of your script: int changemeat =...
  2. halfvoid

    massive lags in mafia

    ended up not using an app. just uninstalled java. reset. then deleted the java folder in my programs files and did a fresh install of java. works much better now.
  3. halfvoid

    massive lags in mafia

    Oh. What program was that? I might need to run it as well as mafia's been quite laggy for me as well lately.
  4. halfvoid

    Charged Magnet auto equip

    Yeah, if it weren't for keeping track of my he-boulder's major rays i would have tried that next. The ability to clear individual counters would very much make me happy as well.
  5. halfvoid

    Cli command for adding a adventure counter

    string parsing i sure have no clue about. i figured it would take that though.
  6. halfvoid

    Universal Recovery Script

    well fargo waffles then. maybe i should purchase that for a multi.
  7. halfvoid

    Universal Recovery Script

    i was just about to ask that as i'm soon to purchase my tome of sugar shummoning. do you know if you can use all tomes 3 times a day each or just 3 total tome summons a day?
  8. halfvoid

    Any script requests?

    so... while ( item_amount( $item[ drum machine ]) > 0 && my_adventures() > 0 ) { print("Drum machines remaining: " + item_amount($item[ drum machine ])); outfit("meat"); use_familiar( $familiar[ he-boulder ] ); if (get_counters("rockmonster",0,0) != "") {...
  9. halfvoid

    Any script requests?

    oh, that makes my brain explode with happiness.
  10. halfvoid

    Any script requests?

    heh. is there a do something UNTIL command in ash?
  11. halfvoid

    Any script requests?

    when i changed the "turn wasting" part of the script you suggested it only adventures once at the oasis before returning to using drum machines to fight sandworms.
  12. halfvoid

    Any script requests?

    just made a simpler counterscript and set the return on the rockmonster counter to true. working now but i'd still like to know how to install the other two features.
  13. halfvoid

    Cli command for adding a adventure counter

    just made a simpler counterscript and set the return on the rockmonster counter to true. working now but i'd still like to know how to install the other two features.
  14. halfvoid

    Any script requests?

    posted this over in a different thread but i figured it'd be relevant here as well. i have this counterscript running from the CCS to set a rockmonster counter: void main(int initround, monster foe, string url) { if (foe == $monster[rock snake] || foe == $monster[rock homunculus] || foe...
  15. halfvoid

    Cli command for adding a adventure counter

    i have this counterscript running from the CCS to set a rockmonster counter: void main(int initround, monster foe, string url) { if (foe == $monster[rock snake] || foe == $monster[rock homunculus] || foe == $monster[clod hopper]) cli_execute("counters add 25 rockmonster"); } and...
  16. halfvoid

    Cli command for adding a adventure counter

    ok. now how do i get it to not cancel a script when the counter runs out? :(
  17. halfvoid

    Memory leaks?

    seems to be the exact opposite for me. it starts to fill up whenever i do something, ie. the things i posted earlier. i usually flip over to the CLI to see whats actually going down with the script or auto adventures.
  18. halfvoid

    Charged Magnet auto equip

    no bueno tried implementing this. made a isitarockmonsterorwhat.ash with the exact code above (plus one missing "=") added that to the begining of my ccs. added the second part to somewhere in the middle of BBB. and it appears to absolutely not work at all. i've got my secondary off hand item...
  19. halfvoid

    Memory leaks?

    I've had it happen while running scripts (i currently have smartstasis and BBE set and i've been using mostly a variation of my sandworm farmer script or ascend.ash and the MMG a couple times but never again), its happened while simply autoadventuring (primarily in the oasis and whereever the...
  20. halfvoid

    Memory leaks?

    I've noticed this as well. Posted something about it in one of the threads when i asked if there was a cli command to automate the garbage collecting. I'm running XP with a gig of ram and mafia only allocates 65088kb of ram for itself.
Back
Top