Commit Graph

10269 Commits

Author SHA1 Message Date
Brian 4b255a4564 * Branch merge
--HG--
branch : trunk
2010-07-24 16:46:08 -06:00
Brian 1fd9600597 * Rename some quest flags for Zor
--HG--
branch : trunk
2010-07-24 16:45:31 -06:00
QAston cdd56dc2b6 *Really fix *nix build. Thanks to Visagalis for testing.
--HG--
branch : trunk
2010-07-25 00:36:32 +02:00
Brian 667a65f25c * Fix spacing and remove wrong text from previous commit
--HG--
branch : trunk
2010-07-24 16:33:20 -06:00
Brian 356cd25e67 * Added new specialflag in quest_template for auto-accept quests.
* SpecialFlags|4
* After much research it was determined that blizz does this serverside.

--HG--
branch : trunk
2010-07-24 16:30:48 -06:00
QAston 0df91a8f9e *Remove accidently added file and fix build on some *nix configurations.
--HG--
branch : trunk
2010-07-24 23:58:23 +02:00
QAston 2352fc7cdf *Add base scripting interfce for spells - thanks to Brian for help in making it compile with GCC.
*Add hook for handling spell effects in new scripting system.

--HG--
branch : trunk
2010-07-24 22:41:42 +02:00
Shauren 687cd83bdd Fixed Thrill of the Hunt not restoring mana when Explosive Shot crits
Closes issue #2221.

--HG--
branch : trunk
2010-07-24 22:14:23 +02:00
Shauren 32ceff1267 Modified spell_scripts table, it is now possible to add different scripts for each spell effect
Allow SPELL_EFFECT_DUMMY spells to use spell_scripts

--HG--
branch : trunk
2010-07-24 21:51:25 +02:00
Brian 47db12b759 * Small increment that was forgotten
--HG--
branch : trunk
2010-07-24 07:34:38 -06:00
Brian 040f9fd083 * Add lootid output to .gobj info command
* Patch by Visagalis

--HG--
branch : trunk
2010-07-24 07:30:02 -06:00
click 8c76ea2f7c Ensure that Scatter Shot does not share diminishing returns with other spells
Closes issue 3013

--HG--
branch : trunk
2010-07-24 07:19:59 +02:00
Xanadu fead3738ac Fixed trauma/mangle stacking. Fixes issue #1460.
--HG--
branch : trunk
2010-07-24 05:51:19 +02:00
click 8df1dba022 Fix: Do not ignore CD for Hunter-based triggered spells (and thanks to QAston for the spell-lesson)
Fixes 1155

--HG--
branch : trunk
2010-07-24 05:12:36 +02:00
click 2a3df94bca Allow the full raidgroup to uses meetingstones, not just a single subgroup (blizzlike) - thanks to Silinoron!
--HG--
branch : trunk
2010-07-24 04:50:35 +02:00
click ad1ad4f220 Fix charactercleaning of talents
+ apply some codestyling and new headers

--HG--
branch : trunk
2010-07-24 04:16:23 +02:00
_manuel_ 9c16014f1e Added missing data to world_database.sql forgotten in commit 9000.
--HG--
branch : trunk
2009-07-23 22:27:01 -03:00
XTZGZoReX f5c1bbbd33 Fix naming in config files.
--HG--
branch : trunk
2010-07-23 22:01:19 +02:00
click 854464242d Fix wrong spell_bonus_data entry for Priests : Mind Flay (15407) - thanks to n4rk0 and filip.havlicek
Closes issue 2351

--HG--
branch : trunk
2010-07-23 21:58:13 +02:00
Brian 95701d453a Added tag UP33 for changeset 5da9f62c5795
--HG--
branch : trunk
2010-07-23 13:47:57 -06:00
Shauren 6d6c82de64 Build is fixed NOW
... guess you cant trust VS to do all things 100% properly

--HG--
branch : trunk
2010-07-23 21:20:15 +02:00
Shauren 8c42a26045 Proper fix for windows build
--HG--
branch : trunk
2010-07-23 21:16:04 +02:00
Brian f67689feb4 * Hopefully fix Windows post compile lib copy problem
* Please test and leave feedback

--HG--
branch : trunk
2010-07-23 11:45:40 -06:00
teacher 79e1918e4d Moved old sql files to /3.3.35a_old subdir.
--HG--
branch : trunk
2010-07-23 14:00:25 +02:00
Shauren ca9a8ac134 This should not have been commited
--HG--
branch : trunk
2010-07-23 13:36:39 +02:00
Shauren 0f71347d58 Fixed windows project files - added SOAP
Added project file for SOAP
Applied Trinity coding standards to TCSoap files

--HG--
branch : trunk
2010-07-23 11:27:04 +02:00
click 3f9ea75bfa Add SOAP-implementation (based on Benjys patch and adapted for latest core by xk1)
--HG--
branch : trunk
2010-07-23 09:26:23 +02:00
Brian 912a099d49 * Proper Trinity SQL standards for recent orientation file
* Update world_database.sql with that data

