LordJZ
c49771337c
[9341] Fixed loading chosen player title
2010-02-09 14:37:13 +01:00
VladimirMangos
f25f67e459
[9340] Fixed typo in group memeber add sql query.
2010-02-09 15:19:48 +03:00
VladimirMangos
c9c578b5c3
[9339] Use group ids for indexing groups in DB
...
* Use group ids in DB
* Pack used group ids at server startup
* Finaly drop group search by leader guid.
2010-02-09 14:36:20 +03:00
VladimirMangos
b50c3a9355
[9338] Simplify group loading code.
2010-02-09 08:59:39 +03:00
VladimirMangos
9c346fc0a9
[9337] Use ACE PATH_MAX define magic
2010-02-09 03:34:02 +03:00
VladimirMangos
8997f0f240
[9336] Use single FD_SETSIZE define
...
* Remove unused framework/Network/SocketDefines.h
* Make sure that we have single FD_SETSIZE define in code
2010-02-09 02:38:58 +03:00
NoFantasy
08c364214b
[9335] Clarify error log message after rewrite of monster_* to spline_* flags
...
Also change name of related field in code.
Signed-off-by: NoFantasy <nofantasy@nf.no>
2010-02-09 00:32:22 +01:00
NoFantasy
0fbac741b3
[9334] Check if baseLevel for XP is valid before attempt use data from store
...
Signed-off-by: NoFantasy <nofantasy@nf.no>
2010-02-09 00:08:03 +01:00
tomrus88
134f3fc86c
[9333] Added some comments.
2010-02-09 01:58:29 +03:00
NoFantasy
2fc0025b89
[9332] Correct mangos.sql for missing RewRepValueIdN-fields
2010-02-08 23:46:50 +01:00
NoFantasy
8465d95d9f
[9331] Implement DB storage of new quest fields RewRepValueIdN
...
Value can be -9 to 9. Value point to actual rewarded value in dbc store.
This id can then fully replace current use of RewRepValueN, as this field will most likely be reserved for custom reputation rewards (override RewRepValueId).
Old system/DB data will still work like normal, but be aware this may change in not too far away future.
Signed-off-by: NoFantasy <nofantasy@nf.no>
2010-02-08 23:41:34 +01:00
AlexDereka
696cba9c37
[9330] Fixed msvc compile warnings.
2010-02-08 16:27:35 +03:00
KAPATEJIb
a167fd98d2
[9329] Add spell chain for 50245/50519 and ranks.
...
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-02-08 16:10:33 +03:00
Splinter
7bfaf42185
[9328] Implement spell 772 (high ranks) additional damage bonus.
...
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-02-08 15:54:25 +03:00
VladimirMangos
8e0069f364
[9327] Replace leader based indexing groups by group ids.
...
* This must repolve problem with loot.
Before if some mob killed by group member and then leader changed
then group members can't loot this mob body.
* Possible resolve crashes at loot. Now group storage content not dependent from leader changes.
2010-02-08 08:25:06 +03:00
VladimirMangos
5a7eb09bd2
[9326] Restore code style after [9286], [9322].
2010-02-08 06:14:33 +03:00
VladimirMangos
c37564798d
[9325] Restore linking in case DatabasePostgre use.
2010-02-08 05:17:22 +03:00
AlexDereka
4338c9105d
[9324] Fix some gcc warnings
2010-02-08 02:27:34 +03:00
VladimirMangos
2a01c79609
[9323] Fixes in code work with original caster guid.
...
* Add 2 function for 2 used way for original caster
- GetAffectiveCaster(), is posible NULL unit as source spell affects
(explcit caster, GO owner, caster of aura that trigering affect)..
- GetCastingObject(), possible NULL world object as in game spell effects
source, cast center, etc, need because original caster can store GO
guid that apply effect around. In other cases m_caster
* Use functions and avoid use explicitly m_originalCaster
* Use GetAffectiveCaster() for fix explicit GO cast at near unit, like now fixed campfire bonus.
2010-02-08 00:53:03 +03:00
Marik
a8de1c0ad4
[9322] Fix spell 69378 and 69381
...
Signed-off-by: Lightguard <Lightguard@tauri.hu>
2010-02-07 15:58:52 +01:00
XTZGZoReX
4a3081e7d5
[9321] Correct enum PetTameFailureReason
...
Signed-off-by: NoFantasy <nofantasy@nf.no>
2010-02-07 11:57:13 +01:00
NoFantasy
f8f4680cb7
[9320] Correct typo in [9319], sorry :)
2010-02-07 10:46:23 +01:00
NoFantasy
3a4391b0c0
[9319] Load factionReward store for later use.
...
Signed-off-by: NoFantasy <nofantasy@nf.no>
2010-02-07 09:47:51 +01:00
NoFantasy
a9a16061d5
[9318] Update quest XP formula
...
Use dbc store as base for real xp rewarded and also display xp reward accordingly in related packets.
Note there are still some smaller things that may need smaller adjustments and tweaks, these are on the todo-list.
Signed-off-by: NoFantasy <nofantasy@nf.no>
2010-02-07 02:46:19 +01:00
VladimirMangos
87a35b0489
[9317] Call linkedtrap summon in more cases.
...
* GAMEOBJECT_TYPE_BUTTON can have linked traps
* Spell::EffectSummonObject also can summon objects with linked traps
Thanks to patman128 for research second case.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-02-07 02:51:45 +03:00
Blackhawk
ceca56cf69
[9316] Restore build after [9313]
...
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-02-06 20:01:26 +03:00
Lutik
7498b1673e
[9315] Use correct way extraction low guid for player.
...
No functional changes in fact for current code base at 0 high guids used for player at this moment.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-02-06 19:20:51 +03:00
VladimirMangos
9d191da17d
[9314] Add new explcitly supported build to realmd
2010-02-06 18:57:07 +03:00
pasdVn
c179509df3
[9313] Fix spell 53511 and ranks
...
Signed-off-by: Lightguard <Lightguard@tauri.hu>
2010-02-06 15:25:21 +01:00
NoFantasy
883bdbf799
[9312] Implement DB storage of new quest_template field RewHonorMultiplier
...
Also rename an existing field to RewHonorAddition.
Note: calculation of real reward must be corrected accordingly.
Signed-off-by: NoFantasy <nofantasy@nf.no>
2010-02-06 12:17:42 +01:00
VladimirMangos
7c20d0a1d8
[9311] Switch to support client 3.2.2 (build 11403)
...
Merge branch '330'
You need regenerate dbc/map/vmap files. Use updated ad.exe for this.
2010-02-05 22:41:25 +03:00
VladimirMangos
9441880433
[9310] Item 13506 not flask anymore.
2010-02-05 19:04:26 +03:00
NoFantasy
f73b778cde
[9309] Implement DB storage for new quest_template field 'RewXPId'.
...
Values 0-8, used to display XP reward in client log.
Please note that calculation of quest XP has changed, and formula must be corrected accordingly.
Signed-off-by: NoFantasy <nofantasy@nf.no>
2010-02-05 14:29:27 +01:00
Daveh
cb33736a5a
[9308] Fix SMSG_CHAR_ENUM opcode
...
Signed-off-by: Lightguard <Lightguard@tauri.hu>
2010-02-05 01:34:51 +01:00
SilverIce
0c8fccbd47
[9307] Grid containers, cleanup
...
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-02-05 01:46:40 +03:00
laise
aac24092c2
[9306] Implement glyph 43385.
...
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-02-05 00:18:06 +03:00
Foks
ca2efb713c
[9305] Fix load quest locales, after implement CompletedText in 9291, v2.0
...
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-02-04 23:57:06 +03:00
VladimirMangos
07e699b8d3
[9304] Propertly detect underground area 4425
2010-02-04 23:21:12 +03:00
VladimirMangos
d7d4c2da9f
[9303] Restore skip one from startup (by DBC data) but not existed items.
2010-02-04 22:03:33 +03:00
NoFantasy
dd2239eea9
[9302] Fix load quest locales, after implement CompletedText in 9291
...
Signed-off-by: NoFantasy <nofantasy@nf.no>
2010-02-04 18:27:03 +01:00
VladimirMangos
b2c3132eaa
[9301] Implement proper check of broken spells for IsLootCraftingSpell case.
2010-02-04 15:27:45 +03:00
NoFantasy
2718884192
[9300] A few more error message corrections/clarifications.
...
Signed-off-by: NoFantasy <nofantasy@nf.no>
2010-02-04 12:08:33 +01:00
NoFantasy
39a61f213e
[9299] Upgrade a few error messages from engrish v.1 to engrish v.2 :)
...
Signed-off-by: NoFantasy <nofantasy@nf.no>
2010-02-04 00:46:25 +01:00
[D4RK]Doom-Lord
bc160bd04f
[9298] Implement affect glyph 41533, talent 16187 and ranks to 5394 and ranks healing.
...
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-02-04 02:29:38 +03:00
NoFantasy
8027498c0f
[9297] Increase max allowed DB value for item_template spellcharges_N
...
Signed-off-by: NoFantasy <nofantasy@nf.no>
2010-02-03 21:34:48 +01:00
KAPATEJIb
b8012a8c89
[9296] Add ranks info for 3674 and ranks.
...
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-02-03 23:27:53 +03:00
Wowka321
e2fe17034a
[9295] Implement SPELL_AURA_MOD_BLOCK_CRIT_CHANCE
...
This fixes talent 47294 and ranks
Signed-off-by: Lightguard <Lightguard@tauri.hu>
2010-02-03 20:54:46 +01:00
reno138
f157b101fb
[9294] Fixed typo in function name.
...
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-02-03 22:43:22 +03:00
Lightguard
dae28aafc4
[9293] Fix stacking problem of tracking spells
2010-02-03 18:51:33 +01:00
NoFantasy
d4f5c0d76f
[9292] Remove unused declaration of string in sendQuestGiverQuestDetails
...
Some additional code cleanup for readability
Signed-off-by: NoFantasy <nofantasy@nf.no>
2010-02-03 16:58:10 +01:00