Commit Graph

1680 Commits

Author SHA1 Message Date
Brian
040f9fd083 * Add lootid output to .gobj info command
* Patch by Visagalis

--HG--
branch : trunk
2010-07-24 07:30:02 -06:00
Xanadu
fead3738ac Fixed trauma/mangle stacking. Fixes issue #1460.
--HG--
branch : trunk
2010-07-24 05:51:19 +02:00
click
854464242d Fix wrong spell_bonus_data entry for Priests : Mind Flay (15407) - thanks to n4rk0 and filip.havlicek
Closes issue 2351

--HG--
branch : trunk
2010-07-23 21:58:13 +02:00
teacher
79e1918e4d Moved old sql files to /3.3.35a_old subdir.
--HG--
branch : trunk
2010-07-23 14:00:25 +02:00
Brian
912a099d49 * Proper Trinity SQL standards for recent orientation file
* Update world_database.sql with that data

--HG--
branch : trunk
2010-07-23 01:03:43 -06:00
Brian
e344047493 * orientation information for the previous commit
* Provided by crackm (thanks Zor)

--HG--
branch : trunk
2010-07-22 14:48:46 -06:00
Brian
9ff821d8bb * Add the ability to set player orientation for new characters.
* Requires DB data to actully do anything, however not needed for working
* server
* Original patch by Vladimir

--HG--
branch : trunk
2010-07-22 14:37:32 -06:00
Brian
c8662c888b * Implemented DB cleaning on startup
* Must be enabled in conf AND set in worldstates for what you want to clean
* CLEANING_FLAG_ACHIEVEMENT_PROGRESS  = 0x1,
* CLEANING_FLAG_SKILLS                = 0x2,
* CLEANING_FLAG_SPELLS                = 0x4,
* CLEANING_FLAG_TALENTS               = 0x8
* Set to 0xF to clean all 4
* Patch by hunuza

--HG--
branch : trunk
2010-07-22 13:41:19 -06:00
teacher
50e459b5c5 Proper name for my previous sql update. Sorry for wasting rev numbers.
--HG--
branch : trunk
2010-07-22 12:19:31 +02:00
teacher
fa771560a8 Added placeholder for serverside spell for future development.
--HG--
branch : trunk
2010-07-22 12:16:08 +02:00
teacher
da84793023 Fixes import errors (updated insert statements to new table structures) to world_database.sql.
Some random Trinity standards in sql syntax.

--HG--
branch : trunk
2010-07-22 11:44:09 +02:00
Brian
88e1d12d44 * Add missing SQL update
--HG--
branch : trunk
2010-07-21 12:26:28 -06:00
Brian
4320b10901 * Implement the ability to delete characters without them being removed from
* the DB, so they can be unerased
* Original patch by DasBlub
* Ported to Trinty by Az@zel

--HG--
branch : trunk
2010-07-21 12:13:23 -06:00
Shauren
6a539270ec Added global disable system and moved all disable fields/tables/configs into it
NOTE: instance disables were not converted for new system! if you had some then you need to fix that using new system

--HG--
branch : trunk
2010-07-21 12:14:23 +02:00
QAston
b1fab8caaf *Correct typo in CastSpeedSlow spellgroup - by tassader1000, thanks azazel_kon for sql
*Fix a compile typo in prev commit.

--HG--
branch : trunk
2010-07-19 19:28:54 +02:00
teacher
07b8d33869 Typo in previous sql update (so lame of me...).
--HG--
branch : trunk
2010-07-19 18:35:29 +02:00
teacher
e79355cd99 Proper aura values for previous spell place holder (thank you QAston for the little lesson).
--HG--
branch : trunk
2010-07-19 18:14:04 +02:00
teacher
21ccec8500 Added trigger effect for Blood Oath Aura for Quest "Truce?" (by Svannon)
Added serverside spell place holder for future development.
Better syntax for a recent sql update (no need to re-import it).

--HG--
branch : trunk
2010-07-19 17:33:22 +02:00
click
a4d0542f19 Clean up level0.cpp and return proper errormessages (fix by ogeraisi)
Closes issue #286

