patman128
3032e80bb6
[9795] Implement CONDITION_INSTANCE_SCRIPT (mapid, some_id)
...
True if mapid fit to called instance map id and instance script confirm success for some_id case.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-04-26 09:12:48 +04:00
VladimirMangos
7ee25008d3
[9794] Implement ".account characters" command
...
Console/chat command output characters list for specific account.
2010-04-26 07:13:39 +04:00
DasBlub
26cbb01556
[9793] Add 'Logout Player' output to the Char.log
2010-04-25 18:30:24 +02:00
Laise
5902f6cf77
[9792] Fix wrong damage dealing from commit [9784]
2010-04-25 07:15:56 +03:00
VladimirMangos
065a6732e1
[9791] Fixed problem with character deleting at some server platforms.
2010-04-25 02:20:10 +04:00
VladimirMangos
0cbcfef0fb
[9790] No reason lost time at other checks if spell diff id not provided.
2010-04-24 23:05:04 +04:00
Laise
51546e1ff9
[9789] Implement spell selection, for creatures in instances, based on map difficulty
2010-04-24 20:08:18 +03:00
Alex Bolotsin
6ad2d18f1a
[9788] If we use "debug bg" it must ignore that we are lonely on the bg.
...
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-04-24 10:27:25 +04:00
Chipleo
108f683469
[9787] Allow propertly remove attack speed buff/debuff at death.
...
Check wrong and redundent (not use in other similar auras).
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-04-24 10:10:02 +04:00
VladimirMangos
eb66482020
[9786] Fixed crash at drop vendor items (anorther way).
2010-04-24 03:04:23 +04:00
VladimirMangos
7b675219e7
[9785] Remove special dagger starting outfit amount.
...
Now DBC data provide special off-hand instead.
Also update structure comments.
2010-04-23 22:51:32 +04:00
Laise
10b65dcf8f
[9784] Move damage and crit calculation for certain effects of spells with delayed hit to spell launch
2010-04-23 19:53:51 +03:00
Laise
8ec81caabf
[9783] Update 33851 and ranks according to 3.1.0 patch notes
2010-04-23 18:17:12 +03:00
Laise
d1dd6a8ca3
[9782] Small clean up in 2 method names
2010-04-23 16:05:41 +03:00
marintrica
6cff390de2
[9781] One more typo in instance_template loading error output.
...
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-04-23 15:24:25 +04:00
Laise
236a578d52
[9780] Change CalcAbsorbResist/isBlocked to be called from target side
2010-04-23 06:58:58 +03:00
VladimirMangos
15dd77873e
[9779] Drop trailing whitespaces.
2010-04-23 05:28:51 +04:00
Lynx3d
d3cc3c2f27
[9778] Old gcc hash_map not have support for std::string keys.
...
In different from tr1 unordered_map
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-04-22 23:57:11 +04:00
VladimirMangos
88ab56a6e8
[9777] Fixed instance_template error output arg in one from cases.
2010-04-22 23:50:09 +04:00
hunuza
1ef89c7a22
[9776] Set m_mover to NULL on remove SPELL_AURA_MOD_POSSESS by delete.
...
This should fix a related crash.
Signed-off-by: hunuza <hunuza@gmail.com>
2010-04-22 18:59:51 +02:00
XTZGZoReX
7532061a79
[9775] Cleanups in framework library.
...
* Removed last bits of threading in grid code.
* Removed some weird and unneeded declarations.
* General code style fixes.
* (Perhaps some things I forgot.)
Thanks to Lynx3d for the usual GCC-stabbing...
2010-04-22 11:49:43 +02:00
Laise
4d89b41f60
[9774] Fix periodic damage combat log displaying
2010-04-22 11:07:23 +03:00
Olynn
3bf63659f3
[9773] Fixed typo in code comment.
...
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-04-21 20:16:49 +04:00
blueboy
17dd848242
[9772] Make GCC happy and restore buuild at *unix now really.
...
Just for note: this still look as not code problem but GCC bug in C++ std. library.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-04-21 19:15:10 +04:00
Neggod
cea7d42971
[9771] Fixed typos in mangosd.conf comments
...
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-04-21 13:20:38 +04:00
VladimirMangos
378c76b1c3
[9770] Use more proper std::istringstream for parse args.
...
This must fix build problem at *nix.
2010-04-21 12:17:23 +04:00
Electros
6f08da7cba
[9769] Fixed typo in characters.sql.
...
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-04-21 11:42:11 +04:00
VladimirMangos
9a30dbac89
[9768] Fixed my last sec. fix problem :/
...
Also make $/# in consistence in new command help texts.
2010-04-20 22:39:25 +04:00
DasBlub
492ce567d2
[9767] Add the posibility to keep deleted characters in the database for a while and also add related commands.
...
Added commands:
* .character deleted list [$guid|$name]
* .character deleted restore $guid|$name [$newname]
* .character deleted delete $guid|$name
* .character deleted old [$keepdays]
Command .character delete renamed to .character erase
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-04-20 22:12:50 +04:00
faramir118
c9ac685f04
[9766] Remove outdated code for 54936
...
Signed-off-by: Laise <fenrisse@gmail.com>
2010-04-20 12:03:55 +03:00
VladimirMangos
f2dd9daf45
[9765] Prevent crash at use .npc delitem to item with multiply extanded costs.
2010-04-19 13:38:12 +04:00
przemratajczak
6398abc725
[9764] Remove outdated code for 15286
...
Signed-off-by: Laise <fenrisse@gmail.com>
2010-04-19 09:18:21 +03:00
VladimirMangos
b2fefc2ca9
[9763] Use min/max BG/arena levels from DBC. Update table content.
...
* Use min/mac level from dbc because anyway list real selectable
for player level bg/arena backets set min/max range.
* Drop related fields and update per team min/max values.
2010-04-18 21:31:19 +04:00
VladimirMangos
c5974b8a7e
[9762] Init client build at reconnect (logout back to char list)
...
This fix bug with show all realms as offline at view relam list after logout.
2010-04-18 19:20:55 +04:00
VladimirMangos
d7acc13d09
[9761] Restore .list object output.
...
No reason have different command output in chat and console
just because need fix crash.
2010-04-18 18:09:44 +04:00
NoFantasy
73475d0dc0
[9760] Add missing argument causing crash using .list obj, after change in [9663]
...
Signed-off-by: NoFantasy <nofantasy@nf.no>
2010-04-18 15:23:00 +02:00
VladimirMangos
7f90b8955e
[9759] Comment cleanups related to spell base points use.
2010-04-18 13:08:23 +04:00
VladimirMangos
ead6468b13
[9758] Include SharedDefines.h to AchievementMgr.h for provided used enum type definition.
2010-04-18 12:33:31 +04:00
Laise
5b56c321c8
[9757] Add triggered spell(strength buff) for 71904
2010-04-18 10:47:47 +03:00
hunuza
a502d1eb78
[9756] Avoid database query on tutorial save by caching tutorial state.
...
Signed-off-by: hunuza <hunuza@gmail.com>
2010-04-17 16:36:47 +02:00
VladimirMangos
ae9985e778
[9755] Fixed sql update version and related data
2010-04-17 15:41:38 +04:00
VladimirMangos
48254e3879
Cleanups in instance_template and map entrance DBC data.
2010-04-17 15:24:49 +04:00
VladimirMangos
43cc07fbbc
Possibility drop (hide infact) records from DBStore/SQLStorage.
2010-04-17 14:56:46 +04:00
Laise
6610484609
[9754] Rename flight speed related auras and fix spell 40120
2010-04-16 17:54:58 +03:00
NoFantasy
f25c319bc7
[9753] Add default value for parent-field in instance_template
...
Signed-off-by: NoFantasy <nofantasy@nf.no>
2010-04-16 09:08:32 +02:00
NoFantasy
5570f8c9cd
[9752] Add storage for min/maxgold of gameobject
...
Signed-off-by: NoFantasy <nofantasy@nf.no>
2010-04-16 08:45:46 +02:00
VladimirMangos
b31c006bdc
[9751] Add index by spell to character_spell
...
This is must fix porblem with long logins at
many broken spells in `character_spell` after client switch/etc.
2010-04-16 08:39:08 +04:00
XTZGZoReX
ef979daddc
[9750] Add structure of SMSG_REDIRECT_CLIENT (0x50D).
...
Thanks to TOM_RUS for help with research.
2010-04-15 09:11:54 +02:00
VladimirMangos
5d84dbb492
[9749] Partly revert "[9736] Added more usable interface for grid visits"
...
In part related broadcasts by explicit provided Map pointer (in different object GetMap() requested)
This is must fix recent crashes in Map::MessageBroadcast
2010-04-15 09:25:15 +04:00
VladimirMangos
92b11459b1
[9748] Fixed startup problems after recent realmd DB.
2010-04-14 16:40:11 +04:00