590 Commits

Author SHA1 Message Date
robinsch
5dc51349ed [Core] Skip item SPELLTRIGGER_ON_USE at form change. [cz2665]
This will fix auras casted from items with spell charges (spell 25211) disappearing on form change.
2015-07-08 21:59:13 +01:00
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
Foereaper
4c067fd4ab Merge pull request #32 from Olion17/develop21
[Build] Win32 cmake build process cleanup
2015-06-06 21:42:10 +02: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
2b10544a2e Merge pull request #28 from Chuck5ta/develop21
Revision update (World)
2015-05-29 07:07:06 +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
64b9a02abc Merge pull request #27 from Chuck5ta/develop21
Creature sleeping script altered
2015-05-28 12:07:29 +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
Antz
c7e093fdf8 Merge pull request #25 from Olion17/develop21
[SD2]Fix typing error for High Priestess Jeklik (tnx: Cab)
2015-05-25 00:34:29 +01:00
Olion
ba2d00de6b [SD2]Fix typing error for High Priestess Jeklik (tnx: Cab) 2015-05-25 00:31:09 +03:00
Charles A Edwards
15156c0516 Merge pull request #24 from Olion17/develop21
Cleanup: no more used after SD2 reactoring WorldTemplate stuff
2015-05-24 10:56:10 +01:00
Olion
8e6066a340 Cleanup: no more used after SD2 reactoring WorldTemplate stuff 2015-05-23 22:52:40 +03:00
Antz
58a3c51881 Update RequiredPorts.mangosproof 2015-05-20 22:54:06 +01: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
Antz
ee45e49800 Update RequiredPorts.mangosproof 2015-05-20 16:14:30 +01:00
Antz
39efe8c4af Merge pull request #16 from Olion17/develop21
[Warden] Support of several client builds
2015-05-20 12:21:58 +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
78ecdf5b8d Merge pull request #23 from Evildead666/develop21
fix for spell 24732 Bat Costume
2015-05-18 21:02:36 +02:00
Evildead666
a0a4324c47 fix for spell 24732 Bat Costume 2015-05-18 20:39:46 +02:00
Antz
baad12a3fa Merge pull request #22 from Evildead666/develop21
Develop21
2015-05-18 08:25:16 +01: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
Charles A Edwards
b9bb63cf5e Merge pull request #21 from stormrage-project/patch-1
Update revision.h
2015-05-17 21:39:34 +01:00
stormrage-project
c32f0f6f1a Update revision.h 2015-05-17 22:38:34 +02:00
Charles A Edwards
a9f0925fc1 Merge pull request #20 from Chuck5ta/develop21
Corections made to indentations in script
2015-05-17 21:36:18 +01:00
Charles A Edwards
f94ceb90a1 Corections made to indentations in script
Tabs replaced by spaces
2015-05-17 21:10:58 +01:00
Antz
7a86fc49d9 [Build] Implemented EasyBuild for windows 2015-05-17 20:20:46 +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