KasMacros - Funny, Useful and small macros for ECC!

Discussion in 'Basic Tutorials' started by Kavulpix, May 21, 2016.

  1. Kavulpix

    Kavulpix Builder
    Builder ⛰️ Ex-President ⚒️⚒️

    Joined:
    Jan 9, 2016
    Messages:
    225
    Trophy Points:
    11,490
    Ratings:
    +112
    Need some useful and small macros
    for make your ECC
    experience more
    funny?

    KASERT IS SELLING "FREE" MACROS!
    Macros
    PickUpAlert

    Create a text file with name PickUp.txt
    Then paste this code inside the text file
    Code:
    $${LOG(&fYou picked up &2%PICKUPITEM%)}$$

    Then later this
    Go in Events and click "OnPickupItem"
    and paste this small code
    Code:
    $$<PickUp.txt>


    ENJOY!

    Durability Alert
    Create a text file named Durability.txt
    Then paste this code
    Code:
    $${LOG(&fThis item has only &2%DURABILITY%&f left!)}$$

    Then later this
    Go on Events and click "OnItemDurabilityChange"
    and paste this small code
    Code:
    $$<Durability.txt>


    ENJOY!

    Player Joined Alert
    Create a text file named PlayerJoin.txt
    then paste this code
    Code:
    $${LOG(&e%JOINEDPLAYER% has joined the game)}$$

    Then later this
    Go on Event and click "OnPlayerJoined"
    and paste this small code
    Code:
    $$<PlayerJoin.txt>


    ENJOY!

    BRIDGE SIGN MAKER - EXTCREATIONS FEATURE ONLY!
    Create a text file named BridgeSign.txt
    then paste this code

    Code:
    $${
    &line2 = "[Bridge]"
    prompt(&line3,$$?,"Left Block width")
    prompt(&line4,$$?,"Right Block width")
    &line4 = %&line4%
    &line3 = %&line3%
    
    placesign(%&line1%,%&line2%,%&line3%,%&line4%,true)
    GUI()
    }$$
    Then later this

    Go on Keys and touch a keyboard key (Example: Y)
    And paste this small code
    Code:
    $$<BridgeSign.txt>

    How it works: Put a sign in your main hotbar
    then hold what block/s you need to sell
    Press the key that you paste the small code
    Answer the questions
    And ta-da!

    ENJOY!
    SWEAR FILTER CHAT MACRO
    GO IN MACRO SCREEN
    CLICK THE BUTTON AT THE LEFT CORNER UP
    Click "Edit Chat Filter"
    paste this macro:

    IFMATCHES(%CHATCLEAN%, "TEXT TO CENSOR");
    FILTER();
    ENDIF();

    REMEMBER
    The word that you censored will not censor the word but all the message that the player sent

    ENJOY!
    THANKS FOR READING THIS THREAD AND I HOPE THAT YOU LIKE MY MACROS!
     
    • Winner Winner x 2
    • Like Like x 1
    • List
    #1 Kavulpix, May 21, 2016
    Last edited: Jul 10, 2016
  2. Kavulpix

    Kavulpix Builder
    Builder ⛰️ Ex-President ⚒️⚒️

    Joined:
    Jan 9, 2016
    Messages:
    225
    Trophy Points:
    11,490
    Ratings:
    +112
    -ADDED A NEW MACRO "Swear Filter macro"