Commit Graph

82 Commits

Author SHA1 Message Date
KingPin 9664e39fa4 [svn] * Compile fixes from previous revs.
--HG--
branch : trunk
2008-10-20 14:11:58 -05:00
megamage 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).

--HG--
branch : trunk
2008-10-20 14:02:13 -05:00
w12x 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.
--HG--
branch : trunk
2008-10-20 13:41:05 -05:00
w12x 192dada7bd [svn] Fixed a crash in OutdoorPvP*::BuffTeam().
--HG--
branch : trunk
2008-10-20 13:34:00 -05:00
KingPin 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

--HG--
branch : trunk
2008-10-20 12:59:45 -05:00
KingPin 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

--HG--
branch : trunk
2008-10-20 12:23:56 -05:00
megamage a1d00528a3 [svn] Script for quest 1719. Patch provided by ckegg.
--HG--
branch : trunk
2008-10-19 23:56:06 -05:00
megamage 0f816f22fb [svn] Fix a typo in rev 80. Patch provided by ogeraisi.
--HG--
branch : trunk
2008-10-19 23:45:20 -05:00
KingPin 710d2ae994 [svn] * Reverted ACE changes till I have more time to debug, this fixes compile on Linux.
--HG--
branch : trunk
2008-10-19 21:43:59 -05:00
KingPin 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

--HG--
branch : trunk
2008-10-19 21:08:34 -05:00
KingPin 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

--HG--
branch : trunk
2008-10-19 17:27:18 -05:00
KingPin 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

--HG--
branch : trunk
2008-10-19 16:52:50 -05:00
megamage 76adf24586 [svn] Add a hack check for spell 42292.
--HG--
branch : trunk
2008-10-19 15:11:20 -05:00
megamage ed0803ecf2 [svn] Fix spell 45072: should only affect demons.
--HG--
branch : trunk
2008-10-19 14:47:43 -05:00
megamage 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).
--HG--
branch : trunk
2008-10-19 14:42:12 -05:00
KingPin e7519059c9 [svn] * fix Compile ( typo in boss_felmyst.cpp )
--HG--
branch : trunk
2008-10-19 14:25:52 -05:00
megamage 636d810772 [svn] Change aura stack check.
Add some boss yells. Patched provided by BroodWyrm and Blaymoira.

--HG--
branch : trunk
2008-10-19 13:56:11 -05:00
KingPin f064bc4ba4 [svn] * Fixed Compile error from previous rev
--HG--
branch : trunk
2008-10-19 13:28:58 -05:00
megamage a3b5626e5c [svn] Escortai for 10211 quest provided by Blaymoira.
Grandmaster Vorpil script provided by BroodWyrm.

--HG--
branch : trunk
2008-10-19 12:17:34 -05:00
KingPin ce4206c664 [svn] * Fixed language strings sql from rev67
--HG--
branch : trunk
rename : sql/updates/67_world.sql => sql/updates/68_world.sql
2008-10-19 12:11:32 -05:00
megamage 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.

--HG--
branch : trunk
2008-10-19 12:01:49 -05:00
KingPin 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

--HG--
branch : trunk
2008-10-19 11:42:21 -05:00
w12x 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.
--HG--
branch : trunk
2008-10-19 11:07:10 -05:00
Seline e78b34c63f [svn] * Prevent creatures from moving if they are dead (if they were fleeing for example).
* Critters now flee from attacker when taking damage.

--HG--
branch : trunk
2008-10-19 10:20:53 -05:00
w12x 90a5b215f9 [svn] Fixed compile errors. Hopefully.
--HG--
branch : trunk
2008-10-19 07:24:36 -05:00
megamage 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).

--HG--
branch : trunk
2008-10-18 19:59:34 -05:00
megamage 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.

--HG--
branch : trunk
2008-10-18 16:25:58 -05:00
megamage fe453877d1 [svn] Modify SummonGameObject function to set owner GUID.
Implement spell 23019. Patch provided by Edder.

