ORelio/Minecraft-Console-Client 635
Lightweight console for Minecraft chat and automated scripts
ORelio/Spotlight-Downloader 92
Download Spotlight images and define them as wallpaper and lockscreen image.
Easy macro creation for Windows
Manage file context menu actions in Windows Explorer
C# standalone classes for use in various projects
Easy playback of YouTube channels
Easy to use image uploading tool
Manage and share Windows sound schemes.
ORelio/Paper-Stack-Processor 1
Easily scan magazines and paper stacks using ADF scanner
A Netsoul Console Client
startedORelio/Minecraft-Console-Client
started time in 4 hours
issue commentORelio/Minecraft-Console-Client
Matches won't send actions in game
Thanks, this fixed the issue
comment created time in 6 hours
issue closedORelio/Minecraft-Console-Client
Matches won't send actions in game
Prerequisites
- [x] I have read and understood the user manual
- [x ] I made sure I am running the latest development build
- [x ] I tried to look for similar questions before creating a new one
Description of the Question
A clear description of what you want to happen (I'd like the app to do [...]) I am using the sample matches.ini and I would like to use the action commands to send messages on a server, however, the console client never seems to execute any commands or send messages.
Describe your current situation
A clear description of what is happening (The app didn't do what I expected, instead [...]/I don't know how to make the app to do [...]) When using matches.ini, my console client seems to detect the message but it never seems to execute any action command. I can see in the console client "actionother" detects the message and logs it. However, action= ... never seems to work in game.
Solutions you've already considered
- Set [...] setting in my config
- Restarting from scratch, making new match commands, testing different ways
Screenshots to help explain your situation (If applicable)
Anythings that could help us answering your question
(your scripts, config, log output, information about your system...)
This detects the match, but never sends any chat message or command in chat [Match] match=hi action=send hi, $u! actionprivate=send /tell $u Hello! actionother=log detected "hi" message ownersonly=false
closed time in 6 hours
32andrewlewstartedORelio/Minecraft-Console-Client
started time in 7 hours
issue commentORelio/Minecraft-Console-Client
I changed the private chat format in the minecraftclient.ini to what was recommended but I changed it up a little so there would be a match for the game mode I am in (the one between the hooks) but now it detects every msg I send to it as the game mode I am in. I assume it has something to do with that the 2nd match always has to be the actual msg instead of something else, i changed the chat format to this:
[ChatFormat]
builtins=true
public=^\[\] \[[^]]+\] ([A-Za-z0-9_]+) > (.+)$
private=^\[\[[^]]+\] ([A-Za-z0-9]+)\(([^)]+)\) \-\> me\] (.*)$
tprequest=^([a-zA-Z0-9_]+) has requested (?:to|that you) teleport to (?:you|them)\.$
(regex here: https://regex101.com/r/BhIjz8/1)
and the match to this:
[Match]
match=gamemode
actionprivate=send /server $2
ownersonly=true
any help on to getting it to detect the (gamemode) part in chat format will be helpful :)
comment created time in 14 hours
issue commentORelio/Minecraft-Console-Client
How to Interact with Shop GUI and doing autocrafting?
and then add that to [Task] .txt file
Not task but script. Save the text to a file named <script name>.txt and replace script <script name> with the file name. See https://github.com/ORelio/Minecraft-Console-Client/tree/master/MinecraftClient/config#how-to-write-a-script-file
can i just throw it after its done crafting?
To drop items from inventory, use AutoDrop.
player inventory can only hold 36 items while in total it will craft 64 diamond armor
Honestly I have never tested AutoCraft with non-stackable item and I have no idea what would happens if inventory was full.
comment created time in 14 hours
issue commentORelio/Minecraft-Console-Client
How to Interact with Shop GUI and doing autocrafting?
so, if want to make something like that,
i add this to MinecraftClient.ini
[AutoCraft]
enabled=false
configfile=recipe.ini
and for the recipe.ini
[Recipe]
name=diaarmor
type=table
result=DiamondChestplate
slot1=Diamond
slot3=Diamond
slot4=Diamond
slot5=Diamond
slot6=Diamond
slot7=Diamond
slot8=Diamond
slot9=Diamond
and then add that to [Task] .txt file
send /market
wait 1
inventory c click 12
wait 1
send /craftingtable
wait 1
autocraft start diaarmor
wait 5
script <script name> # i still dont get it what you mean by this, what script i should run?
and now i have a question, everytime it craft is it automatically goes into my inventory? i mean diamond chestplate is non-stackable item and player inventory can only hold 36 items while in total it will craft 64 diamond armor, can i just throw it after its done crafting?
or should i just buy 4.5 stack of diamonds and craft 36 diamond chestplate and then /clearinventory (to clear all my inventory) and repeat the process? since i dont need any of them and only doing that to get my mcMMO exp
comment created time in 15 hours
issue commentORelio/Minecraft-Console-Client
How to Interact with Shop GUI and doing autocrafting?
just buy 8 stacks of diamonds
Yes, it is possible.
Define a recipe of diamond armor for AutoCraft
Use a simple script to execute commands.
send /market
wait 1
inventory c click 12
wait 1
send /craftingtable
wait 1
autocraft start <recipe name>
wait 5
script <script name>
Adjust the delay if the commands executing too fast.
comment created time in 15 hours
issue commentORelio/Minecraft-Console-Client
How to Interact with Shop GUI and doing autocrafting?
Sorry but you cannot use autocraft in this situation. Autocraft currently isn't smart enough to split a set of material to craft the required item. In your case, you would need 8 sets of diamond or splitting one set of diamond into 8 stack manually to craft the diamond armor. This will be improved in the future.
Related issue: #1476 (comment)
but if im not splitting the item and just buy 8 stacks of diamonds and craft them all into diamond armor, is it still possible?
comment created time in 17 hours
issue commentORelio/Minecraft-Console-Client
How to Interact with Shop GUI and doing autocrafting?
Sorry but you cannot use autocraft in this situation. Autocraft currently isn't smart enough to split a set of material to craft the required item. In your case, you would need 8 sets of diamond or splitting one set of diamond into 8 stack manually to craft the diamond armor. This will be improved in the future.
comment created time in 17 hours
issue commentORelio/Minecraft-Console-Client
Script wont send actions to game half of the time
Is there any way to make it so every 30 seconds it just spins? like faces north then east then south then west ect ect' repeating itself every 30 seconds?
comment created time in a day
issue commentORelio/Minecraft-Console-Client
Script wont send actions to game half of the time
Yeah, the same things happens.. it works once in a while but not every time i tell it to this is what i tried: `[Task] triggerOnLogin=true action=script commands.txt
[Task] triggerOnInterval=true timeInterval=30 action=look east
[Task] triggerOnInterval=true timeInterval=60 action=look west`
I've also tried doing it manually through the console and it doesnt work, like /move up or /move south it says "Moving south" but in fact doesnt move
comment created time in a day
issue commentORelio/Minecraft-Console-Client
Matches won't send actions in game
Ok, I'll explain myself better. When MCC sees a messages, it determines if it is a public message, a private message, or something else. In AutoRespond, depending on the type of message, it triggers actionpublic, actionprivate or actionother. Seems like all your messages are detected as other, which means chat message format is not properly configured.
so it only runs the actionother?
comment created time in a day
issue commentORelio/Minecraft-Console-Client
I just now realized that I typed the regex in my example wrong, but I tried what you gave and it didn't work either, here is what I am using now: [Match] regex=^[[[^]]+] usernamehere(([^)]+)) -> me] gamemode$ actionother=script gamemode again i am trying to detect: "[[rankhere] usernamehere(creative) -> me] gamemode" and i want it to match "Creative" without the () You can see here: https://regex101.com/r/a2g8Rl/1 that it does work properly.
comment created time in a day
startedORelio/Minecraft-Console-Client
started time in 2 days
startedORelio/Minecraft-Console-Client
started time in 2 days
issue commentORelio/Minecraft-Console-Client
Cannot detect %variable% in matches.ini regex
Update: i have given up on this idea, i am suggesting to you to add variable support in matches.ini since it would be useful. Feel free to close this ticket if you would like.
comment created time in 2 days
issue openedORelio/Minecraft-Console-Client
I am trying to make a regex work but it's not working, this is what i have right now:
[Match] regex=[[rankhere] usernamehere\b(?:(?([A-Za-z0-9]+))|((hub-[0-9]))|) -> me] gamemode\b actionother=script gamemode
(script gamemode is for making it type either /server hub-1 or the game mode like creative)
and I am trying to detect: [[rankhere] usernamehere(creative) -> me] gamemode
Why I am doing this is easy, I want it to go to whatever game mode I am in by just giving it the msg "gamemode". the thing is it doesn't even recognize it even though I tested it through regex101.com.
created time in 2 days
issue openedORelio/Minecraft-Console-Client
Could update the entity handling for version 1.8 or 1.8.9?
created time in 2 days
issue commentORelio/Minecraft-Console-Client
Matches won't send actions in game
no, no, not all the time, just when someone says hi, then the hi match works. the match works fine, it just wont use send hi back, it will only log hi.
comment created time in 2 days
issue commentORelio/Minecraft-Console-Client
Matches won't send actions in game
I was testing with him, yes they were being detected, i'm sure that the regex was right, the problem was that every match action would work that was just to log to the console, but the one that was send hi to the actual server chat wouldn't send.
comment created time in 2 days
issue commentORelio/Minecraft-Console-Client
Can you share the compiled bot?
Unfortunately not I completely figured it out
Привет, я заметил что ты интересуешся ботом для авто-копания боотов, прочитал все что можно о них, и как ты тестировал их, очень прошу, если сможешь напиши мне в дискорд ФУГФУГ#2430
Напиши лучше мне. Niklikq#3032
comment created time in 3 days
issue commentORelio/Minecraft-Console-Client
Can you share the compiled bot?
Unfortunately not I completely figured it out
Привет, я заметил что ты интересуешся ботом для авто-копания боотов, прочитал все что можно о них, и как ты тестировал их, очень прошу, если сможешь напиши мне в дискорд ФУГФУГ#2430
comment created time in 3 days
issue openedORelio/Minecraft-Console-Client
How to Interact with Shop GUI and doing autocrafting?
I need to make a bot that will do a command and buy materials that needed for crafting, is it possible to interact/click Shop GUI and do autocrafting from /craftingtable command without using crafting table?
so, first the player will do /market to open the shop gui and then selecting item that needed for the crafting
╔═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╗
║ A ║ B ║ C ║ D ║ E ║ F ║ G ║ H ║ I ║
╠═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╣
║ J ║ K ║ L ║ M ║ N ║ O ║ P ║ Q ║ R ║
╠═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╣
║ S ║ T ║ U ║ V ║ W ║ X ║ Y ║ Z ║ 0 ║
╚═══╩═══╩═══╩═══╩═══╩═══╩═══╩═══╩═══╝
...
here, player will click the M slot to buy diamonds (x64), after that it will do /craftingtable command and open the crafting gui
╔═══╦═══╦═══╗
║ 1 ║ ║ 3 ║
╠═══╬═══╬═══╣
║ 4 ║ 5 ║ 6 ║
╠═══╬═══╬═══╣
║ 7 ║ 8 ║ 9 ║
╚═══╩═══╩═══╝
and place the diamonds to 1,3,4,5,6,7,8,9 slots to make diamonds armor.
and loop the process until player reach the certain levels for mcMMO jobs
how can i make the script like this and how? is there any example script to interact with shop gui? ive seen the autocraft bot bot i still dont know how to implement them into a script
created time in 3 days
issue openedORelio/Minecraft-Console-Client
Script wont send actions to game half of the time
Prerequisites
- [ ] I have read and understood the user manual
- [ ] I made sure I am running the latest development build
- [ ] I tried to look for similar questions before creating a new one
Description of the Question
A clear description of what you want to happen (I'd like the app to do [...]) I want the app to log in to a server, do /home, and start looking up and down every so often, with around a 1200 tick difference so i dont get kicked for afk
Describe your current situation
A clear description of what is happening (The app didn't do what I expected, instead [...]/I don't know how to make the app to do [...]) in the console app it says "MCSCRIPT(or something) Look Down" and it works, but half of them time it says that and doesnt move (i have checked by using an alt to view my account)
Solutions you've already considered
- Changing the tick interval
- Deleteing everything and doing it again
Screenshots to help explain your situation (If applicable)
Anythings that could help us answering your question
(your scripts, config, log output, information about your system...) commands.txt this is the script that gets called upon on login using the script handler or scheduler thing
Thanks!
created time in 3 days
issue openedORelio/Minecraft-Console-Client
Matches won't send actions in game
Prerequisites
- [x] I have read and understood the user manual
- [x ] I made sure I am running the latest development build
- [x ] I tried to look for similar questions before creating a new one
Description of the Question
A clear description of what you want to happen (I'd like the app to do [...]) I am using the sample matches.ini and I would like to use the action commands to send messages on a server, however, the console client never seems to execute any commands or send messages.
Describe your current situation
A clear description of what is happening (The app didn't do what I expected, instead [...]/I don't know how to make the app to do [...]) When using matches.ini, my console client seems to detect the message but it never seems to execute any action command. I can see in the console client "actionother" detects the message and logs it. However, action= ... never seems to work in game.
Solutions you've already considered
- Set [...] setting in my config
- Restarting from scratch, making new match commands, testing different ways
Screenshots to help explain your situation (If applicable)
Anythings that could help us answering your question
(your scripts, config, log output, information about your system...)
This detects the match, but never sends any chat message or command in chat [Match] match=hi action=send hi, $u! actionprivate=send /tell $u Hello! actionother=log detected "hi" message ownersonly=false
created time in 3 days
startedZhengZixiang/ABSAPapers
started time in 5 days
startedphp/php-src
started time in 5 days
issue openedORelio/Minecraft-Console-Client
What can cause my console client to freeze when reconnecting?
I always lose my connection at around 2am and I run 30+ alts with console client. I already added the random delay when reconnecting which helped. But sometimes I still have a few alts freezing.
02:14:00 [MCC] Connection has been lost.
02:14:00 [MCC] [AutoRelog] Waiting 63 seconds before reconnecting...
Restarting Minecraft Console Client...
02:15:05 Cached session is still valid for XXXXXXX.
02:15:05 Using Minecraft version 1.8.9 (protocol v47)
02:15:05 [MCC] Version is supported.
Logging in...
It's just stuck at "Logging in..." and I also can't type anything in the chat. I can only close the window.
created time in 6 days
issue commentORelio/Minecraft-Console-Client
OnDisconnect() is aborted too fast when using AutoRelog
Random ideas: 417894e727c653ea82037dea34b2b2b1115dc356.
comment created time in 6 days