Feed Macro

Discussion in 'Basic Tutorials' started by PyroTechnix_, Aug 6, 2018.

  1. PyroTechnix_

    PyroTechnix_ Professional Coffee Drinker
    EcoLegend ⛰️⛰️⛰️⛰️ Ex-President ⚒️⚒️ Prestige ⭐ I ⭐ Premium Upgrade

    Joined:
    Jul 1, 2017
    Messages:
    690
    Trophy Points:
    48,460
    Gender:
    Male
    Ratings:
    +287
    I came across the thread that @AdmiralD posted showing the Trade Ad Macro he had created for me which works great and I greatly appreciate it; so I decided to create a Macro for /feed which is automated and executes the /feed command every 3 minutes. If you would like a tutorial on where to paste the script, use https://www.ecocitycraft.com/forum/threads/trade-macro.177625/ for a guide, just replace the TraedAd script with this one:



    Code:
    $${
    IF(automessage)
    UNSET(automessage)
    STOP()
    ELSE
    SET(automessage)
    DO()
    ECHO("/feed")
    WAIT(180000ms)
    LOOP()
    ENDIF
    }$$
    
    
     
    • Like Like x 1
    • Informative Informative x 1
    • List
    #1 PyroTechnix_, Aug 6, 2018
    Last edited: Aug 6, 2018
  2. AdmiralD

    AdmiralD IsleTradingCo
    President ⛰️⛰️ Ex-EcoLegend ⚜️⚜️⚜️⚜️ Prestige ⭐ V ⭐ Premium Upgrade

    Joined:
    Jul 26, 2013
    Messages:
    6,104
    Trophy Points:
    97,160
    Gender:
    Male
    Ratings:
    +4,288
    I only thought old men like me got this :confused:
    I didn't create a macro, indeed it is not even installed on my laptop currently :D
    Mission tried to walk me thru the installation one night but I am beyond help - I am patiently waiting on one of my children to help me out someday :D
     
  3. PyroTechnix_

    PyroTechnix_ Professional Coffee Drinker
    EcoLegend ⛰️⛰️⛰️⛰️ Ex-President ⚒️⚒️ Prestige ⭐ I ⭐ Premium Upgrade

    Joined:
    Jul 1, 2017
    Messages:
    690
    Trophy Points:
    48,460
    Gender:
    Male
    Ratings:
    +287
    Whoops, I was meant to tag @MaxToMinimum lmao, just saw your name last and assumed it was you who created it XD
     
  4. MaxToMinimum

    MaxToMinimum President
    President ⛰️⛰️ Ex-Tycoon ⚜️⚜️⚜️

    Joined:
    Dec 25, 2013
    Messages:
    1,225
    Trophy Points:
    24,860
    Gender:
    Male
    Ratings:
    +313
    I'll pm you an installation guide soon.