• Stonelands Spawns

    Moved
    2
    2 Posts
    80 Views
    PuffyP

    v6793

    Updated Caverns of the Sun Updated Niedlig Citadel
  • Wolf-Infested Farmland Transition

    Moved
    3
    3 Posts
    96 Views
    EchoE

    Updated tag to qWolfFarm v6783

  • Shield spell duration bug for wizard

    Moved
    3
    3 Posts
    129 Views
    EchoE

    @Sljppers said in Shield spell duration bug for wizard:

    pixie queen encounter

    Redrew the encounter trigger to make it bigger.

  • Poison recipes

    Moved
    2
    2 Posts
    99 Views
    EchoE

    @toportime said in Poison recipes:

    Stripped Toadstool Poison |2| 1 Honey, 1 Chicken Egg, 1 Glass Vial || Seems to drop the 2 Stripped Toadstools

    fixed v6783, was a Tag issue.

    @toportime said in Poison recipes:

    Bloodroot |3| 1 Glass Vial, 1 Yellow Mushroom, 1 Chicken Egg || seems to drop the 1 Black Cohosh Root, 1 Aventurine Dust

    Removed Cohosh root from recipe, added aventurine dust to script, updated forum post to match

    CnrRecipeAddComponent(sKeyToRecipe, "cnrGlassVial", 1, 1); //Glass Vial CnrRecipeAddComponent(sKeyToRecipe, "cnrHoney", 1); // Honey CnrRecipeAddComponent(sKeyToRecipe, "cnrMushroomYel", 1); // Yellow Mushroom CnrRecipeAddComponent(sKeyToRecipe, "cnrChickenEgg", 1); //chicken egg CnrRecipeAddComponent(sKeyToRecipe, "cnrGemDust014", 1);//1 Aventurine Dust

    @toportime said in Poison recipes:

    Ettercap Venom |3| 1 Glass Vial, 1 Honey, 1 Ettercap Silk Gland, 1 Dust of Greenstone || Seems to add 1 Honey, and replace 1 Feldspar Dust

    CnrRecipeAddComponent(sKeyToRecipe, "cnrGlassVial", 1, 1); //Glass Vial CnrRecipeAddComponent(sKeyToRecipe, "cnrHoney", 1); // Honey CnrRecipeAddComponent(sKeyToRecipe, "NW_IT_MSMLMISC07", 1); // Ettercap silk gland CnrRecipeAddComponent(sKeyToRecipe, "cnrGemDust001", 1); //Greenstone Dust

    Forum updated to match script/recipe.

    @toportime said in Poison recipes:

    Arsenic |4| 6 Apples, 1 Garlic, 1 Glass Vial || Seems to drop the 1 Chicken Egg

    CnrRecipeAddComponent(sKeyToRecipe, "cnrGlassVial", 1, 1); //Glass Vial CnrRecipeAddComponent(sKeyToRecipe, "cnrAppleFruit", 6); // 6 apples CnrRecipeAddComponent(sKeyToRecipe, "NW_IT_MSMLMISC24", 1); // 1 garlic CnrRecipeAddComponent(sKeyToRecipe, "cnrChickenEgg", 1); //chicken egg

    Added Chicken Egg back to the recipe.

  • Alchemy (trying to craft striped toadstool poison fails)

    Locked Moved
    8
    8 Posts
    216 Views
    EchoE

    Found the issue (maybe). Fix attemped v6783

  • Helmland: Forest of Eyes, Forgotten Tunnels rope transition issue

    Moved
    2
    2 Posts
    156 Views
    EchoE

    fixed v6783

  • CoAss (alchemy) skills seems to work inverse

    Moved
    6
    6 Posts
    193 Views
    S

    I think this can be closed, looks like this works correctly now.

    As a suggestion maybe a +1 on the roll itself would be more balanced, instead of acting as if you had 1 level higher in the skill.
    Seems like a lot of points to put into something to just make leveling in the start a bit easier, but not really making a big difference at the end.

    But take that with a grain of salt, I'm in no way a master crafter, so I might not know what I'm talking about :)

  • Broken merchants

    Moved
    9
    9 Posts
    223 Views
    PuffyP

    Resolved, please post the NPC name in the future!

  • re-respawned for free after reset

    Moved
    3
    3 Posts
    87 Views
    PuffyP

    Tested again 6769, works fine and the body spawned in the morgue too

  • Control Summon: Player Tool

    Moved
    3
    3 Posts
    230 Views
    PuffyP

    Duplicate, closing

  • Armour modding spawning new armors.....

    Moved
    3
    3 Posts
    176 Views
    PuffyP

    You can either choose to make an armour with the appearance, or put the appearance on the armour you are wearing. It appears you misread the alternatives and chose the one which made a new armour. Sadly we cannot offer refunds for misreading functions.

  • Custom spells learning from the scrolls

    Moved
    5
    5 Posts
    168 Views
    ?

    @Puffy

    Fixed and verified 6768

  • polymorph self unintended results (lycan)

    Moved
    10
    10 Posts
    522 Views
    ?

    .ps commands have been commented out of dmfi_onplychat to prevent this from being a problem, as they're currently unsupported, per 6767

  • Scribe Scroll Feat Not Applied for Rune Domain

    Moved
    2
    2 Posts
    144 Views
    ?

    @Oasis-of-Secrets

    Should be fixed per 6767

  • Level drains removed when resting, except when its not

    Moved
    4
    4 Posts
    172 Views
    ?

    Enervation duration reduced to turn/level per 6767, monster level drains still function as usual. Guess the plan is to add a conversation to cleric NPCs to cast restoration.

  • ray of fire is not an unlimited cantrip

    Moved
    6
    6 Posts
    322 Views
    ?

    Fixed and verified. 6767

  • [Closed]Prestige Class HP bugged

    Locked Moved
    6
    6 Posts
    199 Views
    Prof. MisclickP

    FIxed v6767
    All hail @Haquin

  • Respawned Freely After Reset?

    Moved
    9
    9 Posts
    265 Views
    EchoE

    Fix confirmed.

  • fate domain spells incorrect

    Moved
    7
    7 Posts
    189 Views
    EchoE

    Should be fixed v6763
    thanks @Sljppers

  • rallying cry not accessible for use

    Moved
    4
    4 Posts
    125 Views
    EchoE

    Should be fixed v6763
    Thanks @Sljppers