Calle 25 Posted December 27, 2014 Well it's not easy way to explain it so i recoreded it, could someone help me with this? after the tree dissapears that happens. heres my Method:
qbots 240 Posted December 27, 2014 The #interact method is the reason behind this... Blame the devs, that's what i do. At least, that's what it looks like.
Explicit 213 Posted December 27, 2014 I had the same problem when I scripted for another bot. The #interact method should probably contain a timeout to handle things like this.
Chris 154 Posted December 27, 2014 I'll add in a check to see if the entity still exists when I get home. I'm in upstate NY right now doing a little skiing. No computer access i'll let pan know. Maybe he can look into it whIle I'm gone.
Ericthecmh 184 Posted December 27, 2014 I'll add in a check to see if the entity still exists when I get home. I'm in upstate NY right now doing a little skiing. No computer access i'll let pan know. Maybe he can look into it whIle I'm gone. I'll get it. I deleted Pan's check a while back since it was causing problems, but I guess I messed it up haha
Calle 25 Author Posted December 27, 2014 I'll get it. I deleted Pan's check a while back since it was causing problems, but I guess I messed it up haha alright I'll add in a check to see if the entity still exists when I get home. I'm in upstate NY right now doing a little skiing. No computer access i'll let pan know. Maybe he can look into it whIle I'm gone. ah thanks on note: when trying to empty the inventory the mouse is crazy fast, it right clicks 2-3 times and presses drop then repeats with other logs, i've tried to adjust the mouse settings but it's not helping at all, is there a way to reduce it's speed?
Ericthecmh 184 Posted December 27, 2014 Fixed. Will be in next client release. And I'm not sure about mouse... Last time I tried it worked fine. Might take a look into it later.
Calle 25 Author Posted December 27, 2014 Fixed. Will be in next client release. And I'm not sure about mouse... Last time I tried it worked fine. Might take a look into it later. I'll show you, give me a second to boot the client up
Calle 25 Author Posted December 28, 2014 What are you using to drop your inventory? case DROP: getInventory().dropAll(logType); break;
Recommended Posts
Archived
This topic is now archived and is closed to further replies.