ModernUO/Projects/UOContent.Tests
Kamron Batman 819c6ff341
fix: Stop treasure chest guardian spawn farming via stack splits
Lifting a partial amount from a stack in a TreasureMapChest re-adds the
remainder as a brand-new item (Mobile.LiftItemDupe bypasses CheckHold), so
the instance-keyed _lifted set never recognized it. Pulling the gold stack
coin by coin with an organizer agent granted a fresh 10% guardian spawn
roll per pull -- ~400 farmable spawns from a single level 4 chest.

Mark every item that enters the chest after the initial fill as already
lifted: stack-split remainders, bounce-backs, and packed-in items all lose
spawn-roll eligibility, while the original loot keeps its one legitimate
roll per item.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-10 08:38:39 -07:00
..
Fixtures fix: Bind the login auth id to its account and drop the redundant verify (#2564) 2026-08-08 09:25:42 -07:00
Tests fix: Stop treasure chest guardian spawn farming via stack splits 2026-08-10 08:38:39 -07:00
UOContent.Tests.csproj fix: Bumps dependencies. (#2531) 2026-07-14 15:17:55 -07:00