Skip to content

DrDelay/EnchantBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EnchantBot - AceOnline lab bruteforce-enchanting

Software License Latest Stable Version

This program can use the laboratory in AceOnline like games and enchant your items. It is especially useful on private servers, where enchant- & protect-cards are free, but reaching certain stages (e.g. e16) has a low chance and requires a huge amount of tries.

Features

  • Auto-enchant weapons and armor
  • GUI with Status-logging
  • Save/Load configs
  • Specify exactly what (or whether) cards (protect, enchant-plus, stat) to use at each stage
  • Automatically build the next weapon once one if finished, useful if you need many for Legend-upgrade
  • Ressources completely customizeable by you

Build

$ mkdir build
$ javac -d ./build src/de/drdelay/enchantbot/tool/*.java src/de/drdelay/enchantbot/gui/*.java
$ cd build
$ jar cfe EnchantBot.jar de.drdelay.enchantbot.gui.EnchantSuite de/drdelay/enchantbot/*

Usage

  • Copy or link the enchant-numbers and enchant.png to ./res
  • Copy or link the identifier item you are using
  • Set up your ingame inventory
  • Items must be at least enchant 1!
$ java -jar EnchantBot.jar

Inventory

  • Put the identifier item at the top-left corner (Pos 1)
  • Put the items to enchant at the end of your inventory

Ressources

Enchants and positions are scanned by comparing pixelwise against the provided image files. Even the slightest difference in color matters. This means, on certain servers you may have to create your own files. Black (#000000) pixels are ignored, so fill up anything but the text with.

Credits

License

The MIT License (MIT). Please see the License File for more information.