Quote:
Originally Posted by ahmedwork
what about Oceans and rivers? 
|
This falls under the "user's supervision" and not the bot's fault at all.
Let us put it this way, granted we have the "square" icon detection added.
Then it detects a player enters within your "radius/range" and commands the bot to stop.
Note: It will even detect a player who wears camo / tree outfit.
Then what? It doesnt stop the coming player to go near you and report you or pk you.
Edit: I understand that this "function" serves as a prevention method but it will not work.
It serves no purpose in my opinion.
For river fishing:
Go in Heidel or at Behr / Treant.
For Sea Fishing: There's no safezone but I suggest stay away from public route going Pirate / Illiya Island.
Again, this is not really the bot's problem.
Its the user's.
So, bot freely & safely.
For best money of afk fishing, Veila hotspot is the safest bet + restock option enabled.
BUG REPORT & SUGGESTIONS
@
BUG REPORT
Function: Test Auto-Restock
Explanation: When clicking Test Auto-Restock button, the bot will still follow the old way regardless of the "order" set by the user. Even if the NPC are unhecked, it will still go to them.
Function: Inventory count check (Automatic)
Explanation: For the sake of testing, I filled my inventory with junks. Inventory count is 52/52.
The bot opens the inventory to read the slots and it inputed 0/72 which is odd.
There should be a check somewhere that inventory is full.
FEATURE SUGGESTION
Worker Feeder: Timer (Interval)
Explanation: A separate timer interval where users can input how many minutes it will check and feed the workers. In this way, there's no time being wasted if High Tier goblins depleted their stamina and does nothing. User can just simply add check every 10 minutes or 30 minutes.
Auto Restock: Silver Keys
Explanation: Add a function to store your silver Keys as well.
The bot will open warehouse, then right click on silver key -> F (for max) -> space (to confirm).
NEW: Storage Maid
Explanation: Add a function that lets the user store relics using Storage / Remote Maids.
The maids can be accessible for 20 minutes. And its not guarantee for the user to get 5 relics less than 20 minutes so this is viable instead of auto restocking.
Likewise, a function to Auction Relic using Auction Maid can also be added.
Sample Routine
Code:
If Time = 30 minutes Then
If RemoteStorageNPC.checked = True Then
StopFishing()
OpenRemoteStorage()
StoreRelic()
CountInventorySlot()
ResumeFishing()
Else
StopFishing()
OpenRemoteAuction()
AuctionRelic()
CountInventorySlot()
ResumeFishing()
End If
End If
Note: I dont have any Maids so I cannot test this. However, this is worth mentioning in the project.