[Only registered and activated users can see links. Click Here To Register...]Quote:
Hello Guys!
Is there any working chestrun bot? The pongmai bot always crash after selling items..
Next week is double luck :D
Maybe some1 can help :):)
check if there are another 'canpickup' functions, by 'ctrl+f'. in raptor salvage 1.1 posted few pages back i see - there are 2 functions: canpickup and custom_canpickup. if 'return false' doesn't work maybe try to add ';' symbol on the start of the line with pcons. in that way bot shouldn't read the line.Quote:
i tried changing it to false but doesent work any ideals?
Func CheckArrayPscon($lModelID) For $p = 0 To (UBound($Array_pscon) -1) If ($lModelID == $Array_pscon[$p]) Then Return True Next EndFunc
Quote:
New version of OmniFarmer is out, hope it's working as intented, haven't had much time to test anything, but i'm sure you guys will let me know if anything is messed up.
anyway sorry i've been gone, have spend the last 3 weeks in psykiatric care, which explaines some of my absence.
windows shows this as a virus and deletes itQuote:
I updated my Vaettir bot (link in my signature) today if anyone is interested. it is post #500 of this thread if you don't want to click the link. I just took a break from messing with it for a while. Make sure you set your Graphics settings very low to help your bots run smoother. If you see any serious issues let me know, thanks. Happy Springtime.
That is because it is an Autoit exe file..., even autoit scripts are usually flagged because of certain AUTOMATION actions they make. if you download enough automation tools you will soon realize this. And if you wonder why I compile the script to an exe file instead of just leaving the raw AU3 files, it is because I am making the use of the program simpler for the user, and there is also custom code I have made that I really don't want someone trying to alter and then act like the script doesn't work. Use at your own discretion, and thank you for the reminder/concern.Quote:
windows shows this as a virus and deletes it
Can you post the source code? Otherwise running community .exe files without the source code is completely irresponsible.Quote:
That is because it is an Autoit exe file..., even autoit scripts are usually flagged because of certain AUTOMATION actions they make. if you download enough automation tools you will soon realize this. And if you wonder why I compile the script to an exe file instead of just leaving the raw AU3 files, it is because I am making the use of the program simpler for the user, and there is also custom code I have made that I really don't want someone trying to alter and then act like the script doesn't work. Use at your own discretion, and thank you for the reminder/concern.
i'm "refactoring" the script to be working, i have managed almost all items (some still missing like worn belt), the uploaded version is a huge work in progress.Quote:
i get disconnects after almost every run, when setting it to farm items (26 or 250) when its farmin the worn belts.
Does anybody know why this is happening?