First: AVOID LOC there are spots in zones that I would sure appreciate if my bot didn't wander his way into.... perhaps define a loc ( or an array of locs ) and have a radius that is a "no-go" zone? Even something as simple as
Code: Select all
Loc = 100,100,0 // stay away from Y=100, X=100, Z= 0
Radius = 200 // How far away? Glad you asked .... how about 200Second: TIME TO QUIT Boy would it be nice if I could have a bot do something ... just for a while .... and then log out again. I don't need a timer logging in etc etc. ... just a command to have them head on down to their local forage spot and collect items for a half hour or so -- then /camp desktop.
I don't think either of these should be all that hard ... I just don't have the confidence to do them on my own
