Antz
b5b392ca42
[BASEDB] Base Database updated to Rel21_11_73
2016-12-11 13:12:39 +00:00
Antz
3de9b857e0
remove obsolete code. Thanks H0zen
2016-12-07 19:06:18 +00:00
ProjektEredar
6a62cb0163
[SD3] updated sd3 for bar_ale_mug
2016-12-05 08:36:13 +00:00
Antz
4f32cf52a6
Attempt to fix OSX build
2016-12-02 23:00:09 +00:00
Antz
edde246d64
Change a variable name to nbe consistant. Thank xfury for pointing
2016-12-02 11:55:41 +00:00
Antz
2c2f637cad
[Bots] Fixed PlayerBots build
2016-12-02 00:56:53 +00:00
bdebaere
98948f841f
Update Spell.cpp ( #180 )
...
Add positional requirement for Pounce spell, by removing the excluding code added there for Burning Crusade.
2016-11-29 00:27:41 +00:00
H0zen
9283f4309b
Transport system step 1 - preparing
2016-11-28 07:47:57 +00:00
Rochet2
a425267fb3
Update Eluna version - Fix mangos linux build
2016-11-26 23:12:49 +02:00
Antz
74f22b5a19
Merge branch 'develop21' of https://github.com/mangoszero/server into develop21
2016-11-26 20:08:32 +00:00
Antz
8c0dadabc1
[SD3] Fix BRD issues and server crash. Thanks H0zen
2016-11-26 20:08:17 +00:00
Rochet2
6c9cc76139
Fix duplicate timer update - This may require you to change CreateLuaEvent timers to half of what they were
2016-11-26 21:58:24 +02:00
Rochet2
da6249e329
Eluna update version
2016-11-26 21:50:45 +02:00
Necrovoice
d538aa67b7
[SD3] ScriptDev3 Updates
2016-11-19 22:42:19 +00:00
Antz
84691a8bfd
[SD3] Updated ScriptDev3
2016-11-15 07:14:54 +00:00
chaosvex
15e467fe38
[realmd] Resolved authentication bypass. Thanks namreeb
2016-11-11 21:15:23 +00:00
mityada
90172f2e02
Fix typo in VMap BIH generation
...
Due to this typo some objects could be left out during BIH generation and thus never checked for intersection.
This breaks height and LoS calculations in some areas.
This occurrence of this bug can be seen in "Md_Mushroomcave.wmo". It can be found in several locations,
for example (-6140, -2960, 400), map 0.
In some parts of the cave mobs will either fall through the ground or fly up into the sky when chasing the player.
LoS is not obstructed there as well.
P.S. This typo presents in all MaNGOS cores.
2016-11-06 19:50:32 +00:00
Antz
e388854f72
[SD3] Updated SD3
2016-11-04 19:12:27 +00:00
Antz
d7eb8d5a3f
[SD3] Updated SD3
2016-11-02 21:02:06 +00:00
Antz
c9edd33a6d
[SD3] Updated to latest version
2016-11-01 20:54:49 +00:00
MadMax
eb37260626
Revert "[SD3] Updated for BRD arena fix"
...
This reverts commit f7951d4383d8ec119dfd4198d90e15ade404b77b.
2016-10-20 00:26:54 +01:00
Antz
f7951d4383
[SD3] Updated for BRD arena fix
2016-10-19 21:33:16 +01:00
Antz
994d5f37d7
[sd3] Updated to latest version. Thanks to @Elmo337 for pointing
2016-10-15 22:36:02 +01:00
Antz
9b20a5e9d5
[Extractors] removed useless code
2016-10-08 15:04:11 +01:00
H0zen
f39a4349ed
Merge pull request #174 from Warkdev/develop21
...
Updating getmangos.sh as main installer of Mangos on Linux
2016-10-06 22:45:38 +03:00
Antz
982cb3e1d9
[PLAYERBOTS] Removed non-existing db columns from AHBot lookup
2016-10-03 21:09:38 +01:00
Warkdev
bbdd7be0bd
Updating lazymangos.sh to have more customization and being aligned to Two & Three.
2016-09-20 23:12:03 +02:00
Antz
640fe22932
[DB] Set min db levels
2016-09-18 23:20:32 +01:00
Antz
7d71d98188
[SYNC] Minor project sync from One
2016-09-16 11:04:11 +01:00
Antz
8730b2f5fb
Merge branch 'develop21' of https://github.com/mangoszero/server into develop21
2016-09-16 01:15:27 +01:00
Antz
cbb20a6dbf
[SD3] Fix up SD3 version
2016-09-16 01:15:04 +01:00
H0zen
3d6a1cc902
Fix crash in BIH module due to uninitialized member variable. ( #172 )
...
* Fix crash in BIH module due to uninitialized member variable.
Should be ported to the other cores ASAP!
* Corrected typo.
2016-09-16 00:34:53 +01:00
Antz
84d6755075
[Build] Enhanced Build System
...
Added additional build options:
BUILD_MANGOSD
BUILD_REALMD
ALSO DECOUPLED BUILD_TOOLS
All three can now be built separately from each other
EasyBuild has been update to support the extra options
2016-09-15 00:51:30 +01:00
H0zen
7b729ee864
AuctionHouse Bot fixes ( #170 )
2016-09-14 11:27:23 +01:00
Warkdev
508b23c1f6
Update lazymangos.sh script to handle custom database configuration. ( #169 )
...
* Updating lazymangos.sh script to handle database configuration and auto-setup of configuration files.
* Fixing a typo in lazymangos.sh
* Fixing another typo for one install in lazymangos.sh
2016-09-13 22:13:32 +01:00
H0zen
cdd3489f08
Various external fixes - part 9 ( #168 )
...
Ported commits from cmangos repositories
- https://github.com/cmangos/mangos-classic/commit/b09f961
- https://github.com/cmangos/mangos-classic/commit/14cb464
- https://github.com/cmangos/mangos-classic/commit/de7e4cc
- https://github.com/cmangos/mangos-classic/commit/0181ff1
- https://github.com/cmangos/mangos-classic/commit/be4f74b
- https://github.com/cmangos/mangos-classic/commit/1ede0a0
- https://github.com/cmangos/mangos-classic/commit/5cf8095
- https://github.com/cmangos/mangos-classic/commit/35e30d8
- https://github.com/cmangos/mangos-classic/commit/ff444d2
- https://github.com/cmangos/mangos-classic/commit/86568b8
- https://github.com/cmangos/mangos-classic/commit/a554fa5
- https://github.com/cmangos/mangos-classic/commit/c4606f3
- https://github.com/cmangos/mangos-classic/commit/6fcc33f
2016-09-13 15:50:30 +01:00
Antz
b443b5a017
[SD3] Missing pointers added back
2016-09-13 12:16:00 +01:00
cyberium
a4e8ffb152
Format specifiers was not correct in lootmgr
2016-09-11 00:55:47 +01:00
Antz
3ecb228871
fixed azuregos's spell. Thanks mpfans
2016-09-10 21:51:40 +01:00
cyberium
7dcdcdd9ba
Add possibility to write cmangos command via a whisp.
...
(a gm can now revive himself via /w xx .revive)
2016-09-09 21:58:25 +01:00
Antz
0078f978de
Merge branch 'develop21' of https://github.com/mangoszero/server into develop21
2016-09-09 20:53:13 +01:00
Oniryck
3d86eb2ae4
Fix possible problem with 'allow two side interaction' and loot.
2016-09-09 20:51:59 +01:00
Charles A Edwards
0f8961ac8b
BRD Grimm Guzzler related update
...
cmangos BRD Grimm Guzzler update
Update to the latest version of ScriptDev3
2016-09-09 13:36:44 +01:00
namreev
df6e0719ec
Some fixes to make clang happier
2016-09-09 11:07:58 +01:00
Antz
c19a63b8ed
Remove unneeded dependency
2016-09-08 23:30:17 +01:00
Zilvereyes
fc3f83c334
Fix "crash" by ".ticket accept" (unable to handled no args) ( #165 )
...
* Fix "crash" by ".ticket accept" (unable to handled no args)
Fix .ticket info (ticket req Gamemaster+, info req Moderator+)
* Added comment on ".ticket accept"
* Added comment on ".ticket accept"
2016-09-06 01:38:31 +01:00
Charles A Edwards
2f2ffe061e
Updated to latest SD3 mastetest SD3 master
...
This has been done due to the addition of scholomance.cpp, which includes
the new script, npc_spectral_tutor.
2016-08-31 06:52:19 +01:00
Zilvermoon
a91fb60b6a
Synchronized Conf files for easier comparison
2016-08-30 11:44:12 +02:00
Zilvereyes
04ca95d54c
Player::UpdateCombatSkills -> compare 5 x PlayerLevel with GetBaseWeaponSkillValue / GetBaseDefenseSkillValue ( #160 )
...
GetBaseWeaponSkillValue and GetBaseDefenseSkillValue -> return GetBaseSkillValue, but this return with added SKILL_PERM_BONUS
Due to this the skilldif formula in Player::UpdateCombatSkills is miscalculating maximum value
I have changed GetBaseWeaponSkillValue and GetBaseDefenseSkillValue to utilize GetPureSkillValue correcting the calculation
2016-08-29 08:28:29 +01:00
Antz
0888756ab7
Update revision.h
2016-08-26 02:22:29 +01:00