Been ignoring most other ingame happenings for awhile now, trying to get my bot to behave...
I had to take a break from it for awhile, and well.. working my artisan is as good break is any.. soooo..
Crafting / Harvesting gets boring after what.. 2 min 25 seconds?
So started fooling around with commands, se what worked and what not..
I accidently found a few other commands, that the game refered to when i was out of range of a building / harvester, like when trying to move something.. but those commands where usless..
However, i found
these by pure accident, and i havent been able to find any refrence to them elsewhere, so naturally i started fooling around with them..
(If i have an akilles heal, its my curiosity)
(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))):
/addPower
/payMaintinence
Personally i dropped them into a alias, and made a macro for my artisan..
Now all he need to do is be within 8m, target the harvester and hit the macro, whould seem it even works in combat...
Flyby restock the harv ^^
(the transfers where spotty at best at longer range, and once at over 200m range i dumped abit to mutch cash into our guildhall, rather then my intended target...(was trying to do a vendor through a wall) well atleast it will still be there in 2029. ^^ Since i doubt a CSR or GM will assist in getting back the cash i "invested", while trying to find a exploit.
.)Example:
Alias
(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))):
/alias pm10 /payMaintinence 10000
/alias ap10 /addPower 10000
Macro
(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))):
refill10k
/pm10;
/pause 1;
/ap10;
And then in keymap, bind custom macro "refill10k" to something like Ctrl+Q or what you want, depending on your prefered game style.
I alias and bind them, since im lazy!
When are you NOT
LAZY in a game, that you played on and off for the past 5 years?
Mutch faster to do ctrl+Q, then go and mess about with some radial and drop xxxyyy into this or that.
(specially if your a lonesome crafter on Yavin IV getting chased by klikkies ^^)...
Word of warning, since this dont seem to be a intended command to still be around it can at times behave extremly odd, so make sure you got the structure targeted, both with the regular green rectangle, as well as the blue mouse over to be on the safe side.
Also, if you gonna play around with the range, dont use sums you cant afford to go elsewhere, just enough so you can se if it whent right when checking the status.
Enjoy
_________________
(!empty($user->lang['QUOTE'])) ? $user->lang['QUOTE'] : ucwords(strtolower(str_replace('_', ' ', 'QUOTE'))):
You think programing any type of bot is hard?
Try doing it when english is your 3rd language, and you got dyslexia.
(did i even spell that right?)