• Guest, we are doing a new map (refresh) for Herocraft. Gather your friends and get ready! Coming next Friday, 06/28/24 @ 7PM CT play.hc.to
    Read up on the guides and new systems! Here.
    View the LIVE Map here @ hc.to/map
    Stuck or have a problem? use "/pe create" to to open a ticket with staff (There are some known issues and other hotfixes we will be pushing asap)
  • Guest, Make sure to use our LAUNCHER! Read more here!

Search results

  1. Rida_

    How To Create GUI Elements in Macro Mod! (Cooldowns/Mana Bar)

    To filter out exp spam under 1 exp, follow these steps: First, open the chat filter. Then, enter the text you want filtered using IFMATCHES, in the next line type FILTER(), then ENDIF(), like so: And that's it! You can use it to filter any chat you want, inlcuding the No experience gained...
  2. Rida_

    How To Create GUI Elements in Macro Mod! (Cooldowns/Mana Bar)

    I'm not sure. The hero experience is separate from vanilla minecraft, so I'm not sure how the macro mod could get the information from the server.
  3. Rida_

    How To How to make GUI Counters!

    Yes, that's actually what I do! You do SETPROPERTY(RECALLCD,colour,#FFFF0000); RECALLCD here refers to the name of the counter or progress bar. The #FFFF0000 is the colour.To convert from standard RGBA, use this site to get the right colour. I put the cooldown color at the start, just after...
  4. Rida_

    Guide App: Rida_

    Minecraft IGN: Rida_ Position applying for: Guide Age|Timezone: 19, EST How long have you been on Herocraft?: Just over 2 years now (I had a different account previously) Why do you think you would make a good guide?: I enjoy helping people, and often help people out in both tour and help...
  5. Rida_

    Bug Ultravision

    Ultravision currently bestows darkness instead of nightvision.
  6. Rida_

    How To Create GUI Elements in Macro Mod! (Cooldowns/Mana Bar)

    Sorry, I forgot to add that to the original post. I used the same text from my mana bar, just add a line with FILTER() after the line for setting the expression.
  7. Rida_

    How To Create GUI Elements in Macro Mod! (Cooldowns/Mana Bar)

    Under OnJoin, type in $${CONFIG(NinjaConfig)}$$ (or whatever the name of each cooldown set is). Example. This lets you have it automatically switch when you join. You can also paste that same thing under any keybind. To make another GUI, when in the GUI Editor screen (when you select screens)...
  8. Rida_

    How To Create GUI Elements in Macro Mod! (Cooldowns/Mana Bar)

    One useful thing: instead of using OnChat, add the manabar text to the chat filter (available through the menu in the top right). After each SET() line, add a line with FILTER() (like so). This eliminates the manabar spam in chat (and stamina bar too, which is even worse). You can also use this...
  9. Rida_

    The New Era! (New Network/Map WIPE- June 20th

    I personally found more relic Vs than sapphires, and probably just as many as peridot, during the month I've been on Haven. Which is to say, 2 peridot and 1 sapphire (which I found in a chest). On the other hand, I stopped picking up enchanted rawhide scraps and soulweave cloth.
  10. Rida_

    How To Create GUI Elements in Macro Mod! (Cooldowns/Mana Bar)

    You need to do %@#jump%, so the mod knows that you are treating it as a number.
Top