• Innkeeper not working

    Moved
    6
    6 Posts
    244 Views
    PuffyP

    Added the variables

  • House quest in Vaylan Estate

    Moved
    2
    2 Posts
    113 Views
    PuffyP

    Resolved 6827

  • Ants

    Moved
    2
    2 Posts
    84 Views
    PuffyP

    Resolved 6827

  • Raven Feathers

    Moved
    3
    3 Posts
    162 Views
    EchoE

    Work-around added v6826

  • Downtown Quest - Traps not working

    Locked Moved
    6
    6 Posts
    314 Views
    Strife and DiscordS

    Seems to be resolved according to logs.
    If the issue still persists open a new bug for it.

  • Gnoll Fireshaman summons

    Moved
    14
    14 Posts
    811 Views
    Strife and DiscordS

    We already know why. We will need to make some modifications to the old code, once we determine they cant swarm players with summons.

  • Kenku walk/run slower than non-kenku

    Moved
    21
    21 Posts
    2k Views
    PuffyP

    Still being discussed internally.

  • Dismissal and Banishment do not DIsmiss or Banish summons

    Moved
    8
    8 Posts
    661 Views
    PuffyP

    Assumed fixed

  • Downtown Quest - Boss not loading

    Moved
    2
    2 Posts
    134 Views
    PuffyP

    Resolved, repainted the trigger.

  • Eveningstar Inn does not receive sendings

    Moved
    2
    2 Posts
    126 Views
    Strife and DiscordS

    Everything seems in order. Please double check and let us know if it still happens, or if you get any error messages.

  • Box of Salt does not Spawn salt

    Moved
    2
    2 Posts
    92 Views
    Strife and DiscordS

    Should be resolved as of V6805. Please confirm.

  • Debugging system Messenger-could not create item

    Locked Moved
    3
    3 Posts
    164 Views
    Strife and DiscordS

    There was no Boss/Mini Boss resref so this is why the error message fired.
    Was corrected.

  • Stonelands Stormbolt Area crashes on entry

    Moved
    4
    4 Posts
    156 Views
    PuffyP

    Cannot replicate, most likely a event issue or sorts

  • Vigilant Sun prestige store not opening

    Moved
    2
    2 Posts
    99 Views
    PuffyP

    Resolved 6793

  • Inacessabable cave painting

    Moved
    3
    3 Posts
    122 Views
    PuffyP

    Moved as of 6793 (sad)

  • Stonelands Spawns

    Moved
    2
    2 Posts
    99 Views
    PuffyP

    v6793

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

    Moved
    3
    3 Posts
    116 Views
    EchoE

    Updated tag to qWolfFarm v6783

  • Shield spell duration bug for wizard

    Moved
    3
    3 Posts
    186 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
    136 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
    327 Views
    EchoE

    Found the issue (maybe). Fix attemped v6783