Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-11 | Core/SAI: changed multiple validation checks | joschiwald | |
2014-10-11 | DB/Quest: The Root of all Evil | Dr-J | |
By @KIllyana, closes #13308 Theres a slight issue where until npc is agrod will continuously spam Aura of Rot, due to evade mechanics and the event to cast this been action 25 reset ie gets stuck in a loop. | |||
2014-10-11 | DB/Quest: On Ruby Wings | Dr-J | |
By @Killyana based on original work by @Nevadas, Closes #9683 | |||
2014-10-11 | Core/SAI: Added new error for wrong target orientation value | Vincent-Michael | |
2014-10-11 | DB/Creature: Fix coords for one creature | Aokromes | |
2014-10-11 | DB/Gameobject: Revert hack in cabfcb1a3df7faf1425e5fecc1cc5100eec5ffb0 | Vincent-Michael | |
2014-10-11 | DB/SAI: Fix startup errors | Gacko | |
2014-10-10 | Core: Fix non pch build | Vincent-Michael | |
2014-10-10 | DB/Gameobject: add loot for Cologne/Perfume Neutralizer | Aokromes | |
2014-10-10 | DB/Gameobject: Add 2 more missing gameobjects | Aokromes | |
2014-10-10 | DB/Gameobject: Add loot for The Root of All Evil | Aokromes | |
2014-10-10 | DB/Loot: Toravon It should drop 2 Emblems of Frost in 10 and 25 player | Aokromes | |
By Pirricli, closes #13293 | |||
2014-10-10 | DB/Gameobject: Add missing gameobject | Aokromes | |
2014-10-10 | DB/Creature: fixed issue when Valkyrs (Argent Tournament) could kill their ↵ | MitchesD | |
guards and players in combat distance. | |||
2014-10-09 | Build: Fixed game & collision depending on each other for linking | Shauren | |
2014-10-09 | DB/Creature: Ravandwyr | Dr-J | |
* Script repeating random trick event * Script replacement of Archmage Vargoth's Staff Thanks to @Kittnz for getting data on last missing event. | |||
2014-10-09 | Core/Spells: Added new error log for spell linked | Vincent-Michael | |
2014-10-09 | DB/Spell: Scrape Corrosive Spit | Aokromes | |
By Rushor and untaught, closes #12189 | |||
2014-10-09 | Scripts/Dalaran: remove unneeded script | MitchesD | |
2014-10-08 | Merge pull request #13291 from Unholychick/patch-1 | Duarte Duarte | |
Core/SmartScripts: Fix multiple target_types | |||
2014-10-09 | DB/Spells: Add Naxxramas teleports coords | Aokromes | |
By dr-j, closes #13255 | |||
2014-10-09 | Core/SmartScripts: Fix multiple target_types | yesitsme | |
Checking the worldobjects GUID against the iterators GUID instead of pointer to worldobject against pointer to iterator, as 2 different pointers may point to the same object. Closes #12670 | |||
2014-10-08 | Core/Entities: Removed the possibility to teleport non-player objects to ↵ | Shauren | |
different maps | |||
2014-10-08 | Core/Logging: Replaced direct calls to GetCounter() in logs with ToString() | Shauren | |
2014-10-08 | Fix typo which was causing error about duplicate entry | Dr-J | |
2014-10-08 | DB/Conditions: Use Camera (Cultivating an Image) | Dr-J | |
Camera is meant to work on other dead iron dwarfs not just Iron Rune-Smith Runic Lightning Gunner and Iron Rune Overseer already have sai to give credit/despawn on spellhit but spell was conditioned to only hit Iron Rune-Smith | |||
2014-10-08 | DB/Misc: Remove few startup errors | Aokromes | |
2014-10-08 | DB/Creature: Hira Snowdawn - missing fly around every 10 min | Aokromes | |
By Killyana, closes #13266 | |||
2014-10-07 | Core/SAI: Ingore text valid errors for SMART_TARGET_CREATURE_DISTANCE / ↵ | Vincent-Michael | |
SMART_TARGET_CREATURE_RANGE / SMART_TARGET_CLOSEST_CREATURE | |||
2014-10-07 | Core/LFG: Fix Leader flag being ignored | jackpoz | |
Fix bug added in 5ca00bc14d38c5ad49f0ab4500af52e645133826 that removed Leader flag of LFG without ever adding it back, giving leadership to players who didn't want it. | |||
2014-10-07 | Core/SAI: Fix text over errors | Vincent-Michael | |
2014-10-07 | DB/Quest: News from the East | Dr-J | |
By @Pitcrawler Closes #13288 | |||
2014-10-07 | DB/Creature: BroadcastTextID for npc_text | Aokromes | |
By 41782992, closes #13286 | |||
2014-10-07 | DB/Misc: Cursed Cauldron / Cursed Scarabs | Dr-J | |
Thanks to @VincentMichael for the data on the missing trap objects Removing the cauldron bubbles and smoke gos as these are meant to be summoned by spell used by one of the trap objects Closes #11372 | |||
2014-10-06 | DB/Creature: Fix 1 startup error | Aokromes | |
2014-10-06 | DB/Misc: Valgarde Scripts | Dr-J | |
Move Anchorite Yazmina's waypoints from waypoint_data to waypoints and script her so she tends to the injured defenders and says texts as should. Repeating event for Guard Captain Zorek | |||
2014-10-06 | DB/Creature: Fix 1 startup error | Aokromes | |
2014-10-06 | DB/Creature: Fix 2 creatures faction | Aokromes | |
Closes #13280 | |||
2014-10-06 | DB/Creature: BroadcastTextID for npc_text | Aokromes | |
By 41782992, closes #13279 | |||
2014-10-06 | DB/Creature: BroadcastTextID for creature_text | Aokromes | |
By 41782992, closes #13278 | |||
2014-10-05 | Update worldserver.conf.dist | Aokromes | |
stupid mistake.... | |||
2014-10-05 | Misc: Update some conf values/texts | Aokromes | |
2014-10-05 | DB/Misc: Couple more scripts | Dr-J | |
* Repeating eent between Harbinger Vurenn, General Arlos and Counselor Talbot in Valiance Keep * Script, text and conditions for Crusader of Virtue | |||
2014-10-05 | Core/Instances: Add assert to track down a crash | jackpoz | |
Instance reset times are supposed to be initialized on server startup and then only updated when they expire. Refers to #11904 | |||
2014-10-05 | DB/Creature: correct spawn of 5 creatures | Aokromes | |
2014-10-05 | DB/Creature: BroadcastTextID for npc_text | Aokromes | |
By 41782992, closes #13275 | |||
2014-10-05 | Core: Fix warning | Vincent-Michael | |
2014-10-05 | DB/Brewfest: Added missing brewfest spawn in shatttath | Vincent-Michael | |
2014-10-05 | Core/Misc: Added support for calculate zoneId/areaId for creature / ↵ | Vincent-Michael | |
gameoject table at loading (Slow server startup ca.3-4 sec.) | |||
2014-10-05 | DB/Creature: K3 Perimeter Turret | Aokromes | |
By cr4st, closes #13158 |