setarm e setdress - injection 2015

Ask for help

Moderators: Murderator+, Murderator

Post Reply
rodrigo.andira
Posts: 3
Joined: 2019-02-21 02:33:27

setarm e setdress - injection 2015

Post by rodrigo.andira »

Good evening, I'm having a problem setting up the setarm and setdress command in injection 2015.
Let me explain to see if this is correct,
1st place the weapon in the hand, and type the _setarm katana
2nd still with the katana in the hand, type the command _arm katana
3rd when executing the _disarm command, it removes the katana from the hand, but when typing the _arm katana command, it does not go up to the hand, and asks me if I want to cut some item, like a dagger, ... the same thing with the setdress, but then he informs "I cant think of way to use ...."
Is it some bug in this 2015 injection version, or am I doing something wrong? it seems to me that instead of wearing it, it triggers the command as double click on the item. client version 7.0.30.1 hugs
iwan
Posts: 8
Joined: 2004-04-05 18:46:50

Re: setarm e setdress - injection 2015

Post by iwan »

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'm not sure if 2015 supports 7.0.30 clients. Anyway I don't see any protocol changes that could affect _arm command. So maybe the problem is server related. Are you able to downgrade client version?

There is a discord channel related to infusion scripting: https://discord.gg/6ZmqWbA.
Post Reply