Search results

  1. I

    Character Info Toolbox

    It did complain about a conflict even though I didn't think I had made changes. Reverting them didn't seem to help. When I completely deleted the script and reinstalled it, that did the trick. Thanks for the pointers.
  2. I

    Character Info Toolbox

    http://imgur.com/a/pvmVt
  3. I

    Character Info Toolbox

    <html><head> <link rel="stylesheet" type="text/css" href="/images/styles.css"> <style type="text/css"> #nudges div { position: relative; padding: 0px; } #nudges div .close { position: absolute; top: -2px; right: -10px; border: 1px solid #000; } .blur1 {color: transparent; text-shadow:0 0...
  4. I

    Character Info Toolbox

    Sorry for the dumb question, but do you mean the rendered HTML, or the script?
  5. I

    Character Info Toolbox

    No good still on License to Adventure On mafia r18038 it's still broken under revision r536. I restarted mafia, I toggled compact character pane in my options, but CHIT's still reporting: "CHIT: Compact Character Pane not supported"
  6. I

    Character Info Toolbox

    ... wish I had thought of that. It seems so obvious now that you mention that.
  7. I

    Character Info Toolbox

    So a while back, the whole Brick plugin functionality was added, and this was great... I had an outfit picker brick (no longer quite so useful now that that's been internalized), and a Crown of Thrones picker brick (thanks Soluzar!). But after the auto svn updating was added, I have to re-add my...
  8. I

    bumcheekcity's Easy Snapshot Maker

    FYI, I'm seconding that bug reporting on the sourceforge page seems to either be disabled or restricted. I do see that bumcheek snapshot for skill "summon taffy" is not reporting as permed, even though it does see Libram of Pulled Taffy. My profile name is Infinius. Awesome script, by the way!
  9. I

    Character Info Toolbox

    I'm impressed with the sub-one-day fix on this! Loving the new multi-cast from ChIT. I'm also glad to see that the outfit selection list scrolls... I guess I'll retire my outfit brick, as the functionality is in ChIT itself.
  10. I

    Character Info Toolbox

    Pretty cool update! Now I just have to figure out how to get it to put my other imported scripts (the chit plugins) to the top of charpane.ash for me.
  11. I

    Character Info Toolbox

    As a dev, I'm ashamed to be the type of user I hate.. didn't look at the upcoming build notes, and only complained after the fact! I'll admit to not having kept up with updates lately. Thanks for all the work that goes into the upkeep!
  12. I

    Character Info Toolbox

    +1 for being sad to not see the quests link anymore.
  13. I

    Character Info Toolbox

    Upgraded to the latest CHiT version and saw the eXtreme meter... nice touch; made me smile!
  14. I

    Character Info Toolbox

    Outfit selection brick OK, here's the outfit selection brick, with the caching for custom outfits so it doesn't break the skills page. I don't yet have all of the standard outfits coded (function "GetStandardOutfitList()" has them hardcoded), but this should give you an idea. Instructions are...
  15. I

    Character Info Toolbox

    Hmmm... that'll definitely work for the standard outfits. Not so much for custom ones though ( have_outfit("Aaaaaaaa")? have_outfit("Aaaaaab")?). But I guess I can just have those configurable. Thanks very much for the new life that suggestion brings; I was getting awfully close to calling the...
  16. I

    Character Info Toolbox

    Any other way to get a list of outfits? My initial wading through the master function list came up fruitless. I could of course code in the list of standard outfits, but wouldn't know which ones I had without involving inventory, and that wouldn't even address custom outfits. That's why I had...
  17. I

    Character Info Toolbox

    Issues with visit_url and character pane So this is bizarre. Apparently if I use visit_url to any of the games *.php pages (inventory.php is what I need), certain skills cause a known KOL bug to appear (for skills like Summon Horde and Lure Minions that require a second post, they don't work)...
  18. I

    Quick question re: load_html

    Am I missing something obvious here? Why does "load_html" not work? print("before working"); buffer result1 = visit_url("http://www.google.com"); //<-- this works. (html for page) print(result1); print("after working"); print("before not working"); buffer result2 =...
  19. I

    Character Info Toolbox

    http://snipt.org/vVfj0#expand Here's my first attempt at a brick. It's an outfit selector for the left pane. I'm actually not sure how I feel about it. On one hand, easy outfit changes. On the other hand, I can't see the impact, and the current selection doesn't always stay up (because things...
  20. I

    Character Info Toolbox

    Glad to hear you like the idea. I think your idea of keeping plugins defined with a named convention like that would definitely help (and remove the need that I had introduced to handle "helpers" and "updates"). As for the string replace, if you're going down that road anyway, why not have the...
Top