• 0

    posted a message on Macro / Keybind Mod
    Hi! I'm trying use multiple "$$u", but 'dont remember parameters' dont work.

    Example:
    ECHO("Hi $$u 1);
    ECHO("Hi $$u 2);
    Posted in: Minecraft Mods
  • 0

    posted a message on Snapshot 13w16a Ready For Testing!
    Amazing!
    Posted in: Minecraft News
  • 0

    posted a message on Macro / Keybind Mod
    Quote from Mumfrey

    No that shouldn't be necessary. Hmm, I guess I must have fixed it after 0.9.0.6 then :( I'm considering releasing an 0.9.1 anyway because I've been working on the mod again and come up with a feature which I think people will really like:

    .


    That's nice! ;)
    Posted in: Minecraft Mods
  • 0

    posted a message on Macro / Keybind Mod
    I'm downloaded again but the bug stay.. i need 'remove' all the old and put the new?
    Posted in: Minecraft Mods
  • 0

    posted a message on Macro / Keybind Mod
    I Found a bug

    A macro with $$! in the end, put the macro key too.. example:

    K = /give theiago $$!

    Press and: /give theiago k
    Posted in: Minecraft Mods
  • 0

    posted a message on Macro / Keybind Mod
    I Need a macro to warn me when i receive a message with a word and sendr name example:

    From TheIago: Macro

    And i receive: ECHO("TheIago: Macro")

    I Tried a thing but not worked


    MATCH(%CHAT%,[&a-f0-9]From (.+?),@&gname,1,NUL)
    MATCH(%CHAT%,[&a-f0-9]From (.+?): Macro,@&gmessage,2,NUL)
    IFMATCHES(%gmessage);ECHO("/tell TheIago &4%@&gname% Acertou -> %@&gmessage%");ENDIF
    Posted in: Minecraft Mods
  • 0

    posted a message on Is It Possible 1.7.3
    I Think servers with old minecraft versions is not allowed
    Posted in: Minecraft Survival Servers (archive)
  • 0

    posted a message on Macro / Keybind Mod
    i can ignore messages from chat? Example: I Want ignore multi

    If any1 talk: Multi kill, the message don't come to me.. it's possible? if not is a good feature for a next version
    Posted in: Minecraft Mods
  • 0

    posted a message on Macro / Keybind Mod
    I make that:

    $${ Random(#cor,1,9);echo("/g &%#cor%$$?") }$$

    But all time i need DELETE the message for send other.. how i make to stay clean all time ?
    Posted in: Minecraft Mods
  • 0

    posted a message on Macro / Keybind Mod
    I Can make a macro with RANDOM with my choices? example: random(1,5,10,20,30,40,50) and not repeat ?
    Posted in: Minecraft Mods
  • 0

    posted a message on Macro / Keybind Mod
    Quote from Mart3323

    Are you sure you want those keywords?, it would be very unreliable..., for example

    "you need to talk to theiago about that"
    "i'm not here"

    "I'm not sure where you are, but theiago is here..."
    "i'm not here"

    Also, it won't reply to

    "theiago, where'd ya go?"
    "where's theiago?"
    "theiago, come here"
    "Theia, are you afk again?"
    etc.

    anyway...

    do the same as before for both words, but put a (.+?) between them
    OR
    have 2 IFMATCHES, one for either word

    IFMATCHES(\btheiago\b(.+?)\byou\B)
    Echo(I'm not here)
    ENDIF

    ---or---

    IFMATCHES(\btheiago\B)
    IFMATCHES(\byou\B)
    Echo(I'm not here)
    ENDIF
    ENDIF


    It's only a example.. :P

    But i'm thinked about two IFMATCHES now and come here to say, but you already answered :P

    Thanks!
    Posted in: Minecraft Mods
  • 0

    posted a message on Macro / Keybind Mod
    IFMATCHES(%CHAT%, theiago you);
    ECHO("I'm not here");
    ENDIF;

    How i create a macro to only response if have (theiago and you) on same message? Example: Theiago, where you are?
    Posted in: Minecraft Mods
  • 0

    posted a message on Macro / Keybind Mod
    How i create a macro to get name on that chat format:

    [g] [TAG] CLAN.NICK ?
    Posted in: Minecraft Mods
  • 0

    posted a message on Spleef World Tournament; Texture Pack Client Update
    That server have so much lag
    Posted in: Minecraft News
  • 0

    posted a message on My first big build in Minecraft (with a few friends), opinions? :D
    Nice work man
    Posted in: Screenshots
  • To post a comment, please .