I am getting macros mod and I wanted to know what things are legal to do with it? I was hoping to use the homes feature and the instant typing buttons and stuff.
You are allowed to use the button and stuff as long as they don't generate money i.e. Automatic farming. Home buttons and chat buttons should be fine.
I've tried to make a script that zooms, but it won't work on ECC. There's a thing that prevents scripts (except for wait, which can be used for properly spacing your advertisements.)
There is but I don't know how. I'll see if @rockboy2000 is still active, he would know. Or @jakeyray18
Step 1) Look at a clock and write down the time. Step 2) Send message. Step 3) Wait for 3 minutes. Step 4) Send again. This should really not be that complicated guys.....
Well, a way I suppose you could do it is run it off the reply you get from pressing f with the date and time... Make it use that as a clock and make it press f2, checking the time before it uploads, subtracting it from that of the last time it was sent. I'll have to experiment later, will post if I get it working~
This script should work if WAIT still works. Code: $${ IF(%SERVER% == "mc.ecocitycraft.com"); DO(); ECHO("/ch qm tr Looking to buy perms to a giant melon farm! pm me!"); WAIT(180); LOOP; ENDIF; }$$ If you create the .txt document as tradead.txt, then bind $$<tradead.txt> to a key. You know that optifine has a zoom feature, right?
You can set a flag, have the macro check if the flag is set before sending the message, and have the flag unset after 3 minutes. Dccciz's code will work if you're binding the macro to a button/key and only pressing it one time. It might cause some trouble if you're pushing the key every few minutes. (I haven't used Macromod in a while, but if I recall correctly this can result in concurrent loops. This may have since changed as I haven't used it since 1.6.)