aboutsummaryrefslogtreecommitdiff
path: root/sql/mangos.sql
AgeCommit message (Collapse)Author
2009-03-07 [7399] Rewrited BattleGround starting code - moved it to battleground ↵megamage
class. Author: Triply Fixed message color for premature finish warnings. Fixed .debug bg command won't allow 1v0 arenas now, only battlegrounds 1v0. Added battleground announcer message removed in [7384]. [7401] Fixed bgqueue invitation to already started battlegrounds - not tested. Author: Triply --HG-- branch : trunk
2009-03-06[7393] Implement access to client side holiday ids. Author: VladimirMangosmegamage
* src/game/GameEvent.* renamed to src/game/GameEventMgr.* for consistence * `game_event` now have new `holiday` field for store client side holiday id associated with game event * Added new enum HolidayIds with existed at this moment holiday ids. * New function "bool IsHolidayActive(HolidayIds id)" added accessabel from scripts for active holidays check. --HG-- branch : trunk
2009-03-06[7388] Fixed battleground premature warning message. SQL files are attached, ↵megamage
you must execute them! Author: Triply Fix for message's color will be soon. --HG-- branch : trunk
2009-03-06[7387] Check maxcount >= min count for item (not reference) record in loot ↵megamage
templates DB tables.. Author: VladimirMangos --HG-- branch : trunk
2009-03-05[7382] Add 2 unknown field to `creature_template` sent in ↵megamage
SMSG_CREATURE_QUERY_RESPONSE to client Author: NoFantasy --HG-- branch : trunk
2009-03-03 [7376] Allow store in spell_area.aura_spell negative values for "not has ↵megamage
aura" requirement. Author: VladimirMangos Also * Allow have in aura_spell spells with SPELL_AURA_PHASE in first effect. * Allow negative aura_spell chaining in spell_area table. * Better check at loading duplicate data (by requiremnt set) in spell_area table. --HG-- branch : trunk
2009-03-02[7369] Remove ReqSourceRef in quest_template. Author: NoFantasymegamage
--HG-- branch : trunk
2009-02-27 [7349] Implement spell cast depenences from area/quest.aura state store ↵megamage
in new table `spell_area`. Author: VladimirMangos * It allow store requirenments: area, active or rewarded quest (until possible another quest not rewarded), aura present at character, character race/gender. * Listed spell can marked as auto-casted when fit requirents. In this case spell requirements checked at zone/subzone update (and then resurraction also), quest start/reward, dummy aura apply. * Old hardcoded lines for similar check removed from sources and required DB support for work now. --HG-- branch : trunk
2009-02-25[7332] Allow provided target for .distance command using player name or ↵megamage
shift-link with guid. Author: VladimirMangos --HG-- branch : trunk
2009-02-24[7331] Normalization and corrections in mangos_commands. Author: FrenchWmegamage
--HG-- branch : trunk
2009-02-21[7312] Use localized DB-based achievement message instead hardcoded string. ↵megamage
Author: VladimirMangos --HG-- branch : trunk
2009-02-19[7303] Fixed sql changes part of pool patch. Author: VladimirMangosmegamage
--HG-- branch : trunk
2009-02-17 [7292] Implement storage for points of interest data in DB.megamage
It can be in current state used for simplify scripting code that set POI and more advansed way later.. Call void PlayerMenu::SendPointOfInterest( float X, float Y, uint32 Icon, uint32 Flags, uint32 Data, char const * locName ) will removed after some time delay, and only void PlayerMenu::SendPointOfInterest( uint32 poi_id ) will exist. Author: GriffonHeart --HG-- branch : trunk
2009-02-17[7290] Command .npc setdeathstate on/off. Author: GriffonHeartmegamage
--HG-- branch : trunk
2009-02-10 [7252] Move all world global broadcast string (all arena/bg related) to ↵megamage
`mangos_string`. PLEASE, NOT USE string world broadcasts in real code. This function _only_ for debug purposes. Really allow with .debug bg start bg with 1 player. Added helps for some existed .debug commands. Author: VladimirMangos --HG-- branch : trunk
2009-02-10*add .debug bg to allow starting a battleground with just one player it's ↵megamage
implemented like .debug arena - so you toggle debug bg on or off By balrok --HG-- branch : trunk
2009-02-09[7249] Remove outdated data from `spell_proc_event`. Author: jorooomegamage
--HG-- branch : trunk
2009-02-09 [7246] Add data from 7242_01_mangos_spell_bonus_data.sql to mangos.sql ↵megamage
as expected. Also fix outdated comment Author: VladimirMangos --HG-- branch : trunk
2009-02-09 [7242] Fixed spell 30482 and ranks spell bonus for triggered spell.megamage
Signed-off-by: ApoC <apoc@nymfe.net> --HG-- branch : trunk
2009-02-06[7235] New command: .reset achievements. Author: VladimirMangosmegamage
--HG-- branch : trunk
2009-02-05[7230] Add spell_bonus_data for 18220 and ranks. Author: Dietrichmegamage
[7232] Use constant name that hide client dependent value. Author: VladimirMangos Skip: [7231] Some info to sql updates commiters in slq/update/README and spell chain update of [7230] --HG-- branch : trunk
2009-02-02[7223] Remove duplicate line (old case) in mangos.sql `command` table. ↵megamage
Author: vladonix --HG-- branch : trunk
2009-02-01 [7214] Phase system continue development - Commands and fixes.megamage
* Fixed creature/gameobject save from game (used in commands code only) * Implement .modify phase (for player), .npc setphase (for creature/pet), .gobject phase (for gameobjects) commands for set phasemask of selected object. In player/pet case temporary until in game phase switch/re-login/GM-mode change. In creature/gameobject case change saved in DB. * Add to .gps output phasemask value print. Allow use .gps command with creature/gameobject shift-link (work for objects loaded in game in command time). Author: VladimirMangos --HG-- branch : trunk
2009-02-01 [7209] Fix damage for paladin 53595megamage
Signed-off-by: DiSlord <dislord@nomail.com> --HG-- branch : trunk
2009-01-31*Update to Mangos 7208. Implement phase system.megamage
--HG-- branch : trunk
2009-01-30*Update to Mangos 7205.megamage
--HG-- branch : trunk
2009-01-29*Update to Mangos 7200.megamage
--HG-- branch : trunk
2009-01-27*Update to Mangos 7194.megamage
--HG-- branch : trunk
2009-01-25*Update to Mangos 7183.megamage
--HG-- branch : trunk
2009-01-24*Update to Mangos 7158.megamage
--HG-- branch : trunk
2009-01-22*Update to Mangos 7151.megamage
--HG-- branch : trunk
2009-01-21*Update to Mangos 7136.megamage
--HG-- branch : trunk
2009-01-20*Update to Mangos 7125.megamage
--HG-- branch : trunk
2009-01-18*Update to Mangos 7111.megamage
--HG-- branch : trunk
2009-01-17*Update to Mangos 7100.megamage
--HG-- branch : trunk
2009-01-16*Update to Mangos 7092.megamage
--HG-- branch : trunk
2009-01-14*Update to Mangos 7083.megamage
--HG-- branch : trunk
2009-01-12*Update to Mangos 7076.megamage
--HG-- branch : trunk
2009-01-12*Use better way to convert TDB db to WLK db.megamage
--HG-- branch : trunk
2008-10-10[svn] * Changing text in various files to make it more Trinity Core-like, as ↵XTZGZoReX
well as fixing the grammar and understandability in certain files. * Adding INSTALL file to root with Linux instructions. * Renaming mangos.sql to world.sql until we figure another world database name (if we actually do, world seems fine to me). * Updating config files with Trinity text instead of MaNGOS text. --HG-- branch : trunk
2008-10-09[svn] * Updated to 6743 and 685Neo2003
Moved language id used by Arena to a higher place to solve conflicts Added the empty script folders --HG-- branch : trunk rename : 6731-680 => 6743-685
2008-10-06[svn] * Little fix in RandomMovementGeneratorNeo2003
* Updated to 6731 and 680 --HG-- branch : trunk rename : 6721-676 => 6731-680
2008-10-05[svn] -enabled instantiated battlegroundsw12x
-enabled arena matches -rewritten battleground queuing to support joining as group -removed queue announcements --HG-- branch : trunk
2008-10-04[svn] * Added ACE for Linux and Windows (Thanks Derex for Linux part and ↵Neo2003
partial Windows part) * Updated to 6721 and 676 * Fixed TrinityScript logo * Version updated to 0.2.6721.676 --HG-- branch : trunk rename : 6700-670 => 6721-676
2008-10-02[svn] * Proper SVN structureinitNeo2003
--HG-- branch : trunk