Search results

  1. A

    Way to use all "retrieved" items? Or do I have to hard-code each line?

    Basically it. I have a pretty basic buff script in the work that retrieve_items a lot of crap. I'd rather not have to type the use command for each and every one
  2. A

    Clearing moods?

    When I bounty hunt, this is my mood: cli_execute("trigger lose_effect, Bubble Vision, use 1 bottle of bubbles"); cli_execute("trigger lose_effect, Heavy Petting, use 1 knob goblin pet-buffing spray"); When I meat farm, I let the above mood continue (for items) and add...
  3. A

    I need help troubleshooting a script

    I'm writing a script that will get keys and such for the Tower. WIP I've got a little string param thing going. Its just the last thing to happen, even though its one of the first things being written in the script. I am looking to fix this. Anyways. Here it is. #### This script will get...
  4. A

    Mafia won't auto-reprice.

    Recently dumped a lot of crap into my store. Neither "undercut" nor the auto-reprice button work. My mall inventory clears, and nothing happens. If I check back in the mall, everything is still 999,999,999. Any ideas? I don't want to do this all manually... Nevermind..
  5. A

    How do I get the script to ask me for an input?

    I've looked at bounty.ash for some inspiration, and have come across this following bit of code. I'm supposing its at least in part responsible for the little popup box that asks you what you want to do. Still very confused. Could someone give me a pointer to a resource or just a pointer in...
  6. A

    How do I make the maximizer equip the SS sword/bow?

    Editing the cookie farming script. Currently it would rather equip my velcro paddle ball over my crossbow, and I'm assuming that's due to the line where is says "maximize item."
  7. A

    Looking to condense a script a little.

    I've got a diet script. void main () { #### Obtain Ode to Booze for drinking. ## Modify by sending the right meat amount to your buffBot of choice. if(have_effect($effect[Ode to Booze]) < 1) { cli_execute("csend 1 meat to Testudinata"); } #### Wait for the buff to...
Top