|
Post by Shawn Dao on Feb 7, 2020 0:34:11 GMT
There is an endless loop running behind. Every cycle of the loop will trigger the enabled functions. Here what a cycle looks like: -- If char is in village if (isInVillage()) then doSellJunk()
doBuyPotion()
doBuyPetFood() end
doRotateLocation()
doReturnLocation()
doSpoils()
doCompleteQuests()
doWorldBoss()
doOutlaw()
doUltimateSkills()
doUpgradeSkill()
doOpenArenaChest()
doFuseLightStone()
doFuseCrystal()
doPetFeed()
doAbsorb()
doBlackSpiritQuest()
if(checkBagFull()) then returnToVillage() end
deadCheck()
The functions are only be triggered if it satisfied 2 following conditions: - Enabled - Time comes or In Village (Buy Potion, Sell Junk, Buy Pet Food) So this means that the check frequency should be set the same for everything ? ill try using the default and let you know Not exactly, i have added some random time (1 - 10 minutes) to each functions once it's start and for next cycle. For example: You set 1800 for fuse lightstone, but in behind, i added like 60 - 600s to the value. Do that will make function not running sequentially
|
|
|
Post by espadz on Feb 7, 2020 8:59:39 GMT
So this means that the check frequency should be set the same for everything ? ill try using the default and let you know Not exactly, i have added some random time (1 - 10 minutes) to each functions once it's start and for next cycle. For example: You set 1800 for fuse lightstone, but in behind, i added like 60 - 600s to the value. Do that will make function not running sequentially so you mean that when it finds the overweight icon for example , it doesn't enter the function directly but instead goes on a random 0-10 min extra waiting time for it ? because this is the problem i am currently facing , with the '' Now'' Box ticked on all options , the script does everything like it should when i launch it but after that it becomes random and some functions like quest repeat or weight check don't get executed again at all , by this i mean that the quest will be completed for a long time and the script wont confirm it , same with being overweight , do you think its because of random added wait period or that there's actually another issue ? ( i use ankulua 8.3.0 pro2 and root on LDplayer emulator running android 5.1.1, i don't have daemon installed as i use root , for resolution its 1920x1080 with 420 dpi, emulated device is google pixel 2)
|
|
|
Post by bloodonsunday on Feb 7, 2020 16:50:19 GMT
Thanks bác vì auto ngon Ver tới cho mua ngọc khi về làng đi bác. Em thấy cái đó lợi hơn chế ngọc ở camp nhiều.
|
|
|
Post by sylostyy on Feb 8, 2020 12:12:24 GMT
Hi Give me pasword pls...
|
|
|
Post by sylostyy on Feb 8, 2020 13:22:05 GMT
+++++++++++ Pls Pasword Plsssssssssssssssssssssss
|
|
miked
New Member
Posts: 1
|
Post by miked on Feb 8, 2020 19:32:03 GMT
Does anyone have a problem with buying potions ? Got this error on Redfinger
|
|
|
Post by qweqweqwe on Feb 9, 2020 19:00:56 GMT
Can you do 75% UI instead of 100?
|
|
|
Post by velacoste on Feb 10, 2020 10:59:44 GMT
Shawn Dao Hello. I am a long-time user of your bot and for the last 5 days I noticed that the bot began to get stuck after 3-4 hours of work. Either just in the location on the horse, or he goes into the crystal connection menu and remains in this menu. This happens not only with crystals. after some time of work, he can simply go into any section and not leave it. Read more: ankulua.boards.net/conversation/17312#ixzz6DY1Ngrp9
|
|
|
Post by Franky on Feb 10, 2020 15:15:05 GMT
small bug: the number of pet food is taken from the number of potions to buy.
|
|
|
Post by aelzki on Feb 10, 2020 18:55:22 GMT
Shawn Dao any plans on doing boss rushes for this bot?
|
|
|
Post by Franky on Feb 10, 2020 19:45:19 GMT
Shawn Dao any plans on doing boss rushes for this bot? might be hard, need stamps, and which criterias should be used to select which boss? You'd better do your boss rushes yourself and let this script do what it does well, the boring farming
|
|
|
Post by rrankit on Feb 11, 2020 15:16:37 GMT
buys a lot of potions hp. after the update it became so
|
|
|
Post by legaluser on Feb 11, 2020 18:31:20 GMT
buys a lot of potions hp. after the update it became so the same
|
|
ddaon
New Member
Posts: 5
|
Post by ddaon on Feb 11, 2020 21:05:54 GMT
I was just coming to ask about the potion buying. I thought maybe I needed to update AnkuLua Pro, but when it kept happening I came here. At least I now know it's not just me, so I'll just disable the option for now.
It's been a wonderful script, otherwise. So much better than that "Black Spirit Mode" the game offers. Thank you for the excellent work!
|
|
|
Post by vadeseda on Feb 12, 2020 7:49:38 GMT
The bot cannot complete the repeative quests, Can anyone tell me why? The rest features work well!
|
|