aboutsummaryrefslogtreecommitdiff
path: root/sql
AgeCommit message (Collapse)Author
2010-03-23Added support for maximum allowed player level for quests. By Gyullo.Xanadu
--HG-- branch : trunk
2010-03-23Fixed long forgotten gamebuild default value (thx Aokromes).teacher
Also fixed typo in script full file (thx ogeraisi). --HG-- branch : trunk
2010-03-22Gundrak: Implement Eck the Ferocious spawningTartalo
Based on pivonroll's code but rewrited from scratch --HG-- branch : trunk
2010-03-22Add script VoA/Koralon and Toravon. Thanks WarHead.Trazom62
Fixes issue #1231. --HG-- branch : trunk
2010-03-22Restored UPDATE query in 7660_world_creature_template.sql.teacher
Thank you Zor for bringing reason to my mind! --HG-- branch : trunk
2010-03-22Fix Crash in XT-002 (Gravity Bomb proc). Fixes issue #734.Trazom62
Fix compilation warning. Fix typo in Freya soundid. --HG-- branch : trunk
2010-03-21Add missing sql assign from oculus patch. ty kiperTartalo
--HG-- branch : trunk
2010-03-21Added missing sql file for rev 7656 (by Machiavelli).teacher
Removed DB content data from previous commit. --HG-- branch : trunk
2010-03-21Added missing sql for last commit._manuel_
--HG-- branch : trunk
2010-03-21Add additional field for storage of speed_run rate of creature_manuel_
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-21The Obsidiam Sanctum: Several updates, by OudenTartalo
Portal event, Flame Tsunami, Twilight Eggs, Twilights Fissure, Achievements in Hard Mode Closes issue #1015. --HG-- branch : trunk
2010-03-21Update Script Ulduar/XT-002. Thanks Dakeyras. Fixes issue 1074.Trazom62
Add script texts for all ulduar bosses and adds. Mainly from wowwiki, Thanks. Some code style cleanup. Still WiP. --HG-- branch : trunk
2010-03-21fixed oculus drake cpp and sqlmalcromdev@gmail.com>
--HG-- branch : trunk
2010-03-21Fix SQL'sMachiavelli
--HG-- branch : trunk
2010-03-21The Nexus, The Oculus: Boss drakos support, register needed scriptsTartalo
This scripts are pushed for testing purposes, so is not recommended opening it for production enviroments. any feedback is welcome :) Fixes issue #449. --HG-- branch : trunk
2010-03-19Fix SQL yet again, thanks Trazom. (My apologies)Machiavelli
--HG-- branch : trunk
2010-03-19Fix SQL's, thanks Aokromes.Machiavelli
--HG-- branch : trunk
2010-03-19Implement instance script for Zul'Farrak and prevent Gahz'Rilla from being ↵Machiavelli
summoned multiple times. --HG-- branch : trunk
2010-03-19Little sql improvement.teacher
--HG-- branch : trunk
2010-03-18Store alternate currency spent on an item by Item ExtendedCost entry instead ↵Machiavelli
of honorPts/arenaPts/items seperately. Thanks to Opterman for the idea. --HG-- branch : trunk
2010-03-18*fix quest Bury Those Cockroaches!(11608)Rat
--HG-- branch : trunk
2010-03-18*fix Merciless Totem of the Third Wind procRat
*fix in world.sql --HG-- branch : trunk
2010-03-18Implement vendor item refund system.Machiavelli
For info about this system, see: hxxp://us.blizzard.com/support/article.xml?locale=en_US&articleId=27351 Thanks to: - Opterman, Malcrom, Xanadu + anonymous colleagues for aiding research on packet structure - Aokromes and Svannon for testing --HG-- branch : trunk
2010-03-17Add script for Amberpine Woodsmen Grizzly Hillsmalcromtdb@gmail.com
--HG-- branch : trunk
2010-03-17Added 7597_world_scriptname.sql to world_scripts_full.sqlTroy
--HG-- branch : trunk
2010-03-17Argent Tournament Post script by MalcromXanadu
--HG-- branch : trunk
2010-03-17Fixed Drain Soul increased damage for targets below 25% HP. Closes issue ↵Xanadu
#394. Closes issue #748. Closes issue #938. Rejoice, new era of server-side spells has begun! --HG-- branch : trunk
2010-03-16Update Halls of Stones script text entries to correct range.Trazom62
Fixes issue #607. --HG-- branch : trunk
2010-03-15Moved sql update files to 3.3.2_old directory.teacher
Fixed my typo in world.sql. --HG-- branch : trunk
2010-03-15Remove Hack detecting spell 61988 in HasAura()thenecromancer
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-15Change field `crc` in characters.addons to int(32) to support proper values.Machiavelli
--HG-- branch : trunk
2010-03-14* Fix potential import error for vehicle_accessory tableBrian
* Thanks Riccardo --HG-- branch : trunk
2010-03-13Random sql cleanup.teacher
--HG-- branch : trunk
2010-03-13Fix SQL errors in world_script_texts.Trazom62
--HG-- branch : trunk
2010-03-13Add missing file in previous commit.Spp
--HG-- branch : trunk
2010-03-13Allow Battlegrounds and arenas to be disabled by DB.Spp
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-12Fix compile after 7548.Spp
Also reorder the columns of account onlinelist command --HG-- branch : trunk
2010-03-12Fix a typo in a SQL.Anubisss
--HG-- branch : trunk
2010-03-12Some Ticket text formating changes to help addons to parse dataSpp
Linked issue 466 --HG-- branch : trunk
2010-03-12Add map and zone to account onlinelist command.Spp
Closes issue 466 --HG-- branch : trunk
2010-03-12Move vehicle accesories to DB.Spp
Credit to Malcrom and Manuel for the idea and original patch --HG-- branch : trunk
2010-03-09Small update to the group/party system.Machiavelli
- Fixes raid assistant privileges, Fixes issue #248 - Proper designation for Main tank and Main assistant roles - Remove 2 redundant columns in DB, namely groups.mainTank and groups.mainAssist. These are now defined by the value of group_member.memberFlags --HG-- branch : trunk
2010-03-09Typo in server shutdown command.Spp
Original author VladimirMangos Closes issue #57 --HG-- branch : trunk
2010-03-09Add level restrictions to some commands:Spp
say, yell, emote, whisper, channel use, trade, auction, mail, tickets By azazel. Closes issue #598 --HG-- branch : trunk
2010-03-08Support for quest Doing your Duty by Malcrom. Thanks to Supabad._manuel_
--HG-- branch : trunk
2010-03-02* Add change to characters.sql from last commitBrian
--HG-- branch : trunk
2010-03-02* Fix blob conversion SQL to allow for proper value for watchedFactionBrian
--HG-- branch : trunk
2010-03-02* Move some values out of the data blob in the characters tableBrian
* (honor, kills, title, currencies, watched faction, drunken-status, health and power) * Original Author Hunuza - thank you * Ported to Trinity by RammboNr5 - thank you * Tested by Aokromes - thank you * Closes Issue #911 --HG-- branch : trunk
2010-03-02* Add support for sending quest completion textBrian
* Original patch by NoFantasy - thank you * Ported to Trinity by seirgy - thank you * Closes issue #873 --HG-- branch : trunk
2010-03-02Fixed import errors on recent sql update files...teacher
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