click
76bbd66d76
SQL: Rename SQL-file from [9332] to reflect the db it belongs to
...
--HG--
branch : trunk
rename : sql/updates/9332_spell_proc_event.sql => sql/updates/9332_world_spell_proc_event.sql
2010-08-12 18:57:02 +02:00
teacher
898d57f09b
Minor sql cleanup, no need to re-apply anything.
...
--HG--
branch : trunk
2010-08-12 09:22:54 +02:00
Shauren
fc45c6db07
Added internal cooldown for the following (both heroic and normal versions):
...
Althor's Abacus
Corpse Tongue Coin
Dislodged Foreign Object
Phylactery of the Nameless Lich
Whispering Fanged Skull
Ashen Verdict rings
--HG--
branch : trunk
2010-08-10 20:40:37 +02:00
Spp
719f770a56
*Fix typo in 9240 sql file
...
*Fix typo in my previous commit
Note to self: next time review the changes, not just C&P the delete from 9240*.sql
--HG--
branch : trunk
2010-08-10 10:00:57 +02:00
Spp
edf9fe17d2
Fix typo in world_scripts_full.
...
Closes issue 3367
--HG--
branch : trunk
2010-08-10 09:35:03 +02:00
Shauren
5709c8be0d
achievement_criteria_data data type 11 is now handled by core team (as its purpose is scriptname only)
...
Reimporting of SQL is not needed
--HG--
branch : trunk
2010-08-09 22:08:03 +02:00
Shauren
ede953500b
Fixed line endings in 9237_world_outdoorpvp_template.sql
...
Remove no longer existing scripts from ScriptLoader
--HG--
branch : trunk
2010-08-08 22:57:07 +02:00
XTZGZoReX
d75011c4a8
* Fix SQL errors, again thanks to Machiavelli.
...
--HG--
branch : trunk
2010-08-08 22:05:28 +02:00
John Holiver
b3b7ffdfeb
[FIX] Intravenous Healing Potion. Thanks Gyullo.
...
--HG--
branch : trunk
2010-08-08 15:59:17 -03:00
Shauren
b3e6a6c5ab
Remove useless hack for Leeeeeeeeeeeeeroy! achievement
...
--HG--
branch : trunk
2010-08-07 20:28:23 +02:00
Shauren
481c0cef3f
Use proper WHERE query in 9240_world_achievement_criteria_data.sql
...
--HG--
branch : trunk
2010-08-07 18:37:20 +02:00
Shauren
b56cfe03d5
Implemented ACHIEVEMENT_CRITERIA_TYPE_BG_OBJECTIVE_CAPTURE
...
Added support for "in single battleground" and "without dying" requirement to battleground achievements
Add examples of scripting achievement (School of Hard Knocks, Storm Glory)
--HG--
branch : trunk
2010-08-07 18:31:06 +02:00
XTZGZoReX
aff24e3598
* Some cleanups in world_scripts_full.sql.
...
* SQL updates for `battleground_template`.`Comment` (by Click), and `outdoorpvp_template` content.
--HG--
branch : trunk
2010-08-07 17:30:14 +02:00
Shauren
431301c1b2
Added support for scripting achievement criteria checks using ACHIEVEMENT_CRITERIA_DATA_TYPE_SCRIPT (11)
...
--HG--
branch : trunk
2010-08-07 16:48:34 +02:00
azazel
f413d60908
* Move all movable spell effects from core to DB. Needs DB support.
...
* Fix some compile errors made in previous commits.
--HG--
branch : trunk
2010-08-07 01:02:09 +06:00
Shauren
5a345eeade
Implemented Dalaran no-fly zone
...
--HG--
branch : trunk
2010-08-06 20:09:23 +02:00
XTZGZoReX
255158f535
* Fixed some CRLF that magically made its way into this file...
...
--HG--
branch : trunk
2010-08-06 19:34:24 +02:00
azazel
2562a4651f
Moved Pain and Suffering (47948) script effect to spell script.
...
--HG--
branch : trunk
2010-08-06 23:03:43 +06:00
XTZGZoReX
b63a31f513
* Added outdoorpvp_template table (currently unused).
...
* Added DISABLE_TYPE_OUTDOORPVP (5) which can disable outdoorpvp_template entries.
--HG--
branch : trunk
2010-08-06 18:03:09 +02:00
XTZGZoReX
e4cab07f32
* Add ScriptName to conditions.
...
--HG--
branch : trunk
2010-08-06 16:33:31 +02:00
XTZGZoReX
fd34134a45
* Add ScriptName to game_weather.
...
--HG--
branch : trunk
2010-08-06 16:28:17 +02:00
Shauren
07348ff4af
Added ScriptName to battleground_template for script system rewrite
...
--HG--
branch : trunk
2010-08-06 13:47:17 +02:00
Shauren
9b22ad006b
Removed unused access_id from instance_template table (obsolete since access_requirement rewrite)
...
Fixed build issues with my previous commit
--HG--
branch : trunk
2010-08-06 13:12:18 +02:00
Shauren
7cae47210e
Added ScriptName to transports table for script system rewrite
...
--HG--
branch : trunk
2010-08-06 12:13:13 +02:00
XTZGZoReX
9cfef5c39f
* Minor correction to world_database.sql.
...
--HG--
branch : trunk
2010-08-06 12:02:07 +02:00
Shauren
30194bdd61
Add forgotten proc flags in revision ed3790455dfd (9166)
...
--HG--
branch : trunk
2010-08-05 18:28:23 +02:00
Shauren
362ae2d4c6
Fixed pet talents: Guard Dog and Silverback
...
Removed pre-3.3.0 code for Improved Cower
Closes issue #3198 .
--HG--
branch : trunk
2010-08-04 17:49:23 +02:00
Shauren
705de07e7e
Fixed Carrion Feeder pet talent
...
Removed useless code for Wolverine Bite
--HG--
branch : trunk
2010-08-04 12:12:58 +02:00
Shauren
b7d34dcb53
Cleaned up item flags: separated item proto flags and item field flags
...
Implemented use of:
ITEM_PROTO_FLAG_PROSPECTABLE and ITEM_PROTO_FLAG_MILLABLE now checked instead of bag family mask
ITEM_PROTO_FLAG_SMART_LOOT for profession recipes, player has to have skillline and not know the recipe
ITEM_PROTO_FLAG_OPENABLE item has to have it set to use item_loot_template
ITEM_PROTO_FLAG_NOT_USEABLE_IN_ARENA if this is set item can never be used in arena
ITEM_FLAG_UNLOCKED marks unlocked items
Simplified BoA check for mail sending
Stackable items are no longer refundable
Removed useless code that always set ITEM_FIELD_FLAGS equal to proto flags
Unlocking items (lockpicking) is now blizzlike
--HG--
branch : trunk
2010-08-04 10:34:30 +02:00
Shauren
109bcb0927
Fixed Heart of the Phoenix pet spell
...
--HG--
branch : trunk
2010-08-03 10:47:38 +02:00
QAston
e7ee828fe1
*Update spell_bonus_data for Garrote - by svetilo12.
...
*Fix build.
--HG--
branch : trunk
2010-08-03 06:36:25 +02:00
silinoron
e798097ae3
Move a couple of warrior spell dummy effect handlers to spell scripts.
...
--HG--
branch : trunk
2010-08-02 13:18:45 -07:00
teacher
027ca9b62a
Moved spell_script_names data from world_scripts_full.sql to world_database.sql, it is to be kept here from now on.
...
Added missing data to fulls.
Some cosmetic fixes to a couple of sql update files.
No need to re-apply any sql file for this commit.
--HG--
branch : trunk
2010-08-02 17:56:59 +02:00
Shauren
b76ceca24f
Updated .pdump commands
...
Deleted (but kept in db) characters cannot be dumped
--HG--
branch : trunk
2010-08-02 15:14:47 +02:00
Spp
b2b9ed4a32
Add selection weights to BG and Arenas. Will determine the selected BG/Arena chosen using random BG/Arenas from the enabled list.
...
Closes issue 2843
--HG--
branch : trunk
2010-08-02 13:22:05 +02:00
XTZGZoReX
fe39bcaab8
* I'm a firm believer that if you told a computer to make a variable 'unsigned unsigned' it would blow up.
...
--HG--
branch : trunk
2010-08-01 21:41:37 +02:00
QAston
c243f60eae
*Fix import of 9120_world_spell_proc_event.sql when using some weird tools - by taliesin.tc.
...
--HG--
branch : trunk
2010-08-01 03:39:43 +02:00
QAston
d5e33bf4ba
*Use spell_ranks table in spell scripts to not duplicate data.
...
--HG--
branch : trunk
2010-08-01 03:23:14 +02:00
QAston
4f3093f5e5
*Disable spellpower/ap bonus for flametongue - by Visagalis.
...
--HG--
branch : trunk
2010-08-01 01:54:06 +02:00
QAston
d4e1828f57
*Update ppm chance for Unbridled Wrath - by insider42.
...
--HG--
branch : trunk
2010-07-31 20:18:52 +02:00
QAston
c26c128ba6
*Add data from r4bf7778333 to world_database.sql
...
*Add 22 sec internal cooldown to Lock and Load - by servet.
--HG--
branch : trunk
2010-07-31 20:11:07 +02:00
silinoron
9d93ebc8b7
Move SPELLFAMILY_PALADIN dummy spell effects for Holy Shock, Blessing of Faith, and Judgement of Command to spell scripts.
...
--HG--
branch : trunk
2010-07-31 10:46:33 -07:00
Liberate
c49ac64d94
Forgot to add a DELETE query at the last revision. I just told devs to check their sql, and then I make a mistake of my own.
...
Ah well, I'm just one of the lousy devs as well.
--HG--
branch : trunk
2010-07-31 18:16:12 +02:00
Liberate
8044051682
*Fixes Necrosis and Blood-Caked Blade. They now only proc from melee auto-attacks. Fix by kerekeszoltan90.
...
Fixes issue #3184
--HG--
branch : trunk
2010-07-31 17:49:47 +02:00
Liberate
d7e2f338c2
Fixes many sql errors in the sql/scripts/ directory. Please devs don't just copy-paste the sql from the updates directory into these sql files. This might cause errors.
...
--HG--
branch : trunk
2010-07-31 17:35:29 +02:00
Shauren
ab83f72d10
Fixed mysql syntax errors caused by using wrong delimiter, thanks BlackCat0110
...
--HG--
branch : trunk
2010-07-31 11:06:21 +02:00
Shauren
2a371bb224
Hopefully the last fix for revision 3849fdebbcc7 (9090) - use proper field to pull random properties
...
--HG--
branch : trunk
2010-07-31 10:17:49 +02:00
click
fd03b78fe6
Core/SQL: Fix character_database structure-creation - thanks to some number-thingie@qq
...
Closes issue 3181
--HG--
branch : trunk
2010-07-31 08:58:46 +02:00
silinoron
0f99c2feb6
Some forgotten changes.
...
--HG--
branch : trunk
2010-07-30 22:04:01 -07:00
silinoron
71b1c781e3
Add basic support for NPCs on transports; DB data required.
...
Currently no support for combat while the transport is in motion.
Based on a patch by Socolin.
Fixes issue #168
--HG--
branch : trunk
2010-07-30 21:54:46 -07:00