aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-29DB/Creature: Remove wrong spawns for Commoners and link some other to Winter ↵Killyana
Veil Closes #16068
2015-12-29DB/Quest: Add missing text for Horns of Nez'raKillyana
By @tkrokli Closes #16078
2015-12-29DB/SAI: Ethereal Spellfilcher and Ethereal ThiefKillyana
Closes #16094
2015-12-29DB/Creature: Fix Crystal Spike react state on Ormorok the Tree-Shaper encounterKillyana
Closes #16097
2015-12-29Creature/script: William KielarKillyana
Fix Gossips used for taxi Closes #16112
2015-12-29DB/Creature: Fix InhabitType for Ash'ari CrystalsKillyana
By @Saben65 Closes #16121
2015-12-29DB/Creature: Remove unneeded SAI for Water Terror and move the aura to ↵Killyana
creature addon Closes #16107
2015-12-29DB: Fix spawn position and equipment for Coilfang EngineersKillyana
By @Saben65 Closes #16104
2015-12-29DB/Condition: Add condition to sunwell-blade spell to target only Dar'Khan ↵Killyana
Drathir Closes #16122
2015-12-29DB/Quest: Fix spell target for Leave Our Mark quest itemKillyana
Closes #16081
2015-12-29DB/Creature: Fix Tournament Druid Spell Target visibilityKillyana
Closes #16119
2015-12-27Simplified stack size calculation in AuctionBotSellerNathanHandley
2015-12-26DB/Object: Add missing Dirt mound spawnKillyana
2015-12-26DB/Creature: Forlorn SoulKillyana
Add missing spawns
2015-12-26DB/Conditions: Judgment Day Comes!Dr-J
This optional breadcrumb quest should not be takable if player has already started quest chain it leads to.
2015-12-25Updates in respnose to feedback from DDuarte. Including:NathanHandley
- Changed SetStackSizeForItem to GetStackSizeForItem in AuctionHouseBotSeller - Added Initializer to SellerItemClassInfo.RandomStackRatio in AuctionHouseBotSeller - Updated verbiage around AuctionHouseBot.Class.RandomStackRatio.* to be clearer
2015-12-25Updated AuctionHouseSeller to have item class level stack controlNathanHandley
For each item class (consumable, glyph), you can now edit the worldserver.conf to configure the ratio (percent) of random compared to single stack auction postings. Example 1 AuctionHouseBot.Class.RandomStackRatio.Consumable = 0 - New consumable auctions posted by AuctionHouseSeller will always be single stack. Example 2 AuctionHouseBot.Class.RandomStackRatio.Consumable = 100 - New consumable auctions posted by AuctionHouseSeller will always be of a random stack size. Example 3 AuctionHouseBot.Class.RandomStackRatio.Consumable = 20 - New consumable auctions posted by AuctionHouseSeller have a 20% chance of being a random stack size, and an 80% chance of being single stack size.
2015-12-25Build: Added 1.60 Boost version to FindBoostVincent-Michael
2015-12-24DB/Creature_text: Fix probability inside a groupKillyana
Closes #16093
2015-12-21Core/Objects: Fix typo in 19cab2c50857045788bd80e202ed661e49ed8bbaVincent-Michael
2015-12-20DB/Event: Add all remaining Feast of Winter Veil spawns in whole Outland and ↵Kittnz
Dalaran
2015-12-19Auth/Login: Rename config key usageGacko
Related: 193dd505
2015-12-19Config/AuthServer: Rename Wrong.Password.Login.Logging to WronPass.Logging ↵Gacko
and move to correct section.
2015-12-19Merge pull request #16066 from Treeston/3.3.5-penanceShauren
Spells/Penance: Fix erroneous cooldown on misplaced hostile target
2015-12-19Merge pull request #15995 from ShinDarth/mmrMitchesD
Core/Arena: more arena configs
2015-12-19Spells/Penance: If hostile target is not in front, now fails in the initial ↵treeston
cast rather than the triggered cast, thus not erroneously causing a cooldown.
2015-12-18DB/Quest: Quest: The Air Stands StillKillyana
Closes #16032
2015-12-18DB/SAI: Fix some Spamming spells on health pctKillyana
By: @Treeston Closes #16034
2015-12-18DB/Creature: Remove a duplicate spawn for Lovely LiddiaKillyana
Closes #16036
2015-12-18DB/Creature: Add Magic immunity to Mana FeedersKillyana
Closes #16050
2015-12-18DB/Creature: Remove Hover mode for Agent KearnenKillyana
Closes #16057
2015-12-17DB/SAI: Fix a target typo in a previous commitKillyana
2015-12-16DB/Conditions: Fix a levelling Exploit (3.3.5 only)Dr-J
Fix a levelling exploit with http://www.wowhead.com/quest=254/digging-through-the-dirt and http://www.wowhead.com/quest=253/deprecated-bride-of-the-embalmer where multiple http://www.wowhead.com/npc=45801/eliza could be summoned and aoed down.
2015-12-16DB/Misc: Completion script for Delivery to KrennaDr-J
Closes #15982
2015-12-16Merge pull request #15956 from ShinDarth/questdefFrancesco Borzì
Core/Quest: code style
2015-12-16DB/Creature: Sulaa WaypointscriptRushor
closes #16009
2015-12-16Unit/CalcAbsorbResist: Sanctified Wrath should pierce absorb effectsP-Kito
by P-Kito; retrieved from #15027 The paladin talent Sanctified Wrath should pierce absorb effects.
2015-12-15Merge pull request #15852 from Golrag/icc_boss_aggrojackpoz
2015-12-15Merge pull request #16006 from rockz1152/3.3.5jackpoz
Core/Player: Fix Weapon Skillup on low level mobs Remove check for skill up on grey level mobs
2015-12-15Core/Player: Fixed Weapon Skillup on low level mobsrockz1152
Closes #15998 Removed block for skill up on grey level mobs.
2015-12-15DB/creature_text: Add sounds for the quest Last RitesKillyana
Texts need synchronization and some issues must be fixed.
2015-12-15DB/String: improved output of .ticket view commandShinDarth
2015-12-15DB/Creature: Remove wrong spawnsKillyana
2015-12-15Scripts/Spells: Mine Sweeper achievementtkrokli
Enable achievement 1428, "Mine Sweeper" in SpellScript by @Re3os / @ccrs / @sirikfoll . based on original script from @Vincent-Michael Closes #15938
2015-12-14Merge pull request #15919 from Treeston/3.3.5-razuviousjackpoz
2015-12-14Scripts/Naxxramas: Instructor Razuvious rework:treeston
- Fix missing yells - Rearrange existing yells to match live - Sniffed positions for adds - Improve add respawn handling - Make adds not fight the player for control (don't use their spells on their own etc.) - Update adds' hotbar keys to match live (this will affect other creatures with nonsequential possess keys as well) - Fix adds' movement when mind controlled, they no longer move automatically when right-clicking (this affects all mind-controlled creatures) - Blizzlike timers
2015-12-14Core/Arena: create more arena configsShinDarth
- made rating modifiers configurable - made arena points rate configurable
2015-12-14Improved Auction house deposit handling.pete318
Including the weird quirks. Changes: * Deposit caculated according to same rule as client. (detailed below). Should always match client deposit now * Deposit for multiple auctions now only collected once. Deferred calculation of deposit until all auctions listed. Deposit calculation is as follows: Base deposit calculation = MSV x 15/75% (depending on AH). However this is not rounded. Case to int is used (so always round down) The remainder is held in a float. The base is then multiplied by number of items, and the time multiplier (x2 for 24 hour, x4 for 48 hour) The nearest (no of items or lower) no of items when multiplied by the remainder that creates a whole number is then multiplied by the time multiplier (x1/x2/x4) and then added to deposit. Example: Item sell price 1s25. Deposit 18.75c (15% of 1s25). So base deposit = 18, remainder 0.75. Time 24h (x2) Item count 1 = 36c. Remainder = 0.75 (n) Min = 1s. Deposit 1s Item sell price 1s25. Deposit 18.75c (15% of 1s25). So base deposit = 18, remainder 0.75. Time 24h (x2) Item count 2 = 72c. Remainder = 1.50 (n) Min = 1s. Deposit 1s Item sell price 1s25. Deposit 18.75c (15% of 1s25). So base deposit = 18, remainder 0.75. Time 24h (x2) Item count 3 = 108c. Remainder = 2.25 (n) Min = 1s. Deposit 1s08c Item sell price 1s25. Deposit 18.75c (15% of 1s25). So base deposit = 18, remainder 0.75. Time 24h (x2) Item count 4 = 144c. Remainder = 3.00 (n) Min = 1s. Deposit 1s50c (144c + (3c * 2)) Horrible kludge, to re-create a very weird deposit method. Closes #15674 (PR) Closes #15643 (Issue)
2015-12-12Scripts/Pets: Fixed non pch build part 3 ...Vincent-Michael
2015-12-12Scripts/Pets: Fixed non pch build part 2Vincent-Michael