Commit Graph

1358 Commits

Author SHA1 Message Date
megamage
57b33b244f *Add Aura::m_tickNumber to handle some script spells.
--HG--
branch : trunk
2009-04-13 18:15:26 -05:00
megamage
c5c6b4ff1b *Use function RandomResizeList to resize spell target list.
--HG--
branch : trunk
2009-04-13 18:03:58 -05:00
megamage
25f71813c5 *Update moveinLOS assistance code.
--HG--
branch : trunk
2009-04-13 18:03:28 -05:00
megamage
6b11f9a511 *Call new function InitializeAI() instead of Reset() to do one-time work.
--HG--
branch : trunk
2009-04-13 17:53:09 -05:00
megamage
ce9f023a96 *Only let creatures in combat enterevademode when stopping grid.
--HG--
branch : trunk
2009-04-13 17:11:23 -05:00
Rat
30efb6ff7f *fix Shade of Akama event reset bugs
*code cleanup/update

--HG--
branch : trunk
2009-04-13 22:21:53 +02:00
Anubisss
e15ae448c3 Better way for allow GMs(in gm mode on) to see invisible or stealthed players by Machiavelli. Thank you.
--HG--
branch : trunk
2009-04-13 18:07:26 +02:00
Rat
dd93679f5f *fixed essence of suffering (reliquary of souls)
--HG--
branch : trunk
2009-04-13 17:08:24 +02:00
Rat
6b7d0c7cfe *hyjal update
-reset boss damage at boss reset
-minimal player dmg for bosses changed to min 25% (until someone confirms a better value)
-count pet dmg as player dmg into boss min dmg

--HG--
branch : trunk
2009-04-13 16:13:22 +02:00
megamage
5032bd159c *Add better debug log for grid state.
--HG--
branch : trunk
2009-04-12 16:44:44 -05:00
megamage
74977d73f3 *Do not allow chase/follow self.
--HG--
branch : trunk
2009-04-12 16:32:03 -05:00
Rat
a8a0a03b1b *hyjal update
-lowered raid damage to 700k
-added horde base cleaning wave (watch out for infernal rain)

--HG--
branch : trunk
2009-04-12 19:49:23 +02:00
raczman
250bae10d8 Fixed exploit with several spells being casted on pet with no de-buff applied. Author: Elron.
--HG--
branch : trunk
2009-04-12 13:11:07 +02:00
raczman
d0f964ea9f Merge.
--HG--
branch : trunk
2009-04-12 13:02:44 +02:00
raczman
1e77ccd935 Change container type for guilds to Map.
Use const_iterator in case nothing is modified in loop.
author: bladex.

--HG--
branch : trunk
2009-04-12 12:57:06 +02:00
Rat
c82cd936c5 *finished allliance cleaning wave in hyjal
--HG--
branch : trunk
2009-04-12 12:46:21 +02:00
raczman
8d3b562102 Allow GM's to see invisible/stealthed players correctly. <3 Machiavelli.
--HG--
branch : trunk
2009-04-12 12:45:17 +02:00
raczman
2ba0af3d8f Correct spell_affect mask for spell 12472 - by _krz/Asael
--HG--
branch : trunk
2009-04-12 11:05:19 +02:00
biglad
c693e97a21 * Fix BG start teams, make them even, send only corrent amount of invites. thanks Machiavelli for help
--HG--
branch : trunk
2009-04-10 10:33:54 +01:00
raczman
49ee13d556 Removed unneeded function from Chat.h.
--HG--
branch : trunk
2009-04-12 10:53:44 +02:00
Anubisss
66f60f4c6e *Fix a typo in Gruul's door handling. Thanks Kudlaty.
--HG--
branch : trunk
2009-04-12 01:09:25 +02:00
megamage
9378a9cf21 *Add function GetPlayer and GetCreature for scripts. Please try to not use GetUnit in the future.
--HG--
branch : trunk
2009-04-11 13:42:34 -05:00
Rat
80e1a5faac *fix melee hit crit and add it to debuglog if disabled
--HG--
branch : trunk
2009-04-11 19:31:20 +02:00
Chaz Brown
901bf73d75 Fix typo in world.sql - spotted by ogeraisi and Amit86
--HG--
branch : trunk
2009-04-11 12:15:08 -04:00
Anubisss
d0a7dc9ca6 *Fix compile sorry.
--HG--
branch : trunk
2009-04-11 17:12:51 +02:00
Anubisss
8907565eb5 *Little changes in instance Gruul's Lair.
--HG--
branch : trunk
2009-04-11 16:47:25 +02:00
Anubisss
171866e388 *Fix some typos in ScriptedInstances.
--HG--
branch : trunk
2009-04-11 16:15:19 +02:00
Anubisss
73c11195c7 *Fix 3 typo in SSC's bosses.
--HG--
branch : trunk
2009-04-11 16:07:49 +02:00
megamage
2a75430028 *Fix a script bug that causes memory corruption.
--HG--
branch : trunk
2009-04-10 17:52:42 -05:00
Rat
e830ca7206 *fix auras (buff/debuff) original patch by Iskander
--HG--
branch : trunk
2009-04-10 23:48:44 +02:00
Rat
ce0d9fbe8e *hyjal update
-small cleanup
-disable loot and reputation gain from trash mobs if players didn't do enough dmg
-added raid damage to instance save
-disable loot for bosses if players do less then 50% damage based on boss' max health
-removed min players workaroud to start the events

