• 0

    posted a message on ModPE Help & Idea Center!
    Quote from natekrell

    Thank you! I hope this becomes a sweet resource!

    Question: About a week ago, someone posted a tutorial for adding food items via scripting (I feel like it was 500ise or byteandahalf or donald or someone else who has posted lots of tutorials). It showed how to add a cookie, and I think a blaze rod or something too. It was a simple and useful tutorial. Who posted it/where is it? I can't find it now. Thanks!
    Ah! First question! Anyways I'm not sure who posted it or where but a way you could do it is finding the id ( http://www.minecraftinfo.com/IDList.htm ) and making sure its coded in cookies and balze rods are so you would make the following code

    if(itemId==280);//A Stick
    }
         addItemInventory(369,1);//A Blaze Rod
         addItemInventory(357,1);//A Cookie
    }

    And it should add it too your inventory!
    Posted in: MCPE: Mods / Tools
  • 0

    posted a message on modpe help
    Dude, Really you want us not to copy it this is like directly from TreeBL's list of functions! It was a complete mess!! All you did was copy paste! You didn't even add something like a if(itemId==280&&blockId==1); (Just an example) Come on bro! Anyways I've somewhat cleaned it up I don't think it works but it's clean. I didn't bother testing, but heres the code, and heres the Id if you want that instead: 11347

    function useItem(x,y,z,itemId,blockId,side)
    {
    if(itemId==280);//A stick
    }  
          print(hello world);
    {
          print(before using the mod install the tp on the fourms);
    }
          addItemInventory(355,1);
    {
          getData(x, y, z);
    }
          useItem(x,y,z,45,280);
    {
          clientMessage(TYPE /cl IN CHAT);
    }
         procCmd(cl);
    {
         bl_saveData(,value);
      {
         ModPE.setGuiBlocks(folder/texture.png)
      }
    Posted in: MCPE: Mods / Tools
  • 1

    posted a message on ModPE Help & Idea Center!
    Need help on a ModPE script or just need ideas? Well, you've come to the right place ask any question you wish about ModPE and your sure to be answered! Though I'm a not-so advanced modder your question will surely be answered by someone with a high experience in ModPE modding! If you are helped here it would be nice if you gave the topic and the answerer a 1+! Thanks for visiting and if you don't have a question try and help someone out!Here Are Some Helpful Links If Your Brand New To ModPE Modding:http://www.codecadem...vascript
    http://www.htmldog.c...ascript/
    http://www.w3schools....com/js/
    http://www.codeacademy.com/ <----- The one i am currently learning from really good!
    When You Earn Your Achievement You Are Expected To Go By The Honor System! Please Do Not Take One Without Earning It!Help 5 Users
    Help 10 Users
    Help 20 Users
    Help 50 Users
    Posted in: MCPE: Mods / Tools
  • 0

    posted a message on Lambo's WorldEdit Mod
    Working On IOS?
    Posted in: MCPE: Mods / Tools
  • 0

    posted a message on Creepig01's ModPe Script Mods [LATEST: Insta-Break With Material Collection] Now Taking Requests!
    Okay heres the example i'm working on. i can't seem to get it to work after the second item! Any ideas?


    if(itemId==280&&blockId==1)
            {
                    getTile(x,y,z);
                    setTile(x,y,z,0);
                    addItemInventory(1,1);
            }
     else if(itemId==280&&blockId==2)
            {
                    getTile(x,y,z);
                    setTile(x,y,z,0);
                    addItemInventory(2,1);
            }
     else if(itemId==280&&blockId==3)
            {
                    getTile(x,y,z);
                    setTile(x,y,z,0);
                    addItemInventory(3,1);
    
     else if(itemId==280&&blockId==4)
            {
                    getTile(x,y,z);
                    setTile(x,y,z,0);
                    addItemInventory(4,1);
    
     else if(itemId==280&&blockId==5)
            {
                    getTile(x,y,z);
                    setTile(x,y,z,0);
                    addItemInventory(5,1);
    
     else if(itemId==280&&blockId==6)
            {
                    getTile(x,y,z);
                    setTile(x,y,z,0);
    [size=medium]                addItemInventory(6,1)[/size]
    Posted in: MCPE: Mods / Tools
  • 0

    posted a message on Creepig01's ModPe Script Mods [LATEST: Insta-Break With Material Collection] Now Taking Requests!
    Quote from Donalddoesmc

    Good mods, but they are VERY easy to make :P
    You can make the instabreak give you the block...
    Yeah I made this when I was a noob! :P But sure I'll start working on it might be out this week!!! Any other requests?
    Posted in: MCPE: Mods / Tools
  • 0

    posted a message on [Preview] Redstone for Minecraft PE on iOS!
    Quote from Donalddoesmc

    TreeBl quit..

    TreeBl quit, ok. He has been offline for a month
    It isn't even a scriptmod...
    He hasn't officially quit
    Posted in: MCPE: Mods / Tools
  • 0

    posted a message on BlockOptionsEditor: a tool to edit Minecraft's options.txt
    Looks good! I know your not IOS but is there anyway you can get it out to all the jailbroken IOS users. (Same with BlockLauncher) I know i'm asking a lot but i really wish some of the AWESOME features of BlockLaucher and BlockOptionEditor were available to IOS!
    Posted in: MCPE: Mods / Tools
  • 0

    posted a message on Creepig01's ModPe Script Mods [LATEST: Insta-Break With Material Collection] Now Taking Requests!
    I Am Now Active Again! Will have another mod out by this Wednesday (EST)
    Posted in: MCPE: Mods / Tools
  • 0

    posted a message on The 50 line ModPE Script challenge

    Beat this:
    Shorter invisible bedrock: 3 lines.
    Shortened version of Cr33Pig's script.
    Sep 22, 2013 - 500 Internal Server Error
    function useItem(x, y, z, i, b, s) {
    	if (i == 280) setTile(x, y, z, 95);
    }
    You too get a cookie. A switch statement might be more compact though.
    Challenge Accepted! Don't know how I can make it shorter but it will happen!
    Posted in: MCPE: Mods / Tools
  • 0

    posted a message on The 50 line ModPE Script challenge

    Cookie for you as well. Also, I counted 7 lines.
    Yeah, I was only counting the ones I made by hand. I'll change it though!
    Posted in: MCPE: Mods / Tools
  • 0

    posted a message on The 50 line ModPE Script challenge
    Instant Invisible Bedrock!: Number Of Lines: 7
    Ever needed a glass like block that was invincible?
    Well wait no longer you can now get this glass like substance with the resistance of bedrock by simply hitting the blocks you need to change with a wooden stick!

    How To Use:
    Simply hit the block that you want to change with a stick!

    Id:
    3272
    Posted in: MCPE: Mods / Tools
  • 0

    posted a message on The 50 line ModPE Script challenge
    Wait So It Can Be Less If So Could I Use A Previous Script??
    Posted in: MCPE: Mods / Tools
  • 0

    posted a message on Team Pigs Fight Back! [RECRUITING!] [RANKS] [JOBS] [CONTESTS]
    Quote from BobaDaKing

    Erm... Did this thing die?
    I think so........ But I going to try and resurrect it i am sending out group messages like right now!
    Posted in: MCPE: Clans
  • 0

    posted a message on Imaginary Scripting - Invisibility
    Okay, I am about to go ALL kinds of noob but, what OS are you on? The reason I ask is because while you were recording you had taps on as though you were using Display Recorder from Cydia (Or the really old app store) and I'm not sure if there is one for Android. Then you had the layout of a Android device as well as a app thats not available to IOS users. Sorry if i seem really nooby which I'm not (Some Times :P )
    Posted in: MCPE: Mods / Tools
  • To post a comment, please .