|
Post by thadude on Apr 13, 2019 5:31:50 GMT
Another Eden Bot Features - Runs Dungeons - Moonlight Forest, Man-Eating Marsh, Miglance Castle, Nadara Volcano
- Can use maps to get food, run multiple dungeons in a row
- Farms Mobs
- Loots Treasure
- Fights Rare
- Uses Abilities
Todo
- Tons of stuff
- Add in ability selection
- Add more maps
- Add switching for buffs
Releases Github * Latest changes are on github if you want to test early or modify. ScreenShots Videos
|
|
|
Post by saladtosser420 on Apr 13, 2019 11:40:26 GMT
Amazing great work keep it up
|
|
|
Post by lokloklok on May 2, 2019 13:21:17 GMT
The script is not working on battle part. It just keep moving left and right, I hv to do the battle myself.
|
|
|
Post by thadude on May 10, 2019 7:00:22 GMT
The script is not working on battle part. It just keep moving left and right, I hv to do the battle myself. which phone are you using? can you post a screenshot of the battle screen?
|
|
|
Post by ruriko on May 12, 2019 1:23:39 GMT
|
|
|
Post by thadude on May 13, 2019 4:46:58 GMT
maybe, haven't played since they put in.
|
|
|
Post by thadude on May 16, 2019 6:20:59 GMT
in.maybe, haven't played since they put I was able to get fishing working. But there is a lot of work to do to get it to a point that makes sense.
|
|
|
Post by ruriko on May 17, 2019 6:50:06 GMT
that's good! no need to rush since this is a casual game with no time limits. Hoping to see a stable fishing script
|
|
|
Post by slowbro on Aug 22, 2019 7:31:21 GMT
I am havin issues with auto battle also. keeps running back and forth and get stuck with battle not attackin. I am using xiaomi redmi note 6. ibb.co/VNJ5FBW screenshot of my battle screen
|
|
dien
New Member
Posts: 1
|
Post by dien on Aug 22, 2019 11:11:13 GMT
I too am having issues with the script. It does move around but does not battle. I have a Oneplus 7 Pro with resolution of 1440 x 3120. Here's a screen shot: ibb.co/WgTpd8P
|
|
ptw
New Member
Posts: 2
|
Post by ptw on Oct 28, 2019 9:08:59 GMT
Hello , can you please add another dungeon or develop this bot further more
please pm price for pro version. i'm willing to pay
|
|
|
Post by ProjectXJoe on Apr 3, 2021 15:17:28 GMT
I too am having issues with the script. It does move around but does not battle. I have a Oneplus 7 Pro with resolution of 1440 x 3120. Here's a screen shot: ibb.co/WgTpd8PHello! I know this is a late reply, but I'm hoping I can help ppl with similar issues. PLEASE NOTE: I am not well versed in lua script writing and I have used logical deductions to resolve the issue formyself. You may choose to follow what I have done, but you must take responsibility for any breaking of the script. I was having the same problem so I opened up the script in a lua editor on my phone. From here I pieced together some of the settings I found in snap and play with the "Another Eden" lua file. Basically what I think I did was add edited compare settings from snap and play to this file. Below is what I now have for my "settings" section of the lua script: -- ==== Settings ======= immersive = true setImmersiveMode(immersive) genVersion = "8.9.0-pro2" setAutoGameArea = true pcall (autoGameArea, setAutoGameArea) scriptDimension = 1280 scriptHeight = 720 Settings:setScriptDimension(true, scriptDimension) Settings:setCompareDimension(true, 1480) setImmersiveMode(true) For this line "Settings:setCompareDimension(true, 1480)" There is probably a way to get the correct dimension automatically but I don't know it so I put my dimension in manually. You can find your resolution in your phone display settings. Hope this helps someone!
|
|