Commit graph

317 commits

Author SHA1 Message Date
przemratajczak
6fef6a2e52 [9288] Prevent apply spell power bonuses to some item heals.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-02-03 02:29:25 +03:00
Ceris
965bd2272b [9277] Fixed AP bonus percent for spell 16857.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-01-31 20:41:40 +03:00
NoFantasy
203faef9fd [9262] Allow larger value in database quest_template.QuestFlags
Signed-off-by: NoFantasy <nofantasy@nf.no>
2010-01-28 17:16:05 +01:00
VladimirMangos
f444a6b9db [9250] Fixed my typo in 9246_01_characters_character.sql
And provide sql update for case if old sql update version already applied.
It's no-op for case when used new sql update version.
2010-01-24 18:50:15 +03:00
hunuza
aa14f45e60 [9246] Move more values from data to own fields.
Now possible (need recheck) glyphs still used form `data`.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-01-24 17:03:54 +03:00
Laise
39b7636094 [9244] Implement talent Rime
And apply SPELLMOD_COST to rune spell cast as part this.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-01-23 20:19:13 +03:00
KiriX
49a3040a56 [9222] New start spell for alow proper use new startup weapon.
After sql update apply new and old charactrs for affected class/race pairs
will receive spell at first/next login.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-01-20 13:16:03 +03:00
laise
a20a0a9d5c [9220] Implement talent 53527 and ranks.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-01-20 10:48:26 +03:00
VladimirMangos
8a03785470 [9198] Replace targeted movegen by 2 new: chase/follow movegens.
NOTE: this is mostly just formal adding 2 movegens with very limited cleanups.
Real result from adding 2 new movegens possible after apply more deep cleanups/fixes
in UNIT_STAT_CHASE/UNIT_STAT_FOLLOW set. But this will need more cereful changes
because we have currently sometime strange dependences and places for set for this flags.
Similar cleanups required for other movegen related flags. Infact i have related patches but
need more testing before apply step by step.
2010-01-17 09:37:11 +03:00
VladimirMangos
a21affbd68 [9160] Implement and use PROC_EX_FULL_BLOCK
It used for spell 31245 and ranks new proc flags.

Original patch provided by dardennf.
2010-01-12 12:07:58 +03:00
laise
07d121b6f7 [9156] Implement talent 19552 and ranks affect of spell 61846 and ranks.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-01-12 07:15:22 +03:00
KAPATEJIb
e646dc9023 [9155] Update spell_proc_event for spell 20375, 21084, 31801.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-01-12 06:34:00 +03:00
KAPATEJIb
799919edc5 [9153] Use in code heal amount calculation for 20165.
Thanks to MrLama for small cleanups and patch updating.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-01-12 06:00:01 +03:00
KAPATEJIb
171a2e02d7 [9150] Fixed some paladin spell bonuses
* Use stack size in additional spell damage for 31803/53742.
* Use in code calculation for additional spell 20187/20375 damage

Thanks to MrLama for small cleanups and patch updating.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-01-12 02:30:15 +03:00
KAPATEJIb
73a368d64a [9149] Drop code and DB data for removed 31892/53720 and related spells.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-01-12 01:08:17 +03:00
VladimirMangos
cf8b2f660c [9148] Revert "[9042] Remove double apply bonuses for spell 635/31935 and ranks"
* This reverts commit 2157bc1b2fb064bd6bf0dfa5b4152d13760450c5.
* And drop DB bonus data.

Thanks to MrLama and pasdVn for reseach problem.
2010-01-12 00:15:40 +03:00
VladimirMangos
dc643371c8 [9136] Merge branch '330' - Switch to support client version 3.3.0A
You need extract new dbc.

Also recommended extract new map/vmaps.

And apply ofc sql updates that including character convertion.

Special thanks to TOM_RUS for continue work at next client versions support :)
2010-01-10 07:29:44 +03:00
laise
96fbeab3e9 [9133] Fixes in talent 11129 work.
* Restore after client switch talent triggering.
* Propertly remove triggred auras stack or main spell aura at expire/cancel.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-01-10 00:45:29 +03:00
frcoun
352c3811b2 [9125] Add dummy effect of spell 46167
SQL update included to ensure proper work (if database has existing data)

Signed-off-by: NoFantasy <nofantasy@nf.no>
2010-01-08 00:20:38 +01:00
frcoun
147c250a56 [9121] Implement dummy effects for spell 50926,51026,51592 and 51961
Note: Some adjustments in addition to original patch, using delay despawn.
Also provide sql update for proper work of affected spells (if already exist in database).

Signed-off-by: NoFantasy <nofantasy@nf.no>
2010-01-07 21:34:43 +01:00
b482518
65c12d4998 [9095] Allow apply .modify scale to targeted creature (without save scale).
Also add command description to mangos.sql.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-01-01 18:21:39 +03:00
VladimirMangos
202ffa82ca [9074] Fix typo in 'server shutdown' description. 2009-12-27 22:10:02 +03:00
KAPATEJIb
c31f2c0a1f [9070] Add explcit 6 sec triggering cooldown to 58597.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2009-12-25 22:32:38 +03:00
MrLama
ab539a9de6 [9068] Include spell 35395 in trigger list for talent 53380 and ranks.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>

