azazel
5fa14f58dc
Core/Cleanup:
...
* move repeating code into separate method for storing locale strings in ObjectMgr (copy/paste sucks, you know)
* fix 'signed/unsigned' warnings (at least in VS)
* fix some other warnings and cleanup relative code
--HG--
branch : trunk
2010-08-26 15:54:56 +06:00
Supabad
6036166716
Core/scripts: core support for escort Mark V is Alive!
...
Thanks to Schmoozerd from sd2
--HG--
branch : trunk
2010-08-26 11:36:26 +02:00
Supabad
267ee68406
Scripts/Ulduar: More work on Flame Leviathan (still WIP)
...
- Add support for shutdown and repair events
--HG--
branch : trunk
2010-08-26 11:08:42 +02:00
click
87a7560d5f
Core: Remove include for ObjectMgr.h from... ObjectMgr.h
...
--HG--
branch : trunk
2010-08-26 09:25:02 +02:00
Shocker
87e3700981
Typo in previous commit, I apologize
...
--HG--
branch : trunk
2010-08-26 06:57:50 +03:00
Shocker
2748f86bdb
Fix crash when using a pool template with an entry > 65535, fixes issue #3632
...
--HG--
branch : trunk
2010-08-26 06:49:31 +03:00
azazel
341e6303ef
Core:
...
* add helping methods for manipulating unit's health and use it where applicable
* fix some conversion warnings and cleanup code (formatting, CRLF, tabs to spaces)
--HG--
branch : trunk
2010-08-26 01:20:57 +06:00
Machiavelli
bb5f7b6492
More async queries in stable master opcode handlers instead of blocking queries
...
Please report any issues that pop up.
--HG--
branch : trunk
2010-08-25 21:03:28 +02:00
Shocker
91ebad0016
* Add support for quest 1393 (Galen's Escape), original code by przemratajczak, port by McBitter, closes issue 3463
...
* Fix typo in AuctionHouseHandler, thanks GriffonHeart, fixes issue 3609
* Forgotten thanks
--HG--
branch : trunk
2010-08-25 21:23:28 +03:00
Machiavelli
e8a7a53bfa
Fix crash added in 9c655c11b7
...
--HG--
branch : trunk
2010-08-25 19:12:53 +02:00
Brian
de858a4c33
Core/CLI: actualy respect the config value for displaying the update time
...
diff. No more spam of low update time diff.
--HG--
branch : trunk
2010-08-24 23:17:43 -06:00
Shocker
a43b0b9fd1
* Change default config value for group visibility mode, allow visibility of stealthed/invisible players ride-wide, closes issue 3532
...
* Also make sure default values are set in World.cpp too, thanks svetilo12
--HG--
branch : trunk
2010-08-25 19:00:40 +03:00
Shocker
bd2ffab07a
* Move Paladin Judgement bonuses to spell_bonus_data, thanks deltapower.inc
...
* Avoid code duplication by moving spell interrupt code for jump effects to a common function for both EffectJump and EffectJumpDest, thanks devthenecro
--HG--
branch : trunk
2010-08-25 18:24:40 +03:00
Brian
2c7cc99937
Core: fix compile
...
From Shauren
--HG--
branch : trunk
2010-08-24 18:53:50 -06:00
Shocker
020211bb31
Fix seal unleash damage for Seal of Wisdom / Light / Justice / Vengeance
...
--HG--
branch : trunk
2010-08-25 06:17:12 +03:00
Shocker
9013353a4b
Change default settings for OffhandCheckAtSpellUnlearn (new: 1) and MaxArenaPoints (new: 10000)
...
--HG--
branch : trunk
2010-08-25 05:43:40 +03:00
Shocker
c741163313
Knockback (ex: Thunderstorm) and Jump (ex: Death Grip) effects must instantly interrupt spellcasting on victim. Fixes issue 1973
...
--HG--
branch : trunk
2010-08-25 05:14:16 +03:00
Shocker
4da71ac657
* Fix a crash in Culling of Stratholme
...
* Typo fix from previous rev
--HG--
branch : trunk
2010-08-25 03:53:43 +03:00
Shocker
d3c6edeb4a
Correct usage of basePoints in various locations
...
--HG--
branch : trunk
2010-08-25 03:21:22 +03:00
silinoron
b940a92415
Fix CRLF.
...
--HG--
branch : trunk
2010-08-24 17:02:39 -07:00
enjoi
25c8ab63f8
Core/Player: Add new function AddItem. Useful in the scriptsystem for custom scripts.
...
--HG--
branch : trunk
2010-08-24 18:18:31 -05:00
silinoron
aaaeecc916
Add support for vehicle scaling based on item level.
...
Requires database data.
Fixes issue #2754
--HG--
branch : trunk
2010-08-24 15:04:34 -07:00
Shocker
c0dda8b492
* Forgotten stack rules for rev f69fb2d3e0, thanks svetilo12
...
* Fix a crash in rev a972aa682b
--HG--
branch : trunk
2010-08-24 22:47:41 +03:00
silinoron
9b75f358ba
Implement ACTION_T_MOUNT_TO_ENTRY_OR_MODEL (43) for creature eventAI.
...
Read doc/EventAI.txt for details.
Originally by NoFantasy.
--HG--
branch : trunk
2010-08-24 10:34:35 -07:00
Spp
89d87339d5
Core: Update Player Limit and Player Security Level variables
...
- Allowed Security Level will be set at server load or with 'server plimit reset' command (before it was read each time someone tried to join)
- If Security Level is updated to a more restrictive value all people under that level will be autokicked
--HG--
branch : trunk
2010-08-24 19:09:41 +02:00
Machiavelli
119e057810
I love you HG
...
--HG--
branch : trunk
2010-08-24 19:05:59 +02:00
Machiavelli
4185bb3181
DBLayer:
...
- Implement QueryCallback_2 template for ACE_Future callbacks using 2 parameters for the callback function
- Make MSG_LIST_STABLED_PETS´s handler use async query instead of blocking query
--HG--
branch : trunk
2010-08-24 19:04:25 +02:00
click
e5337169c8
Core: Fix non-PCH builds - defining SpellScripts before we have the auraApplications defined will not work
...
--HG--
branch : trunk
2010-08-24 16:07:52 +02:00
Spp
9e4357c9ad
Core: Fix more warnings
...
--HG--
branch : trunk
2010-08-24 14:44:56 +02:00
Shocker
c728681422
* Remove some old checks in aura stacking and change default stack rule to true
...
* Add stacking rules for Mark/Gift of the Wild, Power Word/Prayer of Fortitude, Prayer of/Shadow protection
NOTE: Although highly unlikely, this *might* cause some stacking problems until we properly define rest of the stacking rules in spell_group, so report any stacking issues
* Some missing lads from THANKS file
--HG--
branch : trunk
2010-08-24 14:38:00 +03:00
Spp
eedce26148
Dungeon Finder: Limit the number of groups added to queue to one per update
...
--HG--
branch : trunk
2010-08-24 10:37:55 +02:00
Spp
33f1c597a0
Remove trailing spaces in Dungeon Finder files
...
--HG--
branch : trunk
2010-08-24 10:32:53 +02:00
Shauren
0079e8e3b5
compilefix
...
--HG--
branch : trunk
2010-08-24 11:40:40 +02:00
Shauren
41ec3bf89d
Core/PlayerDump: Generate new guids for equipement sets when loading dumps
...
--HG--
branch : trunk
2010-08-24 11:08:12 +02:00
Shocker
4a30a2815b
Force offhand weapon unequip when player doesn't have Dual Wield anymore
...
--HG--
branch : trunk
2010-08-24 08:19:17 +03:00
Shocker
b2f542530f
Fix Guardian Spirit's healing
...
--HG--
branch : trunk
2010-08-24 07:49:16 +03:00
silinoron
85e72c9132
Only send LANG_NOT_ENOUGH_GOLD notification during trade if the trader does not have enough money...
...
Thanks 0xFuture.
Fixes issue #3587
Update THANKS file...
--HG--
branch : trunk
2010-08-23 21:41:29 -07:00
silinoron
c2286fc70d
Fix a typo in World.cpp.
...
Thanks Paradox for pointing it out.
--HG--
branch : trunk
2010-08-23 21:36:52 -07:00
Shocker
5e92a8e55a
Fix accessories for vehicle player mounts (the vendors on Traveler's Tundra Mammoth for example)
...
--HG--
branch : trunk
2010-08-24 07:19:29 +03:00
John Holiver
fcebd3117a
Fix Shaman T10 Ele 2P. Big thanks to Dr.Tenma!!!
...
Fix Warrior T10 Melee 2P.
--HG--
branch : trunk
2010-08-24 01:01:46 -03:00
silinoron
8649bee17f
Replace World::getConfig with World::getFloatConfig, World::getIntConfig, and World::getBoolConfig.
...
Also fix a warning from a previous commit.
--HG--
branch : trunk
2010-08-23 19:56:47 -07:00
silinoron
6601f46fd3
Fix Bladestorm and disarm.
...
Fixes issue #1899
Fixes issue #2562
Fixes issue #2833
--HG--
branch : trunk
2010-08-23 17:11:50 -07:00
silinoron
1d54b8e3d6
Tabs to spaces...
...
--HG--
branch : trunk
2010-08-23 16:55:37 -07:00
John Holiver
48bfe264d9
Fix Shaman Tier Bonus
...
* T9 Ele 4P
* T10 Res 4P
* T10 Enh 2P
* Partially, T10 Ele 2P (need some way to send ¨decrease CD¨ msg to client)
--HG--
branch : trunk
2010-08-23 20:41:54 -03:00
silinoron
34384a3832
Spell 62124 should allow critical hits.
...
Based on patch by Toni.Shocker (yes, again).
Fixes issue #3554
Also get rid of GuildScript in TODO, as it already exists.
--HG--
branch : trunk
2010-08-23 15:51:34 -07:00
silinoron
8bebc56b8f
merge
...
--HG--
branch : trunk
2010-08-23 15:13:20 -07:00
QAston
07a3a1254b
*Add AuraScript class for scripting aura objects - scripts are registered same way as SpellScripts, bound to SpellScriptNames table. For more details see example_spell.cpp and SpellScript.h
...
*Rename SpellHandlerScript to SpellScriptLoader, EffectHandlerFn to SpellEffectFn, HitHandlerFn to SpellHitFn, SpellScript::EffectHandlers to SpellScript::OnEffect, these changes were neccesary to prevent namespace collisions, happily you can solve these by simple find and replace
*Make spells 66244 and 5581 example scripts.
--HG--
branch : trunk
2010-08-24 00:10:49 +02:00
silinoron
c09528a6bf
Fix spellstealing durations when duration of stolen buff is infinite.
...
Based on patch by Toni.Shocker.
Fixes issue #3550
Fixes issue #3017
--HG--
branch : trunk
2010-08-23 15:10:27 -07:00
silinoron
1691065162
Damage over time spells should not cause spell pushback.
...
Based on patch by Toni.Shocker.
Fixes issue #3551
--HG--
branch : trunk
2010-08-23 15:06:51 -07:00
silinoron
29daa0bb84
Glyph of Innervate should return 45% of base mana instead of total.
...
Patch by Toni.Shocker.
Fixes issue #3553
--HG--
branch : trunk
2010-08-23 14:56:48 -07:00