hondacrx
|
f414068883
|
Fixed DB2 loading and world login!!!!!
|
2018-12-14 18:43:35 -05:00 |
|
hondacrx
|
8e20114e10
|
BFA Update (still lots of testing to do tho)
|
2018-12-10 12:46:25 -05:00 |
|
hondacrx
|
468b053946
|
Core/Maps: Replaced spawnmask with difficulty list
|
2018-09-17 12:08:48 -04:00 |
|
hondacrx
|
7aa494d5dd
|
Core/Errors: Stop using System.Diagnostics.Contracts, Its just closing the server without error or warning. We now log the error and then throw a exception
|
2018-06-15 12:34:56 -04:00 |
|
hondacrx
|
2c3479c6e2
|
Core/Refactor: Part 4
|
2018-05-27 15:40:06 -04:00 |
|
hondacrx
|
dbd62e5c6f
|
Core/DB: Some DB improvements
|
2018-05-22 11:05:16 -04:00 |
|
hondacrx
|
0be2dc08e2
|
Core/Misc: Misc Fixes
|
2018-05-22 00:43:21 -04:00 |
|
hondacrx
|
5dacd669b5
|
Core/Refactor: Part 3
|
2018-05-16 19:57:48 -04:00 |
|
hondacrx
|
9b40067017
|
Core/Refactor: Part 2
|
2018-05-07 22:07:35 -04:00 |
|
hondacrx
|
216db1c23a
|
Core/Refactor: Part 1
|
2018-05-07 18:56:09 -04:00 |
|
hondacrx
|
1106aa3659
|
Core/Quests: Ported quest greeting locales
Core/Misc: Misc fixes
|
2018-04-27 15:09:38 -04:00 |
|
hondacrx
|
7015f1efba
|
Core/Creatures: Update Scaling to 7.3.5
|
2018-04-12 18:25:19 -04:00 |
|
hondacrx
|
04539f0bd2
|
Core/Player: Fix equipment set GUID handling
Core/Items: Fixed saving and equipping sets with empty slots
|
2018-04-12 10:08:38 -04:00 |
|
hondacrx
|
fa35d60f60
|
Core/Entities: Phasing rewrite
|
2018-03-28 11:09:30 -04:00 |
|
hondacrx
|
caa3cfed24
|
Core/Misc: Misc fixes
|
2018-03-21 23:43:28 -04:00 |
|
hondacrx
|
6ecc0ae762
|
Core/Misc: Graveyards can now use conditions, SourceType = 27, SourceEntry = graveyard_zone.ID
|
2018-03-18 11:43:59 -04:00 |
|
hondacrx
|
0ab3b8e8cd
|
Core/DataStores: Fixed db2 structures after 7.3.5
|
2018-03-13 15:43:03 -04:00 |
|
hondacrx
|
82dca6de94
|
Updated DB2 structs
|
2018-02-26 13:13:54 -05:00 |
|
hondacrx
|
0a3dfaba37
|
Updated to 7.3.5.25996 (Db2 files not updated)
|
2018-02-19 10:32:16 -05:00 |
|
hondacrx
|
27f406d63d
|
Core/Gossip: renaming/changing types
|
2018-02-01 13:50:37 -05:00 |
|
Caydan
|
95e76df6ff
|
Core/Globals: Fixed FormatException on startup (#16)
|
2018-01-28 12:22:34 -05:00 |
|
Caydan
|
c93e0fdcd0
|
Core/BattleGrounds: Changed upper case character in tables character_Battleground_data and Battleground_template to lower case to solve startup issues (#17)
|
2018-01-28 12:22:07 -05:00 |
|
hondacrx
|
419ee1b882
|
Core/Entities: Created factory methods to create new areatriggers, creatures and gameobjects
|
2018-01-27 20:15:24 -05:00 |
|
hondacrx
|
bde833d452
|
Core/Scripts: Fixes ValidateSpellScripts, and type mismatch of parameters
|
2018-01-13 23:17:54 -05:00 |
|
hondacrx
|
befc9fcae7
|
Core/Entities: Extended SpawnMask to 64 bit
|
2018-01-06 23:43:44 -05:00 |
|
hondacrx
|
2a89913879
|
Core/Creature: Added TitleAlt to creature_template
|
2018-01-05 12:22:12 -05:00 |
|
hondacrx
|
28c0ef9d03
|
Happy New Year!!!!
|
2018-01-02 13:02:21 -05:00 |
|
hondacrx
|
ba92c58e6c
|
Core/Quests: Implemented player choice rewards
DB/Creature: Cosmetic Mottled Raptor
|
2018-01-01 16:11:50 -05:00 |
|
hondacrx
|
45333097df
|
Core/Quests: Implemented player choices
|
2018-01-01 12:18:52 -05:00 |
|
hondacrx
|
b017ef8e84
|
Core/Scripts: Added new QuestScript hooks
|
2017-12-04 14:30:01 -05:00 |
|
hondacrx
|
e9eb2962ef
|
Implemented Conversation scripts
|
2017-11-22 12:02:38 -05:00 |
|
hondacrx
|
a5e8da2a57
|
Update locales_gossip_menu_option to simple system
|
2017-11-13 12:42:45 -05:00 |
|
hondacrx
|
b8fe68ec8b
|
Add WorldEffectID to Gameobject
|
2017-11-05 17:40:57 -05:00 |
|
hondacrx
|
8ed446ae7a
|
Replace most T.Parse with T.TryParse for all user input.
|
2017-11-05 15:21:29 -05:00 |
|
Fabian
|
a3dc7b3f48
|
Ported .Net Core commits:
hondacrx:
- Initial commit: Switch to .Net Core 2.0
- Fix build and removed not needed files
Fabi:
- Updated solution platforms.
- Changed folder structure.
- Change library target framework to netstandard2.0.
- Updated solution platforms again...
- Removed windows specific kernel32 function usage (Ctrl-C handler).
|
2017-10-26 17:23:44 +02:00 |
|