VladimirMangos
4039fa8a4a
[7219] Improvements ins shift-links work.
...
* Implement support 'Hplayer' link type. Mostly as player name highlights in command messages.
* Support shift-links parsing withoyt '|c' color prefix
* Many related code cleanups.
2009-02-02 03:10:47 +03:00
delavega
a26f327314
[7218] Fixed used message CHAT_MSG_GUILD_ACHIEVEMENT format.
...
Guild members will not recieve achievement messages.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2009-02-01 22:37:53 +03:00
VladimirMangos
4623402492
[7217] Remove outdated for 3.0.x gameobject 187039 invisibility (type 10) set in code.
...
Now gameobject expected have phasemask 2 in DB for expected work.
2009-02-01 22:03:56 +03:00
VladimirMangos
f5ac3d245f
[7216] Create gameobject in death point instead spawn point in spell 23019 effect.
2009-02-01 21:31:56 +03:00
VladimirMangos
ed59d22dec
[7215] .gobject setphase now really work.
2009-02-01 09:39:08 +03:00
VladimirMangos
4602ff9c21
[7214] Phase system continue development - Commands and fixes.
...
* Fixed creature/gameobject save from game (used in commands code only)
* Implement .modify phase (for player), .npc setphase (for creature/pet), .gobject phase (for gameobjects) commands
for set phasemask of selected object. In player/pet case temporary until in game phase switch/re-login/GM-mode change.
In creature/gameobject case change saved in DB.
* Add to .gps output phasemask value print. Allow use .gps command with creature/gameobject shift-link
(work for objects loaded in game in command time).
2009-02-01 08:13:16 +03:00
VladimirMangos
ed52e3f8f0
[7213] Fixed quest related GO activation/deactivation at join/leave/convert raid group.
2009-02-01 03:23:29 +03:00
VladimirMangos
a47c8d3bfc
[7212] Fixed check possibility quest drop present in loot template for player in case groupped loot.
2009-02-01 03:22:58 +03:00
VladimirMangos
781b013a98
[7211] Re-calculate "gameobject for quests" data at quest_template reload.
2009-02-01 02:15:13 +03:00
DiSlord
2e6e2946cc
[7210] Implement shaman 51505 and ranks crit, and work 55447 glyph
...
Signed-off-by: DiSlord <dislord@nomail.com>
2009-02-01 00:26:09 +03:00
DiSlord
2b1be18a02
Add some function for find/remove aura and use it in some cases
...
Signed-off-by: DiSlord <dislord@nomail.com>
2009-02-01 00:23:33 +03:00
DiSlord
8197ccbc73
[7209] Fix damage for paladin 53595
...
Signed-off-by: DiSlord <dislord@nomail.com>
2009-01-31 22:04:12 +03:00
DiSlord
f19f5618fb
Fix some targeting data get from client
...
Signed-off-by: DiSlord <dislord@nomail.com>
2009-01-31 22:02:23 +03:00
DiSlord
419f86e939
Set only one charge for 54741 mage spell
...
Signed-off-by: DiSlord <dislord@nomail.com>
2009-01-31 20:37:28 +03:00
DiSlord
14a50bfce9
Add custom chance for some spells in 16180 and ranks (added in 308)
...
Show enchant id in error log
Signed-off-by: DiSlord <dislord@nomail.com>
2009-01-31 19:41:42 +03:00
DiSlord
90f09e001a
Restore work priest 47580 and ranks after client switch
...
Signed-off-by: DiSlord <dislord@nomail.com>
2009-01-31 19:39:37 +03:00
VladimirMangos
9d83c18591
[7208] Lost chnage from prev, commit. Fix crash at player loading.
2009-01-31 06:37:36 +03:00
VladimirMangos
aa24bd836e
[7207] Phase system development continue for DB/in_game objects
...
* Store phase mask for creatures/gameobjects/corpse in DB
* Propertly set phase for summoned creatures/gameobjects/pets/corpses/spell related dynobjects
* Select proper phase for spawned creature/gameobjects and save it in DB
TODO: in game commands.
2009-01-31 06:11:50 +03:00
VladimirMangos
b5da610388
Phase system development continue.
...
* Use WorldObject phase mask field instead explicit aura scan. This allow have phase for any world objects.
* Add phase checks to packet broadcasters/object searchers. This let correctly work say/yell/area
and multi/random target spells/aggro assistance in phased areas or target selection.
* In GM-mode character presense (see and visible) in all phases except normal visibility efects including GM-visibility.
TODO: summoned objects phase set base at owner phase, load phase mask for creatures/gameobjects from DB, in game commands.
2009-01-31 06:06:01 +03:00
KiriX
0c43a425e8
[7206] Not set creep walking mode for recial stealth ability 58984.
...
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2009-01-31 05:56:05 +03:00
VladimirMangos
a1b5c3cb02
Cleanup code for UNIT_FIELD_BYTES_1 parts.
...
Move defines to Unit (values can be used with creatures)
Better gameobject barber chairs check at loading.
2009-01-31 05:55:10 +03:00
evilstar
af888cda40
[7205] Update table spell_chain to 3.0.8
...
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2009-01-31 02:18:08 +03:00
DiSlord
bbdf5ca8eb
[7204] Fixed type conversion in spell bonuses calc (fixed huge damage in some cases)
...
Signed-off-by: DiSlord <dislord@nomail.com>
2009-01-31 01:35:14 +03:00
timmit
6c2eeb86f8
[7203] Update MaxLevel money quest reward to expirience convertion for 303.
...
Note: old client compatible quest reward data will provide wrong result.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2009-01-31 00:58:34 +03:00
DiSlord
88419c968f
[7202] Fix warlock armor buff stack
...
Signed-off-by: DiSlord <dislord@nomail.com>
2009-01-30 23:01:03 +03:00
VladimirMangos
339c7f05f1
[7201] Prevent use 0 guid for pets and only odd guids for vehicles.
2009-01-30 05:12:08 +03:00
VladimirMangos
0fd361a0a3
Switch to support client 3.0.8a (build 3506)
...
Merge commit 'origin/308'
2009-01-30 02:10:23 +03:00
DiSlord
b798beeec6
[7200] Fix spell damage bonuses in some cases
...
Signed-off-by: DiSlord <dislord@nomail.com>
2009-01-29 22:23:26 +03:00
DiSlord
b6a2f2ece2
use m_amount as item count for Aura::HandleChannelDeathItem
...
Signed-off-by: DiSlord <dislord@nomail.com>
2009-01-29 20:40:32 +03:00
DiSlord
80d9bb4ba6
Add new ranks for some hunter sting
...
Signed-off-by: DiSlord <dislord@nomail.com>
2009-01-29 20:39:40 +03:00
DiSlord
59861857e5
Replace values by defines
...
Signed-off-by: DiSlord <dislord@nomail.com>
2009-01-29 20:38:26 +03:00
DiSlord
fdfd9c647a
[7199] Fix some spell bonus coefficients
...
Add some proc triger data
Signed-off-by: DiSlord <dislord@nomail.com>
2009-01-29 02:51:21 +03:00
DiSlord
727773e797
Allow dispell positive spells by mechanic on get mechanic immune aura
...
Signed-off-by: DiSlord <dislord@nomail.com>
2009-01-29 02:50:44 +03:00
DiSlord
b7c5513f2c
Implement AURA_STATE_ENRAGE
...
Signed-off-by: DiSlord <dislord@nomail.com>
2009-01-29 02:50:39 +03:00
DiSlord
1a63e23ffd
Not apply/remove passive auras on aura state change (not need)
...
Signed-off-by: DiSlord <dislord@nomail.com>
2009-01-29 02:50:33 +03:00
Energy
fb317f5aaa
Update CMSG_CALENDAR_GET_CALENDAR structure and re-enable for 3.0.8.
...
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2009-01-29 02:21:30 +03:00
Alex
edfeb6597d
[7198] SQL update will fix problems with charges old pre-3.0.3 summon spells for pets/companions/etc.
...
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2009-01-29 00:19:26 +03:00
DiSlord
ee6d98e182
[7197] Fixed wrong spell damage bonus calculation from AP
...
Fixed wrong bonus from one shaman buff
Signed-off-by: DiSlord <dislord@nomail.com>
2009-01-28 21:38:17 +03:00
DiSlord
003f909a58
Fixed possible crash in Unit::CalcAbsorbResist
...
Signed-off-by: DiSlord <dislord@nomail.com>
2009-01-28 21:31:49 +03:00
DiSlord
dc05b4cad8
Fixed crash in Get...Object call
...
Signed-off-by: DiSlord <dislord@nomail.com>
2009-01-28 21:30:31 +03:00
tomrus88
9ba229213f
Updated client build
2009-01-28 07:40:42 +03:00
VladimirMangos
889817235d
Fixed quest items objectived show in quest description SMSG_QUEST_QUERY_RESPONSE.
...
Original patch provided by traponinet.
TODO: implement 5 item objective use in ciode and DB.
2009-01-28 06:14:43 +03:00
DiSlord
977df35349
[7196] Restore priest pet hit mana regen
...
Signed-off-by: DiSlord <dislord@nomail.com>
2009-01-28 02:28:34 +03:00
DiSlord
4ecfbcc2f5
Use spell_bonus_data table for store custom damage/healing bonus coefficients
...
Big thanks ApoC for help create table.
Fixed bonuses for stacked periodic
Warning need test all coefficients for correct bonus amount.
TODO:
use this table for absorb bonus calculation
use this table for melee spells AP bonuses
use chain multipler in final damage/heal amount
Signed-off-by: DiSlord <dislord@nomail.com>
2009-01-28 02:23:16 +03:00
DiSlord
6d9a099a19
Rename some auras
...
Signed-off-by: DiSlord <dislord@nomail.com>
2009-01-28 02:13:09 +03:00
DiSlord
3035c45ed3
Add new ranks for shaman shield dummy
...
Signed-off-by: DiSlord <dislord@nomail.com>
2009-01-28 02:13:05 +03:00
VladimirMangos
430c634fd3
[7195] Implement SPELL_AURA_PHASE (261) and basics of phases system work (for player/creatures/pets only)
2009-01-27 19:17:52 +03:00
ApoC
700fb25407
[7194] Reorganized order.
...
Signed-off-by: ApoC <apoc@nymfe.net>
2009-01-27 14:59:49 +01:00
ApoC
ff1e2bb9fd
[7193] Renamed output Field Flags to Unit Flags in npc info command.
...
Signed-off-by: ApoC <apoc@nymfe.net>
2009-01-27 14:47:58 +01:00
ApoC
b27fbe8e4e
[7192] Fixed glyph opening order for lvl 30 and 50.
...
Signed-off-by: ApoC <apoc@nymfe.net>
2009-01-27 13:42:37 +01:00