Commit Graph

1522 Commits

Author SHA1 Message Date
_manuel_
c972765e0a Implemented script for areatriggers 5332,5338,5334 and 5340, related with quest Last Rites.
--HG--
branch : trunk
2010-04-23 16:11:57 -03: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
click
ca2b52af0d Add 10% healing reduction to PVP-zones (as per 3.3.x patchnotes)
Fix by Havenard - closes #1565

--HG--
branch : trunk
2010-04-22 15:24:30 +02:00
click
e4164b8c16 Forgot a ; in previous commit - fixed (i need a beer!)
--HG--
branch : trunk
2010-04-21 20:45:36 +02:00
click
63642068b3 Ok, I need to get my glasses....
--HG--
branch : trunk
2010-04-21 20:42:14 +02:00
click
123d40dcfe * Add some more transactioncontrol to pet database handling + adjust character_aura keys to avoid duplicates
--HG--
branch : trunk
2010-04-21 20:34:04 +02:00
click
aaf3a62395 * Fix Death's Choice and Death's Verdict Paragon buffs
Fix by Liberate

--HG--
branch : trunk
2010-04-21 19:55:29 +02:00
_manuel_
c1d3c2a31d Implemented npc_locksmith script for npcs 29665,29725,29728. Code from ScriptDev2.
--HG--
branch : trunk
2010-04-20 22:25:26 -03:00
malcromdev@gmail.com>
1ba710a7bd Add Visual chains spell for FJOLA LIGHTBANE and EYDIS DARKBANE
--HG--
branch : trunk
2010-04-17 20:30:04 -02:30
click
cc2db574f1 Whack questgivers in the head with a bat to make them properly show ! or ? properly depending on the questtype they hand out
Patch by Liberate

--HG--
branch : trunk
2010-04-17 17:59:19 +02:00
teacher
4b98c72039 Moved sql update files to 3.3.3a_old dir.
p.s. The previous commit proves we are a crAAAzy community!

--HG--
branch : trunk
2010-04-16 18:00:08 +02:00
click
e79d50fa2d Reapply the previous "actionbars"-fix/handling db/coreside
Fixes issue #1669
Note: This issue has been a pain in the rear, as it was actually messing up
clients that ran a vanilla client without addons. The issue only comes
in to place when players load a SINGLE actionbar, and not selecting
"activate all bars". Extensive testing and debugging done to figure out
why this actually happened - I'll fricking shoot the next one messing
with it!

--HG--
branch : trunk
2010-04-16 02:14:21 +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
9b90c343e4 Changed worldstates.comment field to allow NULL values (by Spp).
Proper naming for recent sql files. Who was the fool to give me push access!?

--HG--
branch : trunk
2010-04-15 21:44:21 +02:00
teacher
34d8f5cbf9 Added worldstates values in characters.sql and re-dumped to prevent any issues.
The first time there was no insert statement in the sql update.

--HG--
branch : trunk
2010-04-15 21:14:24 +02:00
Spp
33962150ad Fix typo in sql file.
--HG--
branch : trunk
2010-04-15 14:21:45 +02:00
Spp
08785d63ab Fix bad use of worldstates table in last commit
--HG--
branch : trunk
2010-04-15 10:18:38 +02:00
n0n4m3
8abcca0a06 Another fix quest flags, Implement support weekly quests cooldowns(Original patch by GriffonHeart), also code cleanups.
--HG--
branch : trunk
2010-04-15 08:26:30 +04:00
Rat
1e573cf11c *added script for Hunter Pet Trainers for Pet Talent Resetting
--HG--
branch : trunk
2010-04-14 17:56:18 +02:00
n0n4m3
a6af93c3d6 Create new table character_stats for external tools(website,etc). This table use only when player logout. Original code by hunuza.
--HG--
branch : trunk
2010-04-14 13:29:56 +04:00
n0n4m3
8b6005666d Add index for some tables in characters DB. by AlexDereka.
--HG--
branch : trunk
2010-04-14 13:02:05 +04:00
n0n4m3
e3e5ca6227 Drop not needed table 'item_text', add new column 'text' in table 'item_instance'. Original patch by Vladimir.
--HG--
branch : trunk
2010-04-14 12:43:42 +04:00
click
4520a17f63 * Add missing cleanup-SQL for the actionBar-field removal
ALL of this is actually handled in characters_action, both loading and storing

