[Macro Mod] Help Periodic Trade Macro

Discussion in 'Basic Tutorials' started by stigarose, Dec 17, 2017.

  1. stigarose

    stigarose Eyecare Ex-EcoLegend
    Builder ⛰️ Ex-EcoLegend ⚜️⚜️⚜️⚜️ Prestige ⭐ II ⭐ Premium Upgrade

    Joined:
    Jan 7, 2016
    Messages:
    854
    Trophy Points:
    42,160
    Gender:
    Male
    Ratings:
    +852
  2. Scamazon

    Scamazon monkey
    Builder ⛰️ Ex-President ⚒️⚒️ Premium Upgrade

    Joined:
    Jul 1, 2017
    Messages:
    666
    Trophy Points:
    27,090
    Gender:
    Male
    EcoDollars:
    $0
    Ratings:
    +2,157
    Use @314's modified version
    EDIT: Or is that no longer working as well?
     
    • Optimistic Optimistic x 1
    • List
    #2 Scamazon, Dec 18, 2017
    Last edited: Dec 18, 2017
  3. stigarose

    stigarose Eyecare Ex-EcoLegend
    Builder ⛰️ Ex-EcoLegend ⚜️⚜️⚜️⚜️ Prestige ⭐ II ⭐ Premium Upgrade

    Joined:
    Jan 7, 2016
    Messages:
    854
    Trophy Points:
    42,160
    Gender:
    Male
    Ratings:
    +852
    It doesn’t seem to be working either, it’s what I’m using now.
     
  4. Mission001

    Mission001 Ex-EcoLegend HⱻặĐHůƞẗǝɍ
    ECC Sponsor President ⛰️⛰️ Ex-EcoLegend ⚜️⚜️⚜️⚜️ Prestige ⭐ III ⭐ Premium Upgrade

    Joined:
    Apr 16, 2011
    Messages:
    5,560
    Trophy Points:
    102,160
    Gender:
    Male
    EcoDollars:
    $495
    Ratings:
    +6,478
    Because of a suggestion,
    They have made it so that if your trade ad has a color code in it, i will not post it until the patron cooldown has finished.
    I dont use 314's trade ad thing, i just use my own dodad thing but i can show you it here.

    I key bind my trade ad like most people do via a button, but in the code i have it so it posts my color trade ad and then waits 300 seconds and then posts the exact same trade ad but doesnt contain any.

    Code:
    $${
    IF(trad);
    UNSET(trad);
    LOG("&4Trade Ad Stopped.")
    STOP;
    ELSE;
    SET(trad);
    LOG("&aTrade Ad Started.")
    DO;
    ECHO("/ch qm tr &bBuying &3Sea Lanterns &fat &d/warp r10, Buying Unwanted Towns, Up to &450k! &fForum pm me! Get your Xmas Wishlists in! &dhttps://ecocitycraft.com/forum/threads/christmas-wish-list-2017.172623/ ");
    WAIT(302);
    ECHO("/ch qm tr Buying Sea Lanterns at /warp r10, Buying unwanted Towns, Up to 50k! Forum pm me! Get your Xmas Wishlists in! https://ecocitycraft.com/forum/threads/christmas-wish-list-2017.172623/ ");
    WAIT(302);
    LOOP;
    ENDIF;
    }$$
    
    You see the 2nd ad doesnt have any & codes which is what triggers the chat stopping the clored ad from being posted every 10 minutes.


    Hope this helps you in some way shape or form. :)
     
    • Like Like x 2
    • Winner Winner x 1
    • List