Commit Graph

39720 Commits

Author SHA1 Message Date
megamage e2d5c0d3fb *Fix a bug that flying puppet interrupts caster's channelling.
--HG--
branch : trunk
2009-06-14 21:02:52 -05:00
Kudlaty 6f1a4247a4 Merge [SD2]
r1010 Removed script for general marcus (can be done with eventAI)
r1011 Fix typos. Should not assign value. Expected equal-to operator.
r1012 Added support for quest 5561
r1013 Remove redundant directory path, already in include path - Skip.
r1014 Remove old tables in SD2 database no longer used. Remove ScriptName for script 'mob_eventai' that does no longer exist - Skip
r1015 Added PostgreSQL database create structure - Skip

--HG--
branch : trunk
2009-06-15 03:31:11 +02:00
Kudlaty 678fffd492 Merge [SD2]
r1009 Restore compile. RecieveEmote function moved to creature AI.

--HG--
branch : trunk
2009-06-15 02:52:06 +02:00
Kudlaty a9b3be8c99 *merge
--HG--
branch : trunk
2009-06-15 02:01:09 +02:00
Kudlaty a4cb3799db Merge [SD2]
r1006 Restore build (using pointer to m_creature now exist in creatureAI). - Skip
r1007 Some cleanup in mr.stonefist script and remove strange call to AttackedBy()
r1008 Added support for quest 9752 - move waypoint to db

--HG--
branch : trunk
2009-06-15 01:59:46 +02:00
QAston e81175ec11 *Fix Hungering Cold.
--HG--
branch : trunk
rename : sql/updates/3997_world_spell_proc_event.sql => sql/updates/4000_world_spell_proc_event.sql
2009-06-15 01:10:09 +02:00
Kudlaty 4c2986c6b1 Merge [SD2]
r1001 Correcting location where drake fly to for quest 10814
r1002 Reorganize and rename sql-files. - Skip
r1003 Include data from sd2_db_version table in function used by .server info -command - Skip
r1004 Updated How to install.txt - Skip
r1005 Fixed typo in scriptdev2_script_full.sql - Skip

--HG--
branch : trunk
2009-06-15 01:06:48 +02:00
Kudlaty 898b65a6d1 Fix compile
--HG--
branch : trunk
2009-06-15 00:27:40 +02:00
Kudlaty 8ace1a7250 Fix typo in last commit
--HG--
branch : trunk
2009-06-15 00:15:40 +02:00
Kudlaty 09d0f77b8c merge sd2
r998 Added support for quest 11129
r999 Remove obsolete code
r1000 Summon pet of sharkkis in different way, to also allow summon if pet dies during fight. - skip

--HG--
branch : trunk
2009-06-15 00:10:42 +02:00
QAston 54eb0096fd *Fix Icy Talons and their improved version.
--HG--
branch : trunk
2009-06-14 23:01:16 +02:00
QAston fba984f404 *Update Scourge Strike damage formula for 3.1.3
*Add diseases coefficient for Blood Strike.

--HG--
branch : trunk
2009-06-14 21:25:21 +02:00
QAston bbdb059764 *Fix Pestilence and Glyph of Diseases.
--HG--
branch : trunk
2009-06-14 21:04:44 +02:00
QAston f367565ddb *Fix Blood-Caked blade
*Fix Impurity.
*Fix Rage of Rivendare damage bonus.

--HG--
branch : trunk
2009-06-14 20:07:12 +02:00
megamage 16be2ac9bb *Teleport player to home if player falls under the map and no close grave is available.
--HG--
branch : trunk
2009-06-14 12:22:24 -05:00
megamage 43ea5bf480 *Fix compile in *nix. Thanks to Aokromes
--HG--
branch : trunk
2009-06-14 11:57:41 -05:00
QAston e7910ec9d2 *Correct interpretation of procflags and update spell_proc_event due to that (some of mangos entries may be incompatibile due to that change)
*Fix siphon life.
*Fix Rapture.

--HG--
branch : trunk
2009-06-14 17:56:22 +02:00
megamage 4e005c3070 [8013] Fixed SMSG_RAID_INSTANCE_INFO opcode, some other fixes. Author: tomrus88
--HG--
branch : trunk
2009-06-14 10:19:44 -05:00
megamage c748c642cb [8012] Fixed rage decay rate to 1 rage per second. Author: domingo
--HG--
branch : trunk
2009-06-14 10:17:30 -05:00
megamage 461a799a52 *Add function EnergizeBySpell. Author: nos4r2zod
--HG--
branch : trunk
2009-06-14 10:16:55 -05:00
megamage 6f7998cbaf *Use overheal as parameter instead of gain. Author: DonTomika
--HG--
branch : trunk
2009-06-14 10:14:01 -05:00
megamage a44a68acbb [8009] Pass const string reference to functions where possible. Author: hunuza
Avoids creating an unnecessary copy of strings.