--HG--
branch : trunk
2010-04-13 18:50:08 +02:00
click
b5e9b5fa13 * Fix actionbars-issue with talent-based spells/actions disappearing
* Revert previous mess someone(tm) made with the "reinstating" actionBars -field (me!)

--HG--
branch : trunk
2010-04-13 18:35:00 +02:00
click
be86afee21 Add missing SQL from conversion - fixes durability-issues on items when logging in
Original SQL by Vladimir@MaNGOS

--HG--
branch : trunk
2010-04-12 23:09:28 +02:00
click
52ba3d3a96 Restore load/save shown actionbars, missing from 3.3.3 upgrade
Original SQL by hunuza/MaNGOS project

--HG--
branch : trunk
2010-04-12 14:04:08 +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
Tartalo
8dd94f4fab Azuremyst Isle: Support for quest 9544
The Prophecy of Akida

--HG--
branch : trunk
2010-04-11 20:29:57 +02:00
teacher
d24571f4f7 Added missing spelldifficulty_dbc data to world.sql
--HG--
branch : trunk
2010-04-11 15:08:45 +02:00
teacher
51777d185b Added realmlist gamebuild default value update missing in 7849.
Added new line at the end of some files.

--HG--
branch : trunk
2010-04-11 12:36:26 +02:00
n0n4m3
b4b8990003 Remove outdate spell data.
--HG--
branch : trunk
2010-04-11 13:25:46 +04:00
n0n4m3
e23fed693c Update realmlist gamebuild.
--HG--
branch : trunk
2010-04-11 11:55:49 +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
n0n4m3
c03240d79b Add sql for drop mail column 'itemtextid' and add new column 'body'.
--HG--
branch : trunk
2010-04-11 11:35:46 +04:00
n0n4m3
1dc4f7c745 Drop characters data blob. Bit thx to hunuza.
--HG--
branch : trunk
2010-04-11 11:00:02 +04:00
click
420496c92a * Prepare SQL updates-folder, moved old files to 3.3.2_old
--HG--
branch : trunk
rename : sql/updates/7705_characters_worldstates.sql => sql/updates/3.3.2_old/7705_characters_worldstates.sql
rename : sql/updates/7707_world_spell_dbc.sql => sql/updates/3.3.2_old/7707_world_spell_dbc.sql
rename : sql/updates/7721_world_script_texts.sql => sql/updates/3.3.2_old/7721_world_script_texts.sql
rename : sql/updates/7721_world_script_waypoints.sql => sql/updates/3.3.2_old/7721_world_script_waypoints.sql
rename : sql/updates/7721_world_scriptname.sql => sql/updates/3.3.2_old/7721_world_scriptname.sql
rename : sql/updates/7739_world_scriptname.sql => sql/updates/3.3.2_old/7739_world_scriptname.sql
rename : sql/updates/7748_world_scriptname.sql => sql/updates/3.3.2_old/7748_world_scriptname.sql
rename : sql/updates/7751_world_script_texts.sql => sql/updates/3.3.2_old/7751_world_script_texts.sql
rename : sql/updates/7751_world_scriptname.sql => sql/updates/3.3.2_old/7751_world_scriptname.sql
rename : sql/updates/7753_world_scriptname.sql => sql/updates/3.3.2_old/7753_world_scriptname.sql
rename : sql/updates/7760_world_spell_group.sql => sql/updates/3.3.2_old/7760_world_spell_group.sql
rename : sql/updates/7760_world_spell_group_stack_rules.sql => sql/updates/3.3.2_old/7760_world_spell_group_stack_rules.sql
rename : sql/updates/7767_world_spell_group.sql => sql/updates/3.3.2_old/7767_world_spell_group.sql
rename : sql/updates/7778_world_item_required_target.sql => sql/updates/3.3.2_old/7778_world_item_required_target.sql
rename : sql/updates/7780_world_scriptname.sql => sql/updates/3.3.2_old/7780_world_scriptname.sql
rename : sql/updates/7786_world_scriptname.sql => sql/updates/3.3.2_old/7786_world_scriptname.sql
rename : sql/updates/7797_world_scriptname.sql => sql/updates/3.3.2_old/7797_world_scriptname.sql
rename : sql/updates/7812_world_creature_template.sql => sql/updates/3.3.2_old/7812_world_creature_template.sql
rename : sql/updates/7812_world_spell_dbc.sql => sql/updates/3.3.2_old/7812_world_spell_dbc.sql
rename : sql/updates/7813_world_script_texts.sql => sql/updates/3.3.2_old/7813_world_script_texts.sql
rename : sql/updates/7813_world_scriptname.sql => sql/updates/3.3.2_old/7813_world_scriptname.sql
rename : sql/updates/7815_world_spelldifficulty_dbc.sql => sql/updates/3.3.2_old/7815_world_spelldifficulty_dbc.sql
rename : sql/updates/7816_world_spelldifficulty_dbc.sql => sql/updates/3.3.2_old/7816_world_spelldifficulty_dbc.sql
rename : sql/updates/7823_world_spelldifficulty_dbc.sql => sql/updates/3.3.2_old/7823_world_spelldifficulty_dbc.sql
rename : sql/updates/7827_world_script_texts.sql => sql/updates/3.3.2_old/7827_world_script_texts.sql
2010-04-11 08:00:07 +02:00
Spp
a100b4c6b1 Fix a typo in sql file name
--HG--
branch : trunk
2010-04-10 19:06:50 +02:00
Spp
0e55db3117 Azjol Nerub: Anub'arak and Krikthir script texts
Patch by terrorbringer
Closes issue 1570