--HG--
branch : trunk
2008-10-18 12:02:47 -05:00
megamage a3e03f62d0 [svn] Remove unused script event functions HealBy and DamageDeal. Add new function SpellHitTarget.
Fix a bug in r57_trinity.sql.

--HG--
branch : trunk
2008-10-18 11:50:02 -05:00
w12x f141b156d5 [svn] Fixed a typo in QueryResult.h. Patch provided by Paradox.
--HG--
branch : trunk
2008-10-18 03:52:30 -05:00
megamage bac1fb628e [svn] Merge branch r50 with trunk.
--HG--
branch : trunk
2008-10-17 21:44:37 -05:00
w12x 16dcd37279 [svn] Added a function for WorldObjects to summon GameObjects. Original patch provided by streetrat. Please refer to the patch thread for usage instructions.
--HG--
branch : trunk
2008-10-17 18:13:04 -05:00
w12x 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.
--HG--
branch : trunk
2008-10-17 16:51:27 -05:00
w12x 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.

--HG--
branch : trunk
2008-10-17 16:36:07 -05:00
runningnak3d 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

--HG--
branch : trunk
2008-10-14 16:17:28 -05:00
runningnak3d fc6a5eae08 [svn] * Scripts fixed
* Last commit before public

--HG--
branch : trunk
2008-10-14 15:05:43 -05:00
runningnak3d 4679076a58 [svn] * Last minute cleanup before the public release
--HG--
branch : trunk
rename : src/bindings/scripts/sql/mangos_full_scripts.sql => src/bindings/scripts/sql/full_scripts.sql
rename : src/bindings/scripts/sql/scriptdev2_structure.sql => src/bindings/scripts/sql/scripts_structure.sql
2008-10-14 14:17:55 -05:00
runningnak3d 21d4e221e3 [svn] * Added scripts back into the core
--HG--
branch : trunk
2008-10-14 14:08:22 -05:00
runningnak3d 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

--HG--
branch : trunk
2008-10-14 12:30:35 -05:00
Seline 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.

--HG--
branch : trunk
2008-10-14 11:57:03 -05:00
Coldblooded 222cbfd464 [svn] * restored scripts lib build under Windows
* fixed Makefile.am to automatically find the sysconfdir again

--HG--
branch : trunk
2008-10-12 19:41:35 -05:00
Seline 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.

--HG--
branch : trunk
2008-10-12 18:26:26 -05:00
XTZGZoReX fdcf5cc406 [svn] * Random changes/fixes...
* Some fixes to MangChat, more coming.
* Cleaning up scripting part and preparing to merge it into the core.

--HG--
branch : trunk
rename : src/bindings/scripts/README.TXT => src/bindings/scripts/README
2008-10-12 17:35:16 -05:00
XTZGZoReX a4ceeacb51 [svn] * Changed: .respawn now respawns only single creature if selected. <3 Seline.
* Added: .nameannounce command. Includes name of announcer.

--HG--
branch : trunk
2008-10-12 14:43:55 -05:00
XTZGZoReX 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.

--HG--
branch : trunk
2008-10-12 14:03:38 -05:00
XTZGZoReX e539b4ca7f [svn] * Fixed more text files.
* Added basic registration page. Setup instructions in contrib/registration_form/README.

--HG--
branch : trunk
2008-10-11 14:27:27 -05:00
Neo2003 95b91afbab [svn] * svn:eol-style native set on all files that need it
--HG--
branch : trunk
2008-10-11 14:16:25 -05:00
XTZGZoReX f84ae3af9e [svn] * Changes to install instructions.
* Removing unneeded aclocal.m4 in ACE wrappers.

--HG--
branch : trunk
2008-10-10 15:30:03 -05:00
XTZGZoReX 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.

--HG--
branch : trunk
rename : INSTALL => INSTALL.linux
rename : sql/updates/10_instantiated_battlegrounds.sql => sql/updates/10_world.sql
rename : sql/updates/11_arena_points_characters.sql => sql/updates/11_characters.sql
2008-10-10 15:20:27 -05:00
XTZGZoReX 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.

--HG--
branch : trunk
2008-10-10 13:37:21 -05:00