Eclip5eLP / pirate-galaxy-afk-bot

0 stars 0 forks source link

config for settings.json #2

Open BKNadir opened 2 years ago

BKNadir commented 2 years ago

what do we need to change in the settings.json ?

All i have is this : { "tesseract": "C:\\Program Files\\Tesseract-OCR\\tesseract.exe", "conApi": "", "username": "MyUsername", "priority": [ "enemy", "loot", "enemyIdle" ], "search": { "enemy": [135,27,11], "enemyIdle": [162,151,15], "loot": [19,193,217] }, "healOnHp": 25, "defendOnHp": 45, "runOnHp": 15, "lowEnergy": 5000, "showTechUsage": true, "skillset": "tank", "skills": { "storm": [ "blaster", "collector", "rocket", "repair", "afterburner", "aimcomp", "perforator", "thermo" ], "tank": [ "blaster", "collector", "repair", "afterburner", "shield", "taunt", "scramble", "aggrobomb" ], "engineer": [ "blaster", "collector", "repair", "afterburner", "repairtarget", "protector", "repairfield", "resurrect" ], "shock": [ "blaster", "collector", "repair", "afterburner", "speedactuator", "stun", "beacon", "stundome" ], "custom": [ "blaster", "collector", "repair", "afterburner", "scramble", "protector", "stundome", "orbitalstrike" ] } }

The search array and the canApi need to be changed ?

Eclip5eLP commented 2 years ago

Edit "tesseract" to be the location of your tesseract installation. conApi and username can be left empty, only thing left to do is change "skillset" to the skillset your ship has, for example "storm" or "shock". If you have a hybrid one just edit the "custom" category to fit your abilities. If you need the names of the abilities just check the readme :)