• 0

    posted a message on Macro / Keybind Mod

    Correct, but i have had mind blank on how to add them in completely, do you might assisting me?

    Posted in: Minecraft Mods
  • 0

    posted a message on Macro / Keybind Mod
    Hey Guys, Question; i need help please. either message or post here. So i want to be able to Automine Macro to mine in a box shape (inside the box also) form so like (10*20); But what i want to add somethings, unsure how (been awhile)

    1. If Item breaks it will change to the next time item use-able (eg. Pic) 2. Once I mine... Lets say 10/15/20 blocks I can change direction from the "look(North/East/South/West" to then mine else were or even if this is setup but cord's.
    if(autominewalk);
    log("Automine & Sneak Disabled");
    keyup(forward);
    keyup(sneak);
    unset(autominewalk);
    else;
    log("Automine & Sneak Enabled");
    set(autominewalk);
    keydown(forward);
    keydown(sneak);
    do;
    key(attack);
    while(autominewalk);
    endif;

    Thanks if Advance!
    P.S. People want Auto Welcome Macro's ? so here :)
    It will allow 5 Random welcome type of messages
    FMATCHES(%CHATCLEAN%,"^(.+) welcome to Sky Servers!$",&m,1);
    RANDOM(#h,5,1);
    IF(#h = 1);ECHO(Welcome %&m% to Servers, Type /new to begin);
    ENDIF;
    IF(#h = 2);
    ECHO(Welcome %&m% to Servers, Enjoy your time here!);
    ENDIF;
    IF(#h = 3);
    ECHO(Welcome %&m% to Servers, Make sure to read the Rules - /warp rules);
    ENDIF;
    IF(#h = 4);
    ECHO(Welcome %&m% to Servers, Don't Forget To Register On Our Website! @ www.skyservers.net);
    ENDIF;
    IF(#h = 5);
    ECHO(Welcome %&m% to Servers, Type /new to begin!);
    ENDIF;
    ENDIF;
    Posted in: Minecraft Mods
  • 0

    posted a message on I Found Program that generates Arbitrary Shape Equations for World Edit! (MAC/Windows/Linux)
    Agreed. Kinda confused about it
    Posted in: Mods Discussion
  • 0

    posted a message on CraftYourBox LLC | Multicraft | $7/GB | 5 Day Refund Policy | EU/US | DDoS Protection
    Quote from luigiofthebakery

    craftyourbox.com seems to have disappeared, I checked it yesterday and it was just an empty white page, the day before that they were performing some so called 'maintenance'.

    Even the image in the main post of this thread is broken :o


    There currently trying to fix the SSL Error due to the heart bleed attack a few weeks ago

    Quote from Snowey1994

    Server has been down for 5 days, I've sent in tickets, sent an email and even twitted you guys multiple times. Got one response so far saying it will be fixed shortly. It's been 3 days since I got that. Why am I paying for a service I am not receiving? I'm generally thinking of leaving and requesting Paypal to reverse the last transaction for not delivering/providing a service I paid for.


    You'll prob get reimburset, this is not there fault to to this attack being World Wide!

    Regards,
    Steev
    Posted in: Other hosts
  • 0

    posted a message on WorldEditCUI
    Quote from Mumfrey

    Is it an MCPC+ or BungeeCord server?


    Not 100% Sure, i'll check and get back to you
    Posted in: Minecraft Mods
  • 0

    posted a message on WorldEditCUI
    Hey,

    Not sure why but i can use this on another server, however i go to a different server and then i can do longer use it. Any idea's?
    Posted in: Minecraft Mods
  • 0

    posted a message on Green's Fly Mod | 1.6.2
    When will you release 1.6.4
    Posted in: Minecraft Mods
  • 0

    posted a message on Macro / Keybind Scripts!
    Hey Guys,

    so i wish to share some Scripts that will help you alot!!

    So a Color Log?
    LOG("&0
    ");
    LOG("&0
    &fColor Codes&0
    ");
    LOG("&0
    ");
    LOG("&0### &f- 0");
    LOG("&1### &f- 1");
    LOG("&2### &f- 2");
    LOG("&3### &f- 3");
    LOG("&4### &f- 4");
    LOG("&5### &f- 5");
    LOG("&6### &f- 6");
    LOG("&7### &f- 7");
    LOG("&8### &f- 8");
    LOG("&9### &f- 9");
    LOG("&a### &f- a");
    LOG("&b### &f- b");
    LOG("&c### &f- c");
    LOG("&d### &f- d");
    LOG("&e### &f- e");
    LOG("&f### &f- f");
    LOG("&fFirst enter a &5& &fand then following by the character listed to");
    LOG("&fthe right of the color.");


    Want a certain Message repeating every Few mins/Seconds?
    DO;ECHO("To Donate Go to: http://www.example.c...om/ranks����for All Ranks And Perks");WAIT(350);LOOP

    Or

    DO;ECHO("To Vote Go to: http://www.example.com/vote");WAIT(350);LOOp



    Did you want Auto response for Thanking user's for donating?


    $${$$<Donate.txt>}$$

    IFMATCHES(%CHATCLEAN%,"\[Broadcast]\ (.+) has just voted for Example Servers and received rewards!",&m,2);
    RANDOM(#h,5,1);
    IF(#h = 1);
    ECHO(Thanks For Voting, Enjoy Those Rewards! %&m%);
    ENDIF;
    IF(#h = 2);
    ECHO(Thanks For Voting! %&m%);
    ENDIF;
    IF(#h = 3);
    ECHO(Thanks For Voting, Enjoy Those Rewards! %&m%);
    ENDIF;
    IF(#h = 4);
    ECHO(Thanks For Voting, Enjoy Those Rewards! %&m%);
    ENDIF;
    IF(#h = 5);
    ECHO(Thanks For Voting, Enjoy Those Rewards! %&m%);
    ENDIF;
    ENDIF;



    Those you can change up abit, to display any 5 message you like, which post randomly

    Welcoming A New player? set it up to Automaticly,

    $${$$<Welcome.txt>}$$



    IFMATCHES(%CHATCLEAN%,"^Welcome (.+) to the Example Servers!$",&m,1);
    RANDOM(#h,5,1);
    IF(#h = 1);
    ECHO(Welcome %&m% to Example Servers, Type /new to get started!);
    ENDIF;
    IF(#h = 2);
    ECHO(Welcome %&m% to Example Servers, Enjoy your time here!);
    ENDIF;
    IF(#h = 3);
    ECHO(Welcome %&m% to Example Servers, Make sure to read the Rules - /warp rules);
    ENDIF;
    IF(#h = 4);
    ECHO(Welcome %&m% to Example Servers, Type /new to begin!);
    ENDIF;
    IF(#h = 5);
    ECHO(Welcome %&m% to Example Servers, Type /new to get started!);
    ENDIF;
    ENDIF;



    Those you can change up abit, to display any 5 message you like, to welcoming players, which again post randomly

    Using the Macro Bindings: Events

    Using onChat?

    Do what i did above with 2 files ~

    $${$$<Donate.txt>:$$<Welcome.txt>}$$


    It works perfectly! :)

    if you have any problems with these, you can find me on these 2 servers i play on a lot
    :
    Main SkyServers: sky-mc.net
    Event SkyServers: event.sky-mc.net (/server event)

    Thanks

    Steev_93
    Posted in: Mods Discussion
  • 0

    posted a message on Macro / Keybind mod scripts!
    Quote from chippychip98

    Is it possible to set it up so when ever a new person joins the server it automatically says "Welcome to JavaLegacy, {playername}" (Server I play on is JavaLegacy) I've been messing around with this but cant figure it out



    Still need help?? Message Me.

    I Figured it out
    Posted in: Mods Discussion
  • 0

    posted a message on Macro / Keybind Mod
    Hey, One Last Thing Mark.

    Do You Have Any Scripts For:
    1. Auto Fishing
    2. EVENT_onItemDurabilityChange Looking at something smaller, so it tell you half way through not from start Creating Spam
    3. Macro[1011].Macro=$${IF(DURABILITY < 200);
      LOG("This item has only %DURABILITY% use left!");
      ELSEIF(DURABILITY < 80);
      LOG("This item only has %DURABILITY% uses left!");
      ENDIF;
    4. EVENT_onOxygenChange
    Posted in: Minecraft Mods
  • 0

    posted a message on Macro / Keybind Mod
    Quote from Mart3323

    You chhanged the pattern to "Welcome to servers", but that isn't the message you get
    Use your old pattern, just with the anchors around it
    For example, if it used to be:
    IFMATCHES(%CHAT%,"Welcome (.+?) to here.net",&player,1)
    do
    IFMATCHES(%CHAT%,"^Welcome (.+?) to here.net$",&player,1)

    if you want to understand how these patterns work, you could read regular-expressions.info


    Awesome!

    i used:

    IFMATCHES(%CHATCLEAN%,"^Welcome (.+) to Servers!$",&m,1);


    and it works. Thanks Mart3323 :)


    Ps. Changed the message, from the server ID so i don't Advertise
    Posted in: Minecraft Mods
  • 0

    posted a message on Macro / Keybind Mod
    Quote from Mart3323

    You could, but then you can't tell if it's the first time or not

    What you need is to change the IFMATCHES to be more specific though
    if you can tell a real message from your friends faking, so can the game, provided you explain to it how

    this is done by regular expression, the second part is actually not literal text, it's a regex (advanced wildcards); luckily it matches itself =P
    What you could do is simply add the anchors ^(beginning of string) to the beginning and $(end of string) to the end to only match messages that contain ONLY that an nothing else
    simplified: instead of IFMATCHES(chat,"welcome"), have IFMATCHES(chat,"^welcome$")

    if you want to be more specific, you can use %CHAT% instead to also check that the color code is correct but i doubt that'll be a problem


    So i used this from what you suject but nothin is showing now...




    IFMATCHES(%CHAT%,"^Welcome to Servers!$",&m,1);
    RANDOM(#h,5,1); ......Ect....


    IFMATCHES(CHAT,"^Welcome to Servers!$",&m,1);
    RANDOM(#h,5,1);

    IF(#h = 1);
    ECHO(Welcome %&m% to Servers, Type /new to get started!);
    ENDIF;
    IF(#h = 2);
    ECHO(Welcome %&m% to Servers, Type /new to get started!);
    ENDIF;
    IF(#h = 3);
    ECHO(Welcome %&m% to Servers, Type /new to get started!);
    ENDIF;
    IF(#h = 4);
    ECHO(Welcome %&m% to Servers, Type /new to get started!);
    ENDIF;
    IF(#h = 5);
    ECHO(Welcome %&m% to Servers, Type /new to get started!);
    ENDIF;
    ENDIF;



    Now this doesn't work when people join now...
    Posted in: Minecraft Mods
  • 0

    posted a message on Macro / Keybind Mod
    Quote from Mart3323

    What do you mean "enable"?, any script that's in your onchat gets run when you receive a chat message...
    unless you mean...
    well if you have those in text files in your macros folder, named name1.txt and name2.txt, you could bind to your onchat the following
    $${$$<name1.txt>;$$<name2.txt>}$$


    THANKS SO MUCH!! This totally wiped my mind to do this.

    Now just one last problem.

    People in the server or my mate's like to send me messages so this spams using "onChat" Any way i could use this to onPlayerJoined, where it picks up the player joining for the first time so i could welcome them that way instead?
    Posted in: Minecraft Mods
  • 0

    posted a message on Macro / Keybind Mod
    Quote from Mart3323

    why 2, you only have one subpattern
    isn't it this?
    IFMATCHES(%CHATCLEAN%,"Welcome (.+) to Example Servers!",&m,1);


    Okay if i use,
    IFMATCHES(%CHATCLEAN%,"Welcome (.+) to Example Servers!",&m,1);
    how would i enable 2 Scripts in the onChat?
    Posted in: Minecraft Mods
  • 0

    posted a message on Macro / Keybind Mod
    Hey, so not sure how i can do this but with "onChat" i want to use 2 Scripts...

    How do i do this??

    IFMATCHES(%CHATCLEAN%,"(.+) just voted at: www.Example.net/vote",&m,2);
    RANDOM(#h,5,1);
    IF(#h = 1);
    ECHO(Thanks For Voting %&m% Enjoy Those Rewards!);
    ENDIF;
    IF(#h = 2);
    ECHO(Thanks For Voting %&m% Enjoy Those Rewards!);
    ENDIF;
    IF(#h = 3);
    ECHO(Thanks For Voting %&m% Enjoy Those Rewards!);
    ENDIF;
    IF(#h = 4);
    ECHO(Thanks For Voting %&m% Enjoy Those Rewards!);
    ENDIF;
    IF(#h = 5);
    ECHO(Thanks For Voting %&m% Enjoy Those Rewards!);
    ENDIF;
    ENDIF;

    -------------------------------------------------------

    IFMATCHES(%CHATCLEAN%,"Welcome (.+) to Example Servers!",&m,2);
    RANDOM(#h,5,1);
    IF(#h = 1);
    ECHO(Welcome %&m% to Example Servers, Type /new to get started!);
    ENDIF;
    IF(#h = 2);
    ECHO(Welcome %&m% to Example Servers, Type /new to get started!);
    ENDIF;
    IF(#h = 3);
    ECHO(Welcome %&m% to Example Servers, Type /new to get started!);
    ENDIF;
    IF(#h = 4);
    ECHO(Welcome %&m% to Example Servers, Type /new to get started!);
    ENDIF;
    IF(#h = 5);
    ECHO(Welcome %&m% to Example Servers, Type /new to get started!);
    ENDIF;
    ENDIF;


    As you see, i'd like to enable the Voting one and The Welcoming one... But not sure how
    Posted in: Minecraft Mods
  • To post a comment, please .