Also remove wrong masks from talent 53486 and ranks.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2009-12-25 22:18:43 +03:00
VladimirMangos
441aa50bad [9064] More internal cooldowns for some intem spells. 2009-12-25 18:59:56 +03:00
MrLama
d432c34307 [9045] Implement talent 48539 and ranks.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>

Also some typos in mangos.sql field order fixes (sql updates in past ahe been correct)
2009-12-22 00:16:31 +03:00
Splinter
27e7190301 [9034] Add internal cooldown for item 47215 effect.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2009-12-20 01:43:03 +03:00
laise
0c636c6e3e [9025] Implement talent 63373 and ranks.
Idea with AddTriggeredSpell use suggested by darkstalker.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2009-12-19 06:29:17 +03:00
Seizer
cc9072c89f [9019] Add/update some hidden threat values for warrior/druid spells.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2009-12-18 04:13:08 +03:00
Sarjuuk
393ab4a7ca [9018] Implement aditional form specific bonus for 16857.
SQL data prepered by MrLama.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2009-12-18 03:03:29 +03:00
VladimirMangos
71f8f1b5a1 [9015] Fixed spell 34914 ranks dispel damage and spell 29722 and ranks bonus damage.
In both cases not expected additional spell damage bonus apply.
2009-12-17 22:11:42 +03:00
Laizerox
022524c1bb [9010] Implement realmd support realms for different client versions
* Supported 1.12.1, 1.12.2, 2.4.3, 3.2.2a in same time as relams in same realmlist
* mangosd by self check correct for it client build and reject all incorrect cases
* realmd know from mangosd what builds supported each realm and
  if realm not support it then in relamlist for specific client this relam show as offline.
  Not need any manual settings for this.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2009-12-17 03:40:29 +03:00
jorooo
4b8664ab5a [9007] Set internal cooldowns for trinkets and some other items/spells.
Including items: 27683, 28418, 30619, 30626, 43134, 38579, 38212, 40767,
                 37559, 40865, 38071, 38072, 43462, 43470, 43573, 43829,
		 28190, 49076, 40682, 28034, 37220, 37390, 37064, 44308,
		 37660, 37264, 39229, 37657, 40258, 40382, 41385, 43838.

Also included data prepared by co-authors: Sephiroth1983, nos4r2zod, Sarjuuk, oc_redfox, Alez.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2009-12-16 21:29:48 +03:00
laise
7ee3d3a22c [9005] Add internal cooldown for item 40373 effect.
Thanks to Splinter for cleanup query.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2009-12-16 17:32:56 +03:00
Splinter
11f0086b77 [9001] Add internal cooldown for for item 42987 effect.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2009-12-16 15:55:22 +03:00
VladimirMangos
457807eb80 [8996] Implement 2 items effect from itemsets 803/-33
Original patch provided by Splinter.
2009-12-16 00:51:32 +03:00
Splinter
7ce03aaf51 [8995] Overwrite wrong proc flags for glyph 43539 triggering.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2009-12-15 23:13:43 +03:00
Lynx3d
e0d8c8fcd8 [8993] Fixed spell family mask 53817 one more time.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2009-12-14 18:42:48 +03:00
pasdVn
a108dc0d39 [8992] Fixed spell proc data for
* 19184 and ranks
* 53290 and ranks
* 34506 and ranks
* 35100 and ranks
* 46913 and ranks
* 51521 and ranks (use cooldown for prevent triggred spells proccessing)
* also 34457, 20784

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2009-12-14 17:34:43 +03:00
VladimirMangos
1057f6fd28 [8988] Overwrite default wrong class family mask for spell 53817. 2009-12-14 09:51:13 +03:00
NeatElves
807cd94166 [8981] Re-apply sql update from [8211] that not included in mangos.sql in past.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2009-12-12 23:45:22 +03:00
The_Game_Master
432944fd75 [8980] Avvoid apply spell bonuses to glyph 42408 heal amount.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2009-12-12 23:35:16 +03:00
VladimirMangos
a2bb655501 [8965] Implement quit command for close RA connection.
World only in RA comandline.
2009-12-10 19:20:59 +03:00
VladimirMangos
05d1dc40dc [8950] Implement talent 55198. 2009-12-08 22:07:07 +03:00
VladimirMangos
87cc1412f8 [8946] Implement talent 57499. 2009-12-08 10:48:14 +03:00
Shad00w
e8b1905630 [8943] Add spell_chain data for 24604 and ranks.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2009-12-07 22:31:42 +03:00
VladimirMangos
a4c972faec [8938] Implement talent 50880 and ranks. 2009-12-07 15:45:22 +03:00
przemratajczak
32dda71cd8 [8932] Add spell_chain data for spell 50518 and ranks.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2009-12-06 22:28:11 +03:00
Syn
98a83f7270 [8931] Fixed typo om spell_bonus_data for spell 172
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2009-12-06 22:09:24 +03:00
MrLama
258e0d7389 [8930] Implement bonus periodic heal part for spell 19750 and ranks.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>

Also code ordering and cleanups.
2009-12-06 21:55:44 +03:00