Commit graph

62 commits

Author SHA1 Message Date
TrueUO
21ce1dd042
Changes (#4878)
* Changes

- More timer registry conversions.
- Cleanup of un-needed code.

* Change
2020-10-06 07:44:17 -07:00
TrueUO
98d111ae35 Cleanup
- Last of the yearly "cleanup" pushes.
2020-09-18 10:59:33 -04:00
TrueUO
b73897e554
Cleanup (#4848)
- Cleanup of various double calls and simplified code where possible.

Co-authored-by: TrueUO <knight.daniel.r@gmail.com>
2020-09-16 07:43:44 -07:00
TrueUO
262c273723
Cleanup (#4846)
- No code changes in this branch. This is simply clean up.

Co-authored-by: TrueUO <knight.daniel.r@gmail.com>
2020-09-15 08:15:23 -07:00
TrueUO
a18e34074c
Additions (#4843)
- Adds in the Anvil of Artifacts https://uo.com/wiki/ultima-online-wiki/items/ultima-store-inventory/anvil-of-artifacts/
- Fixed an issue with the WinchAssembly not working correctly to access the Shadowlord peerless.
- Magic Reflect now lowers max physical resist correctly.

Co-authored-by: TrueUO <knight.daniel.r@gmail.com>
2020-09-10 08:59:30 -07:00
TrueUO
8e0544a0aa
Cleanup (#4841)
- Removed unneeded usings
- Added recompile support for [restart <true> and console commands (save recompile, nosave recompile)

Co-authored-by: TrueUO <knight.daniel.r@gmail.com>
2020-09-07 21:33:30 -07:00
TrueUO
e2dd8b44dd
Change (#4840)
Converted Winch Assembly to peerless Altar
Converted Shadowlord to BasePeerless
Converted peerless keys to BaseDecayingItem
Server startup will require you to delete items. This if fine. It will auto re-generate deleted items.

Co-authored-by: TrueUO <knight.daniel.r@gmail.com>
2020-09-06 09:13:59 -07:00
TrueUO
6ef1e31f12
Bug Fixes (#4837)
- Fixed the loot intensity values for DCI and HCI.
- Changed how the exodus dungeon and key getting works.
- Various quest fixes.

Co-authored-by: TrueUO <knight.daniel.r@gmail.com>
2020-08-31 17:54:54 -07:00
TrueUO
ffa594cbbb Changes
Removed CanBeWornByGargoyle, RequiredRace properties from all equipment. It is now handled in RaceDefinitions.cs and each race is responsible for validating their own equipment. It is, for the most part, done by ItemID
Consolidated various timers into one static timer: PlayerVendor, RentedVendor, FountainOfLife, Hireables
Fixed a few timer memory leaks
Clockwork leggings can now be imbued
Fixed Phylactery hue
Destard Dungeon Spawn = EA
2020-07-22 16:06:13 -04:00
TrueUO
f608d123a4
Bug Fixes (#4762)
-Fixed issue where client helpers could bypass the container gump and add items directly to the seed box
-SearedFireAntGoo is no longer stackable
-Blue NPC's (mainly vendors, not initial innocent) can no longer be attacked on trammel maps
-Aggressors/Aggressed from pet masters now works properly. This was suspected to crated large numbers to redundant aggressor/aggressed added to a mobiles aggressor/aggressed lists
-Aggressive action for healing a mobile while fighting another mobile has been re-enabled
-AuraDamage is now a harmful act, ie those affected will aggro on your pet!
-MLDryads should no longer attack other wild creatures during Blackthorn Invasion Instance
-More code cleanup
2020-04-21 17:25:24 -07:00
TrueUO
65ea32264b
Imbue fix. (#4761)
Various Cleanup
2020-04-20 10:09:58 -07:00
TrueUO
8427e1fc91 No more this.stuff 2020-04-16 18:41:32 -07:00
TrueUO
01f18a3eff A total convert of get return to => 2020-04-16 20:37:29 -04:00
TrueUO
5ba7d4dc76 Scripts folder cleanup. 2020-04-16 18:42:38 -04:00
TrueUO
1a40e06495 Removes unneeded ints from the entire project.
VS checked.

Tested and works fine.
2020-04-16 09:27:30 -04:00
TrueUO
528c0e0459 Made private fields readonly, where possible.
If a class has a field that's not marked readonly but is only set in the constructor, it could cause confusion about the field's intended use. To avoid confusion, such fields should be marked readonly to make their intended use explicit, and to prevent future maintainers from inadvertently changing their use.
2020-04-15 10:13:04 -04:00
TrueUO
f25e60cf56
Services Folder Cleanup (#4728) 2020-04-14 14:04:34 -04:00
Dexter
69cbd8db36
Removed Era Checks from multiple files (#4635)
* Removed faction args from AcquireFocusMob in BaseAI

* Removed Pre-AOS properties from BaseArmor

* Cleanup BaseClothing and PlayerMobile (removed era checks)

* Removed old Opposition Group, replaced by Tribe. UPdated BaseCreature

* Spell Cleanup

* Cleanued up Loot.cs, Lootpack.cs

* Removed Era Checks from multiple files

* removed old tmap config
2020-03-28 22:48:55 +03:00
Dexter
2d80cf4524 Bug Fixes
- Changed Sea Market boat restriction to 20 minutes per EA
- Exploring the deep quest now gives title if not on the town crier quest
2018-09-16 19:42:33 -07:00
Dexter
25404c3e99 Bug Fixes / Enhancements
- Added Champion Spawns to Create World. THey no longer generate automatically
- Added Exploring the Deep and Fortune Fire Casino generation to SA Decoration. For existing servers, you can use the commands [GenExploringTheDeep and [GenerateCasino respectively. Be advised, do not generate exploring the deep if it already exists, it will double spawn.
- Added paladin spawn to trinsic
- Added auto versioning to SpawnerPersistence so fresh shards are not running spawn fixes that should be addressed in the spawner folders
2018-07-11 14:28:35 -07:00
Dexter
2550743ee8 New Town Crier System
- Added non-repeatable quests
- Updated mondain quest system for flexibility in new Quests
2018-07-09 22:10:22 -07:00
Argalep
7b5d5bf3f1 * StorageLocker fix. 2018-06-19 18:22:24 +03:00
James Kidd
3e4bb3c63c Continuation of previous commit, solves #3401 and issues raised in previous PR. 2018-05-10 18:54:49 +10:00
James Kidd
79034149e1 Bunch of misc issues found using PVS-Studio 2018-05-10 05:34:40 +10:00
Dexter
60036b4b99 Bug Fixes
- Fixed issue with VvV notoriety - report back!
- Guardzone/Guardwhacking should now be per EA - report back!
- Added much need IsMonster propery to BaseCreature.cs
- Added pack checks for gorgon lense
- remove durability from Blackthorn Epaulettes and Hooded robes. Do we need to do this to the dresses too?
2018-01-15 22:41:01 -07:00
Dexter
9838a593b1 Bug Fixes
- Players must have 75+ fishing to gain skill and have a successful harvest in deepwater
- Players can now gain fishing from lobster traps, as they would regular Fishing
- fixed clilocs in costumes (thanks tasanar!)
- you can no longer cast spells while usign spirit speak
- purge magic spell now uses caster as damager
2017-10-17 16:11:25 -07:00
Dexter
8451c24a31 Bug Fixes/Changes
- Changed all CollectionTitle names to RewardTitle
- Added appropriate era check for new loot system. Enabled/Disabled is no longer handled in Config
- Added new loot system override in BaseRunicTool
2017-06-28 18:47:09 -07:00
Argalep
cc00fbb384 * Ararat artifact hit fix.
* Storagelocker delete fix.
2017-06-18 22:38:19 +03:00
Argalep
5f5c683ba9 Update MercutiosCutlass.cs 2017-05-28 21:53:03 +03:00
Argalep
862db140ec * Exploring Deep Quest Item Hue fix.
* add Garden Shed
2017-05-22 10:20:06 +03:00
Argalep
5594dbdd3b * CornStok Fix
* Blue Corn hue fix
* Exploring Quest fix. EA
2017-05-09 13:03:14 +03:00
Argalep
0a0220bcf6 Merge branch 'master' of https://github.com/Argalep/ServUO 2017-03-19 23:28:19 +03:00
Argalep
ae38310429 SorcerersRewardChest respawn fix.
Note: Add it again
2017-03-19 23:27:42 +03:00
Argalep
aeb42265eb Update WoodenKeyBarrel.cs 2017-03-19 18:59:39 +02:00
Argalep
871197f227 Revert "Revert "Revert "fix2"""
This reverts commit 3537917946.
2017-03-19 19:57:11 +03:00
Argalep
3537917946 Revert "Revert "fix2""
This reverts commit 0f9bda119b.
2017-03-19 19:56:09 +03:00
Argalep
eeed13d41e * StorageLocker list practice fix 2017-03-19 19:51:50 +03:00
Argalep
09032a9f50 Merge branch 'master' of https://github.com/Argalep/ServUO 2017-03-19 19:44:09 +03:00
Argalep
0f9bda119b Revert "fix2"
This reverts commit 05346be9f5.
2017-03-19 19:44:00 +03:00
Argalep
8082e42edc opps. 2017-03-16 22:55:41 +03:00
Argalep
fc1d6836a3 StorageLocker fix 2017-03-16 22:53:57 +03:00
Argalep
05346be9f5 fix2 2017-03-13 08:47:25 +03:00
Argalep
7007fa992a fix 2017-03-13 08:34:12 +03:00
Argalep
9fd36aaaf1 ExploringTheDeep questitem fix.
WoodenKeyBarrel respawns fix
2017-03-12 22:34:58 +03:00
Argalep
1816869d9b * remove duplicate item 2017-02-28 00:30:48 +03:00
Argalep
330f688594 * Quest item tag fix 2017-02-28 00:27:54 +03:00
Argalep
0f5a8b2b67 Shadowlord location fix. 2017-02-21 12:20:22 +03:00
Argalep
2e2f9208ed Exploring Deep Quest fix 2017-02-20 13:16:14 +03:00
Argalep
97f3d70ef8 *add [GenWinchAssembly
* ladder location fix
2017-02-07 22:24:06 +03:00
Argalep
909df85cc0 * Storage Locker fix
* Healing Stone fix
2017-02-01 18:06:43 +03:00