Search results

  1. P

    Item Desc overhaul and OCD Inv helper

    Clicking on the link should change the window the item_desc was in to a new window that displays the item in the item_desc page's configuaration line as it would be shown in the relay_db_manager. Clicking the button below this should submit to it's self and if you changed any of the OCD command...
  2. P

    Item Desc overhaul and OCD Inv helper

    <Sorry wrong forum.> UPDATED: 23April2011 I like Bales OCD_Inventory but didn't like the configuration method. Using this set of relay scripts and ash files the following changes will occur to your item_desc.php The mallprice of the item will be shown. (updated at most once per day.)...
  3. P

    Feature - Implemented bitwise operators

    So... we do have bitwise ops now or we don't have bitwise ops? I tried using them, couldn't get them to work, looked it up on the wiki to see if they were implemented, found this thread on the forum and... the permissions func doesn't work, parsing error... so we don't have these? Personally I...
  4. P

    parameter/method

    I can see how func(func(func(param))) might make more sense to a math person since you wouldn't see much x.sqrt().power(2) but the other method will make more sense once you get used to object oriented coding since you wouldn't want to do something like string s="5"...
  5. P

    EZStartInfo

    EatDrink main looks like this now: void main (int foodMax, int drinkMax, int spleenMax, boolean overdrink, boolean sim) { SIM_CONSUME = sim; eatdrink(foodMax, drinkMax, spleenMax, overdrink); } Swapping it with void main(string cmd) { startInfo sI = getStartInfo(cmd,false)...
  6. P

    EZStartInfo

    See code below
  7. P

    Before you sell

    Nvm
  8. P

    Before you sell

    I Looked on the function reference under additional script usages, and noticed there were quite a few places a script could be triggered, but I didn't see any way to override the sell operation. Is this possible?
  9. P

    Relay browser not working.

    Thanks... I didn't even think of that.
  10. P

    Relay browser not working.

    I am using the same .jar with all the same settings as my last working use. When I log into kol using kolmafia it logs in fine, everything works through the CLI, however when I try to open in the relay browser the web page loads up blank. I checked the source of the webpage witch has the HTML...
  11. P

    FightOptimizer.ash

    cool thanks
  12. P

    FightOptimizer.ash

    Sorry, I can never tell how old the version of fightoptimizer or what has been updated... but when using what i think to be the latest version, the one linked to by nudely_appendage. I was playing as a sauceror but my moxie and musle was high enough that the cheapest strat would have been to...
  13. P

    Damage dealt

    Is there any builtin or commonly used function to determine the actual amount of damage that your last action caused to an enemy? I know it is hidden somewhere deep within the bowels of fightoptimizer, but I wasn't sure if there was a more recent or more stable method...
  14. P

    Tower Monster Feature Request

    Wow never mind i just noticed i was justifing it after it had already been implemented. Thanks guys and dang that was quick. : )
  15. P

    Tower Monster Feature Request

    I didn't realize that because I use the wow bar... its pretty easy to use for items double click means use one of the item, left click and right click means use 2 and left click item a and right click item b means use item a and b. But the other thing is that If you don't have the item in...
  16. P

    Tower Monster Feature Request

    Would it be possible to put the item you need to defeat a tower monster in bold pink letters similar to how they show up for the junkyard subquest?
  17. P

    Order of automaticly called scripts

    Ok.. I looked into the prefs and found: betweenBattleScript <---- This is called before battles(?) so it should kind of be a prebattle script? What arguments can it take? buyScript <---- Called when the cli command buy is used? What arguments can it take? counterScript...
  18. P

    CounterChecker: Wormwood, Semi-rares, Dance Cards and more

    Will this resume adventuring in the original zone after the counter hits? For example lets say that I am used adv * gallery with 40 adventures, the cookie counter expires after 10 adventures, will it automaticly continue adventuring in the gallery for the next 29 adventures? Or would I have to...
  19. P

    Mall helping scripts

    I don't want a mallbot or anything, but I was wondering if anyone knew of any mall scripts or greasemonkey mall scripts that will help keep track of money spent, money gained (net gain/loss based on those numbers), # of each particular item bought/sold (plus price per item bought and sold)...
  20. P

    Make your scripts automatically update their data files!

    Nice. This looks interesting.
Back
Top