Post by paladiex on Dec 5, 2016 4:30:45 GMT
Palbot
In progress:
Working on fodder farming
Rift Boss grindstone/enchanted gem acceptance
Rift Raid ~ 2 teams
Coming soontm:
In progress:
Working on fodder farming
Rift Boss grindstone/enchanted gem acceptance
Rift Raid ~ 2 teams
Coming soontm:
Even more better rune evaluation
Checkout PalPowerUp for your rune management needs (upgrades and sells from inventory)
Checkout PalPowerUp for your rune management needs (upgrades and sells from inventory)
Current Features in PalBot:
Fodder farming
Rifts
Arena swapping
Standard Arena
Dungeon farming
Live arena
Rifts
Arena swapping
Standard Arena
Dungeon farming
Live arena
Rune savings works ~ Working on more filters!
Automatic updates ~ as well as an imageupdater.lua (no need to extract from .rar on updates)
Automatic updates ~ as well as an imageupdater.lua (no need to extract from .rar on updates)
Changelog Palbot:
V1.0.0 I've done away with my base script, Incendie does not seem to update his work any more so I've decided to update it as my own for now
V1.0.1 Added a few line of text to deal with the new treasure boxes in elemental rift bosses
V1.0.2 Added a new photo for the new selling prompt, sometimes caused issues when switching from dungeons to arena. Should now properly switch
v1.0.3 Changed some code for getting grindstones
v1.0.4 Fixed an issue in arena where the bot would try to find a Rival when no Rival's are ready
v1.0.5 Fixed an issue where bot would crash if B10 wasn't found. Bot now keeps all grindstones by default
v1.0.6 Bot now saves enchanted gems by default
v1.0.7 Added a new update method
v1.0.8 Lowered the Grindstone pattern requirement to get stuck less often on Dark Rift drops
v1.1.0 New rune filtering system
v1.1.1~2 Fixed a typo preventing the bot from accurately saving 5 star runes
v1.1.3 Fixed an issue with rune counting
v1.1.4~5 Officially dropped support for all resolutions other than 1920x1080; the script will close if it detects an unsupported resolution
v1.1.6~16 Edited grindstone and enchanted gem match %'s. Sometimes gets stuck still
v1.2.0~6 Adding in resources to farm raids, and better grindstone/enchanted gem detection (still not working)
v1.2.7~42 Fixed the auto raid script
v1.2.43 Raid auto script auto accepts all rewards, regardless of rarity. Increased grindstone/echanted gem required accuracy (was picking up 5* runes thinking they were grindstones). Increased raidVictoryTotalRegion to still register after losing.
v1.2.44 Changed the accuracy on victory diamond image
v1.2.45 Changed the accuracy requirements for when the bot determines a loss in function defeated()
v1.2.46 Added the imageupdater.lua use this to update the image library without the need of downloading/extracting the RAR files
v1.2.47 Turned runRiftRaid into a function runRiftRaidStart so that the bot can properly swap between rift raids and arena. Added runRiftRaidStart to the main body of while true do
v1.2.48 Fixed livearena, the fix requires running imageupdater.lua. Moved some coding around. Turned live arena, and quickclick
v1.2.49 Changed functions: getBattleSlotStarLevel(slot), and getBattleSlotLevel(slot), to utilize bestIndex values
v1.2.50 Fixed a typo in getBattleSlotLevel(slot) that resulted in a nil value when slots were left empty
v1.2.51 Fixed raid not correctly registering on win/lose, the total.png file remains the same but location moves around based on win/loss, all I did was specify the regions for win/lose
v1.2.52~54 Added a sell all button, so users can bypass the new rune eval features while fodder farming. Also removed the accuracy references while fodder farming. I may change the method for fodder farming since it is still not 100% accurate
v1.2.55 Added run limit to rift raids, aswell as stop on defeat to rift raid, and it should update the battle results now
v1.2.56 Added an "auto update" checkbox to the options menu. Uncheck it if you do not want the newest version, it is checked by default
v1.2.57 Added a wait timer to the raid victory and defeat screens so the bot doesn't count multiple wins/losses
v1.2.58 Changed some wait timers to better align with defeat/victory screens
v1.2.59~60 Changed the rune options dialog to better work on some devices
v1.2.61~2 Fixed an issue with raid + arena generating multiple wins on the win screen, expedited the "ok" button evaluation
v1.3.0 Initial release for the new storage fodder farming
v1.3.1~8 Fixed an issue with imageupdater.lua
v1.3.9 Added a storage # box for how many monsters you can fit in your box
v1.3.10 Fixed a slight pixel related issue with dragdrop
v1.3.11 Fixed an issue where the bot would not reset it's location when browsing the storage to pick new fodder
v1.3.12 Added some math to properly scroll to the bottom of the storage list
1.3.13~20 Minor code tweaks to better properly identify empty storage monster icons
v1.3.21~26 Changed the way the bot swipes to the bottom of the fodder storage, minor tweaks to change accuracy on "max" detection in storage, added a few wait commands to increase appropriate detection in fodder storage
V1.0.1 Added a few line of text to deal with the new treasure boxes in elemental rift bosses
V1.0.2 Added a new photo for the new selling prompt, sometimes caused issues when switching from dungeons to arena. Should now properly switch
v1.0.3 Changed some code for getting grindstones
v1.0.4 Fixed an issue in arena where the bot would try to find a Rival when no Rival's are ready
v1.0.5 Fixed an issue where bot would crash if B10 wasn't found. Bot now keeps all grindstones by default
v1.0.6 Bot now saves enchanted gems by default
v1.0.7 Added a new update method
v1.0.8 Lowered the Grindstone pattern requirement to get stuck less often on Dark Rift drops
v1.1.0 New rune filtering system
v1.1.1~2 Fixed a typo preventing the bot from accurately saving 5 star runes
v1.1.3 Fixed an issue with rune counting
v1.1.4~5 Officially dropped support for all resolutions other than 1920x1080; the script will close if it detects an unsupported resolution
v1.1.6~16 Edited grindstone and enchanted gem match %'s. Sometimes gets stuck still
v1.2.0~6 Adding in resources to farm raids, and better grindstone/enchanted gem detection (still not working)
v1.2.7~42 Fixed the auto raid script
v1.2.43 Raid auto script auto accepts all rewards, regardless of rarity. Increased grindstone/echanted gem required accuracy (was picking up 5* runes thinking they were grindstones). Increased raidVictoryTotalRegion to still register after losing.
v1.2.44 Changed the accuracy on victory diamond image
v1.2.45 Changed the accuracy requirements for when the bot determines a loss in function defeated()
v1.2.46 Added the imageupdater.lua use this to update the image library without the need of downloading/extracting the RAR files
v1.2.47 Turned runRiftRaid into a function runRiftRaidStart so that the bot can properly swap between rift raids and arena. Added runRiftRaidStart to the main body of while true do
v1.2.48 Fixed livearena, the fix requires running imageupdater.lua. Moved some coding around. Turned live arena, and quickclick
v1.2.49 Changed functions: getBattleSlotStarLevel(slot), and getBattleSlotLevel(slot), to utilize bestIndex values
v1.2.50 Fixed a typo in getBattleSlotLevel(slot) that resulted in a nil value when slots were left empty
v1.2.51 Fixed raid not correctly registering on win/lose, the total.png file remains the same but location moves around based on win/loss, all I did was specify the regions for win/lose
v1.2.52~54 Added a sell all button, so users can bypass the new rune eval features while fodder farming. Also removed the accuracy references while fodder farming. I may change the method for fodder farming since it is still not 100% accurate
v1.2.55 Added run limit to rift raids, aswell as stop on defeat to rift raid, and it should update the battle results now
v1.2.56 Added an "auto update" checkbox to the options menu. Uncheck it if you do not want the newest version, it is checked by default
v1.2.57 Added a wait timer to the raid victory and defeat screens so the bot doesn't count multiple wins/losses
v1.2.58 Changed some wait timers to better align with defeat/victory screens
v1.2.59~60 Changed the rune options dialog to better work on some devices
v1.2.61~2 Fixed an issue with raid + arena generating multiple wins on the win screen, expedited the "ok" button evaluation
v1.3.0 Initial release for the new storage fodder farming
v1.3.1~8 Fixed an issue with imageupdater.lua
v1.3.9 Added a storage # box for how many monsters you can fit in your box
v1.3.10 Fixed a slight pixel related issue with dragdrop
v1.3.11 Fixed an issue where the bot would not reset it's location when browsing the storage to pick new fodder
v1.3.12 Added some math to properly scroll to the bottom of the storage list
1.3.13~20 Minor code tweaks to better properly identify empty storage monster icons
v1.3.21~26 Changed the way the bot swipes to the bottom of the fodder storage, minor tweaks to change accuracy on "max" detection in storage, added a few wait commands to increase appropriate detection in fodder storage
Update:
09/13/2017
If you can record the bot saving something incorrectly, PLEASE do so. Many error reports are due to users not enabling internet access in AnkuLua, running an unsupported resolution, or running with 1 core and 1gb of ram in NOX. Recording a video on your phone, uploading it to youtube, then sending it to me in a PM helps me immensely; I'm able to visually verify which portion of the script should be running and where the mistake happens. If you are unable to record it; please be as descriptive as possible about the events that led up to the issue. Post a screenshot of the error, followed by the screen after closing the error. The error code itself is often times not enough for me to immediately squash the bug.For now I have 0 intentions of updating this for any resolution other than 1920x1080. If your phone doesn't support this resolution then use NOX. If you are worried NOX will get you banned then please do not bot Summoners War.
I will be leaving Sept 30th, I may or may not visit the forums for a couple months while I am away
Common FAQ
Q: Sometimes my bot works fine, but after some time it stops working. What gives?
A: There are a multitude of things that could cause this.
- If your device supports power saver features, make sure you turn them all off.
- Are you running anything simultaneously in the back? Music maybe? Recording maybe? Make sure only AnkuLua and Summoners War are running.
- Make sure you did not touch anything while the bot is running, accidentally touching your device can cause errors processing the images in order.
- If the problem persists, just use rooted Nox 1920x1080.
Q: How much longer until we get an update?
A: I am married and have a job, so my free time is split between my wife, work, friends, and hobbies. I will work on the bot during my free time as a hobby, I enjoy summoners war and I use the bot to keep up with people who have more time/money than I do. I have off Tuesdays/Wednesday and I live in the U.S. and I use the UTC -6:00 Central America time; so I update around that schedule. If I can fix the issue easily, I will post an update asap.
Q: The bot is not working at all, was this a scam?
A: There is 1 possible reason the bot would not work at all
- You are not running rooted nox in 1920x1080
Q: My ratio is 16:10 or 4:3 when will you post a fix?
A: I am not currently focused on supporting any resolution other than 1920x1080
Q: Well my device operates in a 16:9 resolution but I have a navigation bar and the bot doesn't work, what can I do?
A: There are only 2 fixes that I know of currently.
- You can get rid of the navigation bar by installing this plugin, setting it to "full screen mode", then clearing the data/cache of summoners war, and opening it up again.
- Just use rooted Nox 1920x1080.
Q: Can I be banned while using this?
A: No one using AnkuLua has been banned yet, it works in a way that looks like clicking and doesn't edit any of the game data. Having said that, botting is risky if Com2US has detected and banned people using emulators and individuals who use luckypatcher then it stands to reason that one day they could detect and ban AnkuLua.