Olion
b35a53e2b9
[Spell] Extra attack: instant or on the next swing
...
Known issue: wrong combat logging order. Though the timestamp for spelleffect and instant extra attack is the same, the spelleffect appears later in the log.
Was tested on the Windfury weapon only. Main idea was taken from the TC.
2015-11-10 23:39:47 +00:00
stormrage-project
b94c734422
[Spell][Mage] Arcane Power
...
Originally from: https://github.com/NoReturn
Mage's spell Arcane Power is incorrectly handled as a debuff, means the
player gets the benefit from it but the icon is shown in the debuff
section of the GUI and also makes the buff immune to enemy
dispells/spell steals/etc.
Hacky fix
2015-11-10 23:38:29 +00:00
Olion
ab4425ad35
Better handling of movement generators when fear/confuse ends for a player.
...
Untested as a fix, but it is an improvement anyway.
2015-11-10 23:36:39 +00:00
Olion
1cdfec704a
[Spells] Any triggered by aura spell should be casted instantly (a weaker condition).
2015-11-10 23:35:31 +00:00
Olion
f7809fc475
[Spells] Any triggered spell should be casted instantly.
2015-11-10 23:34:55 +00:00
Olion
9b0c737605
[Pets] Allow pet motion speed change like other mobs
2015-11-10 23:33:51 +00:00
Olion
56578291d8
[Spell] Druid Clearcasting: do not drop aura if spellmod was not used (for 0 spellcost)
2015-11-10 23:31:13 +00:00
Olion
d91804bc05
[Pets] Check pet power before it casts
2015-11-10 23:26:11 +00:00
Antz
08756dd2c4
Merge pull request #48 from H0zen/develop21
...
[Core] Minor fixes for clang builds.
2015-11-10 15:12:20 +00:00
Antz
cae572fc2a
[DB] Updated Expected content level
2015-11-10 13:55:57 +00:00
Antz
9774e3d281
[SD3] Updated to latest version
2015-11-10 13:55:30 +00:00
H0zen
3d7be378f4
Fix server crash due to incorrect SQL parameter bindings.
...
This references issue https://www.getmangos.eu/issue.php?issueid=961
2015-11-10 15:43:59 +02:00
Antz
e52fd6c09a
Update Authors.md
2015-11-10 12:54:06 +00:00
H0zen
590f758bd2
Minor fixes for clang builds.
2015-11-10 13:43:28 +02:00
Olion
2000c8aa91
Fix to 729bc32: resurrect only in case dungeon target map
2015-11-08 08:38:14 +00:00
Antz
81b629d6c5
[SD2] Removed deprecated SD2
2015-11-02 21:30:49 +00:00
Antz
fcc75e083e
[SD3] Added initial ScriptDev3 changes
2015-11-02 21:22:41 +00:00
Antz
07d91afcf9
[Core] Some minor formatting corrections
2015-10-31 14:21:23 +00:00
Foereaper
a0b79a0c7c
Fix mysql lib location for 5.0 and 5.1
2015-10-08 19:29:26 +02:00
Foereaper
778c5eea57
Merge pull request #47 from Faded/develop21
...
LazyMaNGOS Re-Vamp
2015-09-26 00:08:30 +02:00
Faded
37682a5705
LazyMaNGOS Re-Vamp
...
The old script has been changed up a bit.
Limited the amount of input needed to install
Added MaNGOS One support
Added CentOS7+ support
Added more functions to decrease amount of code
Added ability to use any username desired
Removed password input and moved user to no-login
Added optional updates for the database
2015-09-24 22:28:11 -07:00
stormrage-project
5dabd34bd4
[Command] Cleaning of the new GO commands implementation
2015-09-23 10:36:26 +01:00
Foereaper
ae4d4ae092
Merge pull request #46 from H0zen/develop21
...
Fix Travis build on OS X.
2015-09-16 19:26:02 +02:00
H0zen
c1b5fc06a3
Fix Travis build on OS X.
2015-09-16 05:53:37 +03:00
H0zen
b4d49c8a7b
Fix Travis build on OS X.
2015-09-16 05:43:34 +03:00
H0zen
22791e3f35
Fix Travis build on OS X.
2015-09-16 05:36:53 +03:00
Antz
a11f1e62a0
Merge pull request #45 from H0zen/develop21-tools
...
[Tools] Fix a bug in previous commit where some wmo's were not extracted at all.
2015-09-15 06:54:02 +01:00
H0zen
259114635e
Fix a bug in previous commit where some wmo's were not extracted at all.
...
Also:
- Skip garbage in GameObjectDisplayInfo.dbc.
- Fix the order of library linkage in extractor.
- Fix a false positive in vmap-assembler.
- Fix an include path in mmap generator
2015-09-15 01:46:08 +03:00
Antz
e88d90878a
Merge pull request #44 from H0zen/develop21-vmap
...
[Tools] Improved vmap-extractor.
2015-09-11 01:02:57 +01:00
Antz
1738d18a48
[EasyBuild] Minor update to include some additional checks
2015-09-11 00:46:04 +01:00
H0zen
87d45dd765
Minor corrections.
2015-09-10 07:20:07 +03:00
H0zen
25e241b4b8
Improved vmap-extractor.
...
- Problem: duplicates. The current version of the extractor truncates the wmo/m2 filenames, removing the path component in the process. But this leads to duplicates (for example "world\wmo\transports\zeppelin" and "world\wmo\transports\transport-zeppelin" both have transport-zeppelin.wmo as rootwmo).
- To circumvent this, I compute a md5 hash for the path component and prefix it to the name of the resource, using a "GetUniformName" routine.
2015-09-10 06:22:17 +03:00
Antz
7cbeac65d4
Merge pull request #43 from H0zen/develop21-vmap
...
[VMAP] Fix some issues in vmap-extractor.
2015-09-10 01:47:53 +01:00
stormrage-project
ba7317c34b
[SD2] Improved Rune game objects a lot
2015-09-10 01:30:25 +01:00
stormrage-project
1d35902127
Commands for GO manipulations (gobj): anim, state, lootstate
2015-09-10 01:25:06 +01:00
stormrage-project
7907beb0f6
[Command] Cleaning of the new GO commands implementation
2015-09-10 01:20:32 +01:00
stormrage-project
4d3c02379c
Core/Collision: Models with flag MOD_M2
...
Mostly trees, among some other objects should not be taken into account
for LoS checks, this check does not apply to gameobjects (yet)
2015-09-10 01:17:18 +01:00
stormrage-project
24b2e50158
[Spells] Charm effect on player causes control loss and motion interrupt
2015-09-10 01:16:41 +01:00
stormrage-project
4ca9f39efb
[SD2] Adding wrapper to ScriptedAI for target selection
2015-09-10 01:15:59 +01:00
stormrage-project
753eb4536f
[SD2] Add const descriptor to GetSingleCreatureFromStorage method
2015-09-10 01:14:35 +01:00
Antz
d81c9be6fc
[SD2] Molton Core cleanup pt2
2015-09-10 01:13:39 +01:00
Antz
85f9d75c0b
[SD2] Molton Core cleanup
2015-09-10 01:12:37 +01:00
Antz
5b2d90bde4
[SD2] Boss Gar tidy up
2015-09-10 01:08:53 +01:00
stormrage-project
7543d235e1
[SD2] Garr adds explosion fix
2015-09-10 01:05:46 +01:00
stormrage-project
8467c6f193
[SD2] Garr - Improved firesworn on death exploding and added enrage ability
2015-09-10 01:02:10 +01:00
stormrage-project
654968ad81
[SD2] Massive improvements on Garr encounter
2015-09-10 00:56:33 +01:00
stormrage-project
bdd3dc43a3
[Maps] Ensure the resurrection when entering instantiable map
2015-09-10 00:48:37 +01:00
stormrage-project
d9824f4129
[GM comamnd] list aura - added number of aura stacks, see DB
2015-09-10 00:47:51 +01:00
Antz
62251eaa1b
Adjusted version info
2015-09-10 00:45:07 +01:00
stormrage-project
6acf9c9d66
Honor flush and GetDateToday() method fix
2015-09-10 00:40:36 +01:00