• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
City of Arabel
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  1. Home
  2. Maintenance
  3. Closed Bugs
Log in to post
Load new posts
  • Recently Replied
  • Recently Created
  • Most Posts
  • Most Votes
  • Most Views
  • H

    Free fishing poles

    Watching Ignoring Scheduled Pinned Locked Moved
    2 3 Oct 2020, 16:55
    16 Sept 2020, 00:20
    2 Posts
    90 Views
    E 3 Oct 2020, 16:55

    Fixed v6997

  • H

    Fishing Table cannot access

    Watching Ignoring Scheduled Pinned Locked Moved
    2 3 Oct 2020, 16:33
    16 Sept 2020, 00:44
    2 Posts
    87 Views
    E 3 Oct 2020, 16:33

    Fixed v6997

  • M

    Script issues with Cure Light & Moderate Wounds items

    Watching Ignoring Scheduled Pinned Locked Moved
    3 26 Sept 2020, 15:06
    26 Sept 2020, 01:01
    3 Posts
    179 Views
    E 26 Sept 2020, 15:06

    All related to 8193.16 update.

    7cc2f65e-d49b-4b2c-808e-126b7069240a-image.png

  • O

    pollen did not turn in at hunters union

    Watching Ignoring Scheduled Pinned Locked Moved
    4 19 Sept 2020, 19:56
    19 Sept 2020, 04:34
    4 Posts
    142 Views
    M 19 Sept 2020, 19:56

    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!

  • H

    Anauria Gemstone - Prestige Points?

    Watching Ignoring Scheduled Pinned Locked Moved
    4 10 Sept 2020, 00:09
    9 Sept 2020, 00:00
    4 Posts
    162 Views
    M 10 Sept 2020, 00:09

    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

    Watching Ignoring Scheduled Pinned Locked Moved
    13 4 Sept 2020, 11:49
    28 Jul 2020, 00:38
    13 Posts
    348 Views
    E 4 Sept 2020, 11:49

    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)

  • E

    Languages and You:

    Watching Ignoring Scheduled Pinned Locked Moved
    8 2 Sept 2020, 11:54
    3 Dec 2019, 02:13
    8 Posts
    318 Views
    E 2 Sept 2020, 11:54

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

  • M

    Lord Darendaal's Wedding Ring not being taken

    Watching Ignoring Scheduled Pinned Locked Moved
    7 30 Aug 2020, 22:58
    23 Aug 2020, 02:38
    7 Posts
    304 Views
    W 30 Aug 2020, 22:58

    yea that would make more sense Echo.

  • T

    To Chop or not... a druids conundrum.

    Watching Ignoring Scheduled Pinned Locked Moved
    4 28 Aug 2020, 01:59
    27 Aug 2020, 21:58
    4 Posts
    130 Views
    T 28 Aug 2020, 01:59

    Confirmed fixed.

  • L

    Jewellery Crafting: Gold Feldspar Amulet

    Watching Ignoring Scheduled Pinned Locked Moved
    3 26 Aug 2020, 21:39
    26 Aug 2020, 19:50
    3 Posts
    86 Views
    E 26 Aug 2020, 21:39

    Fixed v6990

  • L

    Jewellery crafting: Gold Phenelope Scarab

    Watching Ignoring Scheduled Pinned Locked Moved
    3 26 Aug 2020, 21:39
    26 Aug 2020, 19:46
    3 Posts
    103 Views
    E 26 Aug 2020, 21:39

    Fixed v6990

  • H

    Bad Strref - Owl feathers

    Watching Ignoring Scheduled Pinned Locked Moved
    3 23 Aug 2020, 02:09
    16 Aug 2020, 01:24
    3 Posts
    122 Views
    H 23 Aug 2020, 02:09

    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".

  • T

    Swamp snake spawned in Desert

    Watching Ignoring Scheduled Pinned Locked Moved
    3 22 Aug 2020, 19:32
    21 Aug 2020, 23:09
    3 Posts
    104 Views
    E 22 Aug 2020, 19:32

    Removed Azouns from desert CARES

  • S

    Finished map of Stonebolt Trail doesnt work

    Watching Ignoring Scheduled Pinned Locked Moved
    5 22 Aug 2020, 18:09
    2 Aug 2020, 21:33
    5 Posts
    290 Views
    PuffyP 22 Aug 2020, 18:09

    Oh sorry, this is fixed

  • T

    Larloch's Minor Drain

    Watching Ignoring Scheduled Pinned Locked Moved
    3 22 Aug 2020, 18:05
    26 Apr 2020, 00:07
    3 Posts
    240 Views
    E 22 Aug 2020, 18:05

    As intended (I think)

  • L

    Warm Waterfall quest

    Watching Ignoring Scheduled Pinned Locked Moved
    11 22 Aug 2020, 18:02
    17 Aug 2020, 13:25
    11 Posts
    340 Views
    E 22 Aug 2020, 18:02

    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

    Watching Ignoring Scheduled Pinned Locked Moved
    5 22 Aug 2020, 17:21
    4 Jul 2020, 07:51
    5 Posts
    170 Views
    E 22 Aug 2020, 17:21

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

  • CadizC

    circle of flame spell harms allies

    Watching Ignoring Scheduled Pinned Locked Moved
    9 22 Aug 2020, 16:39
    5 Jun 2020, 21:19
    9 Posts
    329 Views
    E 22 Aug 2020, 16:39

    Seems to be as intended.

  • MortuiM

    Slumlord Turn In

    Watching Ignoring Scheduled Pinned Locked Moved
    5 22 Aug 2020, 16:38
    13 Jul 2020, 06:01
    5 Posts
    285 Views
    E 22 Aug 2020, 16:38

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

  • M

    Maela's Monsters - Cannot access quest area

    Watching Ignoring Scheduled Pinned Locked Moved
    2 22 Aug 2020, 16:29
    21 Aug 2020, 01:50
    2 Posts
    124 Views
    E 22 Aug 2020, 16:29

    should be fixed v6989

  • 1
  • 2
  • 76
  • 77
  • 78
  • 79
  • 80
  • 113
  • 114
  • 78 / 114