--HG--
branch : trunk
2009-04-10 22:02:52 +02:00
Rat
1e61dffc89 *added creature extra flag No Crit (CREATURE_FLAG_EXTRA_NO_CRIT)
*added function to disable reputation gained from monsters
*tabs2spaces in affected files

--HG--
branch : trunk
2009-04-10 18:11:09 +02:00
Chaz Brown
aa6347538a Fix typo in characters.sql - Spotted by Tux
--HG--
branch : trunk
2009-04-10 07:02:34 -04:00
megamage
c88b194e0a *Do not allow boss to be dazed by other creatures.
--HG--
branch : trunk
2009-04-09 18:48:57 -05:00
megamage
add9a820d2 *Fix a typo that causes crash.
--HG--
branch : trunk
2009-04-08 18:56:03 -05:00
megamage
a7e04a252f *Add unit to notify when unit is add to world (including load grid case).
*Add some check in remove object function.

--HG--
branch : trunk
2009-04-08 17:23:57 -05:00
Rat
0c2dd85c2c *fix Jaina stucking bug after evade
*small fixes to retreat events (spell visuals)

--HG--
branch : trunk
2009-04-08 19:55:47 +02:00
megamage
73ec2d50fa *Only clear spellcontainer when current spell is cancelled spell.
--HG--
branch : trunk
2009-04-08 12:36:01 -05:00
megamage
2ebeb198ad *Check if grid is loaded before switch container.
--HG--
branch : trunk
2009-04-08 12:20:39 -05:00
Rat
bd7955c5a9 'small' update to Hyjal instance
*all bosses, trashes rescripted
*almost all 'events' done
*all mobs now use waypoints
*added instance gate scripts (horde gate entry: 182060, elf: 182061)
and lots of other fixes

todo:
-finish the 'cleaning waves'
-code cleanup
-fix small bugs

(istance is fully playable at corrent dev point)

--HG--
branch : trunk
2009-04-08 15:06:06 +02:00
mknjc
d89e8346f1 Added a workaround for Black Hole Effect
--HG--
branch : trunk
2009-04-07 21:14:09 +02:00
mknjc
3157aa4013 Used constant SEC_PLAYER in World::SendGMText(int32 string_id, ...)
--HG--
branch : trunk
2009-04-07 16:24:49 +02:00
Rat
27082d1a2d *correct Leotheras the Blind add positions
--HG--
branch : trunk
2009-04-07 14:33:41 +02:00
Chaz Brown
b3ce4d265a Fix Next repeatable quest and gossip icons in terokkar_forest.cpp - patch submitted by kudlaty
--HG--
branch : trunk
2009-04-07 08:01:28 -04:00
Rat
89d7644822 *fix Al'ar stuck bug
--HG--
branch : trunk
2009-04-07 13:08:27 +02:00
Rat
d4f763f2f6 *fix Lady Vashj unattackable bug
--HG--
branch : trunk
2009-04-07 12:47:34 +02:00
Chaz Brown
756e14518f Fix several errors in characters.sql world.sql realmd.sql and world_scripts_structure.sql
--HG--
branch : trunk
2009-04-07 03:00:23 -04:00
mknjc
600fe8b9ac Fixed SQL file
--HG--
branch : trunk
2009-04-07 00:01:28 +02:00
Chaz Brown
24cd89ea9a Add missing column stackcount to full characters.sql
--HG--
branch : trunk
2009-04-06 01:36:11 -04:00
Chaz Brown
9a8103f248 Add missing column personal_rating to full characters.sql
--HG--
branch : trunk
2009-04-06 01:16:34 -04:00