So the UOSteam macro is probably core coded so SOL there. As new features get added someone with either need to make a macro that checks it or more people will need to move over to RazorEnhanced, which is actively being developed. http://www.razorenhanced.org
Now the in-game option on the client side is an issue we may be able to fix. It just needs another option to check for the first aid belt. @Dexter
if not @findobject 'firstaidbelt'
headmsg 'Target your first aid belt'
promptalias 'firstaidbelt'
endif
if @findtype 0xe21 'any' 'firstaidbelt'
useobject 'found'
waitfortarget 2000
target! 'self'
endif
After the client update (which claims to fix the first aid belt in the CC):
With the First Aid Belt equipped (and the bag itself closed with bandages in it) it says: "You must have a stack of bandages..."
With the First Aid Belt unequipped (and the bag itself closed with bandages in it) it says: "You must have a stack of bandages..."
With the First Aid Belt unequipped (and the bag itself opened with bandages in it) it says: "You must have a stack of bandages..."
With the First Aid Belt equipped (and the bag itself opened with bandages in it) it works.
The belt ONLY works while equipped, and with the bag opened on your screen (the second you close it, it cannot remember where the bandages were and says "You must have a stack of bandages...")
@Dexter I confirmed on UO that it should work, regardless.
Maybe we need a custom script, sort of like EquipLastWeapon to make it work? It should be able to pull from the belt without the belt being "open" but as DewCono pointed out it does not.
Well, unless the client finds the bandages, it doesn't send the packet to teh server so this is 100% a client issue, at least for now. Dan said there is a fix on TC, so we'll have to wait and see. Missing properties are in the ServUO repo.
Ah I thought those fixes went live when Dan updated the shard this afternoon (which he asked for someone to test it in chat) so I made this post for him.
So before, even open, it did not find them. Now it does. The issue is should it find them closed? That we do not know yet.
On the Publish 103 TC notes it said a fix was on TC. This currently leads us to believe that maybe it will require some code however until it goes LIVE we will not know for sure.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.