Allowed Uses of Macros Mod

Discussion in 'Help & Support / Errors & Bugs' started by Jacob43365, Aug 12, 2014.

  1. Jacob43365

    Jacob43365 EcoLeader
    EcoLeader ⛰️⛰️⛰️ Ex-President ⚒️⚒️

    Joined:
    Jul 9, 2014
    Messages:
    1,592
    Trophy Points:
    56,910
    Gender:
    Male
    EcoDollars:
    $0
    Ratings:
    +492
    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.
     
  2. Gernen

    Gernen Prime Minister
    Resident ⛰️ Ex-EcoLeader ⚜️⚜️⚜️ Ex-President ⚒️⚒️ Premium Upgrade

    Joined:
    Nov 2, 2012
    Messages:
    2,270
    Trophy Points:
    58,660
    Gender:
    Male
    Ratings:
    +1,112
    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.
     
  3. Monkeyz505

    Monkeyz505 Builder
    Builder ⛰️ 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.)
     
  4. Jacob43365

    Jacob43365 EcoLeader
    EcoLeader ⛰️⛰️⛰️ Ex-President ⚒️⚒️

    Joined:
    Jul 9, 2014
    Messages:
    1,592
    Trophy Points:
    56,910
    Gender:
    Male
    EcoDollars:
    $0
    Ratings:
    +492
    So there is a way to not let yourself send the trade messages more than once per 3 minutes?
     
  5. thehockeykids2

    thehockeykids2 Builder
    Builder ⛰️ Ex-President ⚒️⚒️

    Joined:
    Apr 10, 2012
    Messages:
    2,645
    Trophy Points:
    53,590
    Gender:
    Male
    Ratings:
    +1,578
    There is but I don't know how. I'll see if @rockboy2000 is still active, he would know. Or @jakeyray18
     
  6. CrazySwagMaster1

    CrazySwagMaster1 Mother F****** Sorceress
    Builder ⛰️ Ex-EcoLeader ⚜️⚜️⚜️ Premium Upgrade

    Joined:
    Aug 14, 2012
    Messages:
    700
    Trophy Points:
    44,590
    Gender:
    Male
    Ratings:
    +414
    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.....
     
  7. Jacob43365

    Jacob43365 EcoLeader
    EcoLeader ⛰️⛰️⛰️ Ex-President ⚒️⚒️

    Joined:
    Jul 9, 2014
    Messages:
    1,592
    Trophy Points:
    56,910
    Gender:
    Male
    EcoDollars:
    $0
    Ratings:
    +492
    I know it isn't but a simple setting to prevent spam would be nice.
     
  8. CrazySwagMaster1

    CrazySwagMaster1 Mother F****** Sorceress
    Builder ⛰️ Ex-EcoLeader ⚜️⚜️⚜️ Premium Upgrade

    Joined:
    Aug 14, 2012
    Messages:
    700
    Trophy Points:
    44,590
    Gender:
    Male
    Ratings:
    +414
    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~
     
  9. Dccciz

    Dccciz Nicememer55
    Builder ⛰️ Ex-Tycoon ⚜️⚜️⚜️ Premium Upgrade

    Joined:
    Mar 8, 2013
    Messages:
    2,802
    Trophy Points:
    54,090
    EcoDollars:
    $0
    Ratings:
    +2,060
    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?
     
  10. Monkeyz505

    Monkeyz505 Builder
    Builder ⛰️ 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.
     
  11. FuChunx3

    FuChunx3 Builder
    Builder ⛰️ Ex-Mayor ⚒️⚒️

    Joined:
    Aug 6, 2012
    Messages:
    93
    Trophy Points:
    29,350
    Ratings:
    +11
    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.)
     
    #11 FuChunx3, Aug 13, 2014
    Last edited: Aug 13, 2014