• 0

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

    Can some please make me an auto server shutdown scirpt, when i press the button it will do /say Server Restarting in 10 mins! and and so on for the 5,3,2,1 minute mark and the 30,10,9,8,7,6,5,4,3,2,1 second marks and at the end it will do /stop Server Restarting!


    $${
    echo(/say Server Restarting In 10 Minutes!)
    WAIT(300)
    echo(/say Server Restarting In 5 Minutes!)
    WAIT(120)
    echo(/say Server Restarting In 3 Minutes!)
    WAIT(60)
    echo(/say Server Restarting In 2 Minutes!)
    WAIT(60)
    echo(/say Server Restarting In 1 Minute!)
    WAIT(30)
    echo(/say Server Restarting In 30 Seconds!)
    WAIT(20)
    echo(/say Server Restarting In 10 Seconds!)
    WAIT(1)
    echo(/say Server Restarting In 9 Seconds!)
    WAIT(1)
    echo(/say Server Restarting In 8 Seconds!)
    WAIT(1)
    echo(/say Server Restarting In 7 Seconds!)
    WAIT(1)
    echo(/say Server Restarting In 6 Seconds!)
    WAIT(1)
    echo(/say Server Restarting In 5 Seconds)
    WAIT(1)
    echo(/say Server Restarting In 4 Seconds!)
    WAIT(1)
    echo(/say Server Restarting In 3 Seconds!)
    WAIT(1)
    echo(/say Server Restarting In 2 Seconds!)
    WAIT(1)
    echo(/say Server Restarting In 1 SECOND!)
    WAIT(1)
    echo(/stop Server Restarting!)


    Have fun, tell me if there is anything wrong :)
    Posted in: Mods Discussion
  • 0

    posted a message on Minecraft 1.6 Server "End of Stream"
    I have a 24/7 server and am admin on a 24/7 server, both run the bukkit dev build 1.6. If someone in the main menu has the server in their server's list, and it loads the server's MOTD and status, (or if they hit the refresh button) it sends a SERVERE message to the console, so this bug is known and I am pretty sure it will be fixed in the later dev builds, keep in mind after all, its a dev build, they have bugs!
    I wouldn't worry too much about it.

    This goes on all day for both servers I run:

    2013-07-05 17:23:10 [SEVERE] Reached end of stream for /xx.xxx.xxx.xxx
    2013-07-05 17:23:12 [INFO] <*awesome player1> hello
    2013-07-05 17:23:16 [SEVERE] Reached end of stream for /xx.xx.xx.xxx
    2013-07-05 17:23:16 [SEVERE] Reached end of stream for /xxx.xx.xxx.xx
    2013-07-05 17:23:20 [INFO] <*Eclipse [OverLord] player2> i wont let mobs kill THIS horse! >:I
    2013-07-05 17:23:28 [SEVERE] Reached end of stream for /xx.xx.xx.xxx
    2013-07-05 17:23:28 [SEVERE] Reached end of stream for /xx.xx.xx.xxx
    Posted in: Discussion
  • 0

    posted a message on Macro / Keybind Mod
    Quote from FrozenS2M

    Can you make a tutorial, on how to make custom GUIs?
    Hey I love this mod and I've been using it for awhile, but I still don't really get alot; I would like to have separate screens/gui's if I press a button with all the /socialspy and /f chatspy, but I have no idea how to. If anyone could help me get onto this it would be awesome :D
    Posted in: Minecraft Mods
  • 0

    posted a message on Macro / Keybind Mod
    Quote from Rene_Z

    I found a bug with the new GUI-Screens.

    I have a screen, called "extrachat", which isn't bound to a slot. I open it from the inchat GUI with the SHOWGUI-Command.
    The screen has two textareas: The big one at the top, called SOCIALSPY, and the smaller in the bottom-right corner called JOIN. When I join the server, the messages get logged into the textareas by the chatfilter and onPlayerJoined-event. It works fine, however the chat lines in the big textarea are cut off at the wrong width (probably the same width as the smaller textarea, see green lines). But when I open the GUI once it continues to work fine with the correct width, until I reconnect.

    Here's a screen that shows the bug:


    EDIT:
    This is a part of the gui.xml file:
    <!-- Config for layout 'extrachat' -->
    <gc:guilayout columns="16" display="Extended Chat" dots="false" grid="false" name="extrachat" padding="2" rows="17">
    <gc:controls>
    <gc:textarea colspan="16" id="304" name="SOCIALSPY" rowspan="9" x="0" y="1">
    <colour>#85AEEF</colour>
    <lifespan>1200</lifespan>
    </gc:textarea>
    <gc:textarea colspan="5" id="306" name="JOIN" rowspan="7" x="11" y="10">
    <colour>#D9C51F</colour>
    <lifespan>1200</lifespan>
    </gc:textarea>
    </gc:controls>
    </gc:guilayout>



    Do you mind sharing the whole script with us? That idea is awesome but I simply don't know how to make it. :/
    Posted in: Minecraft Mods
  • 1

    posted a message on The VoxelModPack v12.1: Lazy LapTrap
    Hello,
    I see all comments about HD skins not uploading, but I dont know anything about them;
    if someone could answer me some questions?

    do the HD skins only show to people with the modpack?
    does it work on any server or only TVB?
    how do I MAKE an HD skin?
    any links out there for more information?

    Thanks!
    Quote from dr0n

    I can't get this to work.

    I tried to:

    1. install forge before voxel -> classic installer throws nullpointer-exception
    2. install voxel before forge -> blackscreen
    3. install voxel via FeedTheBeast and then forge -> blackscreen + forge error in console

    does somebody know what to do?
    thanks in advance!


    did you delete META-INF ?
    Posted in: Mod Packs
  • 1

    posted a message on Macro/Keybind Mod Script Help
    no clue on how to fix it, but I do have a script that does the same thing like yours..

    http://adf.ly/NRYBF
    Posted in: Mods Discussion
  • 0

    posted a message on Macro/Keybind Mod Scripts
    ^^^ please ignore the post above! ^^^



    hey,

    I've been trying to get this script in Macro, but its too hard for me.. and since you know coding good I was wondering if you could help ..


    Script One:

    the idea is to automaticly mute, kick or anything a player when they say something, like "kickme" for now, in the chat. we are supposed to use the onCHAT trigger thingy.

    this is a forum reply from someone,
    "SparkleHoof, on 23 February 2013 - 03:36 PM, said:
    You could use the onCHAT script command and have it search the latest message for prohibited words using a bunch of ELSEIF statements ^.^
    it is also my understanding that the onCHAT command stores data about the sender... so you could just save the 'sender' as a global variable to be sent in the kick/ban command"


    this is my example;
    if(autoeater);
        log("&4[Macro] &3AutoEater has stopped");
        unset(autoeater);
        stop();
    else;
        log("&4[Macro] &3AutoEater has started");
        set(autoeater);
        do;
    	    if(HUNGER!=20);
    		    if(HUNGER<13);
    			    pick(364);
    			    if(ITEM=364);
    				    do(32);
    					    key(use);
    				    while(ITEM=364);
    			    endif;
    			    pick(320);
    			    if(ITEM=320);
    				    do(32);
    					    key(use);
    				    while(ITEM=320);
    			    endif;
    			    pick(282);
    			    if(ITEM=282)
    				    do(32);
    					    key(use);
    				    while(ITEM=282);
    			    endif;
    		    endif;
    		    if(HUNGER<14);
    			    pick(366);
    			    if(ITEM=366);
    				    do(32);
    					    key(use);
    				    while(ITEM=366);
    			    endif;
    		    endif;
    		    if(HUNGER<15);
    			    pick(297);
    			    if(ITEM=297);
    				    do(32);
    					    key(use);
    				    while(ITEM=297);
    			    endif;
    			    pick(350);
    			    if(ITEM=350);
    				    do(32);
    					    key(use);
    				    while(ITEM=350);
    			    endif;
    		    endif;
    		    if(HUNGER<16);
    			    pick(322);
    			    if(ITEM=322);
    				    do(32);
    					    key(use);
    				    while(ITEM=322);
    			    endif;
    		    endif;
    		    if(HUNGER<17);
    			    pick(360);
    			    if(ITEM=360);
    				    do(32);
    					    key(use);
    				    while(ITEM=360);
    			    endif;
    			    if($$[eatRaw]=1);
    				    pick(367);
    				    if(ITEM=367);
    					    do(32);
    						    key(use);
    					    while(ITEM=367);
    				    endif;
    			    endif;
    		    endif;
    		    if(HUNGER<18);
    			    if($$[eatRaw]=1);
    				    pick(319);
    				    if(ITEM=319);
    					    do(32);
    						    key(use);
    					    while(ITEM=319);
    				    endif;
    				    pick(363);
    				    if(ITEM=363);
    					    do(32);
    						    key(use);
    					    while(ITEM=363);
    				    endif;
    			    endif;
    		    endif;
    		    if(HUNGER<19);
    			    if($$[eatRaw]=1);
    				    pick(365);
    				    if(ITEM=365);
    					    do(32);
    						    key(use);
    					    while(ITEM=365);
    				    endif;
    				    pick(375);
    				    if(ITEM=375);
    					    do(32);
    						    key(use);
    					    while(ITEM=375);
    				    endif;
    				    pick(349);
    				    if(ITEM=349);=
    					    do(32);
    						    key(use);
    					    while(ITEM=349);
    				    endif;
    			    endif;
    			    pick(260);
    			    if(ITEM=260);
    				    do(32);
    					    key(use);
    				    while(ITEM=260);
    			    endif;
    		    endif;
    		    if(HUNGER<20);
    			    pick(357);
    			    if(ITEM=357);
    				    do(32);
    					    key(use);
    				    while(ITEM=357);
    			    endif;
    		    endif;
    	    endif;
        loop;
    endif;

    its a script that automaticly selects food from the hotbar, then eats it. I chose it as example because of the ElseIF.


    this is what I have so far, probably all wrong.
    $${
    if(auto-mute);
    	    log("&4[Macro] &3Auto-Mute disabled..");
    	    unset(auto-mute);
    	    stop();
    else;
    	    log("&4[Macro] &3Auto-Mute enabled.");
    	    set(auto-mute);
    	    do;
    			    if(onCHAT=kickme);
    					    echo(hello);
    							    endif;
    }$$



    Script Two:

    the idea is to have a command run /me is AFK. then to have it send this every 5 minutes, and when I press the button again it toggles it off, so it wont loop anymore.

    this is what I have so far, all it does is spam though, instead of toggle.
    $${
    	    if(AFK);
    			    echo("/me is no longer AFK.");
    			    unset(AFK);
    stop();
       ELSE;false then
    			    echo("/me is AFK and may not respond. Please do /modreq if you need help.");
       set(AFK);
      do; 
    		  wait(10);
    	    ECHO("/me is AFK and may not respond. Please do /modreq if you need help.");
    			    loop;
    	    endif;
    }$$





    if anyone here knows how to do either one of these, and make a quick example then I'll be able to extend the script, I just need that one example. :/



    Thanks in Advance!
    Posted in: Content Packs
  • 0

    posted a message on Macro / Keybind mod scripts!
    hey,

    I've been trying to get this script in Macro, but its too hard for me.. and since you know coding good I was wondering if you could help ..


    Script One:

    the idea is to automaticly mute, kick or anything a player when they say something, like "kickme" for now, in the chat. we are supposed to use the onCHAT trigger thingy.

    this is a forum reply from someone,
    "SparkleHoof, on 23 February 2013 - 03:36 PM, said:
    You could use the onCHAT script command and have it search the latest message for prohibited words using a bunch of ELSEIF statements ^.^
    it is also my understanding that the onCHAT command stores data about the sender... so you could just save the 'sender' as a global variable to be sent in the kick/ban command"


    this is my example;
    if(autoeater);
        log("&4[Macro] &3AutoEater has stopped");
        unset(autoeater);
        stop();
    else;
        log("&4[Macro] &3AutoEater has started");
        set(autoeater);
        do;
    	    if(HUNGER!=20);
    		    if(HUNGER<13);
    			    pick(364);
    			    if(ITEM=364);
    				    do(32);
    					    key(use);
    				    while(ITEM=364);
    			    endif;
    			    pick(320);
    			    if(ITEM=320);
    				    do(32);
    					    key(use);
    				    while(ITEM=320);
    			    endif;
    			    pick(282);
    			    if(ITEM=282)
    				    do(32);
    					    key(use);
    				    while(ITEM=282);
    			    endif;
    		    endif;
    		    if(HUNGER<14);
    			    pick(366);
    			    if(ITEM=366);
    				    do(32);
    					    key(use);
    				    while(ITEM=366);
    			    endif;
    		    endif;
    		    if(HUNGER<15);
    			    pick(297);
    			    if(ITEM=297);
    				    do(32);
    					    key(use);
    				    while(ITEM=297);
    			    endif;
    			    pick(350);
    			    if(ITEM=350);
    				    do(32);
    					    key(use);
    				    while(ITEM=350);
    			    endif;
    		    endif;
    		    if(HUNGER<16);
    			    pick(322);
    			    if(ITEM=322);
    				    do(32);
    					    key(use);
    				    while(ITEM=322);
    			    endif;
    		    endif;
    		    if(HUNGER<17);
    			    pick(360);
    			    if(ITEM=360);
    				    do(32);
    					    key(use);
    				    while(ITEM=360);
    			    endif;
    			    if($$[eatRaw]=1);
    				    pick(367);
    				    if(ITEM=367);
    					    do(32);
    						    key(use);
    					    while(ITEM=367);
    				    endif;
    			    endif;
    		    endif;
    		    if(HUNGER<18);
    			    if($$[eatRaw]=1);
    				    pick(319);
    				    if(ITEM=319);
    					    do(32);
    						    key(use);
    					    while(ITEM=319);
    				    endif;
    				    pick(363);
    				    if(ITEM=363);
    					    do(32);
    						    key(use);
    					    while(ITEM=363);
    				    endif;
    			    endif;
    		    endif;
    		    if(HUNGER<19);
    			    if($$[eatRaw]=1);
    				    pick(365);
    				    if(ITEM=365);
    					    do(32);
    						    key(use);
    					    while(ITEM=365);
    				    endif;
    				    pick(375);
    				    if(ITEM=375);
    					    do(32);
    						    key(use);
    					    while(ITEM=375);
    				    endif;
    				    pick(349);
    				    if(ITEM=349);=
    					    do(32);
    						    key(use);
    					    while(ITEM=349);
    				    endif;
    			    endif;
    			    pick(260);
    			    if(ITEM=260);
    				    do(32);
    					    key(use);
    				    while(ITEM=260);
    			    endif;
    		    endif;
    		    if(HUNGER<20);
    			    pick(357);
    			    if(ITEM=357);
    				    do(32);
    					    key(use);
    				    while(ITEM=357);
    			    endif;
    		    endif;
    	    endif;
        loop;
    endif;

    its a script that automaticly selects food from the hotbar, then eats it. I chose it as example because of the ElseIF.


    this is what I have so far, probably all wrong.
    $${
    if(auto-mute);
    	    log("&4[Macro] &3Auto-Mute disabled..");
    	    unset(auto-mute);
    	    stop();
    else;
    	    log("&4[Macro] &3Auto-Mute enabled.");
    	    set(auto-mute);
    	    do;
    			    if(onCHAT=kickme);
    					    echo(hello);
    							    endif;
    }$$



    Script Two:

    the idea is to have a command run /me is AFK. then to have it send this every 5 minutes, and when I press the button again it toggles it off, so it wont loop anymore.

    this is what I have so far, all it does is spam though, instead of toggle.
    $${
    	    if(AFK);
    			    echo("/me is no longer AFK.");
    			    unset(AFK);
    stop();
       ELSE;false then
    			    echo("/me is AFK and may not respond. Please do /modreq if you need help.");
       set(AFK);
      do; 
    		  wait(10);
    	    ECHO("/me is AFK and may not respond. Please do /modreq if you need help.");
    			    loop;
    	    endif;
    }$$





    if anyone here knows how to do either one of these, and make a quick example then I'll be able to extend the script, I just need that one example. :/



    Thanks in Advance!
    Posted in: Mods Discussion
  • 0

    posted a message on Macro/Keybind Mod Scripts
    hey I dont quiet understand this,
    I have a button on my screen when I open the chat dialog, it sets me to afk.
    now what I want to do, is have it say /me is now AFK. Please do /modreq* if you need help.
    Then, I want it to loop every 5 minutes, and aswel make it a toggle. So when I press that same button it should say /me is no longer AFK.

    this is what I have, but it doesn't seem to work.. all it does is the "is no longer afk." part.

    Anyone here who can help me finish this script?

    Thanks in advance!

    *Modreq is a plugin which notifies all the staff that someone needs help.

    here is my script so far:


    $${if(AFK);
      echo("/me is no longer AFK.");
      unset(AFK);
      stop();
       else;
       echo("/me is AFK and may not respond. Please do /modreq if you need help.");
       set(AFK);
      do;  
    	  wait(300);
        ECHO("/me is AFK and may not respond. Please do /modreq if you need help.");
    loop;
    endif;
    }$$
    Posted in: Content Packs
  • 0

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

    You could use the onCHAT script command and have it search the latest message for prohibited words using a bunch of ELSEIF statements ^.^
    it is also my understanding that the onCHAT command stores data about the sender... so you could just save the 'sender' as a global variable to be sent in the kick/ban command

    Hey, I dont really know how to use the elseIF, could you make a quick example on how to do this? I'd love to have this.
    Posted in: Mods Discussion
  • 0

    posted a message on Macro / Keybind Mod
    Quote from Gorlem

    You are using Mac right?
    Restore your original minecraft.jar
    Copy everything from liteloader.zip except the com folder into your minecraft.jar
    Copy content of the com folder in the com folder inside the minecraft.jar

    That is a bug with the mac archiever which overrides the com folder instead of merging the two.


    yes I am using mac, and I don't really get what you are saying... could you try to explain it a bit more detailed?
    Thanks in advance.
    Posted in: Minecraft Mods
  • 0

    posted a message on pressing backspace deletes whole word(HELP ME!)
    it doesn't seem to work for me.. im on Macbook pro running mac os x mountain lion. I tried both command + delete in the chat window (when you press the 'T') and when out of the chat window, still nothing happens. very unfortunate I'd like to get this working the thing REALLY annoys me.. :/
    Posted in: Java Edition Support
  • 0

    posted a message on Macro / Keybind Mod
    .... im such an idiot, I found all download links and got it working fine now.


    1 thing though, I do not hear ANY sounds anymore coming from my MineCraft client after I got this mod.. I did not have the lightloader mod before either, do you (@Mumfrey) know if this is lightloader or Macro?

    thanks alot for updating this, its awesome.
    Posted in: Minecraft Mods
  • 0

    posted a message on Macro / Keybind Mod
    never mind about that,
    I have a question; do I need to have liteloader 1.5.1 in order for this to work?
    Posted in: Minecraft Mods
  • 0

    posted a message on Macro / Keybind Mod
    am I blind or is there no download link?
    Posted in: Minecraft Mods
  • To post a comment, please .