--HG--
branch : trunk
2009-06-14 10:07:34 -05:00
megamage 314a4f8f00 [8008] Fixed SMSG_RAID_INSTANCE_MESSAGE opcode. Author: tomrus88
--HG--
branch : trunk
2009-06-14 10:06:41 -05:00
megamage 85a50c7ce2 [8007] Do not create empty maps while sending packets. Author: Ambal
--HG--
branch : trunk
2009-06-14 10:06:01 -05:00
megamage 39b2f6a5bb [8006] Fixed crash in EndBattleGround(). Author: AlexDereka
--HG--
branch : trunk
2009-06-14 10:02:20 -05:00
megamage a115091008 [8005] Check model data existance only for initialized creature display ids. Author: VladimirMangos
--HG--
branch : trunk
2009-06-14 10:01:44 -05:00
megamage 9d205d8659 [8004] Implement table data use support for more achievement types requirements. Author: VladimirMangos
* ACHIEVEMENT_CRITERIA_TYPE_COMPLETE_QUEST (hardcoded list)
    * ACHIEVEMENT_CRITERIA_TYPE_FALL_WITHOUT_DYING
    * ACHIEVEMENT_CRITERIA_TYPE_CAST_SPELL
[8003] Implement ACHIEVEMENT_CRITERIA_DATA_TYPE_HOLIDAY.

--HG--
branch : trunk
2009-06-14 10:00:45 -05:00
megamage c0c9b14e1d [8002] Implemented ACHIEVEMENT_CRITERIA_DATA_TYPE S_DRUNK and fixed typos in ACHIEVEMENT_CRITERIA_DATA_TYPE_T_TEAM Author: Dyddye
--HG--
branch : trunk
2009-06-14 09:59:50 -05:00
megamage e192d8f39b *Some work on vehicle.
--HG--
branch : trunk
2009-06-14 09:57:57 -05:00
megamage c6d242c2b6 *Fix build in Linux.
--HG--
branch : trunk
2009-06-13 23:57:26 -05:00
megamage c75bc47c7b *Update db merging tool. Allow merge creature_template and model
--HG--
branch : trunk
2009-06-13 20:45:01 -05:00
QAston eb2ee21b38 *Fix Glacier Rot
*Fix Improved Icy Touch
*Fix Annihilation
*Fix Tundra Stalker
*Some research in new aura types-thanks to megamage.

--HG--
branch : trunk
2009-06-13 23:38:18 +02:00
Chaz Brown 98c8b762b7 Fix some typos in Headless Horseman script
--HG--
branch : trunk
2009-06-13 16:50:25 -04:00
Chaz Brown 6936190811 Fix some typos in Headless Horseman script
--HG--
branch : trunk
2009-06-13 16:47:58 -04:00
Anubisss fb76690132 *Small clean in Unit.
--HG--
branch : trunk
2009-06-13 22:47:49 +02:00
Chaz Brown 3997a8643f Add changes to world.sql for last few revisions
--HG--
branch : trunk
2009-06-13 14:44:26 -04:00
megamage e3080b3306 *Add a simple script of razorscale
--HG--
branch : trunk
2009-06-13 13:29:08 -05:00
megamage 4aa530e48f *Move some aura-proc-when-reaching-stacks cases to Unit::AddAura
--HG--
branch : trunk
2009-06-13 13:28:41 -05:00
megamage d55cc087ee *Change remove mode from stack to default for single-caster-aura-removal and non-stackable-aura-removal.
--HG--
branch : trunk
2009-06-13 13:05:58 -05:00
QAston 73d8980717 *spell_proc_event entries for Combat Potency
*spell_proc_event entries for some spells with ppm/internal cooldown - by  Sephiroth1984.

--HG--
branch : trunk
2009-06-13 18:30:09 +02:00
megamage 0e6e4fff64 *Fix the bug that door state of naxx is not loaded.
--HG--
branch : trunk
2009-06-13 11:23:50 -05:00
megamage f304e31bf2 *Fix a crash caused by outdated intance id.
--HG--
branch : trunk
2009-06-13 10:37:56 -05:00
QAston 2617dc1b2f *Fix Obliterate disease bonus.
--HG--
branch : trunk
2009-06-13 17:28:38 +02:00
megamage 8c4861b40f *Fix build in *nix. Note: *nix does not allow you declare an "enum" in one file while define it in another.
--HG--
branch : trunk
2009-06-13 09:55:02 -05:00
megamage 81ade11d78 *Merge.
--HG--
branch : trunk
2009-06-13 09:46:46 -05:00
megamage d38da3dd05 [8001] Fixed display id checks for creature case. Author: VladimirMangos
--HG--
branch : trunk
2009-06-13 09:45:44 -05:00
megamage e3a4622019 [8000] Corrected calculation of healing amount for 47230 and ranks. Author: ApoC
--HG--
branch : trunk
2009-06-13 09:45:16 -05:00
megamage e3b748206e [8001] Fixed display id checks for creature case. Author: VladimirMangos
--HG--
branch : trunk
2009-06-13 09:44:35 -05:00
megamage 599595ad10 [7998] Raised stackable limit to 1000. Thanks to Seizerkiller. Author: tomrus88
--HG--
branch : trunk
2009-06-13 09:42:46 -05:00
megamage 8a2098d108 [7997] Fixed crash at recursive call remove same spell. Author: VladimirMangos
--HG--
branch : trunk
2009-06-13 09:42:08 -05:00