347 Commits

Author SHA1 Message Date
fgreinus
fa303fb829 [Core] Implement CREATURE_FLAG_EXTRA_NO_PARRY_HASTEN [cz2664] 2015-07-08 21:47:03 +01:00
fgreinus
93c77682bf [Core] Implement possibility to force enable/disable mmap-usage for specific creatures. [cz2663] 2015-07-07 22:46:42 +01:00
hallabro
be5ee32960 [Core] Fix stealthing animation for group members. [cz2662]
Previously stealthed party members would go invisible for a brief moment
which causes some animation issues.

The stealthed players should be visible during transition for other group and raid members.
2015-07-07 22:24:48 +01:00
xfurry
d3ba1289c3 [Core] Override spell range for script target spells when not provided. [cz2661]
This will fix all the spells which require script targets but have a RangeIndex 1.
2015-07-07 22:17:23 +01:00
xfurry
297e28044e [Core] Make use of attribute SPELL_ATTR_UNAFFECTED_BY_INVULNERABILITY. [cz2660]
This will allow all spells that have this attribute to be casted on targets
that are immune to certain types of damage or spells.

This involves mostly spells that are part of a script or event.
2015-07-07 22:12:04 +01:00
Krullgor
f74a6bdb60 [Core] Implement Inferno spell for Baron Geddon (classic version with TriggerSpell) [cz2659] 2015-07-07 22:07:56 +01:00
Evildead666
e251c79685 [Core] Enabled autopooling code and fixed quest 5203 as well as Troll Beserking and Stoneform Racial
Enabled autopooling code again but this feature is switched off by default.
Quest 5203 Escape from Jaedenar should now be fully working, including equipment and name change of the npc, missing spawns have been added.
Added Script_command_change_entry, and corrected small mistakes in the code.

enable autopooling feature for testing purpose
script enhancement for quest 5203
Script command change entry
fix Troll Berserking
Fix spell stoneform racial
2015-07-07 10:04:12 +01:00
Antz
27e7bba44e Merge pull request #31 from stormrage-project/develop21
Arena Master Quest Fix, Instance Reset Fix
2015-07-07 09:07:29 +01:00
Olion
42b43ef363 [Build]Rename the cmake variable respecting conventions 2015-06-06 22:26:02 +03:00
Olion
5e9bee65d5 [Build]Remove policy CMP0005 2015-06-06 21:40:10 +03:00
Olion
303aacbd4b [Build]Fix of the previous: copy mangosd config 2015-06-06 20:55:55 +03:00
Olion
6cfbb86255 [Build]Few improvements for Win32 2015-06-06 20:12:56 +03:00
cabfever
39c231680d Revert "Movement Fix"
This reverts commit b3998f6ae16fe36967200023c233df7d55625bd8.
2015-05-31 16:49:51 +02:00
cabfever
b3998f6ae1 Movement Fix
Fixed crazy movement
2015-05-31 16:09:45 +02:00
cabfever
ae4ba89b05 Instance Reset Fix
After a crash or restart, dungeons and raids won’t be completely reset
anymore.
2015-05-31 16:08:43 +02:00
cabfever
e51b291761 Arena Master Quest Fix 2015-05-31 16:07:20 +02:00
Antz
a585fe0c6d [WorldDB] Update to 21000_17 2015-05-29 11:01:31 +01:00
Charles A Edwards
0edaba2105 Revision update (World)
Revision update (World)
2015-05-29 07:06:48 +01:00
Antz
f0efb85d27 DB Updated 2015-05-28 23:48:21 +01:00
Charles A Edwards
6a3162f0ee Creature sleeping script altered
Event 3 from the game_event table now used to test for time to sleep or
not (9pm to 4.59am)
2015-05-28 12:07:05 +01:00
Antz
519ba73d31 Update for DB Update 2015-05-27 20:49:14 +01:00
Antz
01dd3f3a9e Updated to match DB 2015-05-26 14:37:31 +01:00
Olion
ba2d00de6b [SD2]Fix typing error for High Priestess Jeklik (tnx: Cab) 2015-05-25 00:31:09 +03:00
Olion
8e6066a340 Cleanup: no more used after SD2 reactoring WorldTemplate stuff 2015-05-23 22:52:40 +03:00
zingzah
33c22e9905 [Spell] Classic Mistletoe Spell Fix
Removes Handful of Snowflakes from Mistletoe options
2015-05-20 22:49:52 +01:00
patman64
496b98597f [Core] Fix a client freeze caused by malformed paths (c2657)
Avoid Classic client to freeze or crash upon recieving path with
zero offset between two points by preventing server to send such movement paths
2015-05-20 22:40:08 +01:00
Olion
51a5258ed0 Merge remote-tracking branch 'up/develop21' into develop21
Conflicts:
	src/shared/revision.h
