Commit graph

2151 commits

Author SHA1 Message Date
Bryan Denny
b77438329e
Fixed Inscription Spell Plague and Rising Colossus scrolls to match the correct reagents the Mysticism spells use (#5065)
Co-authored-by: Bryan Denny <bryan.denny@miacanalytics.com>
2023-08-28 16:28:17 +01:00
craymaru
8b75a7bbf5
fix: TreasureMap Spawn (#5051)
- Fixed incorrect levels
- Optimize spawn bias
- Refactoring
2023-04-30 20:42:54 +01:00
tr1age
1aa927b1b1
Fix Remove Trap - 0 Skill from 5 OSI Accurate (#5050)
https://www.uoguide.com/Treasure_Map
Can attempt with 0 skill not 5.
2023-03-28 02:56:30 +01:00
Kamron Batman
f356945418
Fixes duplicate entry in MountainCaveTiles (#5048) 2023-03-22 21:32:38 -07:00
Ziru
72da5789ad
Fixing Reptalon|ColdDrake|CuSidhe (#5039)
You can't train Reptalon|ColdDrake|CuSidhe to the "Magical Abilities" Magery Mastery and you must be able to.
Just add MageryMastery | to line 96
2023-02-03 02:05:25 +00:00
che666
0320270053
Update Generate.cs (#5020)
Fix #4989
2022-10-01 23:57:14 +01:00
TrueUO
1e08f54a1c
Imbuing Exploit Fix (#5019)
* Imbuing Exploit Fix

https://trueuo.com/threads/september-2022-patch-log.3474/#post-19644

Co-authored-by: Daniel Knight <knight.daniel.r@gmail.com>
2022-09-23 17:17:52 +01:00
Voxpire
e2adc892d2
Fix Mailbox secure acccess
Issue #4972
2022-09-19 04:27:15 +01:00
pyro17
bebc100d6c
Ranger Equipment fix, Additem delete (#5012)
* Ranger Equipment fix, Additem delete
- add parameter with default value to AddItem
- On Conflict, still log conflict, but delete the conflicting Item by default

- Delete the base boots of Rangers befor adding the new boots

* Updated Mobile Scripts

- went through all scripts to update them to SetWearable
- reverted change to AddItem

* Update to SetWearable

- last item being set will be worn (if no override to OnEquip returns false
- delete the item on the layer that is the same as the new item (if existend)
- used ifs to cap item.Movable, therefor no need to call to Random if <= 0 or >= 1

* Update base InitOutFit

- replaced the Additem for Backpack with SetWearable, Movable is getting set this way too
- altered the other SetWearable calls, to allow the items to be moved / dropped (as they should normally)

* Null reference sanity check.

Co-authored-by: Voxpire <admin@vita-nex.com>
2022-06-16 04:44:54 +01:00
Vorspire
212d0ed713
Pet training Fixes (#4969)
Pet training overcap fix
Pet training tooltip fix
2021-11-16 04:06:09 +00:00
LG Archer
9d743400c7
Update SpikedWhip.cs
Correcting a build issue.
2021-07-04 17:29:19 +01:00
Hjornskar
812daa780f
Update BladedWhip.cs (#4945)
Needed for actual whipping attack animation. Also possibly better for DefHitSound, 0x67E is a whip crack sound.
2021-07-04 16:48:57 +01:00
Hjornskar
823341afc3
Update SpikedWhip.cs (#4946)
Swing animation update.
2021-07-04 16:48:08 +01:00
Martin
0c88de0d8a
Fix SonarQube's "String.IsNullOrEmpty" should be used / Code Smell. (#4935) 2021-05-12 18:27:41 +01:00
TrueUO
05cdc8780e
Bug Fix (#4918)
* Bug Fix

- Tabard all races.
https://www.servuo.com/threads/tabards-cant-be-worn-by-gargoyles.13431/

* Minor bug fix

https://www.servuo.com/threads/ethereal-vet-reward-war-boar-showing-as-tarantula.13433/
2021-01-18 11:49:12 -07:00
Dan
7aadd4796c Bug Fixes
- Safely removed depreciated quests.
- Fixed an exploit where AutoLoot own corpse should only auto loot items that were in there when killed. (prevents people from dropping items in a corpse to get them auto looted)
- Animals with instruments will no longer drop them to the world OnDrop OnRelease.
- Fixed a crash with the City Election system when it has multiple people running.
2020-12-06 00:02:27 +03:00
Dan
46998bd414 Bug Fixes
- Adds missing items to Huntmaster Reward gump
- Fixes an access issue with the Jewelry box, when turning pages.
- Travesty Mirror Images will no longer turn players criminal.
- Fixes an exploit where items could be used inside of mail boxes, even without the correct access
2020-11-27 22:52:49 +03:00
Dan
3d4c04e051 Bug Fixes
- Fixes issue FermentationBarrel.cs
- Fixes issues with Fellowship Medallion
- Fixes issue where players could use the Primevil Lich champion spawn to get into the Abyss, without the quest.
2020-11-24 23:24:11 +03:00
Dan
fbb7b79411 Bug Fix
- https://www.servuo.com/threads/sorcerers-dungeon-event-problem-with-artifact-of-the-cult-jack-in-the-box.13202/
- Simply re-named it. None could spawn in the world previously.
2020-11-24 10:31:00 +03:00
Dan
63d251645b Bug Fixes
Fixed an issue where various new potions were incorrectly able to be placed inside potion kegs.
Fixed a display issue with the Fermentation Barrel.
Fixed an issue with Vendor Search and certain vendor maps that were being created incorrectly.
Fixed an issue where a pet owner's luck was not always being calculated when determining basic loot drops.
Fixed an issue where monsters and pets could get "stuck" while casting a spell and would not cast anymore until after a restart.
2020-11-19 05:22:25 -05:00
Dan
af4bc26255 Additions
- Various missing store items
- Certain items can now correctly be used as trash barrels by the home owner.
- Fixes an issue with Ethereal Soulbinders
- No changes were made to XMLFind.
2020-11-12 17:23:37 -05:00
Dan
3c92ccea4a Addition
- Adds the Field Garden Bed
Thanks @argalep
2020-11-03 17:43:11 -05:00
TrueUO
e17be42caa
Fixes (#4895)
- Spelling mistakes on corpses in Treasures of Sorcerers Dungeon event. Event mini bosses no longer flee.
- Matched spelling typed grey vs gray wolf

Additions
- Adds the Wedding package.
This was all @argalep
2020-11-02 08:49:41 -07:00
PyrO
59dd8d4ce7 Fixed the missed mono issue, also rewrote it to also skip the string splitting 2020-11-02 07:24:31 -05:00
TrueUO
a717d70a9c
Decorative Farm Set (#4894)
- This PR adds the DecoFarmSet - Thanks @argalep
2020-10-30 10:38:00 -07:00
PyrO
0038f0d0b8 mono is more strict, fixed duplicate variable definitions.
For some reason it was only an issue on mobile, not on item
2020-10-29 14:24:43 -04:00
PyrO
7ced39cb15 readonly structs arent supported on mono.
Also this struct is by its own structure readonly, only get parameters.
2020-10-29 14:24:43 -04:00
LG Archer
d90a7b776e Optimized deadline fighter pruning 2020-10-28 16:21:55 -04:00
Dan
95772b4613 Bug Fix
- Fixes an issue with some items on house transfer.
- Cleanup of ChampSpawns folder and VendorSearch upgrades.
2020-10-28 16:21:55 -04:00
TrueUO
469e1d94b1
CleanUp (#4889)
- Guild clean up and removal of old unused methods.
- Interior Decorator now correctly works on the older style trophies to raise and lower.
2020-10-23 08:16:09 -07:00
TrueUO
277cee4ee4
Deco Folder (#4888)
- Cleaned up the decoration folder and removed / combined older decoration spawn files.
- The beginning of the XMLSpawner cleanup.
  - The end goal is to eventually remove it/ rename what it is left of it so that people can once again easily add their own versions of XMLSpawner, if they wish to use all of it's abilities.
- Fixed various bugs with the Bane Dragon
- Removed ununused/outdated Config options from VetRewards.cfg
2020-10-21 13:44:49 -07:00
TrueUO
1c7f53a414
OCT17 (#4887)
* OCT17

Minor gump cleanup and XML cleanup.

* Improvements

- Skill Gain is no longer redundantly checked against the same values inside of XMLSpawner.
- AI_Animal (which was not used and just defaulted to AI_Melee) along with AI_Beserk, AI_Predator, and AI_Thief have been safely removed.
- ItemFlags.cs has been moved from XMLSpawner to MISC.
- Removed some misc double calls.

* Needed for recent AI fix.

* Item Fix
2020-10-21 10:15:47 -07:00
TrueUO
e54723ab05
Fixes (#4885)
- Kotl Black Rod now retains its correct color oncraft.
- Removed old/unreachable code in Polymorph.cs (pre aos methods)
- Spawner Cleanup.
- Removal of redundant calls.
2020-10-15 11:26:12 -07:00
TrueUO
8b82bdd254
Additions (#4881)
* Additions

- Adds two missing deco mail boxes.
- Pumpkins you wish to carve must now be in your backpack.

* More changes and bug fixes.
2020-10-13 13:31:23 -07:00
TrueUO
ff3f6d713c
Restructure (#4880)
- No code was changed here, just moved.
2020-10-08 07:23:53 -07:00
TrueUO
21ce1dd042
Changes (#4878)
* Changes

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

* Change
2020-10-06 07:44:17 -07:00
TrueUO
7de3b31951
Assistant fix (#4876) 2020-10-05 08:03:49 -07:00
TrueUO
550ff0e207
Restructure (#4875)
- Removed the Expansion folder in Services.
- Put everything that was in that folder in its appropriate location.

NO FILES WERE ACTUALLY CHANGED IN THIS PR - SIMPLY MOVED.
2020-10-04 09:12:11 -07:00
TrueUO
6ff5ae05df
Bug Fixes (#4873)
* Bug Fixes

Fixed crash while enabling Kotl System
Added support for invoking commands without a mobile
Bolt of CLoth is no longer flipable with housing
Fixed issue with castle ladders
Chest guardians will now get Soul Bound tag during active Event
Fixed issue where physcial resist wasnt returning to normal value when disabling magic reflect spell

* Bug Fix

- https://www.servuo.com/threads/black-rock-stew-recipe-ingredients-are-not-consumed.13056/
2020-10-03 07:09:47 -07:00
TrueUO
d8670d7150
Changes (#4872)
Added stam/hits/mana regen timers to registry. Players and creatures will have their own timers to reduce any timer drift for players.
Moved TimerRegistry.cs to Server folder
Fixed issue where champ spawns weren't generating after they were deleted
Fixed issue where champ spawn corpses weren't deleting after 1 minute
Added timer object threshold where if met, a new timer will be created. This will prevent timers from processing potentially large lists causing server hangups.
removed huge memory leaks of un-needed timers firing during mobile creation and deserialization
Corpse decay times are now controlled by the mobile
2020-10-02 12:50:37 -07:00
TrueUO
fb4bb8cb13
Bug Fixes (#4871)
- Fixes an issue where monsters and pets could walk through doors.
- Can dye certain Kings Collection items.
- Added in Animdata.
2020-10-01 09:36:55 -07:00
TrueUO
df528a25ae
Changes (#4867)
- Allows quests to be removed safely.
2020-09-29 09:39:45 -07:00
Dan
c4b8643886 Removed:
- Removed the mostly outdated and little, if ever, used reports.
- Fixes a crash from the new magincia bazaar.
- Added missing Halloween begging items and consolidated them all into one folder.
2020-09-29 03:50:48 -04:00
Dan
7b160c0784 Changes
- Not all Unsummons were correctly disposing of their timers.
- This has been fixed and all Summons are now on one static timer.
- Circuit Trap Trainging kit bug fix.
- Small cleanup.
2020-09-27 19:20:09 -04:00
TrueUO
851a7ef809 Update
- Removes the projects dependency on the Ultima.dll

Thanks to @argalep
2020-09-27 16:33:21 -04:00
LG Archer
584d7e32a7 Remove Honesty image generation 2020-09-26 12:29:54 -04:00
TrueUO
0bc5fffb3d Fixes
- Added in 15 missing halloween pumpkin designs to the carving kit.
- Fixed loot and properties on Pumpkin Head and The Butcher to match EA.
- Some champ cleanup.
2020-09-26 08:43:04 -04:00
TrueUO
62e5bf519d
Bug Fixes (#4856)
- Fixes an issue where certain items could be incorrectly chopped (deleted) with an ax.
-

Co-authored-by: TrueUO <knight.daniel.r@gmail.com>
2020-09-23 07:58:02 -07:00
TrueUO
4987b5ecb1
- Revert recent changes to Assistants. (#4855)
* - Revert recent changes to Assistants.
- Ship painting was giving the wrong charge.
- Renamed TreasureChestMod to DungeonChest.cs

* Assistant edit

* Update BaseDungeonChest.cs

* Update BaseDungeonChest.cs

Reverted back.

Co-authored-by: TrueUO <knight.daniel.r@gmail.com>
2020-09-22 12:53:20 -07:00
LG Archer
6dfcb3f746 BoxOfRopes: Dictionary remove entry does not require a prior Contains check. 2020-09-21 09:53:44 -04:00