Skip to content

Releases: uoinfusion/Infusion

1.0.75-alpha

06 Jan 09:26
Compare
Choose a tag to compare
1.0.75-alpha Pre-release
Pre-release
  • .NET 6 support
  • Add UO.Attack - not waiting for server confirmation.

1.0.74-alpha

04 Jul 09:24
Compare
Choose a tag to compare
1.0.74-alpha Pre-release
Pre-release
  • sell packet handling (thanks to @3HMonkey!)
  • ship movement packet handling (thanks to @3HMonkey!)
  • targeting tile just using location coordinates (thanks to @3HMonkey!)
  • UOInfusion CLI nuget package publishing
  • customizable Infusion command prefix
  • support for custom commands autocompletion

1.0.72-alpha

25 Oct 19:46
Compare
Choose a tag to compare
1.0.72-alpha Pre-release
Pre-release
  • support for generic clients
  • fix command auto-completion crashes before login
  • headless proxy: track and transmit current map
  • headless proxy: fix DrawObjectPacket version
  • headless proxy: track and transmit EnabledLockedClientFeatures

1.0.71-alpha

25 Oct 19:40
Compare
Choose a tag to compare
1.0.71-alpha Pre-release
Pre-release

Minor release, without published binaries.

  • fix paths to client executables

1.0.70-alpha

05 Oct 21:27
Compare
Choose a tag to compare
1.0.70-alpha Pre-release
Pre-release
  • headless re-connectable mode
  • support for ClassicUO
  • Infusion closes automatically after closing client

Infusion-1.0.70-alpha.zip contains Infusion for Windows including C# script editor.
Infusion-netcore-1.0.70-alpha.zip contains for Windows/Linux/OSX (netcore) without C# script editor.

1.0.69-alpha

03 Aug 14:50
Compare
Choose a tag to compare
1.0.69-alpha Pre-release
Pre-release
  • Injection: fixed ingoring items by UO.FindType.
  • UOErebor: fixed looting for females.
  • UOErebor: lever manipulation commands.

1.0.68-alpha

07 Jun 21:46
Compare
Choose a tag to compare
1.0.68-alpha Pre-release
Pre-release
  • Autodetect encryption.
  • Implemented UO.FindType for GameObjects.
  • Fixed gump parsing for negative parameters.
  • Fixed connecting to server.
  • Fixed UOStore request.
  • Added UO.Chat methods.
  • Injection: storing arm set to profile.
  • Injection: Added UO.Dress, UO.SetDress, UO.Undress, UO.SetDressSpeed.
  • Injection: Fixed UO.Arm, UO.SetArm, UO.Disarm, UO.GetGraphics.
  • Injection: UO freezes fixed.
  • UOErebor: ,equip-create creates equip by targeting items, ,equip-create-dressed creates equip from worn items.
  • UOErebor: Added verite, valorite ingots to blacksmith.

1.0.67-alpha

10 May 21:22
Compare
Choose a tag to compare
1.0.67-alpha Pre-release
Pre-release
  • Added Razor negotiation.
  • Added remove encryption from client option.
  • Fixed status packet for UOForever.
  • Injection: Fixed UO.PlayWav (not multiplatform yet).
  • Injection: Fixed UO.FindType(-1) finds items with any type.
  • Injection: Added UO.EquipT.
  • Injection: Calls parameterless native subrutine overload when given overload doesn't exist. For example UO.FindCount("something") calls UO.FindCount().
  • Injection: Fixed minimized Injection window position.
  • UOErebor: ,equip-dress undresses an equip set first if it is dressed.
  • UOErebor: Added ,poison-hands command to poison a weapon in hands.
  • UOErebor: Remove wait for item drag and drop confirmation from looting to mitigate script freezes and slow downs (sphere 0.99 sometimes sends these confirmations after several seconds, not immediately).

1.0.66-alpha

21 Apr 09:58
Compare
Choose a tag to compare
1.0.66-alpha Pre-release
Pre-release
  • You need .NET 4.7 to run Infusion.
  • Injection: Added GUI (objects, scripts and main tabs).
  • Injection: You will lost your object settings after updating to this version. I'm really sorry for that. I will try to minimize changes like this in the future.
  • UOErebor: Include backpack subcontainers to item dropping.
  • UOErebor: Added common specification for both bandage types, added loot type for Easter event.
  • UOErebor: Added greater refresh potion to alchemy craft menu.

1.0.65-alpha

06 Apr 22:21
Compare
Choose a tag to compare
1.0.65-alpha Pre-release
Pre-release
  • Fixed minimal width of launcher window.
  • Default log path contains character name instead of character id.
  • UOErebor: Fixed looting from ground (arrows, gold).
  • UOErebor: potion cooldown fixed.
  • Injection: Added UO.MoveOn, UO.MoveOff, UO.Track, UO.CancelTarget, UO.ConColor, UO.WaitTargetType, UO.BandageSelf, UO.ContainerOff, UO.FunRunning.
  • Injection: Fixed overloads UO.Click, UO.DeleteJournal, UO.AddObject.
  • Injection: Added safe call syntax - doesn't do anything special. I don't know what it really does.
  • Injection: Added File object with Open, Create, Close, WriteLn, ReadNumber methods.
  • Injection: Fixed "my" container for UO.FindType.