Search results

  1. L

    New Content - Implemented March 2016 IOTM - Witchess Set

    Now that you can play Witchess against other people, you can invite others to play against you. Here's how it looks in mafia client chat: [16:30] quwertie has invited you to play Witchess. Any time I click on that, it takes me to the player's profile, instead of the Witchess game invite...
  2. L

    Bug - Waiting for Info Staff of Ed strips me naked?

    It looks like my memory was playing tricks on me. Sorry for the misinformation. Though Mafia DID strip me naked once in the current season (and also today). The last time Mafia stripped me naked was on 6 March. Here's the message from THAT session log: Use 1 boring binder clip + 1 McClusky...
  3. L

    Bug - Waiting for Info Staff of Ed strips me naked?

    I'm running grep on my session logs, but that happen this morning, slightly before the time I posted.
  4. L

    Bug - Waiting for Info Staff of Ed strips me naked?

    For some reason, in the past few ascensions I've done, every time I click on the pyramid, Mafia automatically strips me naked. ETA: IT's not every time I click on the pyramid. Though it did happen this time. There's another instance of it happening in the past, see my post below. Here's what...
  5. L

    Skill/CS planner

    Zarquon, I want to try your fix and see if I can make it work and successfully link to the wiki. would you mind sharing your code for the Tomes?
  6. L

    Skill/CS planner

    Those fields are supposed to be wiki-links. Does it still link properly to the wiki from the planner page? I'd be happy to set up redirects for the kolwiki, but wow do they hate redirects that they consider 'superfluous'.
  7. L

    Scripting the birth of a new life.

    I do have that one! thanks, I meant what else might be in 'extras'. Is extras just the xiblaxian holo-puter, the mcd, and softcore iotm pulls?
  8. L

    Debugging an abandoned script (CS/Planner)

    Right. That makes sense to me. That fits with my hypothesis. So... any ideas on how to tweak that monster bit of code? Or do I update the map file to "Tome of Snowcone Summoning" vs. "Snowcone Summoning"? It looks like it checks both charsheet.php and bookshelf.php, is the second check...
  9. L

    Debugging an abandoned script (CS/Planner)

    In the abandoned relay script CS/Planner (http://kolmafia.us/showthread.php?5657-Skill-CS-planner) it's having trouble detecting Tome skills or Grimoire skills if they've already been cast. Here's the code that checks for skills: void getskills(){ print("Collecting skill information")...
  10. L

    Skill/CS planner

    Okay... that's strange. (For the record for any folks new to this thread, Erich is testing a hypothesis I had and mentioned to him in chat on KOL. My hypothesis was: "I cast all the Tome and Grimoire skills and they show up grey. I wonder if it's because they're actually grayed out in the...
  11. L

    Scripting the birth of a new life.

    Nifty, I've done that! I don't mind my MCD being futzed with (although since I don't sell pork gems, I doubt it'll do much unless I'm canadia). I also don't do softcore very often (And probably don't own the iotms it'd pull anyway). Are there other functions I should be aware of?
  12. L

    Scripting the birth of a new life.

    Maybe this is excessively basic, but I'd love for newlife, if in a new ascension, to use a Xibalaxian transmission and equip the (guaranteed) wrist-puter. How do I go about doing this?
  13. L

    CanAdv -- check whether you can adventure at a given location

    Trying to be a good person here: Unknown location: Gotpork Gardens Cemetery (zone: Center Park (Low Crime)) Please report this missing location here: http://kolmafia.us/showthread.php?t=2027 Unknown location: Gotpork Municipal Reservoir (zone: Center Park (Low Crime)) Please...
  14. L

    Skill/CS planner

    Solved the Pantsless! trophy issue, download the new map file to fix it. still haven't figured out the other bug. Known bug listing: I have every single Bookshelf skill. It only recognizes the Librams I have. Updated 2/12/2016.
  15. L

    Introducing KoLmafia Daily Downloader

    Would it behoove us to add this to this: wiki.kolmafia.us/index.php?title=Installation ?
  16. L

    What am I doing wrong? (Goal: purchase one raffle ticket if I log in as my main)

    Thank you! Out of curiosity, what makes the second one better?
  17. L

    What am I doing wrong? (Goal: purchase one raffle ticket if I log in as my main)

    Okay, I tried lowercase, it's working. Any ideas how I can make it trigger only if I have no raffle tickets?
  18. L

    What am I doing wrong? (Goal: purchase one raffle ticket if I log in as my main)

    > my_name Returned: Lxndr Also this documentation: http://wiki.kolmafia.us/index.php?title=My_name says case doesn't matter?
  19. L

    What am I doing wrong? (Goal: purchase one raffle ticket if I log in as my main)

    Goal: purchase one raffle ticket if I log in as my main ("Lxndr") Code: if (my_name() == "Lxndr") { cli_execute("raffle 1"); } Result: Nothing. No error messages, no nothing.
  20. L

    Skill/CS planner

    Updated the pastebin since it's clear the raffle isn't a rotation anymore.
Back
Top