megamage
e0553121f2
*Merge
...
--HG--
branch : trunk
2009-06-18 20:26:49 -05:00
hunteee
491bc7569b
*Add new line to end of sqls.
...
--HG--
branch : trunk
2009-06-18 20:10:59 +02:00
hunteee
8c141bc9ac
*Fix CRLF.
...
--HG--
branch : trunk
2009-06-18 19:33:32 +02:00
hunteee
c6c1284eb0
*Second part of previous commit.
...
--HG--
branch : trunk
2009-06-18 19:31:55 +02:00
hunteee
c790caec69
*Add new line to end of sql files.
...
--HG--
branch : trunk
2009-06-18 19:24:22 +02:00
Kudlaty
f5eb15c3e7
Add cmakelist to install FULL sqls
...
--HG--
branch : trunk
2009-06-18 14:30:19 +02:00
Chaz Brown
e788ad95ab
Rename all sql updates with # in the name.
...
--HG--
branch : trunk
rename : sql/updates/3263_world_scripts_#missing_in_full.sql => sql/updates/3263_world_scripts_missing_in_full.sql
rename : sql/updates/3427_world_scripts_#naxx.sql => sql/updates/3427_world_scripts_naxx.sql
rename : sql/updates/3466_world_scripts_#wintergrasp.sql => sql/updates/3466_world_scripts_wintergrasp.sql
rename : sql/updates/3467_world_spellclick_#dk.sql => sql/updates/3467_world_spellclick_dk.sql
rename : sql/updates/3592_world_spell_#dk.sql => sql/updates/3592_world_spell_dk.sql
rename : sql/updates/3593_world_spellclick_#dk.sql => sql/updates/3593_world_spellclick_dk.sql
rename : sql/updates/3612_world_spell_#dk.sql => sql/updates/3612_world_spell_dk.sql
rename : sql/updates/3643_world_#wintergrasp.sql => sql/updates/3643_world_wintergrasp.sql
rename : sql/updates/3736_world_spell_#dk.sql => sql/updates/3736_world_spell_dk.sql
rename : sql/updates/3813_world_spell_#dk.sql => sql/updates/3813_world_spell_dk.sql
rename : sql/updates/3856_world_spell_#naxx.sql => sql/updates/3856_world_spell_naxx.sql
rename : sql/updates/3873_world_spell_#dk.sql => sql/updates/3873_world_spell_dk.sql
rename : sql/updates/3886_world_script_#nexus.sql => sql/updates/3886_world_script_nexus.sql
rename : sql/updates/3920_characters_#309-313_converter.sql => sql/updates/3920_characters_309-313_converter.sql
rename : sql/updates/3920_world_#309-313_converter.sql => sql/updates/3920_world_309-313_converter.sql
rename : sql/updates/4016_world_spell_#dk.sql => sql/updates/4016_world_spell_dk.sql
rename : sql/updates/4115_world#sd2.sql => sql/updates/4115_world_sd2.sql
2009-06-18 07:54:23 -04:00
Kudlaty
ce4a4c740a
Merge [SD2]
...
r1031 Removed empty Aggro function from most scripts. - Skip(already deleted)
r1032 Correct spell id's for Leotheras, added enrage and some missing definitions for future dev.
Change movement generator when changing forms and reset threat.
Updated texts and summon correct npc. SD2 code style applied.
r1033 Added: Heroic support for all bosses in Dark Portal / Black Morras event.
Fixed: Timers and spells in Dark Portal / Black Morras bosses and other.
r1034 Correct spellIds for boss Vashj. Remove code from UpdateAI where better used in other functions (eg JustSummoned). Prevent channel generators from cast before boss actually reach destination in phase 2. SD2 code style applied.
r1035 Simplify SpawnAdds function in boss hydross
--HG--
branch : trunk
2009-06-18 10:47:39 +02:00
megamage
90e6a97d79
[8036] Move unneded defines from dotconfpp.h to dotconfpp.cpp Author: VladimirMangos
...
This will prevent unexpected redefines and unrelated files build problems.
--HG--
branch : trunk
2009-06-17 18:42:05 -05:00
megamage
a2f10c496f
[8030] Fixed spell 64901 work and related target selection code refactoring. Author: VladimirMangos
...
* Replace 64904 by 64901 in spellbook and action bars.
* Implement proper max mana percent buff
* Implement proper target selection.
* Move group/raid targets seelction code to functions for reuse code.
--HG--
branch : trunk
2009-06-17 18:35:40 -05:00
megamage
cf99758b0b
*Move all full sqls to a seperate folder.
...
--HG--
branch : trunk
2009-06-17 13:35:23 -05:00
megamage
48a0373e98
*remove some outdated spells in sql.
...
--HG--
branch : trunk
2009-06-16 19:38:16 -05:00
QAston
ab06dcc442
"*Fix Kindred Spirits.
...
*Fix typo causing auras SPELL_AURA_MOD_ATTACK_POWER_OF_ARMOR to modify ap with too big amount.
--HG--
branch : trunk
2009-06-16 22:46:17 +02:00
Anubisss
36bd1172bd
*Fix a typo in a SQL.
...
--HG--
branch : trunk
2009-06-16 15:21:00 +02:00
QAston
5640864845
*Implement AURA_STATE_BLEEDING
...
*Correct proc requirements for: Decimation, Impact Juggernaut
*Fix Hunger For Blood.
--HG--
branch : trunk
2009-06-16 13:24:42 +02:00
megamage
efb5e850f9
*rename a tc1 sql.
...
--HG--
branch : trunk
2009-06-16 00:09:16 -05:00
megamage
9049233629
*Merge.
...
--HG--
branch : trunk
2009-06-16 00:07:17 -05:00
megamage
e489988bf4
[8021] Implement triggering part of shaman talent 51483 and ranks. Author: Beaste. sql by QAston
...
--HG--
branch : trunk
2009-06-15 23:17:48 -05:00
megamage
00f4a31b73
[8016] Work at npc click table data use. Author: VladimirMangos
...
* New fields in `npc_spellclick_spells` for allow set npc spell click mode from quest to infinity
or to another quest, or from reward quest.
* Not expect (and forbid set UNIT_NPC_FLAG_SPELLCLICK in DB and set it at `npc_spellclick_spells` loading.
* Apply some speedups for creature checks affected by spel click state
*Also add target position of 51852. By Roland
--HG--
branch : trunk
2009-06-15 23:07:43 -05:00
QAston
9edc94f092
*Fix Berserk target bonus for mangle(bear)
...
--HG--
branch : trunk
2009-06-15 22:59:02 +02:00
QAston
f1c20f3d7a
*Correct typo in latest commit.
...
--HG--
branch : trunk
2009-06-15 22:34:31 +02:00
QAston
81333d8dce
*Fix Honor Among Thieves
...
*Fix Turn the Tables.
--HG--
branch : trunk
2009-06-15 22:27:39 +02:00
Kudlaty
20cd3a6613
Fix script for creature 16518
...
--HG--
branch : trunk
2009-06-15 21:51:23 +02:00
QAston
109302999d
*Fix improved stormstrike - by CRAZyBUg
...
--HG--
branch : trunk
2009-06-15 17:56:10 +02:00
QAston
088884ba70
*Some cleanup in full sqls.
...
--HG--
branch : trunk
2009-06-15 14:42:46 +02:00
Muhaha
3dc77da07f
* Typo
...
--HG--
branch : trunk
2009-06-15 14:38:08 +02:00
megamage
4696eeca71
*A missing sql for 4011.
...
--HG--
branch : trunk
2009-06-14 21:14:54 -05:00
megamage
b309b7a9a3
*Fix 3999 sql. By mike753
...
--HG--
branch : trunk
2009-06-14 21:11:09 -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
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
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
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
c75bc47c7b
*Update db merging tool. Allow merge creature_template and model
...
--HG--
branch : trunk
2009-06-13 20:45:01 -05:00
Chaz Brown
3997a8643f
Add changes to world.sql for last few revisions
...
--HG--
branch : trunk
2009-06-13 14:44:26 -04: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
QAston
990de65ba2
*Fix sudden doom.
...
--HG--
branch : trunk
2009-06-13 16:31:46 +02:00
nos4r2zod
6b7964e3b4
*Spell_bonus_data for Seal of martyr and Seal of Blood.
...
--HG--
branch : trunk
2009-06-13 15:14:33 +02:00
QAston
2c1f850968
*Fix Improved Succubus.
...
--HG--
branch : trunk
2009-06-13 13:12:06 +02:00
QAston
7d386ffb3d
*Fix demonic pact.
...
--HG--
branch : trunk
2009-06-13 12:59:20 +02:00
Chaz Brown
2f89ffe3c1
Fix more world.sql typos
...
--HG--
branch : trunk
2009-06-12 20:52:29 -04:00
Chaz Brown
9dc20cd8da
Fix a typo in world.sql
...
--HG--
branch : trunk
2009-06-12 19:28:47 -04:00
QAston
2963b6b76d
*Fix Invigoration
...
--HG--
branch : trunk
2009-06-13 00:52:51 +02:00
QAston
ac8f322f21
*Fix Savage Roar
...
*Fix Glyph of Thorns.
--HG--
branch : trunk
2009-06-12 20:29:49 +02:00
Chaz Brown
7bf2c61c41
Fix a couple of errors in world.sql
...
--HG--
branch : trunk
2009-06-12 08:56:39 -04:00
Chaz Brown
7487b22063
Completely new dump of world.sql with a ton of hand editing, can't test that there are no errors now, but, since this is really just for DB makers to base their work off of, it shouldn't mess anything up for regular users. Let me know if you do find any glaring errors, though.
...
--HG--
branch : trunk
2009-06-12 02:39:28 -04:00
megamage
e826716b58
*Add a sql to remove all destructible buildings from the world. You need this if you do not have a 31x db to prevent client crash.
...
--HG--
branch : trunk
2009-06-11 23:47:27 -05:00