Closed gauchotche closed 3 years ago
If you have a counter for "Item Tinker" -- you already know what the item is, so you can simply do lifttype 'name of item'
to accomplish what you're doing.
it's hard to know the exact and correct item names, so when you set a counter you create an alias, which would make it much easier to use in the lifttype command
it's hard to know the exact and correct item names, so when you set a counter you create an alias, which would make it much easier to use in the lifttype command
It's very easy to use the >info
command to get that info, not sure what's hard about that.
Well, it's quality of life improvements, if i can directly lift by my counter name, it's easier. Small improvements that don't alter the gameplay but makes stuff easier. Is course those qol might be hard to code, making it a burden to you. But if it's easy i don't see a reason to not make it.
On Thu, Feb 4, 2021, 10:58 Quick notifications@github.com wrote:
it's hard to know the exact and correct item names, so when you set a counter you create an alias, which would make it much easier to use in the lifttype command
It's very easy to use the >info command to get that info, not sure what's hard about that.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/markdwags/Razor/issues/148#issuecomment-773320422, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIBP6RLY7QWKOKVNYCS2CBLS5KRXJANCNFSM4WROZCSA .
Suggestion:
if count 'Item Tinker' > 0 lifttype 'Item Tinker' droprelloc 0 0 endif