• pollen did not turn in at hunters union

    Moved
    4
    4 Posts
    166 Views
    MatriarchM

    Agreed.

    Note for storyteller: Make sure to spawn things that have variables directly from the Creator and do not save them on your avatar, it may break them.

    Thanks!

  • Anauria Gemstone - Prestige Points?

    Moved
    4
    4 Posts
    187 Views
    MatriarchM

    Hm. It either came from the palette directly, or from one of the treasure/corpse that comes from the palette.
    @Puffy might need to check what spawns on the high treasure/corpse placeables.

    I'll double check the one I got in inventory for its variables once I get the chance.

  • Tailoring healing kit's +1 crafting

    Moved
    13
    13 Posts
    437 Views
    EchoE

    Healer's Kits are NWN default. Healing Kits are CoA special.
    The issue is that OUR kits all have the same tag and deal out healing based on variables.
    And in the crafting scripts, they have to have different tags. So we use the NWN default tag and then our scripts replace those with our own Healing Kits.

    // take away old traps, give new traps, take old kits, give new kits if (GetIsPC(oPC) && !GetIsDM(oPC)) { if (GetStringLeft(sTag, 10) == "NW_IT_TRAP") { SetStolenFlag(oItem, TRUE); } else if (GetStringLowerCase(GetStringLeft(sTag, 12)) == "nw_it_medkit") { string sNew = "medkits"; string sType = "sMEDKIT_TYPE"; string sName = "Healing Kit +"; int num = StringToInt(GetStringRight(sTag, 3)); switch (num) { case 1: sName += "1"; break; case 2: sName += "3"; break; case 3: sName += "6"; break; case 4: sName += "10"; break; default: sName += "1"; } /* int nStack = GetItemStackSize(oItem); int i = 0;*/ DestroyObject(oItem); object oTmp; //for (i = 0; i < nStack; i++) { oTmp = CreateItemOnObject(sNew, oPC); SetLocalString(oTmp, sType, "healkit"); SetName(oTmp, sName); //} } }

    So it gave her 4 Healer's Kits, then destroyed them and replaced them with Healing Kits.

    So the fix Deth & I put in worked! @Harlequin put ingredients for 4 kits and got 4 kits. (eventually)

  • Languages and You:

    Moved
    8
    8 Posts
    360 Views
    EchoE

    The languages we intend for Players to have access too all work.

  • Lord Darendaal's Wedding Ring not being taken

    Moved
    7
    7 Posts
    358 Views
    Winterhawk99W

    yea that would make more sense Echo.

  • To Chop or not... a druids conundrum.

    Moved
    4
    4 Posts
    153 Views
    toportimeT

    Confirmed fixed.

  • Jewellery Crafting: Gold Feldspar Amulet

    Moved
    3
    3 Posts
    104 Views
    EchoE

    Fixed v6990

  • Jewellery crafting: Gold Phenelope Scarab

    Moved
    3
    3 Posts
    127 Views
    EchoE

    Fixed v6990

  • Bad Strref - Owl feathers

    Moved
    3
    3 Posts
    145 Views
    HarlequinH

    What I found tonight is that the ones that are Identified do not do this, but the ones that are not identified do. I picked up unidentified raven feather and got the "Acquired Item: Bad Strref" message, but identified the next one before I picked it up and got the "Acquired Item: Raven Feather".

  • Swamp snake spawned in Desert

    Moved
    3
    3 Posts
    121 Views
    EchoE

    Removed Azouns from desert CARES

  • Finished map of Stonebolt Trail doesnt work

    Moved
    5
    5 Posts
    344 Views
    PuffyP

    Oh sorry, this is fixed

  • Larloch's Minor Drain

    Moved
    3
    3 Posts
    270 Views
    EchoE

    As intended (I think)

  • Warm Waterfall quest

    Moved
    11
    11 Posts
    461 Views
    EchoE

    I do agree it's kinda weird to have a frost giant as questgiver, but I'm not bothered enough to change it.

    Considering this closed since all pieces are as resolved as they can be.

  • Slumlord, Can't complete with Social Skills

    Moved
    5
    5 Posts
    197 Views
    EchoE

    It's been a month. Assuming it's fixed.

  • circle of flame spell harms allies

    Moved
    9
    9 Posts
    401 Views
    EchoE

    Seems to be as intended.

  • Slumlord Turn In

    Moved
    5
    5 Posts
    324 Views
    EchoE

    I'ts been a month and no further reports. Assuming it's fixed.

  • Maela's Monsters - Cannot access quest area

    Moved
    2
    2 Posts
    141 Views
    EchoE

    should be fixed v6989

  • Redwoods, Helmsborder bump issue

    Moved
    2
    2 Posts
    151 Views
    EchoE

    Fixed v6989
    Closed off the area. You shouldnt end up there now. Bug report if you end up inside the wall!

  • Map Point Issue

    Moved
    4
    4 Posts
    143 Views
    EchoE

    Fixed. v6989

  • Tailoring Grizzly Boots not appearing with succeeded check

    Moved
    4
    4 Posts
    123 Views
    EchoE

    Fixed v6989