• 0

    posted a message on Upcoming server need loads of builders modders coders admin

    Ign:Behindthescreen

    Exp:A couple of servers

    Banned:No Bans

    Servers:They were shut down,didn't have enough money

    Youtube:Yes,but just to comment on videos

    Age:why do you need to know this?

    Sex:Now, why do you need to know this?!!!

    Kik:if you accept it ill pm it

    Skype:no Skype

    Twitter:@B3HINDTH3SCR33N

    Posted in: MCPE: Servers
  • 0

    posted a message on Need mod testers for a modding battle

    I think it is

    Posted in: MCPE: Mods / Tools
  • 0

    posted a message on Help with custom mobs

    Ok thank you.

    :)

    Posted in: MCPE: Mod / Tool Help & Requests
  • 0

    posted a message on Help with custom mobs

    Like the title says I need help with custom mobs if anyone could show me how to make custom mobs attack the player on sight.

    :)

    Posted in: MCPE: Mod / Tool Help & Requests
  • 0

    posted a message on Great Factions Server! PvP.

    Port?

    Posted in: PC Servers
  • 0

    posted a message on Great Factions Server! PvP.

    Why are you ignoring me?

    :angry:

    Posted in: PC Servers
  • 0

    posted a message on Great Factions Server! PvP.

    Fine then just ignore me.

    :(

    Posted in: PC Servers
  • 0

    posted a message on Great Factions Server! PvP.

    I could be a helper

    Posted in: PC Servers
  • 0

    posted a message on Survive on a tree

    Ok try it now

    Posted in: MCPE: Maps
  • 0

    posted a message on Wanna Start A New MCPE Server Need Builders,Admins,OP

    Hey nexus B)

    Role:builder

    Experience:I used to be builder for another server

    Age:13

    Skype:I only have kik and I'll pm it

    Posted in: MCPE: Servers
  • 0

    posted a message on Survive in a house

    As the title says you survive in a house

    There is danger inside and outside :)

    http://adf.ly/1FfGfs

    Posted in: MCPE: Maps
  • 0

    posted a message on I need help with this error

    Here is the error

    org.mozilla.javascript.WrappedException: Wrapped java.lang.ClassCastException: org.mozilla.javascript.UniqueTag cannot be cast to java.lang.Number (RPGWeapons.js#58)

    at org.mozilla.javascript.Context.throwAsScriptRuntimeEx(Unknown Source)

    at org.mozilla.javascript.MemberBox.invoke(Unknown Source)

    at org.mozilla.javascript.FunctionObject.call(Unknown Source)

    at org.mozilla.javascript.Interpreter.interpretLoop(Unknown Source)

    at script(RPGWeapons.js:58)

    at org.mozilla.javascript.Interpreter.interpret(Unknown Source)

    at org.mozilla.javascript.InterpretedFunction.call(Unknown Source)

    at org.mozilla.javascript.ContextFactory.doTopCall(Unknown Source)

    at org.mozilla.javascript.ScriptRuntime.doTopCall(Unknown Source)

    at org.mozilla.javascript.InterpretedFunction.exec(Unknown Source)

    at net.zhuoweizhang.mcpelauncher.ScriptManager.initJustLoadedScript(ScriptManager.java:237)

    at net.zhuoweizhang.mcpelauncher.ScriptManager$ParseThread.run(ScriptManager.java:163)

    at java.lang.Thread.run(Thread.java:841)

    Caused by: java.lang.ClassCastException: org.mozilla.javascript.UniqueTag cannot be cast to java.lang.Number

    at net.zhuoweizhang.mcpelauncher.ScriptManager$NativeItemApi.addShapedRecipe(ScriptManager.java:2506)

    at java.lang.reflect.Method.invokeNative(Native Method)

    at java.lang.reflect.Method.invoke(Method.java:515)

    ... 11 more

    And here is my code :)

    /*/////////////////////////////////

    //made by xXbehind_the_screenXx//

    /////////////////////////////////

    */

    /*variables*/

    var item =ModPE.setItem

    var craft =Item.addCraftRecipe

    var shaped =Item.addShapedRecipe

    var cook =Item.addFurnaceRecipe

    var player =Player.getEntity();

    var X =Player.getX();

    var Y =Player.getY();

    var Z =Player.getZ();

    /*items*/

    //Wizard

    item(500,"stick",0,"Aprentice wand");

    item(501,"fishing_rod_cast",0,"Master Wand");

    item(502,"blaze_rod",0,"Grand master Wand");

    //Thief

    item(503,"sword",2,"Dagger");

    item(504,"feather",0,"Super jump");

    //Fighter

    item(507,"sword",2,"Better iron sword");

    item(508,"sword",4,"Better diamond sword");

    //Healer

    item(509,"stick",0,"Healer wand");

    item(510,"blaze_rod",0,"Master healer Wand");

    //Craft

    item(506,"flint",0,"Sharping stone");

    item(511,"ruby",0,"Uncooked magic gem");

    item(505,"ruby",0,"Magic gem");

    /*blocks*/

    /*Recipes*/

    cook(505,0,511);

    craft(512,1,0,[318,1,0]);

    shaped(511,1,0,[

    "rgr",

    "rdr",

    "rgr"],

    ["r",331,0,"g",266,0,"d",264,0]);

    //wizard

    shaped(500,1,0,[

    " g ",

    "ggg",

    " s "],

    ["g",505,0,"s",280,0]);

    shaped(501,1,0,[

    " g ",

    "ggg",

    " a "],

    ["g",505,0,"a",500,0]);

    shaped(502,1,0,[

    " g ",

    "ggg",

    " m "],

    ["g",505,0,"m",501,0]);

    //thief

    shaped(503,1,0,[

    "SiS",

    "SgS",

    " s "],

    ["S",512,0,"i",,0,"g",505,0,"s",280,0]);

    shaped(504,1,0,[

    "fff",

    "fgf",

    "fff"],

    ["f",288,0,"g",505,0]);

    //fighter

    shaped(507,1,0,[

    "fif",

    "fif",

    " s "],

    ["f",512,0,"i",42,0,"s",280,0]);

    shaped(508,1,0,[

    "fdf",

    "fdf",

    " s "],

    ["f",512,0,"d",57,0,"s",280,0]);

    //healer

    shaped(509,1,0,[

    "ppp",

    "pgp",

    " s "],

    ["p",320,0,"g",505,0,"s",280,0]);

    shaped(510,1,0,[

    "sss",

    "sgs",

    " h "],

    ["s",364,0,"g",505,0,"h",509,0]);

    /*functionality*/

    function attackHook(a,v) {

    if(Player.getCarriedItem() == 509) {

    Entity.setHealth(v,Entity.getHealth(v)+20);

    Entity.setHealth(a,Entity.getHealth(a)+20);

    }

    }

    function attackHook(a,v) {

    if(Player.getCarriedItem() == 510) {

    Entity.setHealth(v,Entity.getHealth(v)+40);

    Entity.setHealth(a,Entity.getHealth(a)+40);

    }

    }

    function attackHook(a,v) {

    if(Player.getCarriedItem() == 503) {

    Entity.setHealth(v,Entity.getHealth(v)-99);

    }

    }

    function attackHook(a,v) {

    if(Player.getCarriedItem() == 507) {

    Entity.setHealth(v,Entity.getHealth(v)-14);

    }

    }

    function useItem(x,y,z,b,i) {

    if(i==504) {

    Entity.setPosition(player,X,Y+3,Z);

    }

    }

    Posted in: MCPE: Mod / Tool Help & Requests
  • 0

    posted a message on Are block ID extensions possible in BlockLauncher JavaScripts?

    Do you know how to do that for items?

    Posted in: MCPE: Mod / Tool Help & Requests
  • To post a comment, please .