Releases: uoinfusion/Infusion
Releases · uoinfusion/Infusion
1.0.75-alpha
- .NET 6 support
- Add
UO.Attack
- not waiting for server confirmation.
1.0.74-alpha
- 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
- 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
Minor release, without published binaries.
- fix paths to client executables
1.0.70-alpha
- 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
- Injection: fixed ingoring items by UO.FindType.
- UOErebor: fixed looting for females.
- UOErebor: lever manipulation commands.
1.0.68-alpha
- 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
- 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")
callsUO.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
- 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
- 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 withOpen
,Create
,Close
,WriteLn
,ReadNumber
methods. - Injection: Fixed
"my"
container forUO.FindType
.