Legal?

by Gandal

Back to Mechanic's Corner.

Gandal2006-11-07 22:00:03
If I have an alias like '15arnica' that's like
harvest arnica
#wait 2000
harvest arnica
#wait 2000
...
harvest arnica
inr all arnica
inr all spices,
is this legal?
Unknown2006-11-07 22:04:00
Legal, but not very efficient. Just don't start auto-walking and auto-harvesting entire areas.
Sybl2006-11-08 00:12:40
As long as you have to input a command to keep your harvesting going, (means it is not an infinite loop that will keep going until stopped) it's not considered autoharvesting.

For example, my system will record the values from PLANTS and a simple alias will harvest all the plants in the room, down to a predefined stopping point, then put them all in my rift (or pocketbelt if the rift is full). Autoharvesting? Technically. _Illegal_ autoharvesting? Nope. happy.gif
Sylphas2006-11-10 13:25:30
Mine is just HARVEST , beeps and inrifts when it finishes. Great for reading a book while you harvest.
Gandal2006-11-13 01:51:22
Help? Having major trouble trying to make better stuff on Nexus *mutter*
Gandal2006-11-15 01:49:10
A little bump.gif. Please help, getting frustrated with alias wink.gif
Unknown2006-11-15 15:23:06
I think you pinpointed the source of your troubles when you said "on Nexus." Other clients are far more capable in terms of scripting, so you may want to look into setting up something new. Nexus has no alarms or timers, for example, and they come in very handy for failsafes or just hacking a time-delayed series of actions.

If you really want to do this harvesting on Nexus, I recommend you just store the herb your harvesting in a variable, the amount your harvesting in another variable, and then pick one. As you pick the herb, you decrement your counter. As you regain balance, you check your counter and pick another one if it's still positive.
Gandal2006-11-15 22:27:10
QUOTE(Zarquan @ Nov 15 2006, 10:23 AM) 353839

If you really want to do this harvesting on Nexus, I recommend you just store the herb your harvesting in a variable, the amount your harvesting in another variable, and then pick one. As you pick the herb, you decrement your counter. As you regain balance, you check your counter and pick another one if it's still positive.

Need help storing variables and such >.> I suck at coding. The little experience I had was in Java.