• Lock/Unlock Destination

    1
    1 Posts
    2k Views
    No one has replied
  • PC Description Changer

    2
    2 Posts
    2k Views
    golwG

    Please, please, please, please, add this somewhere.

  • Polymorph Self

    60
    60 Posts
    24k Views
    C

    Not real keen to waste the gold on a scroll to become a heavily encumbered pixie, BUT, to cast from a backup 'make me a bear to carry the dead fighter and his seven suits of armour away' scroll is it…?

    Set the poly morph via .ps polar bear
    then select any form via the circly menu by 'using' the scroll itself to become polar bear?

  • Scripting exceptions into the spelhook

    4
    4 Posts
    2k Views
    A

    lol

    Of course it's as simple as one function.

  • Fire Swamp

    3
    3 Posts
    2k Views
    Mr.MolochM

    Thanks, yes, I still needed to add in the saving throw and some other surprises–but I just wanted the skeleton working and it was too late to get to it all last night.

  • Using money

    3
    3 Posts
    2k Views
    T

    Also, check the vault for prebuilt worlds that use copper, silver and gold. I played a PW a while back (I forget the name now) that used it. I think he said it was standard in one of the base module systems.

  • Hoods

    2
    2 Posts
    2k Views
    Mr.MolochM

    Doesn't work for all subraces, that's why we never put it in before.

  • Dispell Invis Through Conversation

    1
    1 Posts
    2k Views
    No one has replied
  • "dot" commands

    11
    11 Posts
    4k Views
    Elegy of FoolsE

    @Mortek:

    WAY off topic kinda, but I've been thinking of dabbling in the scripting but haven't look at it yet. More to the point, from what was posted above, is this basically C++ kinda stuff? Looks a lot like it.

    It's watered-down, but effectively that's that it's based off of.

  • Questions about language scripts

    1
    1 Posts
    2k Views
    No one has replied
  • Categorizing Spell Constants

    7
    7 Posts
    3k Views
    ArchAngel_GA

    edited out by Harry-

    Thanks for the help!!!

  • Changing character apperance

    6
    6 Posts
    3k Views
    D

    Thanks guys

  • Classes

    3
    3 Posts
    2k Views
    B

    http://www.nwnprc.com/news.php is the general place you'd probably want to go.

    They already have s very similar class in the hak (Favored Soul or whatever it's called), and the guys on their forums know the whole class making stuff every-which-way.

  • A plead for help from another server

    7
    7 Posts
    3k Views
    YardsaleY

    @Skeet:

    We do not use ELC, so I do realize this may be apart of the problem, but we actually physically cannot use ELC as nobody would be able to log into the server. (Due to the server being d20 modern.)

    Yes, this is bad.

  • OnDeath

    16
    16 Posts
    6k Views
    C

    PopUpGUIPanel() or PopUpDeathGUIPanel() pull up the standard or a custom GUI for when you die. It's called in the code of the OnDeath script (if it is used).

    See "x2_death"

    So, creating your own OnDeath script that doesn't call either of those functions will "disable" (actually, will just not use) the death GUI.

  • Voiceset manipulation

    1
    1 Posts
    2k Views
    No one has replied
  • Creature items

    5
    5 Posts
    2k Views
    D

    I think the skin that I'm seeing is for riding horses. The description says something along those lines. I've bypassed any issuse I'm having by emptying the PC inventory completely.

  • Polymorph question

    2
    2 Posts
    1k Views
    C

    Your additions should be replacements of the lines that go -

    nPoly = ... ```with lines that look like

    if (condition)
    nPoly = ...
    else if (condition)
    nPoly = ...
    else
    nPoly = ...

    You'll need to do each one.
  • Scripting Request

    7
    7 Posts
    2k Views
    YardsaleY

    That's great! It'll save me some time!

    Awesome.

    Thank you.

  • Sun Elf

    5
    5 Posts
    2k Views
    B

    @Gmork:

    From what I remember about setting up subrace systems, there are those that use leto scripts to make the increase to the stats permanent. However, this can lead to other problems. I don't know if anything like that would ever be implemented here.

    Yeah, it's LETOscript. It means you have to turn off Enforce Legal Characters, mostly.