Search results

  1. andargor

    D&D 5E Question about art

    Which means part of the price of making the painting is that the character has to die for it to be worth that much. :)
  2. andargor

    D&D 5E Cell Phone and Electronic Etiquette at your 5e Table

    Sorry, but I can not answer your poll, as you are basically covering two aspects: whether you use electronic devices as a gaming aid, and whether you tolerate out-of-game behavior at the table. Two different and not mutually exclusive things.
  3. andargor

    D&D 5E Was I in the wrong?

    Wow! You are really against anything other than pencil and paper! Well, we have been playing close to 40 years together now, and we find that calculating sheets, taking and sharing notes, annotating maps and such is much easier with tablets. I'm close to 50, the youngest of the group, and...
  4. andargor

    D&D 5E Was I in the wrong?

    It's not the size of the device, but what you do with it that counts. :D At our table, 75% of players use a tablet and/or phone for their character or references. But out-of-game behavior is frowned upon, unless there's a family emergency.
  5. andargor

    I hate problem players

    I really don't know why you can't kick him out, but if the reason is that the other players want a meat shield, why can't you have a fighter NPC follow the group?
  6. andargor

    D&D 5E MPMB's D&D 5e Character Tools

    Yes, this is on an imported version. I probably clicked the button three times.
  7. andargor

    D&D 5E MPMB's D&D 5e Character Tools

    I'll just keep reporting the errors that I see :D In v10.1, I'm getting this error in console when pressing the WildShape Options button: ReferenceError: CreatureList is not defined 1042:Document-Level:Functions2 ReferenceError: CreatureList is not defined 1042:Document-Level:Functions2...
  8. andargor

    D&D 5E MPMB's D&D 5e Character Tools

    While upgrading PDFs from v9.9.9, I'm getting these errors in the javascript console, even with no user script. Also, Intelligence is blank after import. EDIT: I had to go to a previous version with a lower level, then upgrade the PDF, then level up with the new version, while reselecting the...
  9. andargor

    D&D 5E MPMB's D&D 5e Character Tools

    Awesome work! Have you managed to include the MagicItemList variable? It can be empty, but would avoid the initialization I'm doing at every item.
  10. andargor

    Gateway Errors and enduring slow performance

    The site does feel a bit more responsive, and I haven't had a Gateway Error since I last reported them. I will do more testing in the evenings (EST North America) to see how things are. In the meantime, you still have a few load time hogs. This is my latest test from New York...
  11. andargor

    Gateway Errors and enduring slow performance

    Still a bit sluggish, but no 504's or DB errors yet. I'll keep an eye on it for a few days and get back to you. Thanks for the good work :)
  12. andargor

    Gateway Errors and enduring slow performance

    Woot! Finally able to post! I have another one for you, among the 504's I've been getting tonight:
  13. andargor

    D&D 5E Roll20 Launches 5e SRD Character Sheets and drag and drop

    Out of curiosity I went to see this sheet for myself. Landed on the wiki page. No sheet. Figured out it's a wiki and not the main site, went there and signed up. Within 10 seconds I was promptly lost, and still no sheet in sight. I'm either blind or dumb (or both), but where is this sheet? :D
  14. andargor

    D&D 5E Herolab with 5e SRD---worth it or too stripped down?

    Try MPMB's PDF calculating sheets. It's fairly complete.
  15. andargor

    D&D 5E MPMB's D&D 5e Character Tools

    I don't have that kind of time :) But I wanted to show others so that the community could in time do them all, as people develop the ones for their group. Adding the variable is a good idea in any case :) Yeah, it's a security feature in Adobe. To be honest that's the only place that I could...
  16. andargor

    Gateway Errors and enduring slow performance

    Hey Morrus, thanks for the explanation. Why is content.php taking a lot of the time to load? Also, I can't help but notice a lot of little bits and pieces that add up to load time. May I suggest some of these tips for loading scripts and such using "async" and "defer" to maybe improve...
  17. andargor

    Gateway Errors and enduring slow performance

    Hey, For as long as I can remember, myself and other people have indicated that the site performance has been slow. This is a relative measure compared to the other dozens of sites that we are browsing. And before someone puts in doubt my Internet connection, I'm at 100Mbps/10Mbps with pristine...
  18. andargor

    D&D 5E MPMB's D&D 5e Character Tools

    This is working for me, however I find it messy. The problem is that the functions to call in setAction have to be evaluated and in scope at execution. So I made stringified functions assigned to variables and stuffed them in all setAction entries, although they don't get initialized/compiled if...
  19. andargor

    D&D 5E MPMB's D&D 5e Character Tools

    Hmm, I tired this as a test, and it doesn't trigger on the field change: function ApplyMagicItem(input) { var oCk = { bInitialValue : true, bAfterValue : false }; app.alert({ cMsg : input, nIcon : 3, cTitle : "ApplyMagicitem", oCheckbox : oCk }); } this.getField("Extra.Magic...
  20. andargor

    D&D 5E MPMB's D&D 5e Character Tools

    Ok, What("Extra.Magic Item 1") returns the text. I would like to implement a list, like MagicItemList, with different properties. How would I hook that in to be calculated? I haven't reviewed all of your code yet, so I'm not sure how I would get it to trigger. If I can make a simple structure...
Top