i need UOS lumber macro

Share your guides, how-tos, FAQs, and so forth. This is not for support -- post questions in General Discussion.
User avatar
MB
Posts: 379

Re: i need UOS lumber macro

Post by MB »

Click Active Objects button at bottom of macro window
User avatar
LemonHead
Posts: 34
Contact:

Re: i need UOS lumber macro

Post by LemonHead »

Hello there!
I've been trying to set this macro up (this and the link one) for some time and I keep getting the same error: 'That location is blocked.'
And, of course, it's really not blocked.
First rune it tries to recall to, I get the error. I've re-configured the aliases to different books, and it's always the same.

Can anyone help me pinpoint where my my mistake is?
Image
User avatar
The Silvertiger
Posts: 4469

Re: i need UOS lumber macro

Post by The Silvertiger »

Try unsetting the aliases and playing it, is my initial thought.
Never forget June 4th 1989!
Selling List & Vendor

"Screenshots will never be used as evidence but more of a reference tool for us to help in our investigations."
User avatar
LemonHead
Posts: 34
Contact:

Re: i need UOS lumber macro

Post by LemonHead »

The Silvertiger wrote:Try unsetting the aliases and playing it, is my initial thought.
Thank you, I did unset all the aliases every time I tried something new. To no avail.
Eventually I made the macro work, though... SOMEHOW. For some reason, when I made the macro reach for a third book (from the other macro), it started working. No idea why.

Regardless, thanks for your response, Silvertiger! :)
Image
bumra87
Posts: 5

Re: i need UOS lumber macro

Post by bumra87 »

I love this macro but cant get to unload the wood.. seems like the organizer dosnt work for me and cany figure out a way to make it work any answers on why this is happening
Bdiddy11
Posts: 57

Re: i need UOS lumber macro

Post by Bdiddy11 »

I'm in the same boat as bumra, how do I do this step: //2. Organizer agent 'Boards' needs to be configured from your backpack to dropoff container with boards and 5 specials on it.

I'm not sure how to set up the secure to get the boards transferred from my pack to the container. The rest of the script is working great.
Thorn
Posts: 408

Re: i need UOS lumber macro

Post by Thorn »

Does this have Journal Message checks? cause apparently this is not used on server anymore..
User avatar
The Silvertiger
Posts: 4469

Re: i need UOS lumber macro

Post by The Silvertiger »

Thorn wrote:Does this have Journal Message checks? cause apparently this is not used on server anymore..
Yes, but you can fix it.
Never forget June 4th 1989!
Selling List & Vendor

"Screenshots will never be used as evidence but more of a reference tool for us to help in our investigations."
User avatar
Emperor
Posts: 97
Location: Finland

Re: i need UOS lumber macro

Post by Emperor »

Anyone care to share edited version which is working without those journal checks? :)
nevaeH
Posts: 7

Re: i need UOS lumber macro

Post by nevaeH »

To fix macros that use injournal checks add 'system' after the message it checks.
Ex.:
while not @injournal 'no metal here' 'system' and not @injournal 'can't mine that' 'system'
Tiroloco
Posts: 101

Re: i need UOS lumber macro

Post by Tiroloco »

Why when he finish a spot he doesnt jump into another one? he just stay there
P-nut Galleryy
Posts: 68

Re: i need UOS lumber macro

Post by P-nut Galleryy »

When I start this script after arriving at the first tree I get the message "The feature 'speech journal checks' is not allowed on this server." repeatedly and he never chops. How do I fix this?
User avatar
raveX
Posts: 15

Re: i need UOS lumber macro

Post by raveX »

P-nut Galleryy wrote: February 13th, 2020, 12:48 pm When I start this script after arriving at the first tree I get the message "The feature 'speech journal checks' is not allowed on this server." repeatedly and he never chops. How do I fix this?
Just include 'system' at the end of every injournal check.

For example, if the script was:

Code: Select all

if @injournal 'you were killed by'
edit it like this:

Code: Select all

if @injournal 'you were killed by' 'system'
At some point they disabled the ability to see user speech in the scripts for what I assume was because people(cough...HZ...cough) were creating mules that would just sit around listening for clan chat and perform actions like cast Gate at specific locations for an easy escape out of battles.
Cap0eira
Posts: 86

Re: i need UOS lumber macro

Post by Cap0eira »

Post Reply