jela

[Battle for Azeroth]: [Bfa]Leatherworking - From Head to Toe

2 posts in this topic

Title: [Bfa]Leatherworking - From Head to Toe
Bugtracker Link:


Patch Content:
Spoiler

-- Gameobject loot
DELETE FROM `gameobject_loot_template` WHERE `entry`='245368';
INSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) values
('245368','130891','0','100','1','1','0','10','10','');

 

 

Share this post


Link to post
Share on other sites

Greetings, 

I removed "Reference", "QuestRequired" and "Comment".
Also renamed "MinCount" to "minccountOrRef" and "Chance" to "ChanceOrQuestChance".
This item is only avalible for the players which have the quest for it. Therefore we need to set ChanceOrQuestChance = -100.

DELETE FROM `gameobject_loot_template` WHERE `entry`='245368';
INSERT INTO `gameobject_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
(245368, 130891, -100, 1, 0, 10, 10);

Best Regards,
QA Tawi

1 person likes this

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now