VladimirMangos
9fc7dd9ead
[6853] [2008_11_27_01_mangos_playercreateinfo_item.sql] Use DBC data for creating initial character items.
...
Thanks to WCell team for DBC structure research.
`playercreateinfo_item` content removed from mangos.sql and table can be used now only for custom additional initial items.
2008-11-28 02:20:02 +03:00
Blaymoira
a0f45f295e
SpellEffect Fix for 40802, 43723
...
(cherry picked from commit 90ec5bed9a29a06190c72851a6bd6e57c3b9bdbc)
Signed-off-by: Blaymoira <handras@emitelnet.hu>
40802: use exiting function instead code duplication.
43723: added in commented state (impossible propertly fix without hacks until targeting mode 7 implementation)
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2008-11-28 00:17:35 +03:00
ApoC
51a0f996ec
[6852] Fixed some queries in AccountMgr.cpp for work with PGSQL
...
Signed-off-by: ApoC <apoc@nymfe.net>
2008-11-27 16:50:16 +01:00
tomrus88
287ec91d73
Fixed compile error
2008-11-27 16:26:27 +03:00
tomrus88
ed77adf964
Merge branch 'master' into 303
2008-11-27 07:19:12 +03:00
arrai
b83cd2a2a9
[6851] Removed level dependant scaling for warlock pets. Only hunter pets are supposed to behave in that way.
2008-11-27 00:04:46 +01:00
Wyk3d
ce387d8535
[6850] Use the HashMapHolder instead of MapReference in Map::Update for now (the refs can get invalidated during the loop).
2008-11-27 00:24:19 +02:00
DiSlord
4a07c0c6c2
Apply procPatch
2008-11-26 22:23:10 +03:00
tomrus88
943963df7e
Added vehicle*.dbc
2008-11-26 19:47:07 +03:00
tomrus88
af6acab8f8
Merge branch 'master' into 303
...
Conflicts:
src/game/Creature.cpp
2008-11-26 19:44:03 +03:00
Wyk3d
bdf7fb8394
[6849] Fixed build on linux (patch provided by Tabak)
2008-11-26 14:42:30 +02:00
VladimirMangos
4ccfa1e71e
[6848] Implement possibility creating gm log per account files using new option in mangosd.conf. Releated cleanups.
2008-11-24 22:44:29 +03:00
arrai
d34899097f
[6847] Prevented mounted, stealthed or invisible players from capturing bases in EOTS
2008-11-24 19:52:13 +01:00
ApoC
64fd2dc881
[6846] Fixed some more typos. Added post check for assistance conditions into event execute.
...
Signed-off-by: ApoC <apoc@nymfe.net>
2008-11-24 03:03:30 +01:00
ApoC
359d4d7dd3
[6844] Implemented configurable assistance aggro delaying. Some typos fixed.
...
Do not forget to update your config files.
Signed-off-by: ApoC <apoc@nymfe.net>
2008-11-24 01:55:53 +01:00
tomrus88
6baaad4ed3
Allow speed change for units
2008-11-23 17:18:54 +03:00
tomrus88
5fae2418ab
Misc fixes
2008-11-23 16:18:14 +03:00
SeT
c978b80be2
[6844] Daily quest fixes.
...
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2008-11-23 12:34:34 +03:00
VladimirMangos
17c6182eca
[6843] Fixed build error. Not rebuild before commit, sorry :/
2008-11-23 12:16:06 +03:00
VladimirMangos
2da935ecc4
[6842] More correct guid/name arg processing in .pdump write command, reject early wrong player name in HandleWhoisOpcode.
2008-11-23 11:39:13 +03:00
tomrus88
13c5aea028
Updated vmap extractor bin's
2008-11-22 23:52:31 +03:00
tomrus88
d869f3b5ea
Changed some BG constants
2008-11-22 22:45:39 +03:00
arrai
688693029e
Fixed unintialized Creature::m_isVehicle
2008-11-22 18:13:14 +01:00
tomrus88
f0fbe80837
Compile fix
2008-11-22 18:20:03 +03:00
tomrus88
6224f95fd5
Merge branch 'master' into 303
...
Conflicts:
src/game/ObjectMgr.cpp
2008-11-22 17:23:44 +03:00
tomrus88
5b5e266c17
Misc fixes
2008-11-22 09:04:10 +03:00
arrai
d1b5944000
Implemented achievement rewards
2008-11-21 20:10:28 +01:00
arrai
600a596796
Fixed titles, PLAYER__FIELD_KNOWN_TITLES is now 128 bits long
2008-11-21 20:09:11 +01:00
hunuza
809bd7392f
Avoid sending some unnecessary group updates.
2008-11-21 18:07:05 +01:00
ApoC
cd50762206
[6841] Fixed texts loading for waypoints. Better reporting of unused
...
script text, now it excludes from report also ids used for waypoints.
Signed-off-by: ApoC <apoc@nymfe.net>
2008-11-21 12:38:15 +01:00
tomrus88
8e32c8ca76
Speedup map checks
2008-11-19 21:55:19 +03:00
arrai
b9e695b727
Implemented ACHIEVEMENT_CRITERIA_TYPE_GAIN_EXALTED_REPUTATION
2008-11-19 19:56:49 +01:00
arrai
4f559eb7e6
Implemented ACHIEVEMENT_CRITERIA_TYPE_GAIN_REPUTATION
2008-11-19 19:56:48 +01:00
arrai
59a5964b12
[6840] Fixed displaying escaped GM ticket ingame
2008-11-19 10:08:57 +01:00
VladimirMangos
1e9464ea73
[6839] Restore expected storing in guid/id counters first free guid/id.n all cases Prevent use uninitilized values for some id types.
2008-11-19 06:40:54 +03:00
tomrus88
c0c0c9c776
barber shop race/gender checks, fly check for map 571
2008-11-19 01:00:41 +03:00
arrai
56c8d2549c
Implemented ACHIEVEMENT_CRITERIA_TYPE_VISIT_BARBER_SHOP
2008-11-18 19:17:51 +01:00
tomrus88
b2ca98fa4e
Merge branch 'master' into 303
2008-11-18 21:10:48 +03:00
VladimirMangos
e3abf5c936
[6838] [2008_11_18_01_mangos_creature_movement.sql 2008_11_18_02_mangos_mangos_string.sql] Implement localization support for creature_movemant.
...
Implemented in same way as db script localization. creature_movemant now store indexes in db_script_string.
In game waypoint text setting disabled. Unclear how this possible implement with localization data.
2008-11-18 20:42:10 +03:00
killdozer
8032d6d5a4
[6837] Fixed typo in ArenaTeam::AddMember that sometimes prevented joining teams.
...
Signed-off-by: hunuza <hunuza@gmail.com>
2008-11-18 18:04:14 +01:00
tomrus88
397efd4fac
Merge branch 'master' into 303
...
Conflicts:
src/game/SpellEffects.cpp
2008-11-18 18:08:58 +03:00
hunuza
ac00eee418
Replace some MapManager::Instance().GetMap() calls with WorldObject::GetMap()
2008-11-17 17:24:53 +01:00
VladimirMangos
c37cfd0c2f
[6836] Use /bigobj option in VC80/VC90 x64 builds for game.vcproj buuld.
...
This will solve problems with fatal error (too many sections in ObjectMrg.obj).
2008-11-17 17:59:06 +03:00
VladimirMangos
2a3c3195b7
[6835] Check instanceid at search creature by guid.
2008-11-17 14:57:25 +03:00
VladimirMangos
5439dd0fd4
Allow constant only access to m_mapRefManager using Map::GetPlayers()
2008-11-17 14:56:44 +03:00
ApoC
fc0e3e87a8
[6834] Fixed typo in Unit::RemoveAura leading to crash.
...
Signed-off-by: ApoC <apoc@nymfe.net>
2008-11-17 12:25:04 +01:00
tomrus88
52b0ab1f89
Merge branch 'master' into 303
2008-11-17 01:50:37 +03:00
tomrus88
016ec89e83
VC90 projects for vmap extractor, added new mpq's
2008-11-17 01:45:11 +03:00
hunuza
520fce4b27
Move PlayersNearGrid() to Map class.
2008-11-16 22:29:10 +01:00
hunuza
79558a32d9
Introduce player map references.
2008-11-16 21:47:18 +01:00