Misahky

Members
  • Content count

    602
  • Joined

  • Last visited

Posts posted by Misahky


  1. Hey!

    As written before: Loots for Valsharah rares are not needed at the moment. They will be added when they are scripted. I will close your rares patches.

    Still thanks and have a nice day!

     

    Misahky


  2. Hello!

    Thanks for your patch but there are errors in it:

    • Make sure to leave a space after -- else it will cause an error.
    • The column itembonuses has been removed.

     

    The correct patch would look like this:

    UPDATE `creature_template` SET `lootid`=93030 WHERE `entry`=93030;
    DELETE FROM `creature_loot_template` WHERE `entry`=93030;
    INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
    (93030, 121171, 0.05, 1, 0, 1, 1) /* Kal'delar Pauldrons */, 
    (93030, 121177, 0.69, 1, 0, 1, 1) /* Vale Walker's Cloak */, 
    (93030, 121186, 0.05, 1, 0, 1, 1) /* Smolderhide Hood */, 
    (93030, 121205, 0.05, 1, 0, 1, 1) /* Dreadroot Linked Belt */, 
    (93030, 121208, 0.21, 1, 0, 1, 1) /* Dreadroot Linked Greaves */, 
    (93030, 121209, 0.37, 1, 0, 1, 1) /* Dreadroot Linked Helm */, 
    (93030, 121210, 0.16, 1, 0, 1, 1) /* Dreadroot Linked Legguards */, 
    (93030, 121211, 0.05, 1, 0, 1, 1) /* Dreadroot Linked Spaulders */, 
    (93030, 121213, 0.37, 1, 0, 1, 1) /* Crescent Vale Cord */, 
    (93030, 121214, 0.05, 1, 0, 1, 1) /* Crescent Vale Cowl */, 
    (93030, 121217, 0.69, 1, 0, 1, 1) /* Crescent Vale Robe */, 
    (93030, 121218, 0.42, 1, 0, 1, 1) /* Crescent Vale Sandals */, 
    (93030, 121341, 0.16, 1, 0, 1, 1) /* Robble's Staff of Discourse */, 
    (93030, 121350, 0.05, 1, 0, 1, 1) /* Rust-Encrusted Leggings */, 
    (93030, 121365, 0.32, 1, 0, 1, 1) /* Warped-Plate Leggings */, 
    (93030, 121370, 0.11, 1, 0, 1, 1) /* Warped-Plate Stompers */, 
    (93030, 124437, 3, 1, 0, 1, 3) /* Shal'dorei Silk */, 
    (93030, 132199, 5, 1, 0, 1, 1) /* Congealed Felblood */, 
    (93030, 132200, 0.9, 1, 0, 1, 1) /* Ashen Ring */, 
    (93030, 132204, 83, 1, 0, 1, 1) /* Sticky Volatile Substance */, 
    (93030, 132219, 6, 1, 0, 1, 1) /* Opposable Leaf */, 
    (93030, 132223, 29, 1, 0, 1, 1) /* Elemental Droplet */, 
    (93030, 138781, 0.53, 1, 0, 1, 1) /* Brief History of the Aeons */, 
    (93030, 138782, 0.05, 1, 0, 1, 1) /* Brief History of the Ages */, 
    (93030, 138817, 0.32, 1, 0, 1, 1) /* Demonic Runestone */, 
    (93030, 140222, 0.05, 1, 0, 1, 1) /* Harvested Goods */, 
    (93030, 141291, 0.05, 1, 0, 1, 1) /* Shala'nir Sproutling */;

     

    Its corrected and applied with next update.

     

    Regards,

    Misahky


  3. Hello!

    Thanks for your patch but unfortunately, it's declined for the following reasons:

    • Rares loot will be personal loot which means that there will be changes in terms of values
    • Its a valsharah rare. Their loots are removed as they are not scripted.

     

    Regards,

    Misahky

    Database Developer


  4. 23 hours ago, lands said:

    warrior class can't complete the quest The Tranquil Forest

     

    22 hours ago, svelty23 said:

    Priest Class quest "The Tranquil Forest" doesn't work

     

    19 hours ago, Bloodock said:

    Death Knight Class quest The Tranquil Forest doesn't work When you reach Dalaran, Khadgar is there but you can't complete the quest.

    --- Fixed

    (Hidden all discussion related answers or answers which were not related to this)


  5. The Release will take place today at 7 PM Server Time. With it, there will be a change for starting your journey at the broken isles:

    Archmage Khadgar will be removed by default from Krasus Landing in Dalaran. You may think now how you gonna start Azsuna or Valsharah now, right?

    Both Zones can be started through your Scouting Map, in your Class Order Hall. There you get your first quest and you can start leveling. Once the first quests are done in one zone, you can start with another zone and level where you want to.

     

    You can see a message in-game 20 minutes before the restart will take place. (6:40 PM Server Time)

     

    Best Regards!

     

    // Answers to this topic which are not feedback or issues related to Valsharah will be removed. The topic will be unlocked once the zone is live.


  6. d39cd0f19581bee8049d40f7f57198ae.jpg

    Dear Firestorm Community.

    With the release of the first three chapters of Val'sharah next friday, I need you to post issues preventing you to play, cosmetical issues like missing dialogues or sounds.

    Also you can post here any feedback related to Val'sharah.

     

    Thank you all!

    -Misahky

    2 people like this

  7. Hello!

    Thanks for the patch but the item drop is different - depending on the faction. Also, both items have a drop chance of 100% - depending on the faction.

    Also, please pay attention with your writing. You wrote `item_loot_template ` which is causing an error as you have a space before you end the quote.

    To implement giving you the item appropriate for your faction, you can set a condition.

    The correct patch will now look like this:

    DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=5 AND `SourceGroup`=139777;
    INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES
    (5, 139777, 139776, 0, 0, 6, 0, 67, 0, 0, 0, 0, '', "Only receive item when you are Horde"),
    (5, 139777, 139775, 0, 0, 6, 0, 469, 0, 0, 0, 0, '', "Only receive item when you are Alliance");
    
    DELETE FROM `item_loot_template` WHERE `entry`='139777';
    INSERT INTO `item_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`,`itembonuses`) VALUES
    ( 139777,  139776,  100, 1 ,  0,  1,  1, ''),
    ( 139777,  139775,  100, 1 ,  0,  1,  1, '');

    Explanations of the values I set are in the wiki page I linked.

    Patch applied on Live Realm with next restart / crash. 

     

    Thanks for helping us with the Development!

     

    Regards,

    Misahky 

    Database Developer


  8. Greetings!

    Thank you for submitting this report, however it's deemed invalid due to insufficient evidence.

    The screenshot shows a discussion of amounts but there's not clearly visible that the player wants to sell donation points or selling in general.

     

    Kind Regards,

    Head Game Master Misahky


  9. Greetings!

    Thank you for submitting this report, however it will be deemed invalid.

    The reason is that the rule for insulting & harassment starts when the player is making a new character to prevent the ignore function or to continue.

    Please use for a single person the /ignore function. Thanks!

     

    Kind Regards,

    Head Game Master Misahky - Grommash