Commit Graph

647 Commits

Author SHA1 Message Date
Machiavelli
862cd5fcd7 * Correct rev number on sql update after last merge
--HG--
branch : trunk
2009-04-19 21:19:10 +02:00
Machiavelli
0eb86688d6 Merge
--HG--
branch : trunk
2009-04-19 21:17:07 +02:00
Machiavelli
b92eac3b27 Merge SD2 up to r967
--HG--
branch : trunk
2009-04-19 21:16:11 +02:00
QAston
dcc7b99982 *Update petLevelupSpellLearn code
*Remove triggered aura of shadow embrace when main aura expires.

--HG--
branch : trunk
rename : sql/updates/2773_world_spell_linked_spell.sql => sql/updates/2814_world_spell_linked_spell.sql
2009-04-19 20:45:55 +02:00
BroodWyrm
580089ed1a *Add Elder Nadox Script
--HG--
branch : trunk
2009-04-19 20:03:09 +02:00
Machiavelli
8e21e7e2f6 Merge SD2 953
--HG--
branch : trunk
2009-04-19 18:31:12 +02:00
megamage
6e27a4c455 * Added support for GO 191229 and 191230 (also related to quest 12790) - SD2 964 By nofantasy.
--HG--
branch : trunk
2009-04-18 21:34:10 -05:00
QAston
49bfc48f6e *Fix Dash - original patch by Dani.
*Set max target limit for Circle of healing.

--HG--
branch : trunk
2009-04-19 02:32:03 +02:00
QAston
c75e467513 * Turn proc flag on periodic heal spells back on.
* Fix Glyph of Rejuvenation.
* Fix a typo in bladestorm handling.
* Use Player's Crippling Poison for Deadly Brew instead of mob one to make it not stackable(dunno if it's correct)

--HG--
branch : trunk
2009-04-19 01:32:22 +02:00
QAston
8dc8babfb7 *Add coeficient for lifebloom final healing and temporary set amount of it to not increase while spell is stacked, proc improved mana shield with riptide.
--HG--
branch : trunk
2009-04-19 00:25:12 +02:00
QAston
c9290eac28 *Allow imp to learn Phase Shift
*Correct bonus damage for Unstable Affliction
*Correct some procflags.

--HG--
branch : trunk
rename : sql/updates/2685_world_spell_proc_event.sql => sql/updates/2774_world_spell_proc_event.sql
2009-04-18 17:32:04 +02:00
QAston
8e9d3a5964 *Make Shadow Embrace reduce hots effect.
*Fix Glyph of Conflagrate.

--HG--
branch : trunk
2009-04-18 11:52:47 +02:00
Drahy
af935468df * Using trinity sql coding style
--HG--
branch : trunk
2009-04-16 23:01:21 +02:00
megamage
02003cc338 *Merge.
--HG--
branch : trunk
2009-04-15 17:20:54 -05:00
megamage
b76e8cfa5c *Rename a sql file.
--HG--
branch : trunk
2009-04-15 17:17:40 -05:00
megamage
5b124bf73f *Merge.
--HG--
branch : trunk
2009-04-15 17:14:17 -05:00
megamage
1f55614e70 *Remove duplicated TC1 sql.
--HG--
branch : trunk
2009-04-15 17:10:43 -05:00
megamage
905833f84e *Merge.
--HG--
branch : trunk
2009-04-15 17:06:38 -05:00
Drahy
e3bd7fed4e * Added gossip option related to quest 12791, 12794 and 12796 - Thx SD2 team
--HG--
branch : trunk
2009-04-15 21:40:09 +02:00
QAston
441d042d5c *Set correct healing bonus for spells using coefficient.
*Always reapply aura mods as 'real' when adding aura to stack.
*Make blood frenzy expire when duration ends.
*Correct procflag for T.N.T once again.

--HG--
branch : trunk
rename : sql/updates/2685_world.sql => sql/updates/2702_world_spell_proc_event.sql
2009-04-15 20:34:52 +02:00
Drahy
4fd5933e75 * Used trinity sql coding style
* Please Use Delete + Insert instead Ignore it will be better for this kind of data thx

--HG--
branch : trunk
2009-04-15 18:09:55 +02:00
Anubisss
c61ab4c9a0 Add missing sql for Unkor the Ruthless' script by thumsoul. Thank you.
--HG--
branch : trunk
2009-04-15 18:07:40 +02:00
megamage
16d44a589d *Rename some sql files. Please write table name in the future for better management.
--HG--
branch : trunk
2009-04-14 18:23:06 -05:00
QAston
b966e63f73 *Fix Fan of Knives.
--HG--
branch : trunk
2009-04-14 20:21:16 +02:00
QAston
7d2e5c31a8 *Fix Haunting Spirits.
--HG--
branch : trunk
2009-04-14 20:04:01 +02:00
QAston
6c44316d8e *Correct positivity of some spells
--HG--
branch : trunk
2009-04-14 19:09:08 +02:00
Machiavelli
ecbaf6483d * Ticket system update;
- Add map, x, y, z coordinate data to ticket upon creation
- Add command .go ticket to teleport to the coordinates where the ticket was created
- Move InitTicketID() to the class constructor instead of at every LoadGMTickets call
- Minor code cleanup

