Search results

  1. D

    How does mafia handle void xxxx()

    can it be anything? Or does it have to be something specific like: void main() or do you not even have to have it?
  2. D

    Simple (but trying to make it complex) breakfast script

    That's all well and good, now how about if I'm already drunk? It'll over drink, no? Here's my simple script so far. It checks for the liver of steel, and that I can drink and eat these things. Also that my level is high enough. void main(){ if((my_level() >= 6) && (have_skill($skill[Liver of...
  3. D

    is this possible

    http://wiki.kolmafia.us
  4. D

    Simple (but trying to make it complex) breakfast script

    Sweet. I will defiantly try that today! I'm in ronin and a muscle class! thank you so much macman. I'm sure I'll come back for more help. I'm trying to make this breakfast script complete for me. Can I make it check if I'm in ronin or not? 'Cause if I'm not, I won't want to pull anything.
  5. D

    Simple (but trying to make it complex) breakfast script

    I think I get the map. if I wanted to add more to say a moxie class, just add statList[$stat[moxie]].pullList[$item[Mae West]] = 3; statList[$stat[moxie]].drinkList[$item[Mae West]] = 3; ?
  6. D

    Simple (but trying to make it complex) breakfast script

    Here's what I have so far. void main() { if(my_level() >= 7){ if(my_primestat() == $stat[muscle]{ take_storage(3, $item[Mon Tiki]) take_storage(1, $item[lime]) take_storage(1, $item[grog]) drink(3, $item[Mon tiki]) create(1, grogtini) drink(1, grogtini) } else{ I haven't...
  7. D

    Wild Hare....

    Nothing importaint. Own record, wiki verifying, and to plan for the next day. I speed ascend and like to know what I'm going to do the next day and set a goal for myself, knowing how many adventures after rollover helps a lot. =]
  8. D

    Wild Hare....

    Is there anyway, (Script or built-in) to record how many times I've gotten the winding watch message that gives you an extra adventure?
  9. D

    macguffin.ash (a script in progress)

    Here's a question. I'm trying to use Miniborg Destroy-O-Bots as my default attack (For everything, not just spirits) I've made the script use them for spirits, how can I make it use them for everything else while still identifying the spheres on it's own? Currently it's defaulting to attack...
  10. D

    TirianLib.Ash (Sell_item)

    Well, I fixed the tirianlib through trial and error to this point, however, I'm still having troubles with another script.... Oh well, maybe I'll re-write them. =[
  11. D

    TirianLib.Ash (Sell_item)

    I don't know if this command has been updated, but I'm trying to run a script using TirianLib.ash, The .ash is old, and I can't find a newer version (That would solve my problems) So if anyone knows of any, or would guide me to an old to new ASH reference guide, that would be amazing...
  12. D

    Autorecovery failed..... not crimbo related D:

    After Crimbo will be great, I should be out of my second bad moon by then (I should be the NS today, yay!). And I'll be able to test my scripts. And yes, Hippymon, that was a script you made, but I want to modify, is there anything wrong with that? =/
  13. D

    Autorecovery failed..... not crimbo related D:

    That script is a sample script... Here's my GMoB script. if(contains_text(visit_url("bigisland.php?place=concert"), "you roll up") || contains_text(visit_url("bigisland.php?place=concert"), "You wander up to the amphitheater") || contains_text(visit_url("bigisland.php?place=concert"), "hey...
  14. D

    Autorecovery failed..... not crimbo related D:

    That didn't seem to work... Could you show me where it'd go? boolean check_hp() { if (my_hp() <= my_maxhp() / 4){ restore_hp(my_maxhp()); } } boolean check_mp() { if (my_mp() <= my_maxmp() / 4){ restore_mp(my_maxmp()); } } void main() { while(my_adventures() > 0) { if(check_hp())...
  15. D

    Autorecovery failed..... not crimbo related D:

    I promise you it's not crimbo related Veracity and Fewyn. I like knowing ash scripting and I'm learning today while I have time on my hands. I don't know whether the last topic was aimed at that, but I defiantly wasn't. My guy made of Bees script for sub-optimal battlefield for example...
  16. D

    Server Migration

    Woo! Way to go, thank you fewyn! The spam was killing me! And nice job on the server migration. =]
  17. D

    Notice of possible hosting problems...

    Mmkay. 'cause I get my server/web address for like $28 a year.
  18. D

    Notice of possible hosting problems...

    How much are you paying for hosting? What all do you have hosted?
  19. D

    Casting Disco Aerobics 2 times... Casting Disco Aerobics 2 times.... ect.

    "Executing request... You gain 55 hit points You gain 6 Mojo Points Workout completed. Casting Disco Aerobics 2 times... You acquire an effect: Disco State of Mind (duration: 10 Adventures) Disco Aerobics was successfully cast. Casting Disco Aerobics 2 times... You acquire an effect: Disco State...
  20. D

    Arena sidequest

    Turn it into the arena. So I can not forget and the war will be faster.
Back
Top