Yea the more mobs fails to import on block launcher 1.3.2
It doesnt work on block launcher, as not all the spawn function works. So its iOS only, ill state that in the OP sorry. I need to reupload the download though, ive made a better code, and i need to do the ID thing.
Fixed. It should work, redownload the mo creatures mod, the ID is in a text document with all the textures as well (in the zip).
So what is the script thingy can you plz just send me the script number? I will be able to Change the texture and everything but I just need the script number I will change the textures and it would work plz pm me the script number
The Meaning of Life, the Universe, and Everything.
Location:
ocala
Join Date:
7/28/2013
Posts:
55
Member Details
THE CODE was not working so i changed it is that okay with u hexdro im in ur modding group script id is 9109 it works on ios i dont know about android maybe hexdro is for android also im making a video on the mod tomarrow the only things that dont work are the cow explosion and the enderpigmen if anyone can fix the code is
function attackHook(attacker, victim)
{
var ourItem = getCarriedItem();//The id of the item we are wielding
if(ourItem==288)//If the item is a feather
{
preventDefault();//Don't call the real attack function after
rideAnimal(attacker,victim);//ride the animal
}
else if(ourItem==262)//If the item is an arrow
{
spawnChicken(getPlayerX(),getPlayerY()+4,getPlayerZ(),"mob/chicken.png");//spawn a chicken above our head (you can change it to your own picture if you like)
}
else if(ourItem==341)
{
spawnChicken(getPlayerX(),getPlayerY()+4,getPlayerZ(),"mob/Duck.png");//spawn a chicken above our head (you can change it to your own picture if you like));
var Duck==1;
}
else if(ourItem==351)
{
spawnCow(getPlayerX(),getPlayerY()+4,getPlayerZ(),"mob/TNTCow.png");//spawn a chicken above our head (you can change it to your own picture if you like);
var TNTCow==1;
}
else if(ourItem==345)
{
spawnPigZombie(getPlayerX(),getPlayerY()+4,getPlayerZ(),"mob/Ender.png");//spawn a chicken above our head (you can change it to your own picture if you like);
var Ender==1;
}
else if(var Ender==1)
{
setPosition(victim,getPlayerX()-12,getPlayerY()+4,getPlayerZ+17);
}
else if(var TNTCow==1)
{
explode(x,y,z,10.1);//Blow it up!
addItemInventory(289,2);
}
}by the way on my fix u have to hit a mob with the item to spawn
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumI need to reupload the download though, ive made a better code, and i need to do the ID thing.Fixed. It should work, redownload the mo creatures mod, the ID is in a text document with all the textures as well (in the zip).
Check out my game! It's an open-world, sandbox text adventure.
Follow @hexdro_
Hexdro © 2012-2015
-
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
function attackHook(attacker, victim)
{
var ourItem = getCarriedItem();//The id of the item we are wielding
if(ourItem==288)//If the item is a feather
{
preventDefault();//Don't call the real attack function after
rideAnimal(attacker,victim);//ride the animal
}
else if(ourItem==262)//If the item is an arrow
{
spawnChicken(getPlayerX(),getPlayerY()+4,getPlayerZ(),"mob/chicken.png");//spawn a chicken above our head (you can change it to your own picture if you like)
}
else if(ourItem==341)
{
spawnChicken(getPlayerX(),getPlayerY()+4,getPlayerZ(),"mob/Duck.png");//spawn a chicken above our head (you can change it to your own picture if you like));
var Duck==1;
}
else if(ourItem==351)
{
spawnCow(getPlayerX(),getPlayerY()+4,getPlayerZ(),"mob/TNTCow.png");//spawn a chicken above our head (you can change it to your own picture if you like);
var TNTCow==1;
}
else if(ourItem==345)
{
spawnPigZombie(getPlayerX(),getPlayerY()+4,getPlayerZ(),"mob/Ender.png");//spawn a chicken above our head (you can change it to your own picture if you like);
var Ender==1;
}
else if(var Ender==1)
{
setPosition(victim,getPlayerX()-12,getPlayerY()+4,getPlayerZ+17);
}
else if(var TNTCow==1)
{
explode(x,y,z,10.1);//Blow it up!
addItemInventory(289,2);
}
}by the way on my fix u have to hit a mob with the item to spawn
-
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
King of page 13 hahhahahaha
-
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
-
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
-
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
-
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