Macro help

Discussion in 'Help & Support / Errors & Bugs' started by zr2002, Oct 16, 2015.

  1. zr2002

    zr2002 Nub Moderator
    Resident ⛰️ Ex-EcoLeader ⚜️⚜️⚜️ Premium Upgrade

    Joined:
    Aug 17, 2014
    Messages:
    5,474
    Trophy Points:
    69,660
    Gender:
    Male
    EcoDollars:
    $0
    Ratings:
    +3,161
    Hey all,

    I'm trying to get a macro working. It is an addition onto @ScarabCoder 's LWC macro - but it includes the lwc block and how many blocks.

    I'm trying to get HITID working with a door - nothing seems to work.


    I use IF(HITID = "object")
    @&block = "block"

    I've tried wood_door, door, wooden_door, oak_door, wooden_door_oak, wood_door_oak, basically everything. Anyone know what to put? ._.
     
  2. ScarabCoder

    ScarabCoder Builder
    Builder ⛰️ Ex-Mayor ⚒️⚒️

    Joined:
    Sep 12, 2015
    Messages:
    305
    Trophy Points:
    15,790
    Gender:
    Male
    Ratings:
    +235
    Actually, it should really be:
    IF(%HITID% == "object")
    I was not aware that such a variable existed, I'll be using that and update my macro :)
     
    • Informative Informative x 1
    • List
  3. zr2002

    zr2002 Nub Moderator
    Resident ⛰️ Ex-EcoLeader ⚜️⚜️⚜️ Premium Upgrade

    Joined:
    Aug 17, 2014
    Messages:
    5,474
    Trophy Points:
    69,660
    Gender:
    Male
    EcoDollars:
    $0
    Ratings:
    +3,161
    Aha! Ty! I'll try this
     
  4. ScarabCoder

    ScarabCoder Builder
    Builder ⛰️ Ex-Mayor ⚒️⚒️

    Joined:
    Sep 12, 2015
    Messages:
    305
    Trophy Points:
    15,790
    Gender:
    Male
    Ratings:
    +235
    Next time, though, you should probably PM me (I know this wasn't directed to me) or post on my LWC Automatic Removal Request thread.
     
    • Informative Informative x 1
    • List
  5. zr2002

    zr2002 Nub Moderator
    Resident ⛰️ Ex-EcoLeader ⚜️⚜️⚜️ Premium Upgrade

    Joined:
    Aug 17, 2014
    Messages:
    5,474
    Trophy Points:
    69,660
    Gender:
    Male
    EcoDollars:
    $0
    Ratings:
    +3,161
    Will do!
     
  6. zr2002

    zr2002 Nub Moderator
    Resident ⛰️ Ex-EcoLeader ⚜️⚜️⚜️ Premium Upgrade

    Joined:
    Aug 17, 2014
    Messages:
    5,474
    Trophy Points:
    69,660
    Gender:
    Male
    EcoDollars:
    $0
    Ratings:
    +3,161
    Still doesn't work

    EDIT: Chest which was working before isn't working now :p so it is IF(HITID = "object")
     
    #6 zr2002, Oct 16, 2015
    Last edited: Oct 16, 2015
  7. warren825

    warren825 Builder
    Builder ⛰️ Ex-Builder ⚒️

    Joined:
    Sep 28, 2015
    Messages:
    15
    Trophy Points:
    14,125
    Gender:
    Male
    Ratings:
    +10
    anyone know a marco that shows you the lotto plot and time left (info found from /lot); that can be on my screen in the top corner?
     
  8. ScarabCoder

    ScarabCoder Builder
    Builder ⛰️ Ex-Mayor ⚒️⚒️

    Joined:
    Sep 12, 2015
    Messages:
    305
    Trophy Points:
    15,790
    Gender:
    Male
    Ratings:
    +235
    Wrong place to ask!
     
  9. warren825

    warren825 Builder
    Builder ⛰️ Ex-Builder ⚒️

    Joined:
    Sep 28, 2015
    Messages:
    15
    Trophy Points:
    14,125
    Gender:
    Male
    Ratings:
    +10
  10. ScarabCoder

    ScarabCoder Builder
    Builder ⛰️ Ex-Mayor ⚒️⚒️

    Joined:
    Sep 12, 2015
    Messages:
    305
    Trophy Points:
    15,790
    Gender:
    Male
    Ratings:
    +235
    Post a thread in the "For Sale" section of the forum
     
  11. zr2002

    zr2002 Nub Moderator
    Resident ⛰️ Ex-EcoLeader ⚜️⚜️⚜️ Premium Upgrade

    Joined:
    Aug 17, 2014
    Messages:
    5,474
    Trophy Points:
    69,660
    Gender:
    Male
    EcoDollars:
    $0
    Ratings:
    +3,161
    Turns out the HITNAME for wood door is Oak Door....No _ -.-
     
  12. 314

    314 Irrational SuperMod, former ServerAdmin
    SuperMod EcoLegend ⛰️⛰️⛰️⛰️ Ex-President ⚒️⚒️ Prestige ⭐ VI ⭐ Premium Upgrade

    Joined:
    Apr 1, 2014
    Messages:
    7,061
    Trophy Points:
    97,160
    EcoDollars:
    $0
    Ratings:
    +4,922
    *Sighs* ._.
     
  13. ScarabCoder

    ScarabCoder Builder
    Builder ⛰️ Ex-Mayor ⚒️⚒️

    Joined:
    Sep 12, 2015
    Messages:
    305
    Trophy Points:
    15,790
    Gender:
    Male
    Ratings:
    +235
    HITNAME is always exactly what shows up on the tooltip (without adding any tool names). ITEMID is the Minecraft internal name for it.