• 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
  • ?

    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
    347 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
    303 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
    126 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
    85 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
    101 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
    103 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
    289 Views
    P 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
    239 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
    338 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
    168 Views
    E 22 Aug 2020, 17:21

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

  • C

    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
    327 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
    284 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
    123 Views
    E 22 Aug 2020, 16:29

    should be fixed v6989

  • M

    Redwoods, Helmsborder bump issue

    Watching Ignoring Scheduled Pinned Locked Moved
    2 22 Aug 2020, 16:24
    21 Aug 2020, 02:29
    2 Posts
    123 Views
    E 22 Aug 2020, 16:24

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

  • H

    Map Point Issue

    Watching Ignoring Scheduled Pinned Locked Moved
    4 22 Aug 2020, 16:12
    16 Aug 2020, 01:57
    4 Posts
    125 Views
    E 22 Aug 2020, 16:12

    Fixed. v6989

  • ?

    Tailoring Grizzly Boots not appearing with succeeded check

    Watching Ignoring Scheduled Pinned Locked Moved
    4 22 Aug 2020, 15:53
    17 Aug 2020, 16:20
    4 Posts
    105 Views
    E 22 Aug 2020, 15:53

    Fixed v6989

  • M

    Maela's Monsters Quest info.

    Watching Ignoring Scheduled Pinned Locked Moved
    2 21 Aug 2020, 05:35
    21 Aug 2020, 01:46
    2 Posts
    113 Views
    P 21 Aug 2020, 05:35

    @MiladyMouse said in Maela's Monsters Quest info.:

    Marlene

    Fixed

  • T

    Treasure Hunting Maps

    Watching Ignoring Scheduled Pinned Locked Moved
    4 20 Aug 2020, 08:01
    20 Aug 2020, 04:49
    4 Posts
    99 Views
    P 20 Aug 2020, 08:01

    Holding the shovel is cooler anyway ;)

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