Commit Graph

398 Commits

Author SHA1 Message Date
Nay
2d0e5e2e0c Core/Conditions: Add missing code for CONDITION_TITLE
DB/Char: Add changes to character base
Thanks to manuel and QAston for noticing
2012-04-08 12:56:18 +01:00
Nay
d155304f84 DB/GOs: Correct some templates and add a missing one (WDB)
DB/Auth: Add missed change to auth_base.sql
Also fix file endings in some of hte sqls
2012-04-05 17:38:13 +01:00
Nay
00264e45cf DB/Auth: Increase realmlist.address size to 64 (varchar)
You might want to verify if the previous size did not truncate your address (it was 15)
2012-04-01 03:09:02 +01:00
leak
7309ee5621 SQL: Auth db data type cleanup logs, realmcharacters, realmlist, uptime / Storage engine switched to InnoDB Note:
As for the redundant `uptime`.`startstring` being removed, this page might be of interest how to generate time strings from unix timestamps
http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html#function_from-unixtime
2012-03-28 19:46:38 +02:00
leak
a01e2a59cd SQL: Auth db data type cleanup account_access, account_banned, ip_banned / Storage engine switched to InnoDB 2012-03-28 16:48:49 +02:00
leak
b21725ecac SQL: Auth db data type cleanup account / Storage engine switched to InnoDB 2012-03-28 16:39:59 +02:00
Nay
8d7f184ee6 DB/Auth: Update auth_database.sql with recent changes 2012-03-26 18:23:05 +01:00
Nay
107a6f2c4b DB/Auth: Update auth_database.sql with recent changes
DB/GameEvent: Resync Darkmoon, again - by Aokromes
2012-03-25 21:15:22 +01:00
leak
8e3a4b956e Core/Warden: Base implementation for Warden functionality
Note: The default config file action for clients failing the checks can be changed for each check via the characters.warden_action table

Credits to TOM_RUS
2012-02-19 13:51:16 +01:00
leak
f0f68f15a8 DB/Schema: Update auth db base SQL to recent mysqldump format 2012-02-19 13:21:14 +01:00
Nay
0762c76c62 DB/Characters: Add missing table create to characters_database.sql from f4075f0f94 2012-01-19 17:42:43 +00:00
Nay
4a0ab9177f DB: Add missing changes to characters base sql 2012-01-07 22:21:22 +00:00
Nay
fd3bd4c49d Core/Quests: Implement quests that require PlayerSlain. Closes #169 2011-09-05 15:20:02 +01:00
Machiavelli
30a54e43ca DB/FULL: Remove redundant full content files for world database from the repo. They serve no particular purpose to the project other than consume precious time of the developers having to maintain it. If you're using TDB, this shouldn't affect you in any way since the full world database is periodically dumped and uploaded. 2011-08-13 21:56:50 +02:00
Machiavelli
2d3f51e6e5 Core/Spells: Fix Shaman talent Nature's Guardian and rewrite fix for fc52f08. Fixes some spells not triggering. 2011-08-07 21:19:27 +02:00
QAston
df87f00e73 Core/Commands: Add .cast dest #spellid #x #y #z which orders selected unit to cast a spell at selected destination. 2011-08-06 22:50:46 +02:00
Silinoron
76fe596160 Core/Refer-a-Friend: Finish base work for Refer-a-Friend.
Any testing would be very much appreciated.
2011-08-03 09:28:12 -07:00
Machiavelli
fc52f0846e Core/Spells: Fix Soul Preserver trinket 2011-08-01 23:57:16 +02:00
Machiavelli
0dcc229071 Core/Commands: Allow muting offline players - the mute will become effective on next player login. 2011-07-27 17:51:57 +02:00
tobmaps
4c9269cd54 Core/Spells: Fix talent Deep Wounds. Original idea by DrTenma
Closes #395
Closes #954
Closes #1188
2011-07-23 00:10:44 +07:00
tobmaps
6f30f16177 Core/Spells: talent Judgements of the Pure should proc also on absorbs 2011-07-21 20:58:34 +07:00
tobmaps
dd2990e2a7 Core/Spells: Fix Glyph of Scourge Strike
Closes #391
2011-07-21 20:38:13 +07:00
tobmaps
66b217991c Core/Spells: Fix Unstable Affliction
Closes #94
Closes #1244
Closes #1528
2011-07-16 01:24:15 +07:00
Ramusik
37185c7749 Core/Spells: Fix Divine Hymn spell power coefficients
Closes #438
2011-07-15 20:04:18 +07:00
Nay
9ed52dc646 Core/Commands: Update the trinity_string and cleanup the code related to .list auras command 2011-07-04 16:03:11 +01:00
tobmaps
f513c35b5a Core/Spells: Fix talent Damage Shield 2011-07-04 07:01:51 +07:00
Sarjuuk
81d3ca8027 Core/Spells: Fix Warlock T7 4P Bonus 2011-07-04 06:35:15 +07:00
Shocker
bdba5cd900 Core/Commands: Move .gps to command scripts and add .wpgps command, used for generating partial SQL queries for pathing 2011-06-29 16:36:54 +03:00
kaelima
9a67aaa8b8 DB/Creature:
- Nuke the hacky column DeathState.
- Removed some hacks from Kologarn script, including some cleanup.
- Removed set deathstate command.

