Search results

  1. H

    macguffin.ash (a script in progress)

    Beat me to it. :P
  2. H

    Junkyard sidequest script

    True, but what if one does not posses funkslinging? It simply continues to through the rock band flyers and the monster repeatedly hits one's life points..
  3. H

    Mining script

    I, with the help of GhettoTrucker, designed this script, it is not all the efficient, but it will go through and adventure in each of the available mining spots for a set amount of adventures. With some work it will also adventure until conditions are satisfied..
  4. H

    Junkyard sidequest script

    Directed towards Izchak's script: # use the magnet to grab an item. throw a flyer too, if we can # even if we've already thrown a flyer. Who cares? If you use the flyers more than once the monster will hit you for about 40-50 hp. For my script, I changed it to use it only once. I am just...
  5. H

    macguffin.ash (a script in progress)

    Minor problem with: if(!got_item(firstwine)){ cliE("conditions clear"); add_item_condition(1, firstwine); adventure(pump_ML(), $location[haunted wine cellar]); } if(!got_item(secondwine)){ cliE("conditions clear"); add_item_condition(1, secondwine); adventure(pump_ML()...
  6. H

    macguffin.ash (a script in progress)

    Well, personally to farm the wine cellar I would do a simple: cliE("conditions clear"); if(!got_item(firstwine){ add_item_condition(1, firstwine); adventure(more_combats(), $location[haunted wine cellar]); } if(!got_item(secondwine){ add_item_condition(1, secondwine)...
  7. H

    macguffin.ash (a script in progress)

    What do you mean by "wine seller"?
  8. H

    "summary" quiet failure - empty file

    I am now having the same problem described in Izchak's first post. Using his script with the same command I get a file without any info in it....
  9. H

    Script collection (quests and a functionlib), comments!

    Hey, I was going through the forums and saw a bunch of old scripts so I updated and changed many of them.. Please, if anyone has comments questions or suggestions, let me know! ;D
  10. H

    Outfit Changer, a casual ascension aid

    Yea, I get all kinds of problems dealing with weapons....
  11. H

    Arena sidequest

    Oh, I see, 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, could you help me")){ abort("Quest problems...
  12. H

    Hippymon's sidequest catalog, updated 09 December 2007

    Re: Hippymon's sidequest catalog, updated 12 Nov 2007 Arg, Ok I added them in. :P
  13. H

    Arena sidequest

    What do you mean by "then turn the quest in"?
  14. H

    Spooky Surprise Eggs

    Yea, retrieve_item()
  15. H

    Yet another ascension prepare script

    That, i believe, is possible by replacing these 2 lines: if (item_amount(it) < num) take_closet(num-item_amount(it),it); if (item_amount(it)<num) take_storage(num-item_amount(it),it); with if (item_amount(it)<num) retrieve_item(num-item_amount(it),it);
  16. H

    Add buff to buffbot not working

    It usually takes awhile for the "experienced" people to say anything... On average, I would say about a day. Personally, I have no clue what you are talking about with the "add"
  17. H

    Yet another ascension prepare script

    sell_item should be autosell.
  18. H

    Arena sidequest

    First of all change your custom combat to: [default] 1: attack with weapon [guy made of bees] 1: item rock band flyers, antique hand mirror Then as far as a script: This will check to see if you have access to the arena, if you do it will abort... Stop the script...
  19. H

    Morning/daily scriptlet, help?

    No problem.
Back
Top