2015-05-19 22:13:30 +03:00
Evildead666
a0a4324c47 fix for spell 24732 Bat Costume 2015-05-18 20:39:46 +02:00
Evildead666
e4bbedc09f fix for last stand 1hp bug 2015-05-18 07:37:58 +02:00
Evildead666
79784aa877 fix typo 2015-05-17 23:20:30 +02:00
stormrage-project
c32f0f6f1a Update revision.h 2015-05-17 22:38:34 +02:00
Charles A Edwards
f94ceb90a1 Corections made to indentations in script
Tabs replaced by spaces
2015-05-17 21:10:58 +01:00
Olion
5a86a332eb [Core] Fix NPC's running to the first waypoint 2015-05-17 20:17:26 +01:00
Antz
b9d4767567 [Extract] Adjust default to fix some LOS issues 2015-05-17 19:42:59 +01:00
Evildead666
cd10e3463a Merge pull request #19 from Evildead666/develop21
correct spawn rules and configurability for new ore system
2015-05-17 19:59:15 +02:00
Charles A Edwards
959461b30c Stranglethorn Vale sleeping creatures script
SD2 script added, that will make certain creatures in Stranglethorn Vale
sleep during the hours of 9pm and 5am.

Only the panthers and tigers were found to have a sleeping
animation/stance, so only they are affected.

Also, World.h has been included in precompiled.h, in order to have
access to the time of day.
2015-05-17 14:44:37 +01:00
Olion
c23bb261bc [Core]Spell attribute allowing heartbeart resist mechanic 2015-05-16 19:49:24 +03:00
Olion
70c1bf2816 Merge remote-tracking branch 'up/develop21' into develop21 2015-05-12 08:29:36 +03:00
Foereaper
1f35442a8c Experimental movement lag fix
This mostly fixes movement jitter and lag issues. Some lag can still be experienced, will look into this further at a later date.

Also fixed an issue with cmake 3.x, as well as proper indentation for warden opcode that I messed up during warden implementation.
2015-05-10 23:58:52 +02:00
Evildead666
a614458615 correct spawn rules and configurability for new ore system 2015-05-09 17:21:03 +02:00
Olion
e81a9ad1f1 [SD2]Triage quest: fixing memory leak 2015-05-07 11:56:17 +03:00
Olion
2c0e0e8625 Merge remote-tracking branch 'up/develop21' into develop21 2015-05-07 11:19:22 +03:00
Antz
51ca512b61 Merge pull request #18 from Evildead666/develop21
Develop21
2015-05-04 19:34:53 +01:00
Evildead666
99633ff791 fixing beast lore Aura 2015-05-04 16:27:29 +02:00
Olion
505ef87c12 [Warden] Support of several client builds 2015-04-25 15:34:04 +03:00
Olion
17e9a1cb99 [Warden] My guess to 5875 client methods 2015-04-20 00:01:18 +03:00
Olion
4df6a5c189 [Warden] DB log: correct check ID 2015-04-19 23:54:56 +03:00
Olion
211f7b191f [SD2] Minor syntax correction 2015-04-19 16:32:42 +03:00
Olion
f42a7b1fae [SD2][915] Call Reset() after AI ctor; AT 522 script fix 2015-04-13 01:13:12 +03:00
Foereaper
19851a0a6c Updated Realmd to now accept both local and external connections
Thanks to Shauren and TrinityCore for the first implementation
2015-04-12 22:15:37 +02:00