--HG--
branch : trunk
2010-07-19 03:49:15 +02:00
QAston
d005e14faf *Update spell_proc_event entry for Everlastin Affliction - by francesco.buldo.
*Manually add corruption to list of spells affected by Everlasting Affliction.

--HG--
branch : trunk
2010-07-16 17:25:14 +02:00
QAston
a7b7073cc5 *Item - Coliseum 25 Heroic Caster Trinket - patch by microbius51
--HG--
branch : trunk
2010-07-16 15:48:31 +02:00
Shauren
894a065203 Revert revisions 67325b1a0af0 and a0cba24b9060.
Made vendors ignore gold cost by default when extended cost is set, except when item has ITEM_FLAGS_EXTRA_EXT_COST_REQUIRES_GOLD flag

--HG--
branch : trunk
2010-07-15 10:12:51 +02:00
Shauren
6385a48b45 Fixed base points for Heart of the Wild however this does not fix its incorrect amount as the issue is somewhere else
Add forgotten Stances and StancesNot fields to data insert in world sql

--HG--
branch : trunk
2010-07-14 09:51:18 +02:00
Shauren
fd3e4d5139 Add Stances and StancesNot fields to spell_dbc table
--HG--
branch : trunk
2010-07-13 23:04:31 +02:00
Brian
8353e44611 * Proper naming for auth SQL file
* Update base SQL file for new installs

--HG--
branch : trunk
rename : sql/updates/3.3.5a_old/8861_realmd_realmlist.sql => sql/updates/3.3.5a_old/8861_auth_realmlist.sql
2010-07-09 02:33:42 -06:00
Brian
44e7a7b7e5 * Rename SQL file
--HG--
branch : trunk
rename : sql/updates/3.3.5a_old/xxxx_realmd_realmlist.sql => sql/updates/3.3.5a_old/8861_realmd_realmlist.sql
2010-07-08 12:47:07 -06:00
Brian
168b4ecad1 * Prepare SQL directories
--HG--
branch : trunk
rename : sql/updates/8770_world_areatrigger_scripts.sql => sql/updates/3.3.3a_old/8770_world_areatrigger_scripts.sql
rename : sql/updates/8770_world_script_waypoints.sql => sql/updates/3.3.3a_old/8770_world_script_waypoints.sql
rename : sql/updates/8770_world_scriptname.sql => sql/updates/3.3.3a_old/8770_world_scriptname.sql
rename : sql/updates/8790_world_locales_item_set_names.sql => sql/updates/3.3.3a_old/8790_world_locales_item_set_names.sql
rename : sql/updates/8816_world_spell_bonus_data.sql => sql/updates/3.3.3a_old/8816_world_spell_bonus_data.sql
rename : sql/updates/8821_world_spell_dbc.sql => sql/updates/3.3.3a_old/8821_world_spell_dbc.sql
rename : sql/updates/8836_world_spell_linked_spell.sql => sql/updates/3.3.3a_old/8836_world_spell_linked_spell.sql
rename : sql/updates/8842_world_script_texts.sql => sql/updates/3.3.3a_old/8842_world_script_texts.sql
rename : sql/updates/8842_world_scriptname.sql => sql/updates/3.3.3a_old/8842_world_scriptname.sql
rename : sql/updates/8843_world_scriptname.sql => sql/updates/3.3.3a_old/8843_world_scriptname.sql
2010-07-08 05:59:15 -06:00
Brian
95ce454171 * Typo in previous commit
--HG--
branch : trunk
2010-07-08 02:30:47 -06:00
Brian
e761d578da * Implement proper script support for quest "The Prophecy of Akida" (9544)
* Script by antihrist

--HG--
branch : trunk
2010-07-08 02:22:20 -06:00
Shauren
2ccc475aa5 Added drop statement before table rename
Because Aokromes wasnt happy.

--HG--
branch : trunk
2010-07-07 10:42:42 +02:00
teacher
c04b03cae9 Fix to make the Argent Defender trigger the visuals (by amki).
--HG--
branch : trunk
2010-07-06 13:46:39 +02:00
teacher
d936ecda7c Added serverside spell place holder for future development.
Added missing data to world_database.sql.
Corrected a couple of typos in world_script_texts.sql.

