Join my discord for the latest information: https://discord.gg/9xZuaA4
If you dont want to loose items or blocks in 1.7, make sure to open your worlds with the latest 1.6.4 atleast once.
Want to show your support? Buy me a drink
Latest update video
Always backup your world before updating.
Read the Todo List before making suggestions
Read the Frequently Asked Questions and Starting Information before asking questions
Downloads
Custom NPCs Download alternative
- Requires Forge, download here
German download: here
External Dialog Editor
- 1.7.10b and lower: download (last updated 19-jun-2014)
- 1.7.10c and higher: download (last updated 24-aug-2015)
- source code
Information
This mod adds a set of tools to create npcs with different roles/jobs and other functions. It gives Creative Players a way to liven up their world with fully Customizable NPCs.
- Starting info
- Installation Guide
- Content Packs
- Frequently Asked Questions
- Todo and current plans
- Changelog
- Items
- Dialog Setup
- Factions Setup
- Roles
- Jobs
- Fan Made Machinima
- Adventure Maps
- Bug/Issue Tracker
Main developer: Noppes Co developer:
- DarkSignal, check out his Newgrounds Page
Ex developer
Notes
- Licensed under the Creative Commons BY-NC
- If you want to use it for a modpack, include a link to this thread
- If you want to use this mod for an adventure map go ahead. No need to ask for permission
- People who do youtube videos on this mod, feel free to post them here
Resource Packs
- Dokucraft 32x32 resource pack Download by sm284614
- BDCraft/Sphanx
- Oblisgr HD Skins
Permissions
If you are using mcpc+ there are multiple permissions you can use
customnpcs.npc.gui customnpcs.npc.create customnpcs.npc.edit customnpcs.npc.delete customnpcs.npc.reset customnpcs.npc.freeze customnpcs.npc.ai customnpcs.npc.stats customnpcs.npc.display customnpcs.npc.inventory customnpcs.npc.advanced customnpcs.spawner.mob customnpcs.spawner.create customnpcs.global.playerdata customnpcs.global.bank customnpcs.global.dialog customnpcs.global.transport customnpcs.global.faction customnpcs.global.quest customnpcs.global.recipe customnpcs.global.naturalspawn customnpcs.mounter customnpcs.pather customnpcs.villager
by default players will have none of these permissions unless they are opped
Video
Tutorial/Show Off by SCMowns
Credits
Without these guys this mod wouldnt have been possible, they are awesome. Thanks for all your support.
- For skins:xSparky, willxo, DrakonsLTU, arugaicastle, Kasumi10102, meecube, DiggyDiggyHole1223, Jimorrison, MrTylon, DrakonsLTU, GingerNinjaSam, C0NV3X, fatacemcafee, MineWarCrafter, Eliwood407, NethanielShade, Tcc, MineWarCrafter, rhaidenp, Zach8460, araelb123, Gurinderm101, gui_maldito, Fox0427
- For items: Torzel, C0NV3X, Eliwood407, Scorpinax, llama66613, meecube, lazeckvar, werff, DiggyDiggyHole, Moety5, adscomics, tobbiusness
- For blocks: Redmann, tobbiusness, MineWarCrafter, owned645
- Making/Imporving models: Verdana, CarbonLord, DjGyarados, Jimorrison, Solidfire
- For banners: KingMiner, Bosch, Darkcrafter31, MrTylon, aditya25
- For extensive testing and being awesome on the forums: Darkcrafter31, MrTylon, Mr. Rinkachi, Kasumi10102, Archadeas, belldyl, Collserra, Taj, willxo, CarbonLord, C0NV3X, Eliwood407, Mikieee, tobbiusness, Charanor
- For translations: CZ:fritol33, DE:Waringham, Datixum, PL:Patrykgazing, RU:Overbolt, BR:Teraxo, ID:aditya25, KR:Cuz, FR:DjefNukem, AR:matias491, CN:miguo
- Special Thanks to: Verdana for letting me use the pony model, KodaichiZero for letting me use his grooving animation, TheKyleb for letting me use his music.
Banners
<a href="http://www.minecraftforum.net/topic/833003-"><img src='http://i.imgur.com/m6yxj.png' /></a>
<a href="http://www.minecraftforum.net/topic/833003-"><img src='http://i.imgur.com/MZMYs.png' /></a>
<a href="http://www.minecraftforum.net/topic/833003-"><img src='http://img560.imageshack.us/img560/7007/customnpcbanner3.png' /></a>
<a href="http://www.minecraftforum.net/topic/833003-"><img src='http://i.imgur.com/42bg6.gif' /></a>
~
1
If your on ver 1.12 you could do this with scripting
Create a new Faction - with the color white for the name tag
Ahh...yeah...not sure where you got the dialog.dat but the dialogs are stored .json files
1
yes - in scripting you could use tempdata (which is cleared after a restart) to store arrays, or you can turn them into text strings and store them in storeddata
1
AI -> MOVEMENT -> WALKSPEED = 0
1
once again I see the word Nvida - either rollback drivers or consult this
http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1278956-custom-npcs?comment=24801
1
using the noppes clone command here http://www.kodevelopment.nl/minecraft/customnpcs/commands
or
scripting
3
No, that's really an original question. I think you could run a scripted block from a command block and change the position of the npc and reset him also with the same - or different - scripted block
1
Look under the tab stats ranged button - shift click will make a npc follower sit
2
Its funny it was just a weak ago and someone asked the same question (I hope) nvidia problem
Look here
http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1278956-custom-npcs?comment=24824
1
there is a command to suppress that -> gamerule commandblockoutput false (I think)
If a certain mob (type,faction etc) was within range of a a healer(beacon) NPC then you could have a sound play
getsurroundingentities
npc.world.explode(npc.getBlockX(),npc.getBlockY(),npc.getBlockZ(),4,false,false);
getX() should work too
no
saw some redstone genius do something with detecting where something lands with command blocks
programming logic
you would think so... don't see it in 1.7 later versions have a setwalkingspeed.. hmm in 1.8 you could hack int with entitydata
1
version?