Commit Graph

930 Commits

Author SHA1 Message Date
megamage
fe89fbfbdb [8057] Move code from Event AI to class Creature function for reuse in other scripting cases. Author: NoFantasy
--HG--
branch : trunk
2009-06-27 15:37:33 -05:00
megamage
d401ede8f2 [8051] Fixed some drinking mana regen spells. Author: bobaz
--HG--
branch : trunk
2009-06-27 15:27:09 -05:00
QAston
b925292f96 *Sql for DKs ghoul stats - by Astellar.
--HG--
branch : trunk
2009-06-27 19:15:17 +02:00
Drahy
548f857d97 *Fix crash in AV
--HG--
branch : trunk
2009-06-27 17:29:12 +02:00
QAston
da3569402d *Merge tc1 1591 - 1599, skip 1596
--HG--
branch : trunk
2009-06-27 15:51:36 +02:00
QAston
a74ae18739 *Merge tc1 commits 1582-1590
--HG--
branch : trunk
2009-06-27 15:29:06 +02:00
BroodWyrm
62dc6eb7bb * Add textids to unworthy_initiate script - thx to crackm of SD2
* Fix a bug that unworthy_initiate is attackable after reset - thx to seirge

--HG--
branch : trunk
2009-06-26 20:35:15 +02:00
tlexii
bbc1578ab5 *Fix Conflagrate damage calculation formula
--HG--
branch : trunk
2009-06-25 14:09:16 +02:00
QAston
5ae6467fc7 *Fix the bug that DKs Death Coil is not learnable
*Remove some obsolete entries from spell_proc_event table.

--HG--
branch : trunk
2009-06-25 13:06:50 +02:00
QAston
5090a5967a *Fix king of the Jungle.
--HG--
branch : trunk
2009-06-24 17:45:15 +02:00
QAston
33b2917bb7 *Fix Ferocious Bite energy to dmg conversion
*Remove duplicated AP coefficients for Hammer of Wrath and Avengers Shield
*Correctly do effectaddcombopoints for spells which take them.
*Do not proc spelleffects on player login.

--HG--
branch : trunk
2009-06-24 15:58:44 +02:00
QAston
329b020af4 *Add delete query for data in 4212_world.sql.(if you had problems with 4212 use 4222).
--HG--
branch : trunk
2009-06-24 02:03:06 +02:00
QAston
06cc101f4a *Fix Improved Aspect of the Hawk.
--HG--
branch : trunk
2009-06-23 16:13:51 +02:00
QAston
0c36f2ab24 [8071] Restore work .modify tp command. Allow apply it to selected
character's pet. Author: VladimirMangos.

--HG--
branch : trunk
2009-06-23 15:05:40 +02:00
QAston
f2ec641e42 [8056] Move SMSG_CLEAR_COOLDOWN into function and use it. Other cleanups. Author:XTZGZoReX
[8060] Store spell_pet_auras for auraeffects instead of by whole aura Author:hunuza.

--HG--
branch : trunk
2009-06-23 14:05:37 +02:00
QAston
ad91c6b1e2 [8052] Fixed typo in error log output. Author: The_Game_Master
[8049] Added energize effect after last heal tick for 33763 and ranks. Author: bobaz
[8053] At character talents reset using chat command also reset talents
for all character pets. Author: VladimirMangos

--HG--
branch : trunk
2009-06-23 13:05:15 +02:00
Iskander
a8d305c8c2 * fix of Spiritual Attunement
--HG--
branch : trunk
2009-06-20 21:53:59 +02:00
Machiavelli
1dd1f6db34 * Implement parameter 'reason' for mute command.
--HG--
branch : trunk
2009-06-20 14:16:42 +02:00
Anubisss
9926aed1a6 *Move a SQL for the correct directory. Thanks Aokromes.
--HG--
branch : trunk
2009-06-19 11:06:30 +02:00
Anubisss
609986afed *Better reset time format in command .lookup map
--HG--
branch : trunk
2009-06-19 09:00:29 +02:00
Kudlaty
827d296372 Merge [SD2]
r1066 Added a few more encounters to SetData ZA instance - Skip
r1067 Added end boss' in ZA adds with random selection and their abilities. - Skip
r1068 Added support for quest 10994 (basic parts)
r1069 Added instance script for BFD
r1070 Remove enum type not related to boss/encounter.
r1071 Fix misunderstanding committed in 1067. Spawn 1 of 2 possible adds, each from 4 different groups instead of 4 random of 8 possible. - Skip
r1072 Save instance data for TYPE_EVENT_RUN in ZA when expected and not allow it to reset on Load(). Remove useless code for goFlags. - Skip
r1073 Added struct and enum for misc npc/go entries used in naxx instance - Skip
r1074 Restore Windows build after changes in Mangos rev 7810 - Skip
r1075 Added 6 new taxi paths (wyrmrest temple) - Skip, already implemented
r1076 Correcting berserk spell for najentus, also make sure spell are actually casted.
r1077 Update sources and use enum GossipOptionIcon instead of magic number.
r1078 Provide new .diff file to use with Mangos 7812+ - Skip
r1079 Update one old boss script, clean code.

--HG--
branch : trunk
2009-06-19 05:17:25 +02:00
megamage
9008c0a838 *Merge.
--HG--
branch : trunk
2009-06-18 20:28:16 -05:00
megamage
e0553121f2 *Merge
--HG--
branch : trunk
2009-06-18 20:26:49 -05:00
Anubisss
ee6126dd50 *Implement command .lookup map
--HG--
branch : trunk
2009-06-19 01:48:34 +02:00
Kudlaty
2ac0089d16 Merge [SD2]
r1056 Added some texts for future use + added one additional waypoint for npc 24358
r1057 Add spell and correct gossip text for npc 24358. Move open door code to instance script
r1058 Simplify scripts using manual call ActivateTaxiPathTo().
      Added ScriptName for npc 22112, also cleanup code.
r1059 Remove redundant call to activateTaxiPathTo(), taxi already implemented for related spell. Some code cleanup
r1060 Update scripts with SD2 code style for a few commonly used pointers passed in functions (Player* pPlayer, Creature* pCreature, etc)
      Remove some useless whitespace - Skip
r1061 Trim trailing whitespace in source files. - Skip
r1062 Added script to control misc alarm/rooftop bots, summoning guards when hostile players comes in range and trigger AttackStart based on aura.
r1063 Fixed missing call to AI constructor for npc 18585. Code cleanup.
r1064 Correcting a few wrong gossip icons. Code cleanup.
r1065 Fixed two more lost calls to ai constructors.
      Add one missing scriptname to *full.sql added in rev 982

--HG--
branch : trunk
2009-06-19 00:22:19 +02: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