Commit Graph

7251 Commits

Author SHA1 Message Date
thenecromancer
a6630824f4 *Do not check for charminfo->petnumber when responding to Pet name query
*Send Unknown if pet is not found by object accessor

--HG--
branch : trunk
2010-01-30 13:54:34 +01:00
QAston
f587fd14af *Fix second crash in the opcode handler.
--HG--
branch : trunk
2010-01-30 13:22:55 +01:00
QAston
23f589efa3 *Fix a crash in CORPSE_MAP_POSITION_RESPONSE handler.
--HG--
branch : trunk
2010-01-30 11:37:39 +01:00
XTZGZoReX
7209312044 * Merge - screw you, Brian!
--HG--
branch : trunk
2010-01-29 22:25:09 +01:00
XTZGZoReX
c3ae3b88aa * Implement CMSG_CORPSE_MAP_POSITION_QUERY/CMSG_CORPSE_MAP_POSITION_QUERY_RESPONSE opcodes. Thanks to: Ceris, Lightguard, raczman for helping with research/code.
* Fix SMSG_QUERY_TIME_RESPONSE use/structure. Patch/research by TOM_RUS.

--HG--
branch : trunk
2010-01-29 22:24:18 +01:00
Brian
d140d67699 * Changed the default security levels for some commands
* Deleted no longer used loadscripts command
* Updated security levels in the command table to match defaults in the core

--HG--
branch : trunk
2010-01-29 14:19:43 -07:00
Brian
038c1ad776 * Added check in ObjectMgr to allow RewSpellCast=-1. Thanks QAston
--HG--
branch : trunk
2010-01-29 12:54:30 -07:00
Trazom62
7a6ad7d4f4 Merge
--HG--
branch : trunk
2010-01-29 19:49:46 +01:00
Trazom62
3c9c950c5f Fix UnitAI::SelectTarget: avoid erasing player from the threadlist.
--HG--
branch : trunk
2010-01-29 19:46:30 +01:00
Trazom62
5757e4f77f Fix Script Naxxramas/Kel'thuzad. Thanks tbaart.
Fixe issue #321.

- frost blast shall not target MT.

--HG--
branch : trunk
2010-01-29 19:45:49 +01:00
Trazom62
268230ed92 Fix Script Naxxramas/Maexxna. Thanks Scarymovie87.
Fixe issue #162.

- Add an repeating event for Frenzy, spell only lasts 10 minutes
- Added comments for missing texts
- Code style : Changed "return;"s to "break;"s in switch-case
- Code style : Move code of AI of Wrap Webs from mob_generic_creature.cpp into boss_maexxna.cpp file, since it belongs to the fight

--HG--
branch : trunk
2010-01-29 19:44:15 +01:00
Trazom62
0192d4e0cf Fix Script Naxxramas/Heigan. Thanks Scarymovie87.
Fixe issue #176.

- fix timers

--HG--
branch : trunk
2010-01-29 19:37:53 +01:00
XTZGZoReX
a385ea64b0 * Call Database::ThreadStart()/Database::ThreadEnd() for all databases in all threads.
--HG--
branch : trunk
2010-01-29 19:24:14 +01:00
Brian
80061b7899 * Fixed import error on spell_ranks, thanks for the info QAston
--HG--
branch : trunk
2010-01-29 11:22:34 -07:00
QAston
785cb86c6a *Fix build with GCC, thanks to Brian.
--HG--
branch : trunk
rename : sql/updates/7234_world_spell_ranks.sql => sql/updates/7236_world_spell_ranks.sql
2010-01-29 19:08:42 +01:00
QAston
94e5e3970e *Prevent linked effects to apply area auras in Unit::RemoveAreaAurasDueToLeaveWorld, finally fix the update sql
--HG--
branch : trunk
2010-01-29 18:51:06 +01:00
QAston
04aff1dba8 *Changes from recent commit into update file, sorry for that :<
--HG--
branch : trunk
rename : sql/updates/7233_world_spell_ranks.sql => sql/updates/7234_world_spell_ranks.sql
2010-01-29 18:21:51 +01:00
QAston
7776faa6ac *Typofix - Journeyman - rank 2 Apprentice - rank1
--HG--
branch : trunk
rename : sql/updates/7232_world_spell_ranks.sql => sql/updates/7233_world_spell_ranks.sql
2010-01-29 18:16:46 +01:00
QAston
9e31e08358 *Move spell rank extractor out of core, use sql table instead for easier maintaining of dependant database data.
--HG--
branch : trunk
2010-01-29 17:54:29 +01:00
XTZGZoReX
39a260d10d * Added actual loading of the addons table... This was missing in the original commit.
--HG--
branch : trunk
2010-01-29 11:56:48 +01:00
Trazom62
f5e267da16 Fix Script HoL/Ionar. Thanks WarHead.
Fixes issue #258.

--HG--
branch : trunk
2010-01-28 22:06:31 +01:00
Trazom62
62cd3ff865 Fix Script Violet Hold
- fix event reset if wipe at a boss
- fix boss not random again after a wipe
- fix erekem guard handling
- fix portal random location
- fix save and load data
- fix world state display for wave count
- fix some timers
- fix mob_erekem_guard set on correct creature_template entry

Still WIP.

