• 0

    posted a message on Custom NPCs
    Is 1.7.2 Mods compatible with 1.7.10? because the 'new features' always means cool stuff, but i have other mods on my map as well...:S
    Posted in: Minecraft Mods
  • 0

    posted a message on Custom NPCs
    Some Custom NPC's under certain conditions,after you've attacked them, they just stand there, until you literally press into them, then they start attacking you. I had to modify the melee range or something like that.
    Posted in: Minecraft Mods
  • 0

    posted a message on Custom NPCs
    Quote from Noppes

    Next update also has a clearTarget function for entities to make them stop attacking.

    Dont think Ill make a border block group. I could easily make it automatically copy the settings from an adjacent block when you place it though.

    That would be great. Would be interesting and much much more easier.
    Posted in: Minecraft Mods
  • 0

    posted a message on Custom NPCs
    Quote from Noppes

    Currently no. Next update has a addPotionEffect function ^^. Any more scripting feature request youd like?


    :OO Potion Effects AND Display Names! Now I can't wait... ^.^. Hmm...a way to stop an NPC from attacking? Or can you do that with setCancelled? Because I have an NPC right now(That i had to delete) because I wanted him to attack someone after a certain dialog, and he just kept on aggroing on everybody even after he respawned. This isn't really a scripting suggestion, but maybe be able to set a line or shape whatever of Border Blocks with the same settings, like a Border Block group? That way it is easier to set borders...
    Anyhow, nothing other then these right off the bat. I'll try to create some as I work on my map.
    Posted in: Minecraft Mods
  • 0

    posted a message on Custom NPCs
    Quote from Noppes

    In the next update you'll be able to ask the display name from the item, so currently no, in the next update yes


    Hmm Im not too sure. What plugin/mod do you use for the lore text?

    Ok. I shall wait patiently while working on my map. Well then is it possible to give effects to npc's then?
    Posted in: Minecraft Mods
  • 0

    posted a message on Custom NPCs
    Quote from Noppes

    if(event.source != null && event.source.type == EntityType.PLAYER){
    var item = event.source.heldItem;
    if(item != null && item.name == "minecraft:sand")
    event.damage = 9000;
    else
    event.damage = 0;
    }

    Something like that in the damaged script should make him extra vulnerable to sand. getHeldItem shouldnt require any arguments.

    Currently Im actually in the process of setting up a server. Which Im planning to use for script examples.


    You cant. Youll have to use the NpcDragon


    Thanks so much! That worked really well :) . So...Is that possible with like a renamed item or block? Maybe using NBT Tags or something? Because maybe I want a certain axe that will deal more damage, but not the other ones.
    Keep up the good work, looking forward to that server ;)
    Posted in: Minecraft Mods
  • 0

    posted a message on Custom NPCs
    Hello Noppes! I have a question concerning Scripting, since there isnt many tutorials out there other then your video. I want to make an NPC that will take more damage or/and take special effects by a certain weapon(And even better, a weapon name as well) using scripting. So far I couldn't use player.getHeldItem() and getName() because DAMAGED tab would not accept player events, so I used noppes.npcs.scripted.ScriptPlayer.getHeldItem(), and it *almost works*, but returns that it requires 1 args, and that I put 0. According to your API, this should require 0...help?
    Posted in: Minecraft Mods
  • 0

    posted a message on [WIP] 1.8 PacifiCraft: The Pacific Rim Mod
    :o Oh no, somebody check for an apocalypse. With the Jaeger factories delayed, the kaijus are already destroying the world D:
    Posted in: WIP Mods
  • 0

    posted a message on [Forge][1.6.4] League of Crafters!
    Quote from Pianissimo

    That wouldn't break any copyright laws, would it? Mojang did get sued for its end users making minecraft golf and naming it putt-putt (TM TM TM SRSLY GUYS TM TRADEMARK!!!!!!11!1!!!!1!!)


    Not really. Has mojang been sued for players making League mods, Ars Magicka, Transformers and everything else? No. So this would be a safe bet, and most company's I doubt would care very much. It kind of advertises their game as well if Minecraft players find it interesting. Im thinking this mod is dead by now? There hasn't been an update by the author for ages.
    Posted in: WIP Mods
  • 1

    posted a message on [WIP] 1.8 PacifiCraft: The Pacific Rim Mod
    Quote from JadeCreeper

    I wanted to add those jaegers too, but like CDRRAGE said they don't have picture. Brawler Yukon has a picture but it doesn't show him very clearly

    Ok. :P Welp cant wait until this comes out :D Along with pacific rim 2.
    Posted in: WIP Mods
  • 1

    posted a message on [WIP] 1.8 PacifiCraft: The Pacific Rim Mod
    Quote from JadeCreeper

    All jaegers will be in the mod, in the first release there will only be Gypsy Danger, in the second there will be Cherno Alpha, Crimson Typhoon and Tacit Ronin. After that, we will start working on the final 4 other Jaegers


    Ok that would be cool. There are other jaegars tho according to the wiki there are tons.
    Posted in: WIP Mods
  • 0

    posted a message on [WIP] 1.8 PacifiCraft: The Pacific Rim Mod
    On the website that there willbe 4 jaegars, tacit ronin, cherno alpha, crimson typhoon and gipsy danger. What about Striker Eureka.....and also Coyote Tango?
    Posted in: WIP Mods
  • 0

    posted a message on Help Us Test the New, Improved Minecraft Forum!
    Can the posts we've made in this forum be brung over to the other forum so that we automatically unlock titles based on that as well? :P Unless posting posts is not a way to unlock titles anymore...
    Posted in: Minecraft News
  • 0

    posted a message on Thaumcraft 6.1.BETA26 [no longer being developed]
    Good Job! :D
    Posted in: Minecraft Mods
  • 0

    posted a message on [Forge][1.6.4] League of Crafters!
    Quote from Pianissimo

    Hmm.

    Heroes of the Storm, anyone?



    Anyone?

    I wish...
    Posted in: WIP Mods
  • To post a comment, please .