BIG thanks to Malcrom for replacing all creatures that had deathstate with proper dynamicflags/auras.
2011-06-27 20:22:53 +02:00
Machiavelli
23b9a31229 Core/Vehicles: Final stage of vehicle stat scaling table removal 2011-06-27 15:20:26 +02:00
QAston
ac88fa026f Database/Spells: Add spell_proc table which is a replacement for spell_proc_event table. This is the initial patch from series of patches changing the way we currently handle procs in the core, and doesn't interfere with existing code in any way. 2011-06-26 13:54:44 +02:00
Ramusik
aa0e279b04 Core/Spells: Fix Glyph of Raptor Strike 2011-06-26 00:44:09 +07:00
tobmaps
af023a40f7 Core/Spells: Fix Shaman T10 Elemental 4P Bonus
Closes #1501
2011-06-25 23:23:14 +07:00
Shocker
66362cbc1d Core/Misc: Typo fix in trinity_string
Thanks to sebid, closes #2100
2011-06-25 18:16:45 +03:00
tobmaps
1340a3d382 Core/Spells: Fix Paladin T8 Holy 2P Bonus 2011-06-24 23:04:16 +07:00
Lopin
279bd87835 Scripts/Ulduar: Fixed achievement Getting Back to Nature in Freya's encounter 2011-06-22 21:54:32 +02:00
tobmaps
508fcd3eb3 Core/Spells: Fix proc of item Eye of the Broodmother
Closes #530
2011-06-21 03:10:13 +07:00
Nay
62908812cb Core/Gossip: Ditch gossip_scripts as it is no longer used. SAI is a better option 2011-06-19 15:24:59 +01:00
tobmaps
3a8702b8a4 Core/Spells: Fix Victory Rush
Closes #2020
2011-06-18 01:34:17 +07:00
tobmaps
f5902f936b Core/Spells: Fix internal cooldown for item Jouster's Fury 2011-06-17 19:43:18 +07:00
tobmaps
bf73940249 Core/Spells: item Majestic Dragon Figurine should proc also from instant spells
Closes #271
2011-06-10 21:33:01 +07:00
tobmaps
c31684ebc5 Core/Spells: Drop obsolete spell proc data for Surge of Light 2011-06-09 18:16:23 +07:00
tobmaps
8a9ee4798e Core/Spells: Drop obsolete spell proc data for Infusion of Light
Closes #1892
Closes #1899
2011-06-09 18:09:23 +07:00
Machiavelli
b42239b237 Scripts/Ulduar/XT-002:
- Implement "Nerf Scrapbots" achievement
- Proper target conditions for Boombot Boom
- Pummeler add should walk towards raid on spawn
2011-06-09 04:43:57 +02:00
Machiavelli
e8bc02f3bd Scripts/Ulduar: Remove dirty spell and summon hacks from XT-002 script and rewrite with EventMap.
Script is still WIP.
2011-06-07 16:13:14 +02:00
Ramusik
251aea4900 Core/Spells: Fix item Corpse Tongue Coin and some related cleanup 2011-06-02 01:04:51 +07:00
tobmaps
106493737f Core/Spells: Fix spell power and attack power coefficients for Seal of Righteousness 2011-05-31 23:17:17 +07:00
tobmaps
600cc16c94 Core/Players: Pet talents can be reset at a pet trainer for free, original idea by rsa 2011-05-31 05:47:17 +07:00
Machiavelli
05cc29b54a DB/Schema: Add index to characters.character_pet.slot. Prevents deadlocks when operating on this table. 2011-05-29 18:28:54 +02:00
Shauren
b2096c711e Scripts/Icecrown Citadel: Properly remove Uncontrollable Frenzy linked auras when entering evade more 2011-05-29 12:38:10 +02:00