Commit Graph

  • 277334fc41 [svn] Fix cloak of shadow, can remove fairy fire now. Add yells to High King Maulgar. Patch provided by riddick. Script for Prince Malchezaar Doors. Patch provided by BroodWyrm. Bug fix for Selin Fireheart. Patch provided by BroodWyrm. Arcane Charges only while on flightpath. Patch provided by SLG. megamage 2008-10-23 22:04:14 -05:00
  • 0f32ffb90e [svn] Prevent Bestial Wrath from being applied 5 times when cast by a hunter with The Beast Within talent. Hopefully this will also fix the crashes caused by this spell. Change 'tbc' to 'expansion' in realmd.sql. w12x 2008-10-23 09:40:37 -05:00
  • 6b7d68ddc1 [svn] Change 'tbc' to 'expansion' in the registration script, following realm db changes. w12x 2008-10-23 06:01:22 -05:00
  • c98b24cf29 [svn] Restore automatic crashlog generation on Windows. Make sure to have a Crashes folder in the working directory of the executables. w12x 2008-10-23 05:57:15 -05:00
  • b8362cd7f1 [svn] Fixed copyright notices to comply with GPL. w12x 2008-10-23 03:29:52 -05:00
  • 87681af453 [svn] Fix a bug that elixir buff cannot stack. Fix quest 9685. Patch provided by ogeraisi. megamage 2008-10-22 20:59:36 -05:00
  • 9584faf0c9 [svn] Add SPELL_ATTR_BREAKABLE_BY_DAMAGE. Remove part of the hacked breakable aura check. Patch provided by thenecromancer. megamage 2008-10-22 14:58:50 -05:00
  • 4b384751be [svn] Fixed crashes in LoadQuests(). Removed TrinityCore Only project files. w12x 2008-10-22 13:09:54 -05:00
  • 2a742e78b9 [svn] Fix a bug that shaman's shield can stack. Fix: MovementInform without behavior change for waypoint movement. Patch provided by DragonHunter. Update gruul lair script. Patch provided by Blaymoira. megamage 2008-10-22 09:41:31 -05:00
  • 1b0baa51b5 [svn] Add missing SQL changes from prev. commit, also fix mistakenly commented out line. Patch provided by Visagalis. w12x 2008-10-22 08:43:09 -05:00
  • 14598dd84f [svn] * Implement honor rewards from quests - Source Mangos KingPin 2008-10-22 07:02:05 -05:00
  • bde02d6829 [svn] Added sanity checks in loading player cache to prevent crashing upon corrupted player data. w12x 2008-10-22 04:05:15 -05:00
  • 389a9e3cea [svn] * Use ObjectMgr/AccountMgr functions rather than DB queries. Source mangos KingPin 2008-10-21 19:07:16 -05:00
  • 96d1c9f4d6 [svn] Fix cloak of shadows. Dispel type should be based on SPELL_DAMAGE_CLASS_MAGIC. Fix: SPELL_DAMAGE_CLASS_NONE type spells should never miss. megamage 2008-10-21 17:10:05 -05:00
  • 9688da09b0 [svn] Fixed win32 compile Null pointer checks in the barrens ai. w12x 2008-10-21 14:31:24 -05:00
  • 99c5eccab8 [svn] * Fix professions NPC script typo KingPin 2008-10-21 13:56:15 -05:00
  • 725d644296 [svn] * freebsd ace compile fix thanx to timmit for info and testing by srounet KingPin 2008-10-21 13:38:35 -05:00
  • b8e87bfc51 [svn] * Prevent Cheating at logout/login by players. Thank you Visagalis * Set scripts to eol style native KingPin 2008-10-21 13:19:26 -05:00
  • 35f7512be9 [svn] Black Temple doors script. Patch provided by Blaymoira. megamage 2008-10-21 12:51:53 -05:00
  • ed94fdb8bc [svn] * Added some player info cache to the core. Thanx to Rognar for patch, visaglis for testing and bugging me to add it. KingPin 2008-10-21 12:43:24 -05:00
  • d0325e2536 [svn] Try to remove the big hack in SpellMgr::IsNoStackSpellDueToSpell. Not sure if this works. megamage 2008-10-21 11:22:12 -05:00
  • 63f37b8bd2 [svn] Change MSVC project files to use multithreaded (debug) dll runtime libraries. Hopefully this will solve the problems with ACE. Original patch by Derex. w12x 2008-10-21 06:23:46 -05:00
  • 5e1c19e4d9 [svn] Implement a new table (spell_disabled) to allow disabling some spells for players and / or creatures. To disable a spell for a players and pets, set 2^0 in the disable_mask, to disable for creatures, set 2^1. The comment field is optional. Original patch provided by Craker. w12x 2008-10-21 03:58:38 -05:00
  • 23ff96ded9 [svn] Fix 71ScriptDev2.vcproj. Thanks to NeoLithicX. megamage 2008-10-20 23:36:36 -05:00
  • 9664e39fa4 [svn] * Compile fixes from previous revs. KingPin 2008-10-20 14:11:58 -05:00
  • 717cfa01f0 [svn] Add Alar script. Update Magtheridon script. Update Vorpil script. Patch provided by BroodWyrm. Add sunwell boss scripts into scriptmgr.cpp (forgot to do so in previous revs). megamage 2008-10-20 14:02:13 -05:00
  • 4f06be912b [svn] Implement CREATURE_FLAG_EXTRA_TRIGGER. In GM mode, creatures flagged with this will be displayed with displayid_a, in non-gm mode with displayid_h. w12x 2008-10-20 13:41:05 -05:00
  • 192dada7bd [svn] Fixed a crash in OutdoorPvP*::BuffTeam(). w12x 2008-10-20 13:34:00 -05:00
  • cdb7fd43ee [svn] * Minor code fixes * Move account related functions from ObjectMgr to AccountMgr and drop duplicate functions - source mangos * recognize the dummy spells 38637, 38638 and 38639 as negative - source mangos * added new command ".reload all_locales". Now all locales_* tables can be reloaded - source mangos KingPin 2008-10-20 12:59:45 -05:00
  • 35f378aef9 [svn] * fixed help for subcommands - source mangos * Renamed accounts column tbc to expansion and it only took a little over 4 hours o.O KingPin 2008-10-20 12:23:56 -05:00
  • a1d00528a3 [svn] Script for quest 1719. Patch provided by ckegg. megamage 2008-10-19 23:56:06 -05:00
  • 0f816f22fb [svn] Fix a typo in rev 80. Patch provided by ogeraisi. megamage 2008-10-19 23:45:20 -05:00
  • 710d2ae994 [svn] * Reverted ACE changes till I have more time to debug, this fixes compile on Linux. KingPin 2008-10-19 21:43:59 -05:00
  • fcde03a036 [svn] * Fixed compile from r78 * Fixed: not apply healling bonus to spell 40972 heal amount. - Source Mangos * Item 30627 hidden cooldown - Source Mangos * Fixed Trinityrealm autopatching system - Source Arrai * Add support for autoconf 2.6.2 and newer - Source Derex Some decent sized changes, please test before deploying - KP KingPin 2008-10-19 21:08:34 -05:00
  • 0cb3a79518 [svn] * DB data for item 28356 and related, and also for 28602, 30317, 28578. source: Mangos * List fake data for last spells expected to listed in spell_affect. source: Mangos * Fixed: wrong arg name for va_start call in WorldSession::SendNotification. source: Mangos * Implemented dummy aura of spell 43873. source: Mangos KingPin 2008-10-19 17:27:18 -05:00
  • 0d8d686d81 [svn] * Raise modify scale limit from 3 to 10 for players * Implement immunity totems from periodic damage spell effects. Source: Mangos * Implemented second choice aggro targets for creatures. Source: Mangos KingPin 2008-10-19 16:52:50 -05:00
  • 76adf24586 [svn] Add a hack check for spell 42292. megamage 2008-10-19 15:11:20 -05:00
  • ed0803ecf2 [svn] Fix spell 45072: should only affect demons. megamage 2008-10-19 14:47:43 -05:00
  • 672d304a44 [svn] Add Unit::IsWithinCombatDist function to check melee range and spell range (now range is related to the attacker's bounding_radius and target's combat_reach, not sure if both should be combat_reach). megamage 2008-10-19 14:42:12 -05:00
  • e7519059c9 [svn] * fix Compile ( typo in boss_felmyst.cpp ) KingPin 2008-10-19 14:25:52 -05:00
  • 636d810772 [svn] Change aura stack check. Add some boss yells. Patched provided by BroodWyrm and Blaymoira. megamage 2008-10-19 13:56:11 -05:00
  • f064bc4ba4 [svn] * Fixed Compile error from previous rev KingPin 2008-10-19 13:28:58 -05:00
  • a3b5626e5c [svn] Escortai for 10211 quest provided by Blaymoira. Grandmaster Vorpil script provided by BroodWyrm. megamage 2008-10-19 12:17:34 -05:00
  • ce4206c664 [svn] * Fixed language strings sql from rev67 KingPin 2008-10-19 12:11:32 -05:00
  • a3dea992f5 [svn] Recalculate attack time in Unit::ApplyAttackTimePercentMod function. Add Felmyst script. Add Eredar twins script. Script provided by BroodWyrm. Update Brutallus script. Patch provided by riddick. (Burn temporarily disabled) Update void reaver script. Patch provided by Bagsac. Fix a bug that Najentus causes server crash. megamage 2008-10-19 12:01:49 -05:00
  • d936f1bbd8 [svn] * Added freeze/unfreeze/listfreeze commands patch by toilet1 (I swear I didnt make up the name) * Fixed a couple of spelling errors in TC conf file KingPin 2008-10-19 11:42:21 -05:00
  • bc05228d9f [svn] Finally really fixed compile. Also, removed Unit::GetObjectInWorld(), use Map::GetCreatureInMap() and Map::GetGameObjectInMap() instead. This is to prevent creature-creature interaction on different maps, which would make the later multithreading of maps impossible. w12x 2008-10-19 11:07:10 -05:00
  • e78b34c63f [svn] * Prevent creatures from moving if they are dead (if they were fleeing for example). * Critters now flee from attacker when taking damage. Seline 2008-10-19 10:20:53 -05:00
  • 90a5b215f9 [svn] Fixed compile errors. Hopefully. w12x 2008-10-19 07:24:36 -05:00
  • e4b701caba [svn] Add Unit::GetObjectInWorld function to get object by guid without providing reference. Small change in SummonGameObject. Fix a bug that player can not click summoned najentus spine (must let target summon gameobject). megamage 2008-10-18 19:59:34 -05:00
  • da17b0fd41 [svn] Update some Black Temple boss scripts. Implement some Black Temple boss spells. Update maiden of virtue and void reaver scripts. Patch provided by Blaymoira. megamage 2008-10-18 16:25:58 -05:00
  • fe453877d1 [svn] Modify SummonGameObject function to set owner GUID. Implement spell 23019. Patch provided by Edder. megamage 2008-10-18 12:02:47 -05:00
  • a3e03f62d0 [svn] Remove unused script event functions HealBy and DamageDeal. Add new function SpellHitTarget. Fix a bug in r57_trinity.sql. megamage 2008-10-18 11:50:02 -05:00
  • f141b156d5 [svn] Fixed a typo in QueryResult.h. Patch provided by Paradox. w12x 2008-10-18 03:52:30 -05:00
  • bac1fb628e [svn] Merge branch r50 with trunk. megamage 2008-10-17 21:44:37 -05:00
  • 16dcd37279 [svn] Added a function for WorldObjects to summon GameObjects. Original patch provided by streetrat. Please refer to the patch thread for usage instructions. w12x 2008-10-17 18:13:04 -05:00
  • 0bdf12f3dd [svn] Removed the no longer used TcpNoDelay config option and the matching CONFIG_TCP_NO_DELAY config variable. It can be set using the Network.TcpNodelay option now. Patch provided by raczman. w12x 2008-10-17 16:51:27 -05:00
  • ab9eb277b4 [svn] Enabled game events to change the honor and reputation gaining speed in battlegrounds. This is done by a new table in the world database, game_event_battleground_holiday. Structure is the following: event - id of the game event bgflag - bitmask, used to set which battleground(s) give extra honor/reputation when the event is active. To add extra honor on a battleground, use 2 ^ bgTypeId as mask. Multiple battlegrounds can be set by logical 'or' ('|') operation. You will need database data for the table, please check trinitydatabase.org. w12x 2008-10-17 16:36:07 -05:00
  • 62409ac2a4 [svn] * First public release of Trinity * Based on MaNGOS rev 6743 and SD2-685 * All new netcode based on the ACE framework (thanks Derex) * Arenas working (thanks w12x) * Outdoor PvP working (thanks w12x) * World Game Events support added (thanks w12x) * All new build system (thanks Derex and Neo2003) * Lots of new conf options based on the ImpConfig patch (thanks Dythzer / w12x / Seline) * Small fix to WSG * Lots of other small additions and fixes runningnak3d 2008-10-14 16:17:28 -05:00
  • fc6a5eae08 [svn] * Scripts fixed * Last commit before public runningnak3d 2008-10-14 15:05:43 -05:00
  • 4679076a58 [svn] * Last minute cleanup before the public release runningnak3d 2008-10-14 14:17:55 -05:00
  • 21d4e221e3 [svn] * Added scripts back into the core runningnak3d 2008-10-14 14:08:22 -05:00
  • fbdc2505d0 [svn] * SQL cleanup * Removed unneeded revision SQL, since everyone will be starting off at a single revision. * Left the characters SQL in case someone needs to convert a MaNGOS characters DB * Final dumps of realmd / world / and characters DB schemas runningnak3d 2008-10-14 12:30:35 -05:00
  • 2265aef916 [svn] * Merge Temp dev SVN with Assembla. * Changes include: - Implementation of w12x's Outdoor PvP and Game Event Systems. - Temporary removal of IRC Chat Bot (until infinite loop when disabled is fixed). - All mangos -> trinity (to convert your mangos_string table, please run mangos_string_to_trinity_string.sql). - Improved Config cleanup. - And many more changes. Seline 2008-10-14 11:57:03 -05:00
  • 222cbfd464 [svn] * restored scripts lib build under Windows * fixed Makefile.am to automatically find the sysconfdir again Coldblooded 2008-10-12 19:41:35 -05:00
  • 63af34886b [svn] * Send ShutdownMsg to console using outstring_log. * Prevent Client Crashes when MOVEMENTFLAG_ONTRANSPORT and MOVEMENTFLAG_SPLINE2 is set on creatures. * Implement four new SEC_ADMINISTRATOR commands: - Group (.group [leader]/[disband]/[remove]) commands. - GameObject State (.gobject state <guid> <state>) command. Seline 2008-10-12 18:26:26 -05:00
  • fdcf5cc406 [svn] * Random changes/fixes... * Some fixes to MangChat, more coming. * Cleaning up scripting part and preparing to merge it into the core. XTZGZoReX 2008-10-12 17:35:16 -05:00
  • a4ceeacb51 [svn] * Changed: .respawn now respawns only single creature if selected. <3 Seline. * Added: .nameannounce command. Includes name of announcer. XTZGZoReX 2008-10-12 14:43:55 -05:00
  • 054725122f [svn] * Various small changes here and there. * Implementing MangChat IRC system. * Added new config option, MAX_WHO, can be used to set the limit of characters being sent in a /who request from client. XTZGZoReX 2008-10-12 14:03:38 -05:00
  • e539b4ca7f [svn] * Fixed more text files. * Added basic registration page. Setup instructions in contrib/registration_form/README. XTZGZoReX 2008-10-11 14:27:27 -05:00
  • 95b91afbab [svn] * svn:eol-style native set on all files that need it Neo2003 2008-10-11 14:16:25 -05:00
  • f84ae3af9e [svn] * Changes to install instructions. * Removing unneeded aclocal.m4 in ACE wrappers. XTZGZoReX 2008-10-10 15:30:03 -05:00
  • 1e1ba89c49 [svn] * Fixing some typos in SQL files. * Applying proper structure to SQL updates. * Fixing ImpConfig compile problems. * Moving INSTALL to INSTALL.linux to avoid autoconf collisions. XTZGZoReX 2008-10-10 15:20:27 -05:00
  • 479fe8b767 [svn] * Removing useless data accidentally committed. * Applying ImpConfig patch. * Note: QUEUE_FOR_GM currently disabled as it's not compatible with the ACE patch. Anyone care to rewrite it? * Note2: This is untested - I may have done some mistakes here and there. Will try to compile now. XTZGZoReX 2008-10-10 13:37:21 -05:00
  • ded2714f89 [svn] * Changing text in various files to make it more Trinity Core-like, as 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. XTZGZoReX 2008-10-10 12:19:38 -05:00
  • 93e3012365 [svn] megamage 2008-10-10 10:44:40 -05:00
  • 44c6fcc769 [svn] Restore configure.ac for removal of trinityscripts. derex_tri 2008-10-10 05:30:48 -05:00
  • 631ebe5b61 [svn] * Renamed the solutions and removed scripts folder Neo2003 2008-10-09 15:36:50 -05:00
  • 4a5af3099a [svn] Removed the scripts and added them to their own repo at: http://svn.assembla.com/svn/trinityscripts runningnak3d 2008-10-09 15:20:29 -05:00
  • f736567a37 [svn] * Updated to 6743 and 685 Neo2003 2008-10-09 08:42:22 -05:00
  • e3079a1ba6 [svn] * Removal of not needed old DBC tools Neo2003 2008-10-08 15:02:26 -05:00
  • 28ee57b14c [svn] * Another small fix in Random Movement Generator because of Normalized Map Coords Neo2003 2008-10-08 13:37:00 -05:00
  • 32df4d30a1 [svn] * New icons for Windows version of TrinityCore and TrinityRealm thanks to moujin Neo2003 2008-10-07 13:33:26 -05:00
  • 4a920d1144 [svn] * lost 2 Makefiles in prev commit due to connection lost * reverted dep/ACE_wrappers/ace/config.h.in & dep/ACE_wrappers/aclocal.m4 to rev23 :o Coldblooded 2008-10-06 15:50:41 -05:00
  • b243e774a9 [svn] * Adjusted all Makefile headers; Updated to GPL v3 Coldblooded 2008-10-06 15:30:26 -05:00
  • 24d5240a76 [svn] * Updated character create query to use proper LEFT JOIN instead of NOT IN (SELECT... Neo2003 2008-10-06 13:49:41 -05:00
  • 954fd22ab0 [svn] * Windows 32/64 compilation fix after Rev.20 Neo2003 2008-10-06 12:01:03 -05:00
  • ead15d48af [svn] Removed 'contrib' and 'sql' from main Makefile.am fregh 2008-10-06 11:42:33 -05:00
  • e36e114abe [svn] * Removed ObjectPosSelector and DetectPosCollision. See http://www.trinitycore.org/forum/project.php?issueid=3 * Need win32 build fix ;) derex_tri 2008-10-06 07:39:04 -05:00
  • 1fc5c0d6d7 [svn] * Little fix in RandomMovementGenerator * Updated to 6731 and 680 Neo2003 2008-10-06 04:48:59 -05:00
  • 010ed993e1 [svn] * Restore make dist. derex_tri 2008-10-06 04:27:18 -05:00
  • 2a5f169f62 [svn] * Remove debugging code from WorldSocket.cpp. * Small cleanup fix in configure.ac. derex_tri 2008-10-06 04:14:44 -05:00
  • c2dc0b62ce [svn] * Make Grounding totem disappear after any spell redirection Patch provided by Albrecht de Endrau Neo2003 2008-10-05 15:17:41 -05:00
  • 843f789f58 [svn] * Added fleeing and call assistance in script until we move all AI functions to core Neo2003 2008-10-05 12:10:02 -05:00
  • 0c3db399c5 [svn] * Moved Script grid_searchers to core * Moved an enum from sc_creature.h to CreatureAI.h Neo2003 2008-10-05 11:56:30 -05:00
  • 1fc73ff41b [svn] * PlaySound changed to SendPlaySound, moved to WorldObject and used everywhere instead of hard-coding packet Neo2003 2008-10-05 11:38:24 -05:00
  • 9245de8138 [svn] * Some renames of VS projects ACEWraper -> ACEWrappers ScriptFull -> TrinityScript Neo2003 2008-10-05 11:17:53 -05:00
  • 4a16ae4fd6 [svn] - add sql updates for character database forgotten in previous commit w12x 2008-10-05 09:44:08 -05:00
  • 6f0c3469a6 [svn] -enabled instantiated battlegrounds -enabled arena matches -rewritten battleground queuing to support joining as group -removed queue announcements w12x 2008-10-05 08:48:32 -05:00
  • 8b3fcc37c6 [svn] * Auto detect if ACE is already installed and use it. derex_tri 2008-10-04 10:45:45 -05:00