Commit Graph

2949 Commits

Author SHA1 Message Date
megamage 80c1901343 *Add script for Gothik. Please apply 3233_world_scripts_naxx.sql for new contents.
--HG--
branch : trunk
2009-05-13 10:59:00 -05:00
megamage 8994cbe081 *Update some script functions.
--HG--
branch : trunk
2009-05-13 10:54:11 -05:00
megamage 4cf3ca42f0 *Process events for dead creatures. This allows delayed spells to work after caster is dead.
--HG--
branch : trunk
2009-05-13 10:53:31 -05:00
megamage f1fed2d947 *Allow passive unit to call entercombat function.
--HG--
branch : trunk
2009-05-13 10:52:55 -05:00
QAston cfe64e00e7 *Do not parry/dodge judgements.
--HG--
branch : trunk
2009-05-13 17:19:09 +02:00
Farah 8db26443d0 *Fix Glyph of Prayer of healing
--HG--
branch : trunk
2009-05-13 17:05:51 +02:00
megamage 1fbc7377d1 *Do not show error for not assigned example scripts.
--HG--
branch : trunk
2009-05-12 11:16:26 -05:00
megamage 722701381b *Do not allow a spell proc itself. This fixes the crash caused by item 32500.
--HG--
branch : trunk
2009-05-12 10:25:47 -05:00
megamage df4e8b456b *Move MoveFollow owner from MoveTargetedHome to enterevademode.
--HG--
branch : trunk
2009-05-12 10:11:54 -05:00
megamage 65b10830b8 *Fix a bug that arena never ends if the last player is killed with spirit of redemption talent.
--HG--
branch : trunk
2009-05-12 10:01:09 -05:00
megamage 2024577488 *Try to fix build in Linux.
--HG--
branch : trunk
2009-05-12 00:52:16 -05:00
megamage 8fc07d443a *Change waypoint data structure. Use creature db guid as path id. If a creature uses waypoint movement as default movement type, the path id should be DBGUID*10. For paths of script use, the path id should be DBGUID*10+1 ~ DBGUID*10+9.
*Two sql queries are included. Converter is used to convert the existing path id to new path id. "...creature_add..." is used to change table structure. You can first run the converter, then run the other one. Or run the other one directly and get the new data from the db team. Because it may take hours to run the converter.
*If you have custom data, you may need to run the converter. We suggest you use console to run it It is extremely slow to run the query. If you have multiple paths for a creature in your db, you need to do more work to convert it. However, if you know how to use multiple paths, you should already have more db knowledge than I do and you should know how to convert it.
*There may be a faster query to convert the db. If you know, please tell us. I am no sql expert.
*Backup your db first!
*Thanks to X-Savior and subhuman_bob.

--HG--
branch : trunk
2009-05-11 13:27:10 -05:00
megamage 91558b8b29 *Try to fix build in Linux.
--HG--
branch : trunk
2009-05-11 13:15:16 -05:00
megamage f631b2a2d6 *Update creature AI functions.
--HG--
branch : trunk
2009-05-11 11:46:48 -05:00
megamage 5658963117 *Update Naxx scripts.
--HG--
branch : trunk
2009-05-11 03:17:48 -05:00
megamage f9f5d078fd *Update instance script functions.
--HG--
branch : trunk
2009-05-11 03:17:13 -05:00
megamage 4fef015112 *Update Naxx scripts.
--HG--
branch : trunk
2009-05-10 22:50:15 -05:00
megamage 82f886e3c1 *Update AI scripts. Use better default AI.
--HG--
branch : trunk
2009-05-10 22:48:22 -05:00
megamage 904300b4c2 *Use better summon positions for summon spells with more than one summons. (Still a temp fix)
--HG--
branch : trunk
2009-05-10 22:47:03 -05:00
QAston 50bf49bd81 Allow class specific periodic dummy and dummy auras to always stack
--HG--
branch : trunk
2009-05-11 00:05:36 +02:00
megamage 55d52e22a8 *Fix build.
--HG--
branch : trunk
2009-05-10 16:31:43 -05:00
megamage dcf41256dd *Move some AI functions to core. No real change.
--HG--
branch : trunk
2009-05-10 16:07:49 -05:00
Anubisss 518ac83fbf *Fix two typos.
--HG--
branch : trunk
2009-05-10 23:06:39 +02:00
megamage bcb2368faf *Merge.
--HG--
branch : trunk
2009-05-10 14:58:28 -05:00
megamage ff3332f066 [7809] Replace repeating "remove cooldown and send update to client" code by function call. Author: VladimirMangos
--HG--
branch : trunk
2009-05-10 14:51:51 -05:00
megamage b8e82a23a6 [7808] Move corpse search code in function with template arg for class-check. Author: Astellar
This let reuse code for other similar near corpse target selection spells.
    Also provided currently not used class-checks for 2 spells

