I was having trouble with using items accidently while trying to frob - for example, I'd hit X to drink invis, then try to frob an item, and drink my other invis instead. To fix this, I made this alias:
[code:1:4cb7ae43eb]Aliases[32]=(Command="ThUsePickup ThieveryMod.ThPickupPotionInvisibility | onrelease ClientNoItem",Alias=DrinkInvis)[/code:1:4cb7ae43eb]
Then I set my X key to be "DrinkInvis". The reason I had to make an alias for this was because I use .txt files for separate Guard/Thief binds, and use of the | operator is not allowed in exec'ed .txt files.
However now in 1.3, I am noticing problems with these aliases I have (I have an alias for each potion and item). When I am on my own server it works fine. However when I am online, the "onrelease ClientNoItem" doesn't seem to work in all cases.
On my own server, it doesn't matter if I hit and release the X key quickly, or hold it down for a second and then release it - the current item is always cleared when I release the key. On any online server, the current item is only cleared if I hold the key down for a second or so, and then release. That is, when I'm online, if I quickly hit and release the key, the current item is not cleared. Does anyone experience anything similar, or know how to help?
[code:1:4cb7ae43eb]Aliases[32]=(Command="ThUsePickup ThieveryMod.ThPickupPotionInvisibility | onrelease ClientNoItem",Alias=DrinkInvis)[/code:1:4cb7ae43eb]
Then I set my X key to be "DrinkInvis". The reason I had to make an alias for this was because I use .txt files for separate Guard/Thief binds, and use of the | operator is not allowed in exec'ed .txt files.
However now in 1.3, I am noticing problems with these aliases I have (I have an alias for each potion and item). When I am on my own server it works fine. However when I am online, the "onrelease ClientNoItem" doesn't seem to work in all cases.
On my own server, it doesn't matter if I hit and release the X key quickly, or hold it down for a second and then release it - the current item is always cleared when I release the key. On any online server, the current item is only cleared if I hold the key down for a second or so, and then release. That is, when I'm online, if I quickly hit and release the key, the current item is not cleared. Does anyone experience anything similar, or know how to help?
Comment