Firewalk
fire will appear where you walk. I need an id for this one so if u could put the code into modpe and post the id on this forum tht would be great.
the code:
var Xpos=0;
var Ypos=0;
var Zpos=0;
function useItem(x,y,z,itemId,blockId,side)
{
//Your Code Here
}
function attackHook(attacker, victim)
{
//Your Code Here
}
function modTick()
{
Xpos=getPlayerX();
Ypos=getPlayerY();
Zpos=getPlayerZ();
setTile(Xpos,Ypos-1.6,Zpos,51);
}
srry cant get to my computer right now so i cant copy and paste to modpe. if u can get to a computer on the computer highlight the code and press ctrl-c then in modpe press ctrl-v and it will paste it into modpe. save it then u have the script id!! when ur done put the script id on this forum so i can use it plz. thnx!!
i made a new topic because my old one had not working mods and was cluttered.
Mods!!
Drillmod
if you place down clay it will make a hole to bedrock and give you any materials it drills.
code is
var blockPlaced = 0; var drill = 0; var pot = 0; function useItem(x,y,z,itemId,blockId,side) { blockPlaced = getTile(x, y+1, z); if ( blockPlaced == 82)//clayblock { for (drill = y-1; drill > 0; y--) { setTile (x, drill, z, 0); pot = getTile(x,drill,z); addItemInventory (pot, 1); } } }or download: https://www.dropbox....wdf753/drill.js
Firewalk
fire will appear where you walk. I need an id for this one so if u could put the code into modpe and post the id on this forum tht would be great.
the code:
var Xpos=0; var Ypos=0; var Zpos=0; function useItem(x,y,z,itemId,blockId,side) { //Your Code Here } function attackHook(attacker, victim) { //Your Code Here } function modTick() { Xpos=getPlayerX(); Ypos=getPlayerY(); Zpos=getPlayerZ(); setTile(Xpos,Ypos-1.6,Zpos,51); }or download: https://www.dropbox....u6/flamewalk.js
and a big thnx to seecretcreeper for helping me with modding!!!
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumCheck out my game! It's an open-world, sandbox text adventure.
Follow @hexdro_
Hexdro © 2012-2015
fixd
I can't use the Id either...o.o
EAT IT IN YOUR FACE.
Yes it did. I'm on IOS!
EAT IT IN YOUR FACE.
Script ID:3261
EAT IT IN YOUR FACE.