--HG--
branch : trunk
2010-01-28 20:22:11 +01:00
Trazom62
4d0960e630 Fix Script Naxxramas/Kel'Thuzad. Thank PrinceCreed, Scazzato88 and Gyullo.
Fixes issue #486.
Fixes issue #511.

- fix kel'thuzad not casting when entering phase 2.
- fix crash when casting Detonate Mana.

--HG--
branch : trunk
2010-01-28 19:30:15 +01:00
Rat
cb05b01854 *fix script config, closes issue #521
--HG--
branch : trunk
2010-01-28 16:56:01 +01:00
thenecromancer
38209db46e Merge
--HG--
branch : trunk
2010-01-28 14:42:40 +01:00
thenecromancer
984a47b541 Implement Insanity phase for Herald Volazj encounter (still missing AI for adds)
--HG--
branch : trunk
2010-01-28 14:42:05 +01:00
_manuel_
0711119de5 Removed tabs. Closed issue 397 and 171.
--HG--
branch : trunk
2010-01-27 15:15:49 -03:00
_manuel_
3e73c5cc77 Implemented fix for Spirit Wolf (feral spirit talent). By Gyullo
--HG--
branch : trunk
2010-01-27 14:56:14 -03:00
_manuel_
6c63596be0 Re-add event support for type 10 (goober) GOs. By Biglad
--HG--
branch : trunk
2010-01-27 14:50:42 -03:00
thenecromancer
b31c11bf03 More correct spell Id for snake script
--HG--
branch : trunk
2010-01-27 15:57:14 +01:00
thenecromancer
4897f9019e Merge
--HG--
branch : trunk
2010-01-27 14:18:54 +01:00
teacher
10c99da6aa Moved old sql update files to 3.2.2a_old directory.
--HG--
branch : trunk
2010-01-27 13:44:32 +01:00
thenecromancer
6bca70a777 Fix Arena Teams on scoreboard being swapped
Fix Arena Unit Frames

--HG--
branch : trunk
2010-01-27 13:40:01 +01:00
Xanadu
2c81241bef Fixed hunter trap procs - Entrapment and Lock and Load shall be henceforth proced only by the correct traps.
Closes issue #110.

--HG--
branch : trunk
2010-01-27 00:02:21 +01:00
Trazom62
b233a12c86 Fix crash in npc_orinoko_tuskbreakerAI
--HG--
branch : trunk
2010-01-26 18:55:00 +01:00
Spp
89d86e0c57 Disable Ring of Valor Arena
--HG--
branch : trunk
2010-01-26 14:35:27 +01:00
Brian
341b8e04d5 * Added a stupidity check into world.sql so it can not be imported
* accidentally

--HG--
branch : trunk
2010-01-26 06:10:57 -07:00
Brian
9f2be907d3 * Fix compile
--HG--
branch : trunk
2010-01-26 05:52:55 -07:00
Brian
7fe66b501e * Moved game event starting / stoping to detail log level
--HG--
branch : trunk
2010-01-26 04:52:53 -07:00
Brian
6e0125a695 * merge
--HG--
branch : trunk
2010-01-26 04:24:43 -07:00
Brian
32793941f7 * moved IsGameObjectOfTypeInRange to debug log level
--HG--
branch : trunk
2010-01-26 04:23:54 -07:00
Rat
f107f9f8eb *finalized basic hard-lootmode defines
-DB devs should stick with lootmode 2,4,8,16 for hardmode loots (use as bitmask)
-and lootmode 1 as default

--HG--
branch : trunk
2010-01-26 11:06:46 +01:00
Rat
345d9f0d86 *log creature's entry in eascortAI error log
--HG--
branch : trunk
2010-01-26 10:54:11 +01:00
Trazom62
df97b00632 Fix startup warning due to r7188.
--HG--
branch : trunk
2010-01-25 22:56:26 +01:00
Trazom62
654ebe5950 Fix Script Gundrak/Gal Darah. Thanks Azuritus.
Fixes issue #448.

- implements achievements What the Eck? and Share The Love.
- Fix Impaling Charge used on aggro
- Fix reset of phase counter.

--HG--
branch : trunk
2010-01-25 21:08:44 +01:00
Trazom62
275ffe4f28 Fix SpellEffect Quest Complete: shall work if player is the unitTarget
--HG--
branch : trunk
2010-01-25 20:45:02 +01:00
Trazom62
89574b13ed Fix Script Naxxramas/Faerlina with help of Scarymovie87.
Fixes issue #158.

- simplifies widow embrace handling
- Adds can only be mind controlled in 25man version
- Adds will be killed, if mind controlled and using Widows Embrace
- Adds will only cast Widows Embrace on death in 10man version
- implements Achievement Momma said knock you out
- Avoid greet yell for non-player units moving in line of sight
- update some timers.

--HG--
branch : trunk
2010-01-25 20:40:13 +01:00
QAston
3f6999f744 *Some cleanup in SharedDefines
*Implement spell target modes 96-103, 91, 92

--HG--
branch : trunk
2010-01-25 12:40:03 +01:00
thenecromancer
83c2b6a4d0 Merge
--HG--
branch : trunk
2010-01-25 02:38:53 +01:00
thenecromancer
9880a4985b Fix Rated Arena scores display (Matchmaking Value is not implemented)
--HG--
branch : trunk
2010-01-25 02:38:18 +01:00