Page 2 of 2

Re: i need UOS lumber macro

Posted: May 15th, 2017, 8:54 pm
by MB
Click Active Objects button at bottom of macro window

Re: i need UOS lumber macro

Posted: July 21st, 2017, 10:19 pm
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?

Re: i need UOS lumber macro

Posted: July 22nd, 2017, 1:01 am
by The Silvertiger
Try unsetting the aliases and playing it, is my initial thought.

Re: i need UOS lumber macro

Posted: July 22nd, 2017, 6:39 am
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! :)

Re: i need UOS lumber macro

Posted: July 24th, 2017, 10:08 pm
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

Re: i need UOS lumber macro

Posted: January 24th, 2019, 9:00 pm
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.

Re: i need UOS lumber macro

Posted: April 4th, 2019, 8:37 pm
by Thorn
Does this have Journal Message checks? cause apparently this is not used on server anymore..

Re: i need UOS lumber macro

Posted: April 4th, 2019, 10:10 pm
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.

Re: i need UOS lumber macro

Posted: April 15th, 2019, 5:35 pm
by Emperor
Anyone care to share edited version which is working without those journal checks? :)

Re: i need UOS lumber macro

Posted: August 9th, 2019, 9:23 pm
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'

Re: i need UOS lumber macro

Posted: October 26th, 2019, 1:11 pm
by Tiroloco
Why when he finish a spot he doesnt jump into another one? he just stay there

Re: i need UOS lumber macro

Posted: February 13th, 2020, 12:48 pm
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?

Re: i need UOS lumber macro

Posted: February 13th, 2020, 10:28 pm
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.

Re: i need UOS lumber macro

Posted: August 21st, 2020, 3:40 am
by Cap0eira