--HG--
branch : trunk
2009-05-10 14:47:56 -05:00
megamage f8645d8706 [7807] Drop dead code after switch to 3.0.x. Author: VladimirMangos
--HG--
branch : trunk
2009-05-10 14:45:06 -05:00
megamage fe0b73c3a6 [7806] Defines for known gossip icon value cases. Author: NoFantasy
--HG--
branch : trunk
2009-05-10 14:43:58 -05:00
megamage 6b8f75af99 [7805] Refactoring batleground rewards code for cleanup and useful state for custom reward reuse. Author: Nezemnoy
--HG--
branch : trunk
2009-05-10 14:43:29 -05:00
megamage 66c4b7b560 [7804] Allow swap and move by bag slots equipped ammopouch and quiver Author: Foks
--HG--
branch : trunk
2009-05-10 14:30:04 -05:00
megamage 40a8e6d3ab *Rename some script functions (no real change).
--HG--
branch : trunk
2009-05-10 14:29:28 -05:00
Anubisss 6f87cf18b4 *Remove Mana Tap from players and Drop Mana Tap's code. This spell not needed in 3.0.2+
--HG--
branch : trunk
2009-05-10 21:03:25 +02:00
megamage c153f7f272 *A temp fix for the crash caused by feared statue. I will push a better fix later. Thanks to Drahy.
--HG--
branch : trunk
2009-05-10 12:41:05 -05:00
megamage 1576a44d38 *Update naxx script.
--HG--
branch : trunk
2009-05-10 01:22:51 -05:00
megamage d0bf6edd36 *Show correct duration for persistent aura.
--HG--
branch : trunk
2009-05-10 01:20:12 -05:00
megamage aba285664f *Fix the bug that totem can only apply the first aura effect.
--HG--
branch : trunk
2009-05-10 01:19:39 -05:00
megamage 9215f0ee11 *Set creature trigger have the same level as caster.
--HG--
branch : trunk
2009-05-09 22:36:04 -05:00
megamage 883c2ef77d *Do not allow persistant auras from the same caster stack on target.
--HG--
branch : trunk
2009-05-09 22:31:53 -05:00
megamage 67876f9dfe *Fix a creature spell use bug.
--HG--
branch : trunk
2009-05-09 22:00:18 -05:00
megamage 3b14179f65 *Allow dismiss possessed units.
--HG--
branch : trunk
2009-05-09 21:59:01 -05:00
megamage ecc953dd3d *Fix some bugs of spell target selection. Thanks to StarJoker.
--HG--
branch : trunk
2009-05-09 21:58:33 -05:00
megamage dddc39c1ab *Fix a typo in canSeeSpellClickOn.
--HG--
branch : trunk
2009-05-09 19:58:55 -05:00
megamage a7f663a748 *Fix a bug of teleport visual effect.
--HG--
branch : trunk
2009-05-09 19:58:30 -05:00
megamage e5f93acf31 *Fix the bug that player get fall damage after taxi flight.
--HG--
branch : trunk
2009-05-09 19:41:26 -05:00
megamage 4a0bdedc58 *Update naxx scripts.
--HG--
branch : trunk
2009-05-09 14:09:11 -05:00
megamage 36a3696f35 *Update instance script functions.
--HG--
branch : trunk
2009-05-09 14:08:42 -05:00
megamage 08a0c543d1 *Fix some typos of script functions.
--HG--
branch : trunk
2009-05-09 14:08:11 -05:00
megamage 0681a2131e *Fix a bug that guardian pets do not have correct stats.
--HG--
branch : trunk
2009-05-09 10:58:31 -05:00
megamage e35d07ad81 *Update Sapphiron script.
--HG--
branch : trunk
2009-05-09 10:50:41 -05:00
megamage 1de3e5d8e8 *Some update of random movement generator
--HG--
branch : trunk
2009-05-09 10:49:55 -05:00