Anubisss
a5c7efa0ee
Update world.sql and use DELETE query before INSERT INTO in some SQL files.
...
--HG--
branch : trunk
2010-05-19 12:57:09 +02:00
Anubisss
57ba0b78e2
Fix the bug that mage's some freezing spells can stack with each other.
...
Frost Nova, Freeze and Shattered Barrier can't stack with each other.
Patch based on darkshines' patch.
Closes issue #1063 .
--HG--
branch : trunk
2010-05-16 19:35:44 +02:00
Anubisss
0f0619ae0b
Fix spell Improved Devouring Plague's damage.
...
Core part of the patch by PrinceCreed.
SQL part of the patch by sinka.isi.
Fixes issue #1965 .
Closes issue #1004 .
--HG--
branch : trunk
2010-05-16 18:49:51 +02:00
Rat@walamy
9771757c4c
you can now reload creatures from creature_template table
...
NOTE: reload is limited to one creature at a time
Usage: .reload creature_template $entry
Warning: this is mainly for developers, reloading a creature can cause unexpected behaviors!!
--HG--
branch : trunk
2010-05-16 17:45:45 +02:00
Anubisss
c26399a968
Remove spell 23602 from spell_proc_event because it's triggered by the talent, so not need an entry in the table.
...
--HG--
branch : trunk
2010-05-16 16:53:56 +02:00
Anubisss
3c04ef6e1e
Fix the bug that Shield Specialization triggered just on block instead of block, parry and dodge.
...
Patch by ainscu.
Fixes issue #715 .
--HG--
branch : trunk
2010-05-16 16:46:13 +02:00
click
85ec98ff9f
Allow multiple classes for quest requirements - patch by Shauren
...
(This should make Malcrom happy)
Fixes issue 1476. Fixes issues 1972. Fixes issue 430.
--HG--
branch : trunk
2010-05-14 23:43:42 +02:00
Anubisss
1a49477a17
Set (more) blizzlike bonus for Healing Stream Totem.
...
Fix by N4rk0.
Closes issue #2110 .
Fixes issue #2086 .
--HG--
branch : trunk
2010-05-14 22:53:46 +02:00
Anubisss
7e027310c3
Update world.sql, forgot in rab603c8f4a.
...
--HG--
branch : trunk
2010-05-14 22:05:19 +02:00
click
3a61667492
Add support for sorting vendor itemlists
...
--HG--
branch : trunk
2010-05-01 08:10:14 +02:00
click
4efd84a1e8
Add SQL-changes from previous commit into world.sql as well
...
--HG--
branch : trunk
2010-04-30 23:04:12 +02:00
click
55a054c10f
Adjust quest_templates "questflags" fieldsize to accomodate any variation of
...
questflags currently available.
--HG--
branch : trunk
2010-04-26 04:27:58 +02:00
teacher
00c2674553
Make Divine Guardian proc on Divine Sacrifice only (by Liberate).
...
Removed DB data not handled by Core Team. You can find it on Database forums.
Added missing recently committed data to world.sql...
Renamed an old file which had wrong name.
--HG--
branch : trunk
2010-04-22 18:50:14 +02:00
click
ab396beb56
Add support for season-dependant gameevents
...
Patch by Liberate
--HG--
branch : trunk
2010-04-22 16:22:39 +02:00
Trazom62
81d5a23b37
Fix Threat of Thassarian. Thanks Azuritus.
...
Fixes issue #1657 .
--HG--
branch : trunk
2010-04-15 21:51:53 +02:00
teacher
b5183c9d9d
Fixed proper spellid1 value for spelldifficulty_dbc id:3014 (by Trazom).
...
Added serverside spells place holders for future development.
Fixed world.sql import error.
--HG--
branch : trunk
2010-04-12 12:40:54 +02:00
teacher
dea4497163
Removed no longer existing spell in spell_linked_spell.
...
--HG--
branch : trunk
2010-04-12 02:34:48 +02:00
Trazom62
7766b4fcf0
Fix typo in world.sql (spell_difficulty_dbc)
...
--HG--
branch : trunk
2010-04-11 15:47:42 +02:00
teacher
d24571f4f7
Added missing spelldifficulty_dbc data to world.sql
...
--HG--
branch : trunk
2010-04-11 15:08:45 +02:00
n0n4m3
b4b8990003
Remove outdate spell data.
...
--HG--
branch : trunk
2010-04-11 13:25:46 +04:00
n0n4m3
5d0c5c2448
Fix load spell.dbc, sql table spell_dbc also drop unused fields.
...
--HG--
branch : trunk
2010-04-11 11:38:52 +04:00
teacher
fcd660b240
Changed recent spell_difficulty_dbc table creation to CHARSET=utf8.
...
Added recent sql updates to world.sql...
--HG--
branch : trunk
2010-04-09 15:41:01 +02:00
teacher
6f3996fd11
Added serverside spell as place holders for future development.
...
Added some vehicleIDs and creature_template spells (by Xanadu and Mikebeck).
Some fixes for proper sql format.
--HG--
branch : trunk
2010-04-08 16:29:29 +02:00
_manuel_
a5c09f5d44
Corrected Ferocious Inspiration entry.
...
--HG--
branch : trunk
2010-04-04 14:54:11 -03:00
_manuel_
b835df6153
Implemented more stack rules for player spells. See --> pastebin.com/8LHknLgr
...
Thanks to QAston.
--HG--
branch : trunk
2010-04-03 13:34:03 -03:00
Xanadu
180651d95e
A visually better way to handle Avenger Wrath blocking of immunity shields.
...
--HG--
branch : trunk
2010-03-26 22:21:33 +01:00
Xanadu
d0c10d44b8
Merge
...
--HG--
branch : trunk
2010-03-25 17:09:45 +01:00
Xanadu
20de79f6ba
Fixed Forbearance. Also self-cast LoH will now correctly prevent Avenging Wrath for 30 s. Closes issue #1270 . Thanks to _manuel_ for research.
...
--HG--
branch : trunk
2010-03-25 17:09:05 +01:00
Brian
808254af50
* Missed SQL from previous commit
...
--HG--
branch : trunk
2010-03-24 18:36:46 -06:00
teacher
baf946bdc7
Changed default value for WDBVerified field for better future handling.
...
--HG--
branch : trunk
2010-03-25 00:01:02 +01:00
teacher
99e186c830
Added spells to Wintergarde Gryphon (by Malcrom).
...
Added place holders for server-side spells.
Import errors fixes in world.sql.
--HG--
branch : trunk
2010-03-24 15:05:25 +01:00
Xanadu
cfc094040f
Added support for maximum allowed player level for quests. By Gyullo.
...
--HG--
branch : trunk
2010-03-23 16:10:18 +01:00
teacher
fd3b4ec908
Added missing sql file for rev 7656 (by Machiavelli).
...
Removed DB content data from previous commit.
--HG--
branch : trunk
2010-03-21 19:57:00 +01:00
_manuel_
fae77f2621
Add additional field for storage of speed_run rate of creature
...
This allow independent rate of walk vs run speed. Existing field renamed to explicit speed_walk.
Note that default database rate for run is a result of the most common value seen, 8.0/7.0
Author: NoFantasy.
--HG--
branch : trunk
2010-03-21 14:57:49 -03:00
Rat
d08567965a
*fix Merciless Totem of the Third Wind proc
...
*fix in world.sql
--HG--
branch : trunk
2010-03-18 21:32:16 +01:00
Xanadu
e5cbe017f4
Fixed Drain Soul increased damage for targets below 25% HP. Closes issue #394 . Closes issue #748 . Closes issue #938 . Rejoice, new era of server-side spells has begun!
...
--HG--
branch : trunk
2010-03-17 16:38:31 +01:00
teacher
5b277b11a7
Moved sql update files to 3.3.2_old directory.
...
Fixed my typo in world.sql.
--HG--
branch : trunk
2010-03-15 23:43:20 +01:00
thenecromancer
a81ad6986c
Remove Hack detecting spell 61988 in HasAura()
...
Correctly cast 61988/61987 after casting Avenging Wrath/Divine Shield respectively
(This will correctly show both spells disabled state)
Don't allow casting Lay on Hands on self when aura 61988 is present (ie. after using Avenging Wrath)
--HG--
branch : trunk
2010-03-15 18:03:43 +01:00
teacher
274268a686
Random sql cleanup.
...
--HG--
branch : trunk
2010-03-13 20:51:59 +01:00
Spp
ff89bad0fe
Allow Battlegrounds and arenas to be disabled by DB.
...
wtlk arenas disabled by default.
- Player will continue to see all bgs using UI, but won't be able to join disabled bg's
- Gossip menu not shown for disabled Bgs/arenas
- Id 6 disabled = all arenas disabled.
- Only id 6 arena enabled = Gossip shown but unable to join any arena
--HG--
branch : trunk
2010-03-13 00:47:24 +01:00
Spp
673ab0019c
Some Ticket text formating changes to help addons to parse data
...
Linked issue 466
--HG--
branch : trunk
2010-03-12 19:20:11 +01:00
Spp
2cac9671ca
Add map and zone to account onlinelist command.
...
Closes issue 466
--HG--
branch : trunk
2010-03-12 18:55:41 +01:00
Spp
d2a3f9670f
Move vehicle accesories to DB.
...
Credit to Malcrom and Manuel for the idea and original patch
--HG--
branch : trunk
2010-03-12 18:19:50 +01:00
Spp
25b0be95aa
Typo in server shutdown command.
...
Original author VladimirMangos
Closes issue #57
--HG--
branch : trunk
2010-03-09 13:13:20 +01:00
Spp
cef249ff2c
Add level restrictions to some commands:
...
say, yell, emote, whisper, channel use, trade, auction, mail, tickets
By azazel. Closes issue #598
--HG--
branch : trunk
2010-03-09 12:58:48 +01:00
Brian
29666451f3
* Add support for sending quest completion text
...
* Original patch by NoFantasy - thank you
* Ported to Trinity by seirgy - thank you
* Closes issue #873
--HG--
branch : trunk
2010-03-02 09:59:59 -07:00
teacher
70e77a796d
Fixed import errors on recent sql update files...
...
Added forgotten updates to world.sql...
Added missing lines at the end of some sql files...
Better format by adding DELETE FROM before any INSERT INTO update...
--HG--
branch : trunk
2010-03-02 15:42:46 +01:00
p0wer
81f6779102
Add command similar to pinfo but for gameobjects.
...
Displays Entry, Type, DisplayId, and Name.
Created in response to issue #768 .
--HG--
branch : trunk
2010-03-01 19:28:21 -06:00
Tartalo
c76cb0ce7c
Add new flagged column to access_requirement to set instances opened/closed.
...
This way is possible to open a raid on 10man mode while the rest of modes are closed (for example).
Ingame commands to open/close instances coming soon ;)
--HG--
branch : trunk
2010-02-25 16:26:03 +01:00
p0wer
ba51f553fc
Add command for administrators to change channel publicity ingame rather than having to manually manipulate the database.
...
--HG--
branch : trunk
2010-02-24 21:30:00 -06:00