--HG--
branch : trunk
2010-07-04 13:59:57 +02:00
Shauren
255e7e8b83 Fixed Chain Lightning overproccing with Lightning Overload, patch by DrTenma
Closes issue #1198.

--HG--
branch : trunk
2010-07-02 14:24:05 +02:00
Tartalo
728c3b476d Remove sql content managed by TDB
--HG--
branch : trunk
2010-06-30 19:42:25 +02:00
Tartalo
83c037a338 Fix sql from rev 8806 for the new conditions system
--HG--
branch : trunk
2010-06-30 19:39:14 +02:00
Tartalo
fe1caeefc0 Obsidian Sanctum: Many improvements & fixes, by moriquendu
Closes issue #1278
Closes issue #2505
Finally I make some time to review & push this change. Thanks for the patience

--HG--
branch : trunk
2010-06-30 19:02:20 +02:00
Shauren
20225b4eab Make table names more consistent (item_set_names and locale)
--HG--
branch : trunk
2010-06-29 13:32:07 +02:00
teacher
bb9ad49666 Added missing data to fulls and better format for sql update files.
--HG--
branch : trunk
2010-06-29 13:22:56 +02:00
Supabad
418360d8f9 Add Hard Mode support to Flame Leviathan. more code cleanup.
Big Thanks to all who participated.

--HG--
branch : trunk
2010-06-28 14:05:32 +02:00
teacher
2e70b0b5d4 Moved sql update files to 3.3.3a_old directory. You know what that means!
--HG--
branch : trunk
2010-06-27 11:57:07 +02:00
teacher
499fa9b7cb Added missing script to full (thank you azazel_kon for spotting them).
Small sql editing (cosmetic, NO sql need to be re-applied).

--HG--
branch : trunk
2010-06-27 11:30:38 +02:00
Tartalo
1361b8b86c Violet Hold: Azure Saboteour animation on boss encounters, by DenissRassman
From issue #2180

--HG--
branch : trunk
2010-06-26 23:40:24 +02:00
Brian
71d47b384f * Remove table from database that is no longer needed after previous commit
--HG--
branch : trunk
2010-06-22 19:39:02 -06:00
teacher
5c86cc2aee Added forgotten spell_linked_spell values in previous commit (thank you Gyullo for spotting it).
Added place holder for serverside spell.

--HG--
branch : trunk
2010-06-21 22:12:14 +02:00
teacher
f95bc8e077 Drop cond3 fields in gossip_menu_option table (the sql update was forgotten when condition table was implemented) and finally update world_database.sql accordingly.
Removed all vehicle and gossip data from world_database.sql. DB projects must now handle such data.
One file renamed (cosmetic) (thx Aokromes for spotting it).

--HG--
branch : trunk
2010-06-21 15:21:48 +02:00
teacher
f9f72b53af Added missed sql update file for Rev 8613.
Removed hackish non-TrinityCore related 8640_world_creature_template.sql. Proper fix can be found on forum (Accepted Fixes). Don't worry if you used it, it was a harmless hotfix and it will not cause any issue when using proper fix from forum.
Added to world_database missed changes updates.
Minor sql standards cleanup.

--HG--
branch : trunk
2010-06-21 09:34:38 +02:00
Tartalo
47955ba8a8 Nicer approach for Repeteance fix using spell_linked_spell
--HG--
branch : trunk
2010-06-20 11:54:28 +02:00
Xanadu
0e4954df2e Fixed the client crash near Exodar mysteriously caused by a model ID. Closes issue #2731.
--HG--
branch : trunk
2010-06-19 21:23:56 +02:00
Tartalo
6e871d6f4d Violet Hold: Instance mechanics fixes, by PivoNRoll
Closes issue #2733
Implements door hiting by trash, trash waypoints and more

--HG--
branch : trunk
2010-06-19 20:57:58 +02:00
Xanadu
5238320af0 Fixed pool system I broke in 52fac32a0b35, added a check for child pools and rearranged primary keys to prevent inclusion of single creature/GO spawn in multiple pools.
--HG--
branch : trunk
2010-06-17 05:37:37 +02:00