New Trade Macro for Non-Patron Users

Discussion in 'Basic Tutorials' started by miner1975, Jul 28, 2016.

  1. miner1975

    miner1975 є¢σмαѕтєя
    Builder ⛰️ Ex-EcoMaster ⚜️⚜️⚜️⚜️ Premium Upgrade

    Joined:
    Dec 8, 2012
    Messages:
    1,128
    Trophy Points:
    45,010
    Gender:
    Male
    EcoDollars:
    $0
    Ratings:
    +450
    Bind the text file to any key - that key will toggle the macro on and off. I will update it later.

    $${
    IF(automessage)
    UNSET(automessage)
    STOP()
    ELSE
    SET(automessage)
    DO()
    LOG("**WARNING** Autotrade message in 5 seconds!")
    WAIT(5000ms)
    ECHO("/ch tr")
    WAIT(800ms)
    ECHO("<PUT YOUR MESSAGE HERE>")
    WAIT(800ms)
    ECHO("<PUT YOUR MESSAGE HERE>")
    WAIT(800ms)
    ECHO("/ch g")
    WAIT(200)
    LOOP()
    ENDIF
    }$$
     
    #1 miner1975, Jul 28, 2016
    Last edited: Jul 28, 2016