megamage
f4e2dccacb
[7705] Rename some account/character related commands.
...
* .lockaccount -> .account lock
* .password -> .account password
* .chardelete -> .character delete
* .customize -> .character customize
* .rename -> .character rename
[7706] Rename command .plimit -> .server plimit
Author: VladimirMangos
--HG--
branch : trunk
2009-04-24 11:45:25 -05:00
megamage
23f729a7c7
[7704] Implement damage part for spell 12809. Author: Trogvar
...
--HG--
branch : trunk
2009-04-24 11:15:04 -05:00
megamage
b24b4681c6
*Merge.
...
--HG--
branch : trunk
2009-04-24 11:12:01 -05:00
megamage
6477e8ca30
*Fix some script crash casued by threatlist.
...
--HG--
branch : trunk
2009-04-24 11:08:25 -05:00
XTZGZoReX
c9c86b36df
* Optimized Log::outDB by removing unneeded variadic argument parsing. Also use enum instead of explicit uint32.
...
--HG--
branch : trunk
2009-04-24 18:01:31 +02:00
Chaz Brown
f235fb6694
* merge
...
--HG--
branch : trunk
2009-04-24 03:10:13 -04:00
Chaz Brown
4767c62929
Backed out changeset c1aef8af04ef (rev 2895) until I (or someone else) can figure out how to do it correctly.
...
--HG--
branch : trunk
2009-04-24 03:09:41 -04:00
Chaz Brown
8a7d5782e7
*merge
...
--HG--
branch : trunk
2009-04-24 03:07:40 -04:00
Chaz Brown
41e2a5501e
Backed out changeset 63c2c054d765 (rev 1414) until I (or someone else) can figure out how to do it correctly.
...
--HG--
branch : trunk
2009-04-24 03:06:52 -04:00
Chaz Brown
b14bb5b39a
Change all SD2: to TSCR:
...
--HG--
branch : trunk
2009-04-24 00:51:09 -04:00
Chaz Brown
d0ffec6592
Change all SD2: to TSCR:
...
--HG--
branch : trunk
2009-04-24 00:50:59 -04:00
Chaz Brown
76413e28fe
Modify TrinityScript to use main config file. (Fix problems when using -c on the command line)
...
--HG--
branch : trunk
2009-04-24 00:48:44 -04:00
Chaz Brown
034a9be723
Modify TrinityScript to use main config file. (Fix problems when using -c on the command line)
...
--HG--
branch : trunk
2009-04-24 00:48:35 -04:00
megamage
d4c15bb11a
[7703] Implement heal/damage total counters and related BG achievments. Author: Trazom
...
* ACHIEVEMENT_CRITERIA_TYPE_DAMAGE_DONE
* ACHIEVEMENT_CRITERIA_TYPE_HEALING_DONE
--HG--
branch : trunk
2009-04-23 22:07:37 -05:00
megamage
e991397971
[7702] Implement some damage/healing achievement statistics. Author: Trazom
...
* ACHIEVEMENT_CRITERIA_TYPE_HIGHEST_HIT_DEALT
* ACHIEVEMENT_CRITERIA_TYPE_HIGHEST_HIT_RECEIVED
* ACHIEVEMENT_CRITERIA_TYPE_TOTAL_DAMAGE_RECEIVED
* ACHIEVEMENT_CRITERIA_TYPE_HIGHEST_HEAL_CASTED
* ACHIEVEMENT_CRITERIA_TYPE_TOTAL_HEALING_RECEIVED
* ACHIEVEMENT_CRITERIA_TYPE_HIGHEST_HEALING_RECEIVED
--HG--
branch : trunk
2009-04-23 22:07:04 -05:00
megamage
892053938e
[7701] Move explicit healing repeating code to DealHeal functions. Author: Trazom
...
--HG--
branch : trunk
2009-04-23 22:02:41 -05:00
megamage
bd56af1294
*Merge.
...
--HG--
branch : trunk
2009-04-23 21:44:48 -05:00
megamage
84e9ffb487
*Set mover based on client response.
...
--HG--
branch : trunk
2009-04-23 21:43:20 -05:00
megamage
e97ddc5872
*Do not let civilian aggro players.
...
--HG--
branch : trunk
2009-04-23 21:38:50 -05:00
megamage
17056452d7
*Fix a typo that makes players drop off the transport.
...
--HG--
branch : trunk
2009-04-23 21:33:42 -05:00
QAston
f405468cc9
*Fix a typo
...
--HG--
branch : trunk
2009-04-23 21:02:29 +02:00
QAston
066af701d3
*Fix frenzy and Ferocious Inspiration proc.
...
*Add command .reset all pet_spells - use it if you still have problems with pet talents after recent revs changes (like pets with all talents for example)
--HG--
branch : trunk
2009-04-23 20:57:17 +02:00
Anubisss
786428b047
*Fix a typo in Cannon Master Willey's script by Thraxx. Thank you.
...
--HG--
branch : trunk
2009-04-23 17:33:02 +02:00
QAston
cedc328d1f
Allow Penance to trigger Grace.
...
--HG--
branch : trunk
2009-04-23 14:20:14 +02:00
megamage
bce871f253
*Fix a client crash caused by transport.
...
--HG--
branch : trunk
2009-04-23 00:12:29 -05:00
megamage
f5fff5b186
*Add a new class for event based scripts. Two examples are given.
...
--HG--
branch : trunk
2009-04-22 23:03:49 -05:00
megamage
92d8abea95
*Fix some broken spells without targetA and B.
...
--HG--
branch : trunk
2009-04-22 22:04:13 -05:00
megamage
db3e17cb70
[7700] Implement ACHIEVEMENT_CRITERIA_TYPE_EARN_HONORABLE_KILL Author: DonTomika
...
--HG--
branch : trunk
2009-04-22 18:03:07 -05:00
megamage
0f57808238
*Fix build.
...
--HG--
branch : trunk
2009-04-22 18:02:41 -05:00
megamage
7b2443c1f9
[7699] Avoid implicit convertion enum constant value to 'uint32 const&' in templated code. Author: VladimirMangos
...
This triggering wrong code generation in release mode for VS2003/VS2005.
--HG--
branch : trunk
2009-04-22 18:01:35 -05:00
megamage
1a90380b48
[7698] Remove redundent call InterruptNonMeleeSpells. Author: NoFantasy
...
--HG--
branch : trunk
2009-04-22 17:59:11 -05:00
megamage
3b49bfb1ff
[7697] Interrupt casting at enter to evade mode. Author: VladimirMangos
...
--HG--
branch : trunk
2009-04-22 17:58:46 -05:00
megamage
3a316370b1
[7696] Fixed compile warnings Author: AlexDereka
...
--HG--
branch : trunk
2009-04-22 17:56:59 -05:00
megamage
e7e03d167e
*Merge.
...
--HG--
branch : trunk
2009-04-22 17:52:01 -05:00
megamage
1cd8ea8c1a
*Fix some bugs about vehicle.
...
--HG--
branch : trunk
2009-04-22 17:50:26 -05:00
megamage
dc326fdf2c
*Fix a crash in warbringer_omrogg.
...
--HG--
branch : trunk
2009-04-22 17:23:00 -05:00
megamage
06667c40dd
*Fix some bugs about vehicle.
...
--HG--
branch : trunk
2009-04-21 15:43:03 -05:00
megamage
c25158f836
*Fix the bug that unit cannot enter vehicle.
...
--HG--
branch : trunk
2009-04-21 15:12:59 -05:00
megamage
32e44b6c99
*Fix build.
...
--HG--
branch : trunk
2009-04-21 15:07:02 -05:00
Anubisss
4859edfb34
*Minor check in Ambassador Hellmaw's UpdateAI().
...
--HG--
branch : trunk
2009-04-21 21:26:45 +02:00
megamage
7310c90f40
[7694] Fixed achievement criteria set at loading. Author: raven_coda
...
--HG--
branch : trunk
2009-04-21 14:24:00 -05:00
megamage
7ab4b28f5c
[7693] Allow use .revive command in console, support revive offline players. Author: VladimirMangos
...
--HG--
branch : trunk
2009-04-21 14:23:32 -05:00
megamage
e643d3994c
*Fix the bug that some mount spells show two mounts, one on the other.
...
--HG--
branch : trunk
2009-04-21 14:20:00 -05:00
megamage
60ca71e64f
*Use null AI for vehicles.
...
--HG--
branch : trunk
2009-04-21 14:08:49 -05:00
megamage
297498f1f7
*Fix the bug that all vehicles are broken.
...
--HG--
branch : trunk
2009-04-21 14:05:54 -05:00
BroodWyrm
e20e65ced9
*Merge.
...
--HG--
branch : trunk
2009-04-21 21:02:03 +02:00
BroodWyrm
daa03d409e
*Change hardcodet yells to DB script text
...
--HG--
branch : trunk
2009-04-21 21:00:21 +02:00
megamage
6c38623dfc
*Fix broken threat mod auras. Now players can gain correct threat.
...
--HG--
branch : trunk
2009-04-21 13:58:08 -05:00
megamage
787cd7fcb5
*More work on vehicle.
...
--HG--
branch : trunk
2009-04-21 13:49:39 -05:00
Andy@conmuc-l03
784d388069
Added a Spell for KilJaeden (need it later)
...
--HG--
branch : trunk
2009-04-21 20:39:06 +02:00