Using this script I found online I had tried to edit it so that the blocks that are clicked are dropped instead, so it should go through all 53 slots essentially ctrl+dropping them
Is there a version of this for forge, or an alternative mod for forge?
1.12.2 yes.
You need both LiteLoader (1.12.2 there are instructions to extend it or install it with Forge, I extend) and Macro/Keybind 1.12.1 (0.15.4 works with 1.12.2).
There is nothing beyond 1.12.2 that I'm aware of.
Lou
10 Feb 22:30
There is a problem that I forgot to address, Forge and LiteLoader conflict much above Forge 2705. Check back a few pages and that should become clear.
Hi. I'm not sure how to do this (I've attempted it with no success so far). I want a macro which when I click a button, it toggles on a timer, which sends a message in chat every 2 minutes. And when the button is clicked again the message is toggled off. Thanks!
Hi. I'm not sure how to do this (I've attempted it with no success so far). I want a macro which when I click a button, it toggles on a timer, which sends a message in chat every 2 minutes. And when the button is clicked again the message is toggled off. Thanks!
toggle(flag)
if(!flag)
stop
endif
do
echo("message")
wait(120)
loop
Hello, I am having trouble making a certain script.
I want my script to be able to toggle on and off with one click of a keyboard button (e.g. when "O" is clicked, the script toggles on and repeats itself every minute, and when "O" is clicked again the script toggles off).
The script then also needs to send a chat message once it is toggled every minute or so (e.g. "Hello my name is mcillanator", wait 1 minute and sent it again).
If anyone could help me with this I would be grateful.
// toggle the script
toggle;if;stop;endif
// repeat forever
do
// Send the message
echo("Hello my name is mcillanator")
// Wait 1 minute/60 seconds
wait(60)
loop
Hello, I was having trouble making a script to see if i am able to use middlemouse with slotclick i know Lmouse, Rmouse both work but the server im currently on let's you quicksell with middle mouse
Hello, I was having trouble making a script to see if i am able to use middlemouse with slotclick i know Lmouse, Rmouse both work but the server im currently on let's you quicksell with middle mouse
@colinpmcgee Afaik the minecraftcoderpack hasn't been out for 1.13 yet so there can't be any mods for minecraft 1.13
is it possible to create a timed macro that runs every 2 hours (for example) without typing/pressing anything?
easiest is you could also use the TIMESTAMP variable to determine delay
How do i make it so when i press Grave it holds down left click and when i click it again it stops holding it down?
i figured it out heres the script
$${toggle;if;stop;endif; DO(); KEY(attack); LOOP}$$
Hello, I'm looking for some help with a script ive been trying to edit to no avail...
Using this script I found online I had tried to edit it so that the blocks that are clicked are dropped instead, so it should go through all 53 slots essentially ctrl+dropping them
Is there a way to do this?
Thanks!
@qqkataphrakt if you slotclick on slot -999 when holding an itemstack, it will get thrown out of your inventory
Is there a version of this for forge, or an alternative mod for forge?
1.12.2 yes.
You need both LiteLoader (1.12.2 there are instructions to extend it or install it with Forge, I extend) and Macro/Keybind 1.12.1 (0.15.4 works with 1.12.2).
There is nothing beyond 1.12.2 that I'm aware of.
Lou
10 Feb 22:30
There is a problem that I forgot to address, Forge and LiteLoader conflict much above Forge 2705. Check back a few pages and that should become clear.
Links to pdf format, downloadable, command lists for (these often clarify/expand descriptions, and where possible link to the author's posting):
MoreCommands: http://www.mediafire.com/view/qjc9c6klcnp660e/CmdLstMoreCommands.pdf
WorldEdit: http://www.mediafire.com/view/bi7r00xd9rgxrrt/WE_Commands.pdf
Hi. I'm not sure how to do this (I've attempted it with no success so far). I want a macro which when I click a button, it toggles on a timer, which sends a message in chat every 2 minutes. And when the button is clicked again the message is toggled off. Thanks!
Macro/Keybind mod Wiki
There is still a problem with the item type hint for user-defined custom params.
All items are display twice.
I'm using v0.15.4
Example:
$$[[gold_ingot,gold_block,gold_nugget]i]
Macro/Keybind mod Wiki
Hello, I am having trouble making a certain script.
I want my script to be able to toggle on and off with one click of a keyboard button (e.g. when "O" is clicked, the script toggles on and repeats itself every minute, and when "O" is clicked again the script toggles off).
The script then also needs to send a chat message once it is toggled every minute or so (e.g. "Hello my name is mcillanator", wait 1 minute and sent it again).
If anyone could help me with this I would be grateful.
Thanks, mcillanator
What is the name for the left click. I am trying to do $${togglekey(lmouse)}$$ and I do not know what I am doing wrong.
NVM: i figured it out
Hey, I copy and pasted your script into the game and it doesn't work, any help?
EDIT: got it to work lol thanks
Hello, I was having trouble making a script to see if i am able to use middlemouse with slotclick i know Lmouse, Rmouse both work but the server im currently on let's you quicksell with middle mouse
/shop misc ; $${wait(1500ms);slotclick(8,middlemouse,false)}$$
Any help is greatly appreciated
You'll need the middleclick module for that since it is not supported in the vanilla mod.
http://discord.me/Macromod
You'll need the middleclick module for that since it is not supported in the vanilla mod.
http://discord.me/Macromod
Sorry, the discord.me link expired because they changed their system, I refreshed it and it can now be accessed again. I apologize
Hey, i find a bug, i dont know yet
1.12.1 - mod version 0.15.4
When you use "look" or "looks" its add 180 degrees in your yaw
Example
$${look(%YAW%,%PITCH%)}$$ - turn you on 180 degrees (but why?) (looks function too)
I tried make save yaw pitch angles for my random look script, but it always turn me in wrong position. Im very sad
$${if(rlook); unset(rlook); else; set(rlook); lcase(%YAW%,&syaw); lcase(%PITCH%,&spitch); do; random(#ryaw,360,-360); random(#rpitch,360,-360); look(%#ryaw%,%#rpitch%); while(rlook); looks(%&syaw%,%&spitch%); endif}$$
BUT ITS DONT RETURN ME IN START POSITION CAUSE LOOK FUNCTION ARE BROKE (I need use look twice for return in start pos)
$${if(rlook); unset(rlook); else; set(rlook); lcase(%YAW%,&syaw); lcase(%PITCH%,&spitch); do; random(#ryaw,360,-360); random(#rpitch,360,-360); look(%#ryaw%,%#rpitch%); while(rlook); looks(%&syaw%,%&spitch%); looks(%YAW%,%PITCH%); endif}$$ - like that