Hey Guys Finally know how to make more "Advanced" Scripts
Script:Star_Wars
Tested:Yes
Credit:DarkBlade
Whats Added:
-Boba Fett With Diamond Sword
-Jango Fett With Diamond Sword
-Taser
-Grub
(1.0)
-Taser texture fixed
-Grub fixed and now edible
Spawning The Mobs&Getting the items:
-Use A Neather Brick And Tap the ground to spawn Boba
-Use A Stick And Tap the ground to spawn Jango
-Tap the ground with neather quartz to get taser
-Tap the geound with egg to get grub
ModPE.setItem(404, 6, 12, "Taser");
ModPE.setFoodItem(187, 8, 12, 5, "Grub");
function useItem(x,y,z,itemId,blockId) //the hook we will use
{
if (itemId==405)//if item we use is a neather brick
{
var bb = Level.spawnMob (x, y, z, 36, "mob/bb.png");//spawns a zombie with its id being bb, and skin being boba fett.
Entity.setHealth(bb, 1955); //set boba fetts health that was spawned to 400 half hearts.
Entity.setCarriedItem (bb, 276, 1, 0);
clientMessage("<Boba_Fett> Scum Bag!"); //Bobas Message to player
}
else if(itemId==280)//If our item is a stick
{
var jg = Level.spawnMob (x, y, z, 36, "mob/jg.png");//spawns a zombie with its id being jg and skin being boba fett.
Entity.setHealth(jg, 2055); //set boba fetts health that was spawned to 400 half hearts.
Entity.setCarriedItem (jg, 276, 1, 0);
clientMessage("<Jango_Fett> My Son You !!!"); //Message to player
}
else if(itemId==406)//if our item is a quartz
{
addItemInventory(404,1);//Add 1 cusroms to your inventory.
}
else if (itemId==344)//if item is an egg
{
addItemInventory(187,1);//Add 1 cusroms to your inventory.
}
}
ScreenShots
Unfortunately Not Yet
Instructions:
1.Download Zip File
2.Use Texture and .js file
3.Open A World
4.use the script
(SCRIPT CONTAINS 1 VULGAR WORD WHEN SPAWN JANGO)
(TEXTURE MAKER NEEDED FOR TASER AND GRUB)
StarWars ModPe by DarkBlade is licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License
Script:Star_Wars
Tested:Yes
Credit:DarkBlade
Whats Added:
-Boba Fett With Diamond Sword
-Jango Fett With Diamond Sword
-Taser
-Grub
(1.0)
-Taser texture fixed
-Grub fixed and now edible
Spawning The Mobs&amp;Getting the items:
-Use A Neather Brick And Tap the ground to spawn Boba
-Use A Stick And Tap the ground to spawn Jango
-Tap the ground with neather quartz to get taser
-Tap the geound with egg to get grub
ID's:
-405 Neather Brick
-280 Stick
-401 Taser
-187 Grub
Code:
ModPE.setItem(404, 6, 12, "Taser"); ModPE.setFoodItem(187, 8, 12, 5, "Grub"); function useItem(x,y,z,itemId,blockId) //the hook we will use { if (itemId==405)//if item we use is a neather brick { var bb = Level.spawnMob (x, y, z, 36, "mob/bb.png");//spawns a zombie with its id being bb, and skin being boba fett. Entity.setHealth(bb, 1955); //set boba fetts health that was spawned to 400 half hearts. Entity.setCarriedItem (bb, 276, 1, 0); clientMessage("<Boba_Fett> Scum Bag!"); //Bobas Message to player } else if(itemId==280)//If our item is a stick { var jg = Level.spawnMob (x, y, z, 36, "mob/jg.png");//spawns a zombie with its id being jg and skin being boba fett. Entity.setHealth(jg, 2055); //set boba fetts health that was spawned to 400 half hearts. Entity.setCarriedItem (jg, 276, 1, 0); clientMessage("<Jango_Fett> My Son You !!!"); //Message to player } else if(itemId==406)//if our item is a quartz { addItemInventory(404,1);//Add 1 cusroms to your inventory. } else if (itemId==344)//if item is an egg { addItemInventory(187,1);//Add 1 cusroms to your inventory. } }ScreenShots
Unfortunately Not Yet
Instructions:
1.Download Zip File
2.Use Texture and .js file
3.Open A World
4.use the script
(SCRIPT CONTAINS 1 VULGAR WORD WHEN SPAWN JANGO)
(TEXTURE MAKER NEEDED FOR TASER AND GRUB)
StarWars ModPe by DarkBlade is licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License
Download:
https://db.tt/AUjALXjo
ModPE!?
But clipboard works fine!!!
Thanks.
ModPE!?
Edit:Fixed
ModPE!?
(WOKRING ON:STAR_WARS_CLONEWARS1.0 SCRIPT)(its seperate)
ModPE!?
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumBlasphemy!
Check out my game! It's an open-world, sandbox text adventure.
Follow @hexdro_
Hexdro © 2012-2015
Lol
ModPE!?
Lol....anyways anyone tried this -.-?
ModPE!?
I have it's cool
ModPE!?
CHECK THE WHATS NEW SPOILER!!!
ModPE!?