--HG--
branch : trunk
2010-04-10 19:03:35 +02:00
Rat
4a8bf5900d *modified spelldifficulty handler to work with all spell casts for creatures that are in instances thanks to Shauren for help
*modified most of the scripts to use normal_mode spell for casting (code was autogenerated, post errors if any)
*added sql for all modded spells (autogenerated..)

--HG--
branch : trunk
2010-04-10 10:20:01 +02: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
Rat
4bd2379c6f *add example difficulty spells for magus telestra
--HG--
branch : trunk
2010-04-09 10:57:42 +02:00
Rat
cbbe587817 *added code for loading Spelldifficulty.dbc + Custom Spelldifficulty from Database
*added spell searcher based on creature's map difficulty, usage is optional and only for scipts for now
*added new table spelldifficulty_dbc

--HG--
branch : trunk
2010-04-09 10:47:11 +02:00
Trazom62
d93e4079f7 Script Instance Forge of Souls.
Script based on proposal of Synric on trinitycore forum (submitted by Skarabex on GC).
Fix EventMap::DelayEvents
Fixes issue #1310.

--HG--
branch : trunk
2010-04-08 21:03:26 +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
teacher
502fc82fb8 Little sql cleanup and full update.
--HG--
branch : trunk
2010-04-07 18:21:31 +02:00
malcromdev@gmail.com>
9923df7745 remove CRLF from blackrock spire scripts.
--HG--
branch : trunk
2010-04-07 10:30:46 -02:30
Tartalo
acc426951c Clean SQLs from last commit
--HG--
branch : trunk
2010-04-07 14:56:48 +02:00
Tartalo
aaa340fa25 Blackrock Spire: Implements Leroy Jenkins achievement, by Spichy.
Fixes issue #1073.
Please, post your contribution following our coding style, otherwise I have to
waste a lot of time cleaning up the code

--HG--
branch : trunk
2010-04-07 14:55:54 +02:00