Recent content by Pazleysox

  1. Pazleysox

    Rollover Management

    I haven't done a bounty in.... Umm... Roughly a year after he was released... I'll look into this though. EDIT: Easy bounty done, still have hard, and special available... I switched it to check specialty first. I finished all bounty today, lets see if that fixes the problem. I'm 2...
  2. Pazleysox

    Anyway to override Ultra Rare stopping my script?

    I will confirm the setting works. I set my daily script to notify me at the end of my turns of that I had indeed obtained an ultra rare. However, I do enjoy being able to see the monster myself.
  3. Pazleysox

    Looking for a Numberology Between Battle Script

    Function 'reverse_numberology( int )' undefined... Will this work? if (reverse_numberology(0,1) contains 69) { while (to_int(get_property("_universeCalculated"))<to_int(get_property("skillLevel144"))) { cli_execute("numberology 69"); } }
  4. Pazleysox

    Anyway to override Ultra Rare stopping my script?

    Sadly I know from experience, if you're fighting an ultra-rare monster, and your script aborts, and you aren't around to see the fight, and forget to check on it BEFORE rollover, you will sadly no longer be in said fight after rollover, and will loose the item the monster would have dropped...
  5. Pazleysox

    is_unrestricted

    When I wrote the script I was trying to tell the script if the shower was available, use the shower. I figured out what I had done wrong, by going back and looking at the is_unrestricted reference page. I thought I had posted my correction. if(is_unrestricted("april shower") &&...
  6. Pazleysox

    is_unrestricted

    Not sure how long it's been broken... But, this doesn't work. string body; body = visit_url("clan_viplounge.php?whichfloor=2"); if(is_unrestricted(contains_text(body,"aprilshower.gif") && get_property("_aprilShower") == "false")) { cli_execute("Shower cold"); } This does work though...
  7. Pazleysox

    Free Fights Script

    This worked just fine. I suppose the issue is with my custom combat. It uses: "red" "item glark cable" Once I added the specific monster names, the script works just fine. Thanks for the help!
  8. Pazleysox

    Free Fights Script

    I wrote a free fights script long ago, but it gets stuck in the red zeppelin. Can someone point me in the direction of what I might have missed/mixed up here? string zep = visit_url("place.php?whichplace=zeppelin"); if (zep.contains_text("The Red Zeppelin")) { if...
  9. Pazleysox

    How to incorporate Daylight Shavings Helmet into a script?

    Not sure why I didn't think of this before, but there is a simple solution. just add the code in red. cli_execute("outfit save current"); while (my_adventures() > 0) { if (have_effect($effect[barbell moustache]) == 0 && have_effect($effect[cowboy stache]) == 0 &&...
  10. Pazleysox

    How to incorporate Daylight Shavings Helmet into a script?

    Is your script equipping specific hat each time, or is the script using the modifier maximizer to find a hat? If you're using a specific hat all the time, just do equip($slot[hat],$item[SPECIFIC HAT]); If you're using the maximizer to choose your outfit, then just run that again.
  11. Pazleysox

    AccountVal - What are you worth? What can you sell..

    Can you make the script look at all mr. store items, and show what your value would be if all items were only worth the current price of a mr. a? I purchased almost all of my items that way, and I'm curious to see what I've spent over the years.
  12. Pazleysox

    Familiar equipment autoswitching again

    I've been using this script for a long time. It's worked perfect for me. I only modified it to suit my personal familiars.
  13. Pazleysox

    AccountVal - What are you worth? What can you sell..

    There were 4 mall extinct items! Items: potted tea tree (Bound), Coffee Pixie (Familiar), Cheshire Bat (Familiar), Feather Boa Constrictor (Familiar) Too bad these are extinct. I wish there was a way to remove them from my terrarium. Between bound, and unbound: 45,499,458,869...
  14. Pazleysox

    daily deed for getaway campsite

    I don't either, but I do use an end of day script that does all the stuff I might have missed.
  15. Pazleysox

    AccountVal - What are you worth? What can you sell..

    I understand that. People just need to be aware that the final answer isn't 100% accurate, and the numbers can be quite inflated. For me, the difference between the 2 scripts I ran was very significant. This one was somewhere around 13% higher. I don't know the exact number, but 13% when you...
Top