Makpptfox
1d0a8dbba0
fix(Core/Commands): fix reload creature_template and creature movment
...
Reloading an existing creature with .reload creature_template will most of the time cause the error "MoveSplineInitArgs::Validate: expression 'velocity > 0.01f' failed for GUID..." when the NPC tries to move afterward without a proper server restart.
Caused because the cInfo->speed_run was calling the field 29 for whatever reason.
2019-03-09 21:28:40 +03:00
Ercules76
b0d6b6ee70
fix(core): prevent unsupported-by-client passwords ( #1547 )
2019-03-07 22:20:02 +01:00
Francesco Borzì
0758677578
feat(core): allow to debug KickPlayer() ( #1549 )
2019-03-05 22:58:40 +01:00
Nefertumm
40f68ab026
feat(Commands): Added cheat commands ( #1412 )
2019-02-24 18:35:08 +01:00
Nefertumm
c15206fc15
Revert "feat(core): Ensure that all actions are compared to fixed point in time ( #1236 ) ( #1458 )" ( #1471 )
...
This reverts commit 51b8773528 .
2019-02-15 15:14:49 -03:00
Viste(Кирилл)
51b8773528
feat(core): Ensure that all actions are compared to fixed point in time ( #1236 ) ( #1458 )
...
i.e. world update start
2019-02-14 19:22:17 +01:00
Viste(Кирилл)
cb81f3c17a
feat(Core/LOS): restruct LOS functions and add LineOfSight check ( #1459 )
2019-02-13 22:24:04 +01:00
José González
f0913b7da8
feat(Command): Remove spy command from AC and make it a module ( #1401 )
2019-02-12 21:19:27 +01:00
Stoabrogga
7a9f09341f
chore(PCH): remove "ScriptPCH.h" from cpp scripts ( #1423 )
...
remove "ScriptPCH.h" from cpp scripts as it is intended to be used as precompiled header for the build process only
2019-02-10 14:50:44 +01:00
Nefertumm
2a71b2a666
feat: Added logs_ip_action + more ( #1157 )
2019-02-08 23:52:22 +01:00
José González
987095e2c9
fix(Core/Command): fix startup error
2019-01-27 12:23:19 +01:00
Francesco Borzì
7c7c5eb203
Core/DB: refactor(creature_template): closes #1181 ( #1322 )
...
* refactor(creature_template): closes #1181
* chore: improve code readability
2019-01-20 13:39:32 +03:00
FrancescoBorzi
97ae1496a7
fix: server motd
2019-01-19 02:48:00 +01:00
José González
a4d8134e38
Core/Commands: Add new spy command ( #1263 )
...
Add a new spy command for game masters and administrators to receive all conversations of followed players.
How to use:
- Use command .spy follow <characterName> with a GM
- Make that player whisper another player
- You (GM) should receive the message sent
- Use command .spy status. You should get a list with the test subject's name in it.
- Use command .spy unfollow <characterName>
- You should not receive any more messages sent or received by that player
* Core/Commands: Add new spy command
* Importing pending sql
* Fix missing comma in SQL
* Fix travis compile: comment unused parameter
2019-01-15 15:47:14 -03:00
Kargatum
66b9f007ea
Core/Reload: Delete useless lines for achievement_reward_locale ( #1277 )
2019-01-14 11:24:45 +03:00
Kargatum
b34bc28e5b
Core/DB: Update all locales to actual TrinityCore ( #1160 )
...
* Core/Misc Update all locales table structure to simple system. Port from TrinityCore
Co-Authored-By: Winfidonarleyan <dowlandtop@yandex.com >
* Core/Db/Gossip Update structure gossip_menu and gossip_menu_action to actual TrinityCore
* Core/DB Update Broadcast system to actual TC
* Core/Mail: implement Quest Mail Sender
* Core/Quest Split quest template locales
2019-01-13 01:56:06 +03:00
Kargatum
1a9f8dfc0c
Core/DBC Move WorldSafeLocs.dbc storage to DB ( #932 )
2019-01-08 09:37:31 +03:00
Viste(Кирилл)
3f45c14822
Core/Quest: implement Quest Tracker ( #1233 )
2019-01-06 09:32:17 +03:00
Nefertumm
f41899e690
Tabs from the last commit.
2018-12-12 02:19:37 -03:00
Amin.MasterkinG
8c753dc04e
Update PINFO command, show character details like TrinityCore. ( #1097 )
...
Closes #1067
2018-12-12 02:08:12 -03:00
Pondaveia
e8aff9feac
Core/Scripts: Unify GOB commands ( #1037 )
...
- Unify game object related GM commands
- Add deprecation notice to old commands
Closes #1019
2018-10-18 00:07:05 +02:00
Stoabrogga
c369ba44e6
fix error message and help text for new 'npc set faction' command
2018-08-12 23:16:01 +00:00
talamortis
a47876ebd9
Updated custom commands made.
2018-08-05 00:52:10 +01:00
talamortis
295f461fdd
Added the commands into a sub table
...
Now
.npc set faction temp (id)
.npc set faction original
.npc set faction perm (id)
2018-07-22 00:37:43 +01:00
talamortis
e36dac4258
added two more commands to .npc set
...
* .npc set tempfactionid (35) - will changed the selected npc faction but will not save it.
* .npc set originalFaction - will restore the correct faction from the npc faction template in the DB.
closes #706
2018-07-22 00:23:39 +01:00
ayase
d29a1a3300
Core: Easy module conf creation & reload ( #931 )
...
* Change the read method of the config of the module.Developers can now easily read the config file in cmake.
e.g. AC_ADD_CONFIG_FILE("${CMAKE_CURRENT_LIST_DIR}/conf/my_first_module.conf.dist")
* Update Master.h
* Update cs_reload.cpp
Command: `.reload config` can now reload the config file of all modules #981
2018-07-19 21:50:29 +02:00
Kargatum
7329ad4790
Add GitRevision
...
GitRevision as in TrinityCore
2018-06-24 17:32:50 +02:00
Nefertumm
dd300003e2
Update license links ( #783 )
2018-03-12 10:54:57 +01:00
Nefertumm
11862840e2
Mechanic_immune_mask added in npc info command ( #771 )
2018-03-04 23:24:54 +01:00
Nefertumm
de7d331daf
Implemented guild info command ( #756 )
2018-01-28 20:27:17 +01:00
Nefertumm
4158d2a0d8
Implemented account_muted and feature mutehistory command ( #753 )
...
* Implemented account_muted and feature
mutehistory command.
* Added some Syntax.
* Fix sql_rev
2018-01-15 03:18:23 +00:00
Kaev
05cd8c8c61
Move area trigger storage from DBC to database ( #742 )
...
Renamed AreaTrigger + related stuff to AreaTriggerTeleport
2018-01-02 22:08:08 +01:00
Yehonal
8f7bc1c749
Moved files after merging
2017-12-21 11:29:24 +01:00
Yehonal
403ed2600f
Merge branch 'master' of https://github.com/azerothcore/azerothcore-wotlk into dir-restructure
2017-12-21 11:26:43 +01:00
Yehonal
17332304fd
Using TC structure allowing easier patches importing
2017-12-21 00:20:29 +01:00
Yehonal
b0c8eceb08
Refactoring part 2 [W.I.P]
2016-08-12 02:38:26 +02:00
Yehonal
c618632a70
Some cleaning
2016-08-11 20:36:42 +02:00
ShinDarth
2ba9f6f17b
Script/Commands: imported .instance get/setbossstate commands from TrinityCore
2016-08-10 20:00:40 +02:00
ShinDarth
f2dfe2b8e3
Core/Strings: imported 157 LANG_* strings from TrinityCore
2016-08-10 19:17:26 +02:00
ShinDarth
b024b64bd4
Merge remote-tracking branch 'upstream/master'
2016-08-09 16:22:33 +02:00
ShinDarth
4a73a00b9e
Script/Commands: show revision in .server info
...
- Closes #49
2016-08-09 16:21:18 +02:00
Stefano Borzì
5c815d3083
Core/build: fixed build on Linux
...
Fixed an error about nullptr on cs_ticket.cpp
2016-08-09 16:14:13 +02:00
ShinDarth
4338156745
Script/Commands: enhance .ticket complete command
2016-08-09 13:38:56 +02:00
Yehonal
7a592e28e3
Fix for hardcoded commands security level
2016-08-08 11:51:42 +02:00
Yehonal
47c2b72123
Merging
2016-08-07 12:47:10 +02:00
Yehonal
444012104b
Core/Tickets: Ticket System updated
2016-08-07 12:25:59 +02:00
ShinDarth
b618b6a56f
Added AzerothCore labels
2016-07-24 15:55:38 +02:00
yehonal
aaa7a82ca0
commented security hacks
2016-07-08 23:54:59 +02:00
mik1893
f978f833b0
Fix VS2015 Compile
2016-07-08 23:54:22 +02:00
yehonal
bf139c3d34
Removing multi-vendor Rochet2 patch
...
It caused compilation errors too
2016-06-27 00:19:46 +02:00