aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-05-02Core/Scripts/DB: remove hardcoded text from npc_beaten_corpse (#16907)Trond B Krokli
- remove hardcoded text from script npc_beaten_corpse - remove OnGossipHello() hook, gossip text moved to DB - use sGossipSelect() hook instead of OnGossipSelect() - add npc_text 3557 and 3558 as text_id to gossip_menu - add gossip_menu_option 2871 to NPC 10668 Beaten Corpse - add condition for gossip_menu_option 2871 in Quest ID 4921 Tested on 4 different characters/classes, male & female. Thanks to joschiwald for the sGossipSelect() script change.
2016-05-02Core/PacketsIO: Send correct messages about server first achievements ↵Incorrect
depending on faction. Allies of player who earned achievement will see his nickname as link and enemies - as just string. Closes #17068
2016-05-02Scripts/SWP: Remove unused #definesDuarte Duarte
(cherry picked from commit 71a7f96e22a68654edd66ccdb5f6202dec4dfd2c)
2016-05-02DB/SAI: Sholazar Guardians (Summoning on quest accept)Dr-J
When you accept quest where you receive item to summon Goregek, Dajik, Zepik, Lafoo, Jaloot or Moodle the guardian for which player just received item is also summoned automatically.
2016-05-01DB/Quest: A Rough RideDr-J
Waypoints again since have more experience and had a lot more wp than needed previously A couple of cosmetic fixes for this quest
2016-05-01Core/Scripting: Kill pending unit events when swapping AI'sNaios
2016-05-01Core/Spells: Fixed overwriting summon requestsIncorrect
Closes #17049
2016-04-30Core/Scripts: Cleanup cs_modify.cppKarrokDC
* Removed a chunk of duplicate code * Generalized Message notification * Generalized checking of resources modification with a min-max * Generalized checking of single value modification * Closes #16858
2016-04-30Core/Utilities: Inherit env vars when starting external processesNaios
2016-04-29DB/Creature: Add accessory to Frigid Proto-DrakeKillyana
2016-04-29DB/Quest: The DrakkensrydKillyana
Closes #1350 by Txknight
2016-04-28DB/Script: The EtymidianKillyana
Fix Meeting a Great One quest
2016-04-28Update CONTRIBUTING.md (#17042)kelno
(cherry picked from commit 8424e73a108d69ce66332a117a0006f169036e7c)
2016-04-28Core/Misc: Fixed -Wmisleading-indentation warningsShauren
(cherry picked from commit 3ac33163db2786cbd18f2158fc81d6ea9fa66316) # Conflicts: # src/server/game/Server/Protocol/PacketLog.cpp
2016-04-28Core/Misc: Fixed warnings found by GCC 6Shauren
(cherry picked from commit 67fd3ee726cbd509e6a15f81f4780e757a78a8b5) # Conflicts: # src/server/game/Spells/Auras/SpellAuras.cpp
2016-04-26DB/Pathing: Dr-J
Full paths for : - http://www.wowhead.com/npc=24516/bjomolf http://www.wowhead.com/npc=24517/varg http://www.wowhead.com/npc=24277/garwal
2016-04-26Core/Misc: Use steady_clock instead of system_clock for calculating ms ↵Shauren
timers. This makes update diffs immune to systemwide time changes (cherry picked from commit 406ac4f4b492e8733d0c1e6142838b3fff8c80a3)
2016-04-26DB/Creature: Dark Iron Land MinesKillyana
By adeutscher Closes #17019
2016-04-26DB/Creature: Shadowmoon HarbringerDr-J
Same as with Zealots (we were missing a lot of spawns)
2016-04-26DB/Creature: add few missing flag_extraAokromes
2016-04-26DB/Creature: Shadowmoon ZealotDr-J
Respawn http://www.wowhead.com/npc=21788/shadowmoon-zealot as noticed we were missing quiet a few of these.
2016-04-25Core/authserver.conf.dist: missing description line (#17038)Trond B Krokli
This line is missing from authserver.conf.dist : `# MySQL server and their own thread on the MySQL server.` I have copied this description text line from the matching description in `worldserver.conf.dist` (line 108 in the 3.3.5 worldserver source file). This line is also missing in bnetserver.conf.dist , but the files are different in line number, filename and folder, so bnetserver needs a separate commit.
2016-04-25Core/Misc: Move STOP_TIME_FOR_PLAYER value to config. (#17024)Mikhail Redko
2016-04-25DB/Quest: Blast the GatewayKillyana
Closes #2548
2016-04-25DB/Quest: A Lesson in FearDr-J
Properly script http://www.wowhead.com/quest=11282/a-lesson-in-fear#comments so that you actually have to kill Winterskorn Defenders to get the named npcs to spawn, added missing texts for the yell for when they spawn
2016-04-25DB/Creature: Force martyr stalker reputation to be invisibleAokromes
Closes #17036
2016-04-25Update worldserver.conf.distAokromes
2016-04-25Merge pull request #16503 from Rushor/evadingRushor
[3.3.5][6.x]Core/Unit: Do not remove auras from Pets and Guardians after evading
2016-04-25Merge pull request #16494 from Rushor/calcjackpoz
Core/Spell: Magic Absorption Calculation
2016-04-24DB/Creature: Steam Pump OverseerKillyana
Closes #16840
2016-04-24DB/Spell: Fix Hand of Salvation breaking invisibilityKillyana
Closes #16635
2016-04-24Core/Utils: replaced std::random_shuffle with our own implementation using ↵joschiwald
SFMT random generator
2016-04-23DB/Creature: Fix some npc flagsKillyana
2016-04-23Core/Misc: Fix issues reported by static analysisjackpoz
2016-04-23Core/Common: Fix a std::string -> char* -> std::string conversionNaios
* Thanks jackpoz for noticing
2016-04-23Core/Scripts: Process the reset of Mandokir (ZulGurub)DevQuad
* Closes #16640
2016-04-23Core/Updater: Correct the config key hint of a log messageNaios
2016-04-23Core/SpellScripts: allow to modify target destination of all target typejoschiwald
2016-04-23Core/SmartScripts: Improve SMART_EVENT_DISTANCE_CREATURE so it can be used ↵lafoniz
with SMART_TARGET_ACTION_INVOKER Closes #16752
2016-04-23Merge pull request #16876 from chaodhib/move_chase_follow_repositioning_fixjoschiwald
Core/Movement: Fix a bug related to unit movements
2016-04-23Scripts/Spells: fixed Decahedral Dwarven Dice and Worn Troll Dicejoschiwald
#Closes 16866
2016-04-23Core/Authserver: removed obsolete codejoschiwald
2016-04-23DB/Quest: Hellscream's VigilKillyana
By Xanvial and DRJ Closes #16926
2016-04-22Rename 2016_04_22_00_world.sql to 2016_04_22_00_world.sqlAokromes
2016-04-22DB/Creature:GymerDr-J
* Player mounts on gossip select rather than gymer only been summoned on gossip select and player still having to click vehicle to mount and sometimes a swarm of gymers been on spot * Creature texts group ids 8 & 9 are exactly the same text which was previously both been displayed in sniff only displayed once Creature text group 10 is dismount text but this never gets displayed as gymer despawns as soon as dismounted (this is bug as in sniff charmed by gets set to 0/0 and gymer says line then despawns a few seconds later on tc the vehicle despawns as soon as player dismounts, also Edit Delete post Report this post Information Quote Post#1 » 22 Mar 2016 19:04 Fix the mounting part of this so player gets mounted on gossip select instead of gossip only spawning and player still having to click gymer to actually mount once summoned Creature texts group ids 8 & 9 are exactly the same text which was previously both been displayed in sniff only displayed once Creature text group 10 is dismount text but this never gets displayed as gymer despawns as soon as dismounted (this is bug as in sniff charmed by gets set to 0/0 and gymer says line before despawn Use the correct spell to summon gymer, previous used the spell which is triggered by the one that is meant to be used get rid of the spellcast of ride vehicle hard coded as this is not used on this vehicle in sniff either. Also the line 'FREE!!! Soon you will feel the wrath of the storm king!'' is not part of script for the storm king's vengence as was previously scripted this is said on reward of http://www.wowhead.com/quest=12916/our-only-hope * Use the correct spell to summon gymer, previous used the spell which is triggered by the one that is meant to be used get rid of the spellcast of ride vehicle hard coded as this is not used on this vehicle in sniff either.
2016-04-20DB/SAI: Add immune to npc to Wintergarde Mine BombKillyana
Closes #16996
2016-04-20DB/Creature: Trial of The Crusader Spectators cosmeticsKillyana
Closes #16994 By Nawuko
2016-04-20DB/Gameobject: Fix respawn time for objects used for The Alchemist's ↵Killyana
Apprentice quest Closes #17002 By Tauriella
2016-04-20DB/SAI: Add missing Silvermoon Magister/Gnomeregan Conjuror SAIKillyana
Closes #17007 By Kodekc
2016-04-20Core/PacketIO: Missing changes from 548aa119ac2884bb1c34f80e2fb077a66bcdfd9f ↵Patrick L
that could result in a crash due to double Locking (#17008) Socket will be closed because of ReadDataHandlerResult::Error.