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.
Thread Tools
Thread Tools
-
Jacob43365 EcoLeaderEcoLeader ⛰️⛰️⛰️ Ex-President ⚒️⚒️
-
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.
-
Monkeyz505 BuilderBuilder ⛰️ Ex-Mayor ⚒️⚒️
- Joined:
- Feb 11, 2013
- Messages:
- 1,730
- Trophy Points:
- 36,140
- Gender:
- Male
- EcoDollars:
- $0
- Ratings:
- +512
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.)
-
Jacob43365 EcoLeaderEcoLeader ⛰️⛰️⛰️ Ex-President ⚒️⚒️
So there is a way to not let yourself send the trade messages more than once per 3 minutes?
-
thehockeykids2 BuilderBuilder ⛰️ Ex-President ⚒️⚒️
-
Like x 1 - List
-
-
CrazySwagMaster1 Mother F****** SorceressBuilder ⛰️ Ex-EcoLeader ⚜️⚜️⚜️ Premium Upgrade
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.....-
Agree x 1 - List
-
-
Jacob43365 EcoLeaderEcoLeader ⛰️⛰️⛰️ Ex-President ⚒️⚒️
-
CrazySwagMaster1 Mother F****** SorceressBuilder ⛰️ Ex-EcoLeader ⚜️⚜️⚜️ Premium Upgrade
-
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; }$$
-
Monkeyz505 BuilderBuilder ⛰️ Ex-Mayor ⚒️⚒️
- Joined:
- Feb 11, 2013
- Messages:
- 1,730
- Trophy Points:
- 36,140
- Gender:
- Male
- EcoDollars:
- $0
- Ratings:
- +512
Yes I know. I just wanted to make one.
-
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.)