Search found 8 matches

by iwan
2019-05-11 13:53:16
Forum: Help
Topic: setarm e setdress - injection 2015
Replies: 1
Views: 2530

Re: setarm e setdress - injection 2015

Hello, this works for me on Sphere 99 and 306m client.

_arm command equips items by double clicking on them.

You could try to write a script:
UO.Equip("Rhand", "katana")

UO.Equip subrutine pickups the item first and then equips it to the requested layer. Maybe it could solve your issue.

I ...
by iwan
2019-04-07 00:34:35
Forum: Modifications. Other user tools.
Topic: Injection extension for Visual Studio Code
Replies: 4
Views: 9750

Re: Injection extension for Visual Studio Code

0.0.16

- Added safe call syntax.
- Added UO.MoveOn, UO.MoveOff, UO.Track, UO.CancelTarget, UO.ConColor, UO.WaitTargetType, UO.BandageSelf, UO.ContainerOff, UO.FunRunning.
- Fixed overloads UO.Click, UO.DeleteJournal, UO.AddObject.

Download: https://marketplace.visualstudio.com/it ... ion-vscode
Github: https://github.com/uoinfusion/Infusion/ ... 0.65-alpha
Discord: https://discord.gg/pnSC4XX
by iwan
2019-03-26 12:43:48
Forum: Modifications. Other user tools.
Topic: Injection extension for Visual Studio Code
Replies: 4
Views: 9750

Re: Injection extension for Visual Studio Code

0.0.15
- break keyword.
- Added/fixed UO.MoveItem, UO.Print, UO.LastTile, UO.Count, UO.Dead, UO.GetName, UO.DeleteObject, UO.UseSkill, UO.WaitMenu, UO.Launch, UO.SkillVal.
- Fixed literal parsing (problems with " inside ' or ' inside ").
- Fixed escaped characters - \ doesn't denotes escaped ...
by iwan
2019-03-01 10:58:44
Forum: Modifications. Other user tools.
Topic: Injection extension for Visual Studio Code
Replies: 4
Views: 9750

Re: Injection extension for Visual Studio Code

Debugger for Yoko Injection scripts has landed in Infusion: https://www.youtube.com/watch?v=PUhZra2w0pI
Image
by iwan
2019-02-25 14:30:19
Forum: Help
Topic: command ,info
Replies: 2
Views: 2309

Re: command ,info

You can change "Command Prefix" on "Hotkeys" tab.
by iwan
2019-01-16 16:23:54
Forum: General
Topic: Questions regarding versions of Injection
Replies: 2
Views: 3407

Re: Questions regarding versions of Injection

Hello,

I try to reimplement Injection interpreter in .NET. Work is still progress, but some scripts are already executable. If you would like to try it, you can install Infusion (that hosts Injection interpreter): m. I tested it with 7.0.66 client.

It is still in very early development stage, so ...
by iwan
2019-01-16 16:09:31
Forum: Modifications. Other user tools.
Topic: Injection extension for Visual Studio Code
Replies: 4
Views: 9750

Re: Injection extension for Visual Studio Code

Version 0.0.8

- Many bug fixes.
- More supported Injection API.
- More syntax highlighting colors.

Download: https://marketplace.visualstudio.com/it ... ion-vscode
Github: https://github.com/uoinfusion/InjectionScript
Discord: https://discord.gg/pnSC4XX
by iwan
2018-12-28 11:53:42
Forum: Modifications. Other user tools.
Topic: Injection extension for Visual Studio Code
Replies: 4
Views: 9750

Injection extension for Visual Studio Code

Please, don't delete this post. I think this extension could be very valuable for all Yoko Injection users. It makes script editing much more pleasant.

Features

⋅ Editing Yoko Injection scripts in an amazing text editor on Windows, Linux or MacOS.
⋅ Code completion
https ...