--HG--
branch : trunk
2009-04-14 17:48:58 +02:00
Machiavelli
348339770e * Ticket system update;
- Add map, x, y, z coordinate data to ticket upon creation
- Add command .go ticket to teleport to the coordinates where the ticket was created
- Move InitTicketID() to the class constructor instead of at every LoadGMTickets call
- Minor code cleanup

--HG--
branch : trunk
2009-04-14 17:29:54 +02:00
QAston
e7ac066211 *Correct procflags for T.N.T
--HG--
branch : trunk
rename : sql/updates/2662_world.sql => sql/updates/2685_world.sql
2009-04-14 17:27:05 +02:00
raczman
408bb461b3 Add sql update for creature respawn linking.
--HG--
branch : trunk
2009-04-14 14:45:05 +02:00
Machiavelli
2b52663e42 Ticket system changes by Disassembler: (TC1 rev 1358)
- Change uint16 closed guid to uint64
- Add createtime field

--HG--
branch : trunk
2009-04-14 12:38:12 +02:00
megamage
2104356342 *Merge shadowfang keep scripts from SD2 at the request of ACID dev. Author: nofantasy.
--HG--
branch : trunk
2009-04-13 20:46:10 -05:00
Machiavelli
e2a4b4d178 Ticket system changes by Disassembler:
- Change uint16 closed guid to uint64
- Add createtime field

--HG--
branch : trunk
2009-04-14 01:27:43 +02:00
megamage
3a2e58f81a [7662] Spell power coefficients for talent 48505 and ranks. Author: nos4r2zod
--HG--
branch : trunk
2009-04-13 17:28:44 -05:00
megamage
a5834f2008 *Merge.
--HG--
branch : trunk
2009-04-13 17:18:33 -05:00
QAston
064866bdfe *Missing file from latest commit"
--HG--
branch : trunk
2009-04-13 19:04:19 +02:00
Rat
dd93679f5f *fixed essence of suffering (reliquary of souls)
--HG--
branch : trunk
2009-04-13 17:08:24 +02:00
megamage
3f97137ce9 *Remove an outdated file from TC1.
--HG--
branch : trunk
2009-04-12 16:49:43 -05:00
megamage
476b7ee949 *Two revs are skipped.
--HG--
branch : trunk
2009-04-12 16:48:31 -05:00
QAston
9c29a7aafe Correctly chose target for shadowflame
--HG--
branch : trunk
rename : sql/updates/2626_world.sql => sql/updates/2629_world.sql
2009-04-12 18:50:36 +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
QAston
b1b53addcc *Fix shadowflame
--HG--
branch : trunk
2009-04-12 10:35:28 +02:00
megamage
dda2fdff33 *Implement spell Disengage and Death Grip.
--HG--
branch : trunk
2009-04-11 22:41:15 -05:00
QAston
ca8a67ab91 *Fix Faerie Fire (Feral) damage
--HG--
branch : trunk
2009-04-11 19:45:14 +02:00
QAston
2e0ffba0bc *Fix beacon of light.
*Fix a crash in Spell::CanAutoCast.

--HG--
branch : trunk
2009-04-11 18:58:34 +02:00
Drahy
6c50ac907a * Used trinity sql coding style
--HG--
branch : trunk
2009-04-11 08:18:22 +02:00
megamage
4d277430c5 [7644] Fixed pet slot values using in pet save. Author: VladimirMangos
Problem exist from client version switch when stable slot amount changed.
    In result this has been source problems with stable use (3-4 slots) and possible pet lost in some cases
    or "not save state" for summoned pets.
    Use enums to avoid repeating problem, use more safe value for not-in-slot save (for summoned pets)
    Fixed data preparing for MSG_LIST_STABLED_PETS.

--HG--
branch : trunk
2009-04-10 18:18:44 -05:00
QAston
8f3a1ec546 * Fix consume shadows.
* Change handling of bladestorm and auras with similar immunity to it.

--HG--
branch : trunk
2009-04-10 23:44:37 +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
Chaz Brown
aa6347538a Fix typo in characters.sql - Spotted by Tux
--HG--
branch : trunk
2009-04-10 07:02:34 -04:00