TemtemLumaBot
No description available
Install / Use
/learn @Eclip5eLP/TemtemLumaBotREADME
TemtemLumaBot
Info
Uses image recognition and keyboard inputs to find Lumas. Does NOT edit memory or game files.<br/> It therefore cant be detected.<br/> <br/>
How to use
Run python LumaBot.py in your terminal.<br/>
If you are on windows you can also just execute the run.bat file.<br/>
After starting the bot just tab into the game and it will begin searching.<br/>
<br/>
Bot Controls:<br/>
1 - Stop
P - Pause
Configure optional mobile push notifications
Go to www.pushbullet.com and create an account (free).<br/>
Find your API access token Under Settings -> Account -> Access Tokens.<br/>
Copy it and paste it into "pushNotifKey" inside the settings.json file.
Download the pushbullet app on your phone and login.
Settings
{
"pushNotifKey": "", // API Key for mobile push notifications
"reposType": 0, // 0 - Dont reposition, 1 - Automatic repositioning, 2 - Automatic repositioning but manual on fail
"walkTime": [ // Time to walk into a direction
0.2, // Left
0.2 // Right
],
"reposTime": 30.0, // Time to try repositioning before acting again
"lumaCheck": 0.55, // Image recognition threshold (0 - 1)
"pattern": 0, // Active pattern (0, 1, 2)
"patternList": [ // Search and walking pattern
"fast", // 0 - Find Battle fast
"random", // 1 - Run around randomly
"real" // 2 - Imitate real player (not implemented yet)
],
"controls": {
"exit": "1", // Stop Bot
"pause": "p", // Pause Bot until pressed again
"hold": "0", // Pause Bot while holding this key
"left": "a",
"right": "d",
"up": "w",
"down": "s"
}
}
Related Skills
node-connect
341.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
341.8kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.6kCommit, push, and open a PR
