Commit graph

11 commits

Author SHA1 Message Date
Ty Conner
6a4a13a475
Send correct message for banned accounts (#3450) 2021-02-07 13:31:11 -05:00
Ty Conner
ce4ee23587
Add GameMessageHearRangedSpeech (#3425) 2021-01-16 03:31:42 -05:00
Ty Conner
1fd93d65e8
Remove GameMessageHearDirectSpeech, redirect to GameEventTell (#3424) 2021-01-16 00:42:27 -05:00
Ty Conner
e617e8ae15
Add time limit to Portal Space (#2544)
* Add time limit to Portal Space

* Update Player_Database.cs

* use PropertyFloat instead of PropertyInt

* Add Account15Days setting

* Update Player_Tick.cs

* Alert player to incomplete DATs

Cheap alert, triggered only by clients attempt to download

* Update DDDHandler.cs

* Update DDDHandler.cs

* PlayerEnterWorld return

* Update GameMessageBootAccount.cs

* Update Player_Tick.cs

* Update to support server op configurables

* Update GameMessageBootAccount

* .

* Update GameMessageBootAccount.cs
2020-01-14 23:46:07 -05:00
Ty Conner
c910d11df9
Add support for AdminEnvirons (#2183)
* Add support for AdminEnvirons

* Update changelog.md

* cleanup

* tweak

* Update AdminCommands.cs

* use enum extensions

* Update Landblock.cs

* Update changelog.md
2019-08-03 23:47:33 -05:00
Ty Conner
0c24b2090e
Add support for version command response (#2085) 2019-07-08 11:49:08 -05:00
Mag-nus
3e8a1fc0f9
Cleanup UseWithTarget and fix GameMessageInventoryRemoveObject (#1512)
* Player_Use HandleActionUseWithTarget cleanup

* lastUsedContainerId to LastUsedContainerId (public var)

* ManaStone DoDestroyDiceRoll to private

* HandleActionUseWithTarget efficiency improvement

* FIx a couple ToStrings in ManaStone class

* Woops

* Fix mana stone messages to match retail

* Fix GameMessageInventoryRemoveObject

* One more for GameMessageInventoryRemoveObject

* ManaStone cosmetic
2019-03-10 14:45:46 -05:00
gmriggs
9d3c390036
Improved corpse system, added /corpse, /permit, /consent (#1156)
* Improved corpse system, added /corpse, /permit, /consent

* Setting AllowedActivator for corpses

* GetPlayer -> FindByGuid

* spacing

* Updating HandleActionRemoveFromPlayerConsentList() to handle all players, regardless of online status
2018-12-20 02:42:54 -05:00
Ty Conner
c9c04e7eb2 More Inventory cleanup 2018-03-21 02:48:21 -04:00
Ty Conner
ef8abbfc18 More Double to Float 2018-03-06 04:37:35 -05:00
Mag-nus
7e256a7fb3
ACE prj to ACE.Server rename (#628)
* ACE.DatLoader renames PositionNew to Position

* Remove comment

* ACE.DatLoader DatDatabase I prefer this type instead.

* Unused references removed

* namespace fixes

* ACE prj to ACE.Server rename

* Appveyor fix I think

* Changelog

* appveyor fixes

* Update AccountTests.cs

* Update ConstructedStatementTests.cs

* Update WeenieSearchTests.cs

* ACE.Tests -> ACE.Server.Tests

* Appvyeor
2018-02-08 17:05:02 -06:00
Renamed from Source/ACE/Network/GameMessages/GameMessageOpcode.cs (Browse further)