• 0

    posted a message on Macro / Keybind Mod
    Quote from SPThiel»

    Let's work around with




    $${KEY(Use)
    WAIT(5t)
    DO(6)
    GetSlot(melon,12)
    SLOTCLICK(12,l,false)
    GetSlot(melon,1)
    SLOTCLICK(1,l,false)
    GetSlot(melon,11)
    SLOTCLICK(11,l,false)
    GetSlot(melon,2)
    SLOTCLICK(2,l,false)
    WAIT(5t)
    GetSlot(melon,12)
    SLOTCLICK(12,l,false)
    GetSlot(melon,3)
    SLOTCLICK(3,l,false)
    GetSlot(melon,11)
    SLOTCLICK(11,l,false)
    GetSlot(melon,4)
    SLOTCLICK(4,l,false)
    WAIT(5t)
    GetSlot(melon,12)
    SLOTCLICK(12,l,false)
    GetSlot(melon,5)
    SLOTCLICK(5,l,false)
    GetSlot(melon,11)
    SLOTCLICK(11,l,false)
    GetSlot(melon,6)
    SLOTCLICK(6,l,false)
    WAIT(5t)
    GetSlot(melon,12)
    SLOTCLICK(12,l,false)
    GetSlot(melon,7)
    SLOTCLICK(7,l,false)
    GetSlot(melon,11)
    SLOTCLICK(11,l,false)
    GetSlot(melon,8)
    SLOTCLICK(8,l,false)
    GetSlot(melon,12)
    WAIT(5t)
    SLOTCLICK(12,l,false)
    GetSlot(melon,9)
    SLOTCLICK(9,l,false)
    WAIT(5t)
    SLOTCLICK(0,l,true)
    LOOP
    }$$




    ${ 
    PROMPT(#ammount,"$[Times]")
     
    KEY(use)
    WAIT(5t)
     
    DO(#ammount)
      FOR(#i,1,9)
     
        GETSLOT(melon,#slot,10)
        SLOTCLICK(%#slot%)
        SLOTCLICK(%#i%)
     
      NEXT
     
      SLOTCLICK(0,,true)
     
    LOOP
    }$





    2x $ at the start and 2x $ at the end ^^ I can't insert them there

    When pasting this and adding the $${ it just opens the crafting table, am I supposed to put any numbers in this script? (Sorry, still a big noob at scripting)
    Posted in: Minecraft Mods
  • 0

    posted a message on Macro / Keybind Mod

    If anyone wants the script to auto crafting melons/melon blocks, here it is:


    $${KEY(Use)
    WAIT(5t)
    DO(6)
    GetSlot(melon,12)
    SLOTCLICK(12,l,false)
    GetSlot(melon,1)
    SLOTCLICK(1,l,false)
    GetSlot(melon,11)
    SLOTCLICK(11,l,false)
    GetSlot(melon,2)
    SLOTCLICK(2,l,false)
    WAIT(5t)
    GetSlot(melon,12)
    SLOTCLICK(12,l,false)
    GetSlot(melon,3)
    SLOTCLICK(3,l,false)
    GetSlot(melon,11)
    SLOTCLICK(11,l,false)
    GetSlot(melon,4)
    SLOTCLICK(4,l,false)
    WAIT(5t)
    GetSlot(melon,12)
    SLOTCLICK(12,l,false)
    GetSlot(melon,5)
    SLOTCLICK(5,l,false)
    GetSlot(melon,11)
    SLOTCLICK(11,l,false)
    GetSlot(melon,6)
    SLOTCLICK(6,l,false)
    WAIT(5t)
    GetSlot(melon,12)
    SLOTCLICK(12,l,false)
    GetSlot(melon,7)
    SLOTCLICK(7,l,false)
    GetSlot(melon,11)
    SLOTCLICK(11,l,false)
    GetSlot(melon,8)
    SLOTCLICK(8,l,false)
    GetSlot(melon,12)
    WAIT(5t)
    SLOTCLICK(12,l,false)
    GetSlot(melon,9)
    SLOTCLICK(9,l,false)
    WAIT(5t)
    SLOTCLICK(0,l,true)
    LOOP
    }$$


    I am sure there is a cleaner script that could be made, but this is what I have. It seems no one else has made this sort of script before, so I thought I'd share.I am new to this scripting stuff as well, so there is probably a lot of noobish inquiries.


    Here it is it in action to see how it works:

    Posted in: Minecraft Mods
  • 0

    posted a message on Macro / Keybind Mod

    Slot?

    Does anyone happen to know what Slot this is for GetSlot and SlotClick? I messed with the numbers and I think it should be 46, but that isn't seeming to work. Any help is appreciated. :)

    Posted in: Minecraft Mods
  • 0

    posted a message on Macro / Keybind Mod
    Quote from Im_Papa»

    How about HELMDURABILITY, BOOTSDURABILITY, CHESTPLATEDURABILITY AND LEGGINGSDURABILITY. It works perfectly for me. I made a. Armor HUD that update every time onArmirDurabilitychange is triggered. I might post the script when i get home. You can also use OFFHANDDURABILITY and stuff.


    Would help greatly. :)
    Posted in: Minecraft Mods
  • 0

    posted a message on Macro / Keybind Mod
    Quote from Mart3323»

    Not with Craft, no, you'd have to write your own crafting script using SlotClick, GetSlot, GetSlotItem, etc.

    I don't quite understand this slot click. Can you give me a quick rundown so I can make myself a script? Also is there a way to make it so it tells me when my armor is running low? I have it for items (pick, fishing rod, hoe) but it doesn't use the same %DURABILITY% for armor as it says to me "0 uses left" 0 uses left yet this is what it looks like
    my Durability
    Posted in: Minecraft Mods
  • 0

    posted a message on Macro / Keybind Mod

    When doing auto-crafting, is there a way to make it craft with stacks instead of 1 by 1? Right now when I run $${CRAFT(melon_block,500)}$$ it crafts like this currently:
    Melon slices 1 for each

    Posted in: Minecraft Mods
  • 0

    posted a message on Macro / Keybind Mod

    When attempting to download this

    Posted in: Minecraft Mods
  • 0

    posted a message on Macro / Keybind Mod

    When attempting to download 1.9 it says "page not found"

    Posted in: Minecraft Mods
  • 0

    posted a message on Macro / Keybind Mod
    Quote from Mumfrey»

    Are you reporting this as a bug against the 1.9 beta or experiencing it with an older version?

    Reporting a bug for the 1.9 Beta.
    Posted in: Minecraft Mods
  • 0

    posted a message on Macro / Keybind Mod

    I have noticed the WAIT feature isn't waiting. It is 'typing' all of my different sentences instantly. Is this a known problem? I am not running anything but Liteloader and this Macro/keybind mod. If there is a fix/help I can get would be appreciated.

    Posted in: Minecraft Mods
  • 0

    posted a message on Macro / Keybind Mod

    Hey Mumfrey!

    1) I love this mod! :D

    2) Is there a way to have an auto fishing Macro? If so can you tell me how to do it?

    ~Thanks!

    Posted in: Minecraft Mods
  • 1

    posted a message on [CLOSED] Free Skins - Stop By if you Like Our Style [CLOSED]
    So I have been trying for over 6 months, on and off to try to get a blue skin like mine. Nobody has made me a skin yet, So now I have made some more friends after that, So I want even more! So This is what I want. (Of my skin) 1 Boy skin and 2 girl skins (I will get to the details in a second).

    I previously said this:

    ===================================================================================================
    Hello! Can you make my skin in the color [Darker] blue? Me and my friend want to be like "twins". I would really like the depth texture stay there, like the different color shades in the sweatshirt. If you could do this, that would be awesome! Oh and can you leave the black part in the inside of the hand/arm too, I want that to stay.

    ~Thanks Shrekster

    http://mcskinsearch.com/skin/shrekster

    ===================================================================================================
    I want that to be the same thing for the one Boy skin



    Now to the Girl skins, I want something like this hair over the Sweatshirt http://mcskinsearch.com/skin/Xx_Marshmont_xX

    I want one to be Darker Green and one to be Darker Purple...

    I don't know what else to explain, If you need more Detail, or something, Please ask, I really want this done before Christmas (I know I am a bit late). I want it to be a Christmas present to my friend.

    Here is my skin without the Hat, For a little extra Help


    EDIT: I Am hoping to give these skins to my friends for Christmas, They would really enjoy them! :)
    Posted in: Skins
  • 0

    posted a message on Matching skins
    *Warning* This is my first thread posted on here, so I am a Noob, So please bare with me if there is anything wrong.

    So I have been trying for over 6 months, on and off to try to get a blue skin like mine. Nobody has made me a skin yet, So now I have made some more friends after that, So I want even more! :P So This is what I want. (Of my skin) 1 Boy skin and 2 girl skins (I will get to the details in a second).

    I previously said this:

    ===================================================================================================
    Hello! Can you make my skin in the color [Darker] blue? Me and my friend want to be like "twins". I would really like the depth texture stay there, like the different color shades in the sweatshirt. If you could do this, that would be awesome! Oh and can you leave the black part in the inside of the hand/arm too, I want that to stay.

    ~Thanks Shrekster

    http://mcskinsearch.com/skin/shrekster

    ===================================================================================================
    I want that to be the same thing for the one Boy skin



    Now to the Girl skins, I want something like this hair over the Sweatshirt http://mcskinsearch.com/skin/Xx_Marshmont_xX

    I want one to be Darker Green and one to be Darker Purple...

    I don't know what else to explain, If you need more Detail, or something, Please ask, I really want this done before Christmas (I know I am a bit late). I want it to be a Christmas present to my friend.

    Here is my skin without the Hat, For a little extra Help
    Posted in: Skins
  • 1

    posted a message on VoxelMap [1.16.1 to 1.7.10] - a minimap and worldmap
    Is there a way to get this mod for Forge 1.4.6 or 1.4.7? my friends are playing tekkit and it would be really nice to have this Map.
    Posted in: Minecraft Mods
  • 0

    posted a message on CREATING SKINS FOR PEOPLES
    xD :D I have been trying to get a skin like this for.. about 6 months.. so yea :/
    Posted in: Skins
  • To post a comment, please .