--HG--
branch : trunk
2010-07-23 01:03:43 -06:00
click 1c97876bcd Remove defunct handling of RemoteAccess console on/off (it's handled in config)
--HG--
branch : trunk
2010-07-23 08:09:50 +02:00
click 50a07882d9 [mq]: soap
--HG--
branch : trunk
2010-07-23 06:57:12 +02:00
Brian e344047493 * orientation information for the previous commit
* Provided by crackm (thanks Zor)

--HG--
branch : trunk
2010-07-22 14:48:46 -06:00
Brian 9ff821d8bb * Add the ability to set player orientation for new characters.
* Requires DB data to actully do anything, however not needed for working
* server
* Original patch by Vladimir

--HG--
branch : trunk
2010-07-22 14:37:32 -06:00
Brian c8662c888b * Implemented DB cleaning on startup
* Must be enabled in conf AND set in worldstates for what you want to clean
* CLEANING_FLAG_ACHIEVEMENT_PROGRESS  = 0x1,
* CLEANING_FLAG_SKILLS                = 0x2,
* CLEANING_FLAG_SPELLS                = 0x4,
* CLEANING_FLAG_TALENTS               = 0x8
* Set to 0xF to clean all 4
* Patch by hunuza

--HG--
branch : trunk
2010-07-22 13:41:19 -06:00
Shauren 903a3cbe76 Shaman totem models are now different depending on race
--HG--
branch : trunk
2010-07-22 17:31:27 +02:00
_manuel_ 3f9086fb4f Fixed resist chances with Positive Auras.
BIG thanks to QAston.

--HG--
branch : trunk
2010-07-22 13:04:47 -03:00
click 31956e06b8 Add missing CheckStableMaster() functions for SPELL_AURA_OPEN_STABLE-implementation
- casting Call Stabled Pet opens stable-window, with proper updating

--HG--
branch : trunk
2010-07-22 14:32:48 +02:00
Shauren a23f4a0f45 sigh, i did the same compile error mistake
--HG--
branch : trunk
2010-07-22 13:02:47 +02:00
Shauren f03d5a874b Add proper check to EffectQuestComplete preventing completion of quest if we already did that
--HG--
branch : trunk
2010-07-22 13:01:33 +02:00
QAston 34b75bca95 *Backout second change from last commit (CanCompleteQuest check) Thanks to Shauren for info.
--HG--
branch : trunk
2010-07-22 12:56:32 +02:00
QAston 002e6e1029 *Remove not needed dummy effect handler for spell 28006 - by azazel_kon
*Add CanCompleteQuest in Spell::EffectQuestComplete - thanks to azazel_kon for research.
*Fixes issue #3011

--HG--
branch : trunk
2010-07-22 12:48:11 +02:00
QAston 13a2a1afc6 *Fix amount calculation for spell effect with EffectDieSides set to 0.
--HG--
branch : trunk
2010-07-22 12:21:11 +02:00
teacher 50e459b5c5 Proper name for my previous sql update. Sorry for wasting rev numbers.
--HG--
branch : trunk
2010-07-22 12:19:31 +02:00
Shauren cab2f7bad1 Fix new character delete system. Those queries were not supposed to be there.
patch by Az@zel

--HG--
branch : trunk
2010-07-22 12:16:47 +02:00
teacher fa771560a8 Added placeholder for serverside spell for future development.
--HG--
branch : trunk
2010-07-22 12:16:08 +02:00
teacher da84793023 Fixes import errors (updated insert statements to new table structures) to world_database.sql.
Some random Trinity standards in sql syntax.

--HG--
branch : trunk
2010-07-22 11:44:09 +02:00
QAston 543bba9949 *Implement SPELL_AURA_OPEN_STABLE(292) - original patch by Ceris, modified by VladimirMangos
*Improvements in error messaging for stable related opcodes - by VladimirMangos

--HG--
branch : trunk
2010-07-22 03:12:28 +02:00
Brian 88e1d12d44 * Add missing SQL update
--HG--
branch : trunk
2010-07-21 12:26:28 -06:00
Brian 4320b10901 * Implement the ability to delete characters without them being removed from
* the DB, so they can be unerased
* Original patch by DasBlub
* Ported to Trinty by Az@zel

--HG--
branch : trunk
2010-07-21 12:13:23 -06:00
Shauren 5995a8ec1d Change order of loading for disable system
--HG--
branch : trunk
2010-07-21 20:08:54 +02:00
Brian 8ceda47e39 * Implement additional usage of item_template.FlagsExtra Horde / Ally only
* Check loot (no longer need loot condition)
* Check equip/use
* Original patch by Vladimir
* Ported to Trinity by Az@zel

--HG--
branch : trunk
2010-07-18 04:37:08 -06:00