Shauren
f3e97bfaae
Fixed ticking of periodic auras when m_periodicTimer for some reason became negative
...
--HG--
branch : trunk
2010-07-26 14:27:22 +02:00
click
33e079489b
Set flag for offhand melee spells to allow proper triggering of weapon-specific effects (fix by Lynx3d)
...
--HG--
branch : trunk
2010-07-25 17:06:12 +02:00
QAston
fce1f5b014
*Extend API of SpellScript by Dest and Damage/Heal setters and getters.
...
*Make some SpellScript function names shorter.
--HG--
branch : trunk
2010-07-25 16:23:57 +02:00
QAston
7308c112bb
*Add some more comments to SpellScript methods
...
*Remove forgotten error log
--HG--
branch : trunk
2010-07-25 02:05:12 +02:00
Brian
2bee687fdd
* Rename back the auto-accept flag from blizz even though it is currently not
...
* used.
--HG--
branch : trunk
2010-07-24 16:56:08 -06:00
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
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
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
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
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
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
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
click
4d09046d54
Modify pet leveling-logic slightly, making sure it'll pass up 5 FULL levels when tamed/unstabled
...
+ set XP to 0 if dropped DOWN to playerlevel (antihack with no excess XP allowed, thank you!)
Disclaimer: No pets were harmed (much) during these changes - no need to call PETA!
--HG--
branch : trunk
2010-07-21 17:24:51 +02:00
Shauren
88ab38e9c8
Fixed my own stupid mistake
...
--HG--
branch : trunk
2010-07-21 16:35:36 +02:00
Shauren
5689fb43c1
Removed leftovers in AccessRequirement
...
--HG--
branch : trunk
2010-07-21 15:55:16 +02:00
click
66adaf5825
Fix: Make stabled pets follow official regulations for levelling when taken out of stabled mode:
...
If the pet is more than five levels below the hunter, then as soon as it's removed from the stable it will level up to be exactly five levels below the hunter.
--HG--
branch : trunk
2010-07-21 15:49:47 +02:00
Shauren
04fd9ac4ce
Don't allow cancelling passive auras by client
...
--HG--
branch : trunk
2010-07-21 14:48:44 +02:00
Shauren
14b6a68857
Added new spell disable flag - core will not check if that spell exists in dbc, used for blizz deprecated items/quests
...
Fixed loading of access_requirement
--HG--
branch : trunk
2010-07-21 15:17:29 +02:00
click
19ed86ef30
Fix compile under *nix when not using PCH
...
--HG--
branch : trunk
2010-07-21 15:06:05 +02:00
click
f7cb0347e7
Update core defaults for vmap-enabling (missing in rc3fa907ec3)
...
--HG--
branch : trunk
2010-07-21 12:41:21 +02:00
click
48141a142f
Remove possible memleak with lingering outdoor pvp capturepoints - patch by ge0rg
...
--HG--
branch : trunk
2010-07-21 12:39:51 +02:00
Shauren
6a539270ec
Added global disable system and moved all disable fields/tables/configs into it
...
NOTE: instance disables were not converted for new system! if you had some then you need to fix that using new system
--HG--
branch : trunk
2010-07-21 12:14:23 +02:00
QAston
dd89c54c6e
*Move target handling of TARGET_DEST_CASTER_FRONT_LEAP out of SPELL_EFFECT_LEAP handler, this fixes spells with SPELL_EFFECT_LEAP using other target types.
...
--HG--
branch : trunk
2010-07-21 02:06:51 +02:00
thenecromancer
1944cd17a1
Merge
...
--HG--
branch : trunk
2010-07-21 01:43:18 +02:00
thenecromancer
389f6084c9
Use unified code for adding remaining DoT damage to some talents.
...
--HG--
branch : trunk
2010-07-21 01:42:02 +02:00
click
e4a008ca75
Branch merge
...
--HG--
branch : trunk
2010-07-21 01:35:57 +02:00