Aokromes
2d54defdf0
Scripts/Commands: Fix guid usage and enhance commands
...
- Fix targeting gameobjects and creatures for .dist and .gps. The old code used DB guid to search from core generated guid lists.
- Fix some error messages saying 'no player found' even if creatures and gameobjects and players were searched
- Change atoi to atoul when receiving lowguids as string or other uint32 values
- Use ObjectGuid::LowType instead of uint32 for lowguid type
- Allow .gob info to take in gameobject guid link as well as entry link in addition to gameobject entry and update the documentation of the command
- Change .gob delete to post the spawnid (dbguid) instead of the ingame generated guid (which is basically never seen or used by the player in any other commands that I see)
- Allow spawntimesecs to be negative when spawning a gameobject
- Disable searching by ingame spawn id in commands. (it makes little sense for a user to provide a number which is then attempted to be used as DB guid and non DB guid when both could have a match)
- Update .gob turn documentation to tell about possibility to provide orientation in command
- Correct the types in .gob add command result trinity_string
- Correct the creature search for .npc del
- Change .event to .event info
- Add .go offset command
- Remove the .go command for empty string (no subcommand given) because it just used .go xyz
- Extend .gob info to show size, faction, flags and model dimensions
- Remove some unnecessary casts
- Document .wp show better (first and last were not documented)
- Insert spawnid to .wp show info error message
- Fix spawntime printing for .gobject target
- Fix guid targetting for .npc set movetype
- Fix query by spawnid for .wp show info
- Fix deleting of existing waypoints when twice doing the command .wp show on
- Fix deleting of existing waypoints when doing the command .wp show off
- Change wpguid column in DB and in core to uint32, which is what the spawnid type is in core and db.
2017-04-02 07:41:03 +02:00
Aokromes
c80e9fe6db
DB/Conversor: Remove more unused items on conversion
2017-03-26 04:53:13 +02:00
Aokromes
8b5232ac5d
DB/Misc: Make travis happy
2017-03-20 18:16:25 +01:00
Chazy Chaz
3f14e4e56e
Core/Players: Rename "heroic character" to "death knight"
2017-03-20 16:52:23 +01:00
Aokromes
40b3bf6c08
DB/Misc: Update 3.3.5a to 4.3.4 conversor
2017-03-17 17:51:28 +01:00
Aokromes
05f39d354d
DB/Misc: Update 3.3.5a to 4.3.4 conversor
2017-03-17 17:08:17 +01:00
Aokromes
28f95e240b
DB/Misc: Update 3.3.5a to 4.3.4 conversor
2017-03-17 16:51:07 +01:00
Aokromes
c3ac43344e
TDB 4.3.4.17 2017/03/16
2017-03-16 11:40:12 +01:00
Aokromes
2852b76c0f
DB/Misc:Fix error on base files
2017-03-12 22:06:13 +01:00
Aokromes
8d28b453fd
TDB 4.3.4.16 2017/02/11
2017-02-11 06:51:30 +01:00
Aokromes
671dba6e5e
TDB 4.3.4.15 2017/01/12
...
If you don't have custom things i recomend to drop world database, i have dumped this version with areaid and zoneid
2017-01-12 09:48:14 +01:00
Aokromes
9ed19ea73f
make travis happy
2017-01-08 07:33:25 +01:00
Aokromes
330006355c
typo fix
2017-01-07 09:55:06 +01:00
Aokromes
cf3d3a5be6
fix travis
2017-01-07 09:13:01 +01:00
ariel-
17278b9b42
Core/Scripts: added command to move characters across accounts
2017-01-07 07:34:11 +01:00
Aokromes
493dc8ed8f
TDB 4.3.4.14 2016/11/06
2016-11-06 17:22:37 +01:00
Aokromes
c24d6e1447
DB/Misc: I must sleep more
2016-11-02 08:48:17 +01:00
Aokromes
3c9c32751f
Make travis happy
...
i hope.
2016-11-02 08:43:55 +01:00
Aokromes
c36efa65c3
DB/Misc: Rename files
2016-11-02 04:34:13 +01:00
ariel-
64ffbab2d2
Update characters_database.sql
...
Last one, I promise
2016-11-02 03:47:07 +01:00
ariel-
c0ce4efa6c
Update characters_database.sql
...
Missing line from previous commit
2016-11-02 03:35:28 +01:00
Aokromes
d1884133e9
DB/Misc: Missing part
2016-09-28 15:50:48 +02:00
Aokromes
84488a19f0
DB/Misc: TDB 4.3.4-13 2016/09/28
2016-09-28 15:13:28 +02:00
Aokromes
9182a19aa5
Core/Fishing: implement retail-like fishing skill-up functionality
2016-09-14 15:13:04 +02:00
Aokromes
5ec867cc61
Missing part
2016-09-04 00:33:10 +02:00
Aokromes
2ed7685535
DB:Command: debug neargraveyard
2016-09-04 00:29:54 +02:00
Aokromes
45d7d2e308
Missing changes
2016-08-29 00:17:36 +02:00
Aokromes
65f9e58b3f
missing save
2016-08-28 23:39:18 +02:00
Aokromes
d5d8a16084
DB/Misc: TDB 4.3.4-11 2016/08/28
2016-08-28 23:38:11 +02:00
Aokromes
c008d244ee
Core/Misc: Clarify the use of world_database.sql
2016-07-20 18:27:11 +02:00
Aokromes
193489f3a7
Core/Players: Split playerBytes fields in characters table
...
(cherry picked from commit 2a6f65f )
(i think i don't have broken nothing, loged with fresh created chars and old chars and all looks to be ok)
2016-07-18 21:14:24 +02:00
Aokromes
aec309a533
DB/Misc: Fix characters db autoupdater
2016-05-17 08:12:27 +02:00
Aokromes
85f109fe4a
Misc: fix travis, again
2016-05-15 08:05:43 +02:00
Aokromes
0237c5cbb1
Scripts/Commands: Small QoL adjustments
2016-05-15 07:13:51 +02:00
Aokromes
e4eb3c841c
Scripts/Commands: Small QoL adjustments
2016-05-15 07:13:07 +02:00
Aokromes
e322b9cca4
DB/Misc: And another travis fix
2016-03-30 01:59:49 +02:00
Aokromes
b0ff1ffa59
DB/Misc: Fix travis (again)
2016-03-22 08:30:36 +01:00
Aokromes
4c1de81262
DB/Misc: Fix travis
2016-03-22 08:26:59 +01:00
Aokromes
7fce3d19e7
DB/Misc: Try to fix travis
2016-03-22 08:20:56 +01:00
Aokromes
98f901c666
DB/Misc: Try to fix travis
2016-03-22 08:11:08 +01:00
Aokromes
1f3f8d5f29
DB/Misc: More updater fixes
2016-03-12 23:11:09 +01:00
ariel-
8bc477a2de
Merge remote-tracking branch 'tc/3.3.5' into 4.3.4
...
Conflicts:
sql/base/characters_database.sql
sql/updates/world/2016_01_26_00_world.sql
sql/updates/world/2016_01_31_00_world.sql
sql/updates/world/2016_02_07_00_world.sql
src/server/authserver/Server/AuthSession.cpp
src/server/database/Database/Implementation/LoginDatabase.cpp
src/server/database/Database/Implementation/LoginDatabase.h
src/server/game/AI/ScriptedAI/ScriptedCreature.cpp
src/server/game/AI/ScriptedAI/ScriptedCreature.h
src/server/game/Achievements/AchievementMgr.cpp
src/server/game/Chat/Chat.cpp
src/server/game/DataStores/DBCStores.cpp
src/server/game/DataStores/DBCStructure.h
src/server/game/DataStores/DBCfmt.h
src/server/game/Entities/Player/Player.cpp
src/server/game/Entities/Unit/Unit.cpp
src/server/game/Globals/ObjectMgr.cpp
src/server/game/Handlers/AuctionHouseHandler.cpp
src/server/game/Handlers/MailHandler.cpp
src/server/game/Handlers/MovementHandler.cpp
src/server/game/Server/WorldSocket.cpp
src/server/game/Server/WorldSocket.h
src/server/game/Spells/Auras/SpellAuraEffects.cpp
src/server/game/Spells/SpellEffects.cpp
src/server/game/Spells/SpellMgr.cpp
src/server/scripts/Spells/spell_druid.cpp
src/server/scripts/Spells/spell_generic.cpp
src/server/scripts/Spells/spell_hunter.cpp
src/server/scripts/Spells/spell_rogue.cpp
src/server/scripts/Spells/spell_shaman.cpp
src/server/shared/Networking/AsyncAcceptor.h
src/tools/map_extractor/CMakeLists.txt
src/tools/map_extractor/System.cpp
src/tools/map_extractor/adt.h
src/tools/mmaps_generator/MapBuilder.cpp
2016-02-21 07:02:53 -03:00
pete318
657adc270a
Update to 62aff401f6 - correct hash for 2016_02_10_00_characters.sql.
2016-02-15 00:31:39 +01:00
treeston
62aff401f6
Merge branch '3.3.5-instanceextend' into 3.3.5 (PR #16392 )
2016-02-10 22:23:39 +01:00
treeston
6102a7937d
Maps/Instances: Implement handling of CMSG_SET_SAVED_INSTANCE_EXTEND
2016-02-10 19:35:11 +01:00
Aokromes
47f672450a
DB/Conversor: add some comments
2016-01-31 12:10:20 +01:00
Aokromes
d00d1e420a
DB/Conversion: Get rid of some alters of fresh created tables
2016-01-31 12:00:10 +01:00
Aokromes
1a5fb2db8e
DB/Conversor: delete 2 renames of fresh created tables
...
create new tables with correct name
2016-01-31 11:49:57 +01:00
ariel-
dbf1ada85b
Fix travis errors, iteration 3
2016-01-15 02:31:04 -03:00
ariel-
772c447281
Fix compile and travis errors, iteration 2
2016-01-15 01:57:58 -03:00