xinef1
ba6281bf42
Core/Units: Drop hostile world references that are out of our sight (fixes combat bug) ( #18591 )
2017-01-21 14:46:32 +01:00
HelloKitty
01d715eaef
Core/Vmaps: Stop M2s from occluding for spellcast LoS
...
Closes #18528
2017-01-21 14:44:31 +01:00
Shauren
998efa55d8
Core/Player: Removed unneeded distance check from Player::ActivateTaxiPathTo, it is already checked by HandleActivateTaxi* methods (and taxis started serverside should not have such requirements)
...
Closes #15398
2017-01-21 13:16:06 +01:00
Rushor
a3c6880579
Revert "[3.3.5][master] Core/Movement: Smooth movement #13467 ( #18020 )" ( #18888 )
...
This reverts commit 28050f338d .
Conflicts:
src/server/game/AI/SmartScripts/SmartAI.cpp
src/server/game/AI/SmartScripts/SmartScriptMgr.cpp
2017-01-20 14:16:47 +01:00
ariel-
23f76b563f
Core/Spell: remove duplicated SPELL_AURA_MOD_DEBUFF_RESISTANCE handling.
...
Each spell had two rolls in which it could be resisted, effectively adding to the resist chance.
Closes #7406
2017-01-20 01:17:18 -03:00
Keader
28b955bd25
Core/Spell: Fixed Val'kyr Target Search exploit
...
Closes #16347
by ariel-
2017-01-19 14:12:50 -03:00
Keader
6f7310a259
Core/Spell: Fixed range issues with some quest spells
...
Closes #17815
2017-01-19 14:09:27 -03:00
ariel-
7283cbe140
Core/Spell: add missing null caster check
...
01d272d6cb follow-up
Closes #18875
2017-01-19 07:20:02 -03:00
Aokromes
1957c9c114
Core/Updater: Better log for fresh installations
2017-01-15 08:55:11 +01:00
Keader
55c3eb66d7
Core/Scripts: Removed unneeded check in Blood Prince Council
2017-01-13 17:07:03 -03:00
sirikfoll
afa8527338
Core/Scripting: Fixed hotswap calling evade mode for dead creatures
2017-01-13 14:26:43 -03:00
ForesterDev
d4f8d41d08
Core/Objects: Fixed trap visibility for enemies. ( #18815 )
...
Closes #18251
2017-01-13 14:27:53 +01:00
ForesterDev
8a07fe7f8c
Core/Chat: Fixed logical error for raid warning introduced in fc06465b17 ( #18814 )
...
Closes #18787
2017-01-13 09:20:37 +01:00
joschiwald
9edc62f285
Core/SpellScripts: Added helper method to validate spells
...
(cherry picked from commit 2b5d7eef3a )
2017-01-13 01:05:46 +01:00
xinef1
2e635cf3cf
Fixed visual bug where accessory could detach from vehicle on client ( #18590 )
...
Closes #15153
2017-01-11 09:30:22 -02:00
Keader
a884660d50
Core/Scripts: Fixed issues in Gal'darah fight
...
Closes #16219
* Added DespawnAtEvadeMethod
* Fixed Agro
* Implemented Stampede
* Fixed Rhino Spirit flags
* Updated codestyle
2017-01-09 11:36:51 -03:00
Keader
bef8a6dee5
Core/RubySanctum: Updates in Saviana Ragefire encounter
...
* Fixed Codestyle
* Fixed Spell timers
* Added DespawnAtEvade Method
2017-01-08 23:44:36 -03:00
Rochet2
117d1c31c9
Scripts/Commands: Fix guid usage and enhance commands ( #18278 )
...
- Fix targeting gameobjects and creatures for .dist and .gps. The old code used DB guid to search from core generated guid lists.
- Fix some error messages saying 'no player found' even if creatures and gameobjects and players were searched
- Change atoi to atoul when receiving lowguids as string or other uint32 values
- Use ObjectGuid::LowType instead of uint32 for lowguid type
- Allow .gob info to take in gameobject guid link as well as entry link in addition to gameobject entry and update the documentation of the command
- Change .gob delete to post the spawnid (dbguid) instead of the ingame generated guid (which is basically never seen or used by the player in any other commands that I see)
- Allow spawntimesecs to be negative when spawning a gameobject
- Disable searching by ingame spawn id in commands. (it makes little sense for a user to provide a number which is then attempted to be used as DB guid and non DB guid when both could have a match)
- Update .gob turn documentation to tell about possibility to provide orientation in command
- Correct the types in .gob add command result trinity_string
- Correct the creature search for .npc del
- Change .event to .event info
- Add .go offset command
- Remove the .go command for empty string (no subcommand given) because it just used .go xyz
- Extend .gob info to show size, faction, flags and model dimensions
- Remove some unnecessary casts
- Document .wp show better (first and last were not documented)
- Insert spawnid to .wp show info error message
- Fix spawntime printing for .gobject target
- Fix guid targetting for .npc set movetype
- Fix query by spawnid for .wp show info
- Fix deleting of existing waypoints when twice doing the command .wp show on
- Fix deleting of existing waypoints when doing the command .wp show off
- Change wpguid column in DB and in core to uint32, which is what the spawnid type is in core and db.
2017-01-08 04:55:22 +01:00
joschiwald
3d245fb2dc
Ups...
2017-01-08 01:01:27 +01:00
joschiwald
d57fcc1c1b
Core/Spells: Fix wrong totem placement
...
- Addition to 37b2f590b6
2017-01-08 00:59:06 +01:00
ariel-
f6dc66e55f
Core/Script: PCH issues
2017-01-07 13:27:43 -03:00
ariel-
db34f6480f
DB/Script: The Only Cure is More Green Glow
...
Closes #1723
SQL by Staleness89, corrections by Killyana
Script by Keader, corrections by sirikfoll and me
2017-01-07 13:23:20 -03:00
Alan Deutscher
7a245c4b69
Strip QUEST_FLAGS_AUTO_ACCEPT from quest details sent to client if ignoring auto-accepts in config
...
Closes #17403
2017-01-07 13:03:24 +01:00
Alan Deutscher
fc06465b17
Core/Chat: Added option to allow 5-man parties to use raid warnings
...
Closes #17889
* Added parentheses to satisfy TravisCI.
* Adjusted to a boolean config option instead of an integer.
2017-01-07 13:03:03 +01:00
Keader
ba1df45d36
Core/Scripts: Palehoof rewritten & Utgarde Pinnacle updated ( #18712 )
...
Closes #15405
2017-01-06 20:47:36 -02:00
ccrs
a58505eaf8
cb634e6fba followup
...
updates #18401
2017-01-06 23:39:16 +01:00
Shauren
75fe9ebd7a
Revert "MovementGenerators/WaypointMovementGenerator: send waypoint id instead of current node to MovementInform"
...
This reverts commit cb634e6fba .
2017-01-06 23:32:20 +01:00
ccrs
cb634e6fba
MovementGenerators/WaypointMovementGenerator: send waypoint id instead of current node to MovementInform
...
updates #18401
2017-01-06 23:17:16 +01:00
ariel-
f7f865f818
Core/Scripts: added command to move characters across accounts
2017-01-06 02:34:52 -03:00
ariel-
829deec2bd
Core/Scripts: kill one ugly char buffer
2017-01-06 00:45:58 -03:00
Rushor
193e51a80b
Core/Vehicle: Remove immunity to Battering Ram for Ulduar vehicles ( #18562 )
...
Closes : #15185
2017-01-05 15:33:53 -02:00
Staleness89
7c379129e9
Core/Player: Add another config option for IsGroupVisibleFor() ( #18723 )
2017-01-05 13:03:48 +01:00
tkrokli
e3700df8fa
Update Copyright notice for 2017 in 4 more files
...
4 files missed in the global search & replace performed
in commit 6a51a88767
Also some corrections & whitespace changes in /doc/UnixInstall.txt
2017-01-02 21:38:05 +01:00
Keader
cf6fc37771
Core/Scripts: Missing break and added ZBoundary in Blood Queen Lana Thel
2017-01-02 17:26:39 -03:00
Rushor
1551738c55
Scripts/TrialOfTheCrusader: Anub'Arak Enable Emerge Emote ( #18721 )
2017-01-02 17:37:35 -02:00
tkrokli
6a51a88767
Update Copyright notice for 2017
...
Happy new year!
2017-01-02 19:52:45 +01:00
Gustavo
d6a5477407
Core/Scripts: Implement Boss Coren Direbrew ( #18137 )
2017-01-02 10:55:39 -02:00
Gildor
7a6c47704b
Build Fix ( #18719 )
...
Closes #18718
2017-01-02 11:53:16 +00:00
Keader
be15beebdc
Build Fix
2017-01-01 21:07:59 -03:00
Keader
64f6f2a0ae
Core/Scripts: Blood Prince Council refactored and fixed reported issues ( #18632 )
...
Closes #7150
2017-01-01 21:19:25 -02:00
Keader
5af1fa2273
Core/Scripts: Illidari Council Rewrite ( #18546 )
...
Thanks to Sirikfoll, Krudor and Offl for all help
2017-01-01 21:11:15 -02:00
vincent-michael
2139361319
Core/Spells: Fixed non pch build
2017-01-01 17:35:05 +01:00
Killyana
10f4138f6c
Merge pull request #18702 from Rushor/peon
...
Scripts/Quest: Work Work! Move Lazy Peon script to SAI
2017-01-01 15:05:06 +01:00
Rushor
bee2975e4b
Scripts/Quest: Work Work! Move Lazy Peon script to SAI
2017-01-01 14:22:58 +01:00
Shauren
3d3d0492ab
Core/Spells: Check both main and offhand weapons if spell attributes require that (see Stormstrike)
...
* This restores the check probably unintentionally dropped in 14c2b2d6cd
* Build fix
2017-01-01 00:14:19 +01:00
Ayrton Stout
4df1b28054
Fixed array size bug with the auction house bid price. Lowered the default max bid price ( #18697 )
...
Closes #18698
2016-12-31 23:47:41 +01:00
xinef1
a5f12ec151
Core/Pets: Fixed hunter pet resistance exploit ( #18600 )
2016-12-31 20:51:17 +01:00
xinef1
8ce5712552
Core/Pets: Fixed exploit where warlock can abandon its pet to generate new name ( #18606 )
2016-12-31 20:50:56 +01:00
xinef1
48f30911b9
Core/World: Simplified sleep calculation routine for world update thread ( #18634 )
2016-12-31 20:50:39 +01:00
Ayrton Stout
bed369e7c8
Core/AH: AuctionHouseBot BidPrice determined by config options
2016-12-31 19:47:58 +01:00