Has anyone else had any problems with natural spawning NPCs on a server? I set up an npc I made on my server to spawn in every biome with 100 weighted chance and it worked the first day, but then I turned my server off and came back today and now I can't get the npcs to spawn. I have tried changing everything including the npc that spawns, the weighted chance and the biome they spawn in but they still don't spawn in and I have even changed difficulty and gamerules and deleted the spawns file in the customnpcs folder, but it still doesn't work any help?
Yah im not to sure about this xD I am having the same problem, but for me they didn't even work the first day I set that up. Until an update comes out I recommend you just strategically plant the npcs you want to look spawned lol(Set their wander to high or use the pathing tool to get as close to a replicate as you can)
Noppes, I really love your mod allthought I have two questions. First of all, is it possible to start a quest without forcing the player to speak with an NPC? Such as when you move to X cordinates a quest is started. I am currently making an adventure map using Custom NPCs where the story progresses through quests. In the first part of the map you crash land on a mountain. You have to locate your crashed balloon/ship and when you get to a specific cordinate/somewhere around the area a quest is started. If this is not allready in please add this in, it'd just be such an amazing addition.
Secondly, when forge 1.8 is out will you start working on updating this to 1.8 and possibly adding in some more features? If you are, it'd be amazing if you could consider adding this in.
EDIT: Forge 1.8 was just released!
you can use the /noppes quest command and a command block. do /testfor @a[r=10] (to check for anyone in a radius of 10 blocks), put a comparator on that command block that will activate the /noppes command.
Have luck and fun!
if the server overnight, the selected NPC to become visible
Here this will help with that problem, Grab your scripting tool, in the settings tab make sure the option Enabled is set to yes. Then go to your update tab and paste this:
Here this will help with that problem, Grab your scripting tool, in the settings tab make sure the option Enabled is set to yes. Then go to your update tab and paste this:
You may also want to ask noppes how to use the isCancelled() method (Because idk how xD) incase people memorize that npcs position and just right click the invisible npc
I think you can enchant the gun to increase its damage.
Ya, but it doesn't do high amount of damage. In mods such as Terrafirmacraft, players average around 1000hp, and mobs, the same. This and other weapon mods I have tried to use with TFC cause about 8 damage I would guess.
Also,
lets say you want to create a dungeon, with high HP bosses. But you want high tier gear not to be part of the equation if players are able to kill the boss. You can force them to obtain particular weapons, such as the ones already provided by customnpcs. But you can't tinker with their damage at the moment.
Wouldn't it be great if players had to obtain high DPS weapons to kill high HP bosses? If one is able to manually configure these items, the possibilities could be fantastic.
Ya, but it doesn't do high amount of damage. In mods such as Terrafirmacraft, players average around 1000hp, and mobs, the same. This and other weapon mods I have tried to use with TFC cause about 8 damage I would guess.
Also,
lets say you want to create a dungeon, with high HP bosses. But you want high tier gear not to be part of the equation if players are able to kill the boss. You can force them to obtain particular weapons, such as the ones already provided by customnpcs. But you can't tinker with their damage at the moment.
Wouldn't it be great if players had to obtain high DPS weapons to kill high HP bosses? If one is able to manually configure these items, the possibilities could be fantastic.
Mostly gotta wait for a Gun mod to come out... There has been a huge shortage on gun mods since 1.7... All the old modders abandoned their projects... Im going to create a Gun Gale Online Themed server if a good gun mod comes out, unfortunately the few that have come out are complete poop xD I'd honestly take the pea shooters from this mod over those hahahaha
Ya, but it doesn't do high amount of damage. In mods such as Terrafirmacraft, players average around 1000hp, and mobs, the same. This and other weapon mods I have tried to use with TFC cause about 8 damage I would guess.
Also,
lets say you want to create a dungeon, with high HP bosses. But you want high tier gear not to be part of the equation if players are able to kill the boss. You can force them to obtain particular weapons, such as the ones already provided by customnpcs. But you can't tinker with their damage at the moment.
Wouldn't it be great if players had to obtain high DPS weapons to kill high HP bosses? If one is able to manually configure these items, the possibilities could be fantastic.
I actually would like to see this. It would be fantastic to edit armor points in Armor an
When i add custom npcs i crash. LOG BELOW.
---- Minecraft Crash Report ----
// Ouch. That hurt
Time: 11/30/14 8:40 PM
Description: Initializing game
java.lang.IllegalArgumentException: ID is already registered: 3
at net.minecraft.entity.EntityList.func_75618_a(EntityList.java:93)
at cpw.mods.fml.common.registry.EntityRegistry.registerGlobalEntityID(EntityRegistry.java:199)
at enviromine.handlers.ObjectHandler.registerEntities(ObjectHandler.java:158)
at enviromine.core.EnviroMine.preInit(EnviroMine.java:75)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.entity.EntityList.func_75618_a(EntityList.java:93)
at cpw.mods.fml.common.registry.EntityRegistry.registerGlobalEntityID(EntityRegistry.java:199)
at enviromine.handlers.ObjectHandler.registerEntities(ObjectHandler.java:158)
at enviromine.core.EnviroMine.preInit(EnviroMine.java:75)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1093259744 bytes (1042 MB) / 1581252608 bytes (1508 MB) up to 5726797824 bytes (5461 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6144m -XX:MaxPermSize=256m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.85.1230 Minecraft Forge 10.13.2.1230 Optifine OptiFine_1.7.10_HD_U_A4 33 mods loaded, 33 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{7.10.85.1230} [Forge Mod Loader] (modpack.jar) Unloaded->Constructed->Pre-initialized
Forge{10.13.2.1230} [Minecraft Forge] (modpack.jar) Unloaded->Constructed->Pre-initialized
CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
<CoFH ASM>{000} [CoFH ASM Data Initialization] (minecraft.jar) Unloaded->Constructed->Pre-initialized
NotEnoughItems{1.0.3.64} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.3.64-universal.jar) Unloaded->Constructed->Pre-initialized
PlayerAPI{1.1} [Player API] (minecraft.jar) Unloaded->Constructed->Pre-initialized
RenderPlayerAPI{1.0} [Render Player API] (minecraft.jar) Unloaded->Constructed->Pre-initialized
SmartCore{1.0} [Smart Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
battlegear2{1.0.6.2} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.6.2.jar) Unloaded->Constructed->Pre-initialized
CoFHCore{1.7.10R3.0.0B6} [CoFH Core] (CoFHCore-[1.7.10]3.0.0B6-32.jar) Unloaded->Constructed->Pre-initialized
Artifice{1.7.10R1.1.4} [Artifice] (Artifice-1.7-1.1.4-300.jar) Unloaded->Constructed->Pre-initialized
ChickenChunks{1.3.4.14} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.14-universal.jar) Unloaded->Constructed->Pre-initialized
CustomSpawner{3.3.0} [DrZhark's CustomSpawner] (CustomMobSpawner 3.3.0.zip) Unloaded->Constructed->Pre-initialized
customnpcs{1.7.10b} [CustomNpcs] (CustomNPCs_1.7.10b.jar) Unloaded->Constructed->Pre-initialized
MoCreatures{6.3.0} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.3.0.zip) Unloaded->Constructed->Pre-initialized
enviromine{1.3.55} [EnviroMine] (EnviroMine-v1.3.55.jar) Unloaded->Constructed->Errored
flansmod{4.8.0} [Flan's Mod] (Flans Mod-1.7.10-4.8.0.jar) Unloaded->Constructed->Pre-initialized
inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (InventoryTweaks-1.58-147.jar) Unloaded->Constructed->Pre-initialized
journeymap{5.0.0RC2} [JourneyMap] (JourneyMap5.0.0RC2_Unlimited_MC1.7.10.jar) Unloaded->Constructed->Pre-initialized
LunatriusCore{1.1.2.14} [LunatriusCore] (LunatriusCore-1.7.10-1.1.2.14-universal.jar) Unloaded->Constructed->Pre-initialized
radixcore{1.3.4} [RadixCore] (RadixCore-1.7.10-1.3.4-universal.jar) Unloaded->Constructed->Pre-initialized
mca{4.1.5} [Minecraft Comes Alive] (MCA-1.7.10-4.1.5-universal.jar) Unloaded->Constructed->Pre-initialized
mcheli{0.10.2} [MC Helicopter] (mcheli) Unloaded->Constructed->Pre-initialized
MineMenu{1.2.0} [MineMenu] (MineMenu-1.7.10-1.2.0.B44-universal.jar) Unloaded->Constructed->Pre-initialized
MumbleLink{4.1.1-2b3035b} [MumbleLink for Forge] (MumbleLink-1.7.10-4.1.1-2b3035b.jar) Unloaded->Constructed->Pre-initialized
ExtendedPASupport{1.0.0-2b3035b} [ExtendedPASupport for MumbleLink] (MumbleLink-1.7.10-4.1.1-2b3035b.jar) Unloaded->Constructed->Pre-initialized
harvestcraft{1.7.10b} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10c.jar) Unloaded->Constructed->Pre-initialized
parachutemod{1.7.10} [Parachute Mod] (parachutemod-1.7.10-2.5.5.jar) Unloaded->Constructed->Pre-initialized
Schematica{1.7.3.99} [Schematica] (Schematica-1.7.10-1.7.3.99-universal.jar) Unloaded->Constructed->Pre-initialized
SmartMoving{15.2} [Smart Moving] (SmartMoving-1.7.10-15.2.jar) Unloaded->Constructed->Pre-initialized
SmartRender{2.0} [Smart Render] (SmartRender-1.7.10-2.0.jar) Unloaded->Constructed->Pre-initialized
Waila{1.5.5} [Waila] (Waila-1.5.5_1.7.10.jar) Unloaded->Constructed->Pre-initialized
Launched Version: 1.7.10-Forge10.13.2.1230
LWJGL: 2.9.1
OpenGL: GeForce GTX 650/PCIe/SSE2 GL version 4.4.0 NVIDIA 344.75, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
That's an odd crash because I was playing around with environmine earlier and it had no problem with Customnpcs.. Try removing environmine and putting customnpcs in and run your server, then shut it down and add environmine back in. See if it brings the same crash.
Also a shot in the dark, but im using forge 1236 whereas your using 1230, if the above doesnt fix it, try updating.
Hey Noppes xD back with another Scripting question lol. So I am using the dialog event to replicate a player pickpocketing an npc. The script works, buttt for some reason it runs its twice So you like attempt 2 pickpockets in a split second instead of 1. Anytips on how to stop that?
I think it may be related to the event being called as a player reads the dialog and then again when they close it.
Ah yes currently dialog event is called twice. You can check if its for closing with event.isClosing(). Which is kinda derpy I agree. Will be changed in the next release.
When i add custom npcs i crash. LOG BELOW.
---- Minecraft Crash Report ----
// Ouch. That hurt
Time: 11/30/14 8:40 PM
Description: Initializing game
java.lang.IllegalArgumentException: ID is already registered: 3
Looks like one of your other mods is doing something bad when adding. One way to fix this is going to the customnpcs.cfg and disabling uniqueentityids and setting a static id.
Rollback Post to RevisionRollBack
Those who want to chat or hang out, join me on discord
Want to support me? Become one of my patrons:
Hey Noppes, outta curiosity, do you ever play anyone's servers?
Nope not really. I used to play on a pixelmon/customnpc server. I havent played any minecraft for months now. Currently playing the new pokemon/super smash bros and the new dragon age so besides playing those and updating mods I have no time to play minecraft anyway
Rollback Post to RevisionRollBack
Those who want to chat or hang out, join me on discord
Want to support me? Become one of my patrons:
Yah im not to sure about this xD I am having the same problem, but for me they didn't even work the first day I set that up. Until an update comes out I recommend you just strategically plant the npcs you want to look spawned lol(Set their wander to high or use the pathing tool to get as close to a replicate as you can)
sometimes i lilke pitch controls in customnpcs
xD
[10:47:46 WARN]: Entity bounding box: null
[10:47:46 WARN]: Entity: EntityCustomNpc['Гладиатор арены'/178, l='world', x=23.50, y=-291876.19, z=-15.01]
[10:47:46 WARN]: Entity NBT: {DisablePitch:0b,DropChances:[0:0.085f,1:0.085f,2:0.085f,3:0.085f,4:0.085f,],MovingPathNew:[],MoveState:0,ScriptsContainers:[],CustomName:"",UsingSkinUrl:0b,NpcKilledLines:{Lines:[],},maxDelay:40,AttackStrenght:5,GlowTexture:"",Texture:"minecraft:textures/entity/enderdragon/dragon.png",Bukkit.updateLevel:2,KnockBack:0,ReactsToFire:0b,pSpin:0b,Fire:-1s,PotionAmp:0,pStick:0b,NoFallDamage:0b,RangeAndMelee:0,pImpact:0,NpcLines:{Lines:[],},Invulnerable:0b,ModRev:15,DeathTime:8975s,FactionID:0,DropChance:[],BurstCount:1,NpcInv:[],NpcJob:0,Equipment:[0:{},1:{},2:{},3:{},4:{},],StandingState:0,OnGround:0b,HurtTime:0s,FireRate:5,pRender3D:0b,TransformHasAdvanced:0b,WorldUUIDLeast:-8045631152220757640L,Air:300s,ImmuneToFire:0b,CanPickUpLoot:0b,PortalCooldown:0,CanLeap:0b,AvoidsSun:0b,Rotation:[0:188.08653f,1:0.0f,],ShotCount:1,pDamage:4,Spigot.ticksLived:2587950,NpcInteractLines:{Lines:[0:{Song:"",Slot:0,Line:"Hello @p",},],},UUIDLeast:4038133727478549965L,TransformHasDisplay:0b,MovingPos:0,CloakTexture:"",BurnInSun:0b,NpcIdleSound:"",MaxExp:0,TransformHasAI:0b,NpcStepSound:"",TransformHasInv:0b,CustomNameVisible:0b,FactionPoints:{DecreaseFaction1Points:0b,DecreaseFaction2Points:0b,OptionFactions1:-1,OptionFactions2:-1,OptionFaction2Points:100,OptionFaction1Points:100,},ScriptLanguage:"ECMAScript",Resistances:{Melee:1.0f,Arrow:1.0f,Knockback:1.0f,},pEffAmp:0,MinExp:0,CanSprint:0b,pXlr8:0b,ReturnToStart:1b,ScriptEnabled:0b,Orientation:0,AbsorptionAmount:0.0f,RespawnTime:20,WalkingRange:5,AvoidsWater:0b,NpcHurtSound:"minecraft:game.player.hurt",Title:"",MaxFiringRange:15,MoveSpeed:6,pSpeed:10,Role:0,NpcAttackLines:{Lines:[],},WorldUUIDMost:-3785724855273438819L,MovingPatern:0,pSize:5,DistanceToMelee:4,Attributes:[0:{Name:"generic.maxHealth",Base:20.0d,},1:{Name:"generic.knockbackResistance",Base:0.0d,},2:{Name:"generic.movementSpeed",Base:0.30000001192092896d,},3:{Name:"generic.followRange",Base:32.0d,},4:{Name:"generic.attackDamage",Base:5.0d,},],HealthRegen:1,pEffect:0,CanDrown:1b,PotionEffect:0,PotionDuration:5,HealF:0.0f,NpcModelData:{LegParts:{Type:0b,PlayerTexture:1b,Color:16777215,},EntityClass:"net.minecraft.entity.boss.EntityDragon",Parts:[],BodyConfig:{ScaleZ:1.0f,TransY:0.0f,TransX:0.0f,ScaleX:1.0f,TransZ:0.0f,ScaleY:1.0f,},HeadConfig:{ScaleZ:1.0f,TransY:0.0f,TransX:0.0f,ScaleX:1.0f,TransZ:0.0f,ScaleY:1.0f,},ArmsConfig:{ScaleZ:1.0f,TransY:0.0f,TransX:0.0f,ScaleX:1.0f,TransZ:0.0f,ScaleY:1.0f,},Breasts:0b,LegsConfig:{ScaleZ:1.0f,TransY:0.0f,TransX:0.0f,ScaleX:1.0f,TransZ:0.0f,ScaleY:1.0f,},ExtraData:{},Headwear:2b,},FindShelter:2,DefendFaction:0b,DirectLOS:1b,AttackTime:0s,IgnoreCobweb:0b,NpcDeathSound:"minecraft:game.player.hurt",Size:5,AggroRange:16,ForgeData:{},CreatureType:0,FiringSound:"random.bow",StartPosNew:[23,70,-16,],UUIDMost:5275824435005744976L,CombatRegen:0,MovingPause:1b,pArea:0,CanSwim:1b,MovingState:0,HideBodyWhenKilled:0b,TransformHasStats:0b,TacticalVariant:0,MaxHealth:20,PersistenceRequired:0b,minDelay:20,TransformHasJob:0b,DoorInteract:2,TransformEditingModus:0b,TransformHasRole:0b,pPhysics:1b,BossBar:0b,Motion:[0:0.0d,1:-3.9200038147008747d,2:0.0d,],TransformIsActive:0b,CanDespawn:0b,Accuracy:60,Health:0s,SkinUsername:"",NPCDialogOptions:[],SpawnCycle:0,PositionOffsetY:5.0f,KilledTime:1417340886116L,PositionOffsetX:5.0f,PositionOffsetZ:5.0f,NoLivingAnimation:0b,pTrail:0,pGlows:0b,NpcVisible:0,pDur:5,OnAttack:0,AttackSpeed:20,Dimension:0,AttackOtherFactions:0b,Name:"Гладиатор арены",Pos:[0:23.5d,1:-291876.1929361271d,2:-15.012279178670756d,],Weapons:[],Armor:[],Leashed:0b,NpcAngrySound:"",TacticalRadius:8,FallDistance:291876.78f,AttackRange:2,FireIndirect:0,ShowName:0,pExplode:0b,}
[10:47:46 WARN]: Entity being removed for bounding box restrictions
[10:47:46 WARN]: BB Size: 3,757 > 1,000 avg edge: 14.64
[10:47:46 WARN]: Motion: (0, -3.92, 0)
[10:47:46 WARN]: Calculated bounding box: box[15.5, -291884.03294375644, -23.012279178670756 -> 31.5, -291872.1129399418, -7.012279178670756]
[10:47:46 WARN]: Entity bounding box: null
[10:47:46 WARN]: Entity: EntityCustomNpc['Гладиатор арены'/178, l='world', x=23.50, y=-291880.11, z=-15.01]
[10:47:46 WARN]: Entity NBT: {DisablePitch:0b,DropChances:[0:0.085f,1:0.085f,2:0.085f,3:0.085f,4:0.085f,],MovingPathNew:[],MoveState:0,ScriptsContainers:[],CustomName:"",UsingSkinUrl:0b,NpcKilledLines:{Lines:[],},maxDelay:40,AttackStrenght:5,GlowTexture:"",Texture:"minecraft:textures/entity/enderdragon/dragon.png",Bukkit.updateLevel:2,KnockBack:0,ReactsToFire:0b,pSpin:0b,Fire:-1s,PotionAmp:0,pStick:0b,NoFallDamage:0b,RangeAndMelee:0,pImpact:0,NpcLines:{Lines:[],},Invulnerable:0b,ModRev:15,DeathTime:8976s,FactionID:0,DropChance:[],BurstCount:1,NpcInv:[],NpcJob:0,Equipment:[0:{},1:{},2:{},3:{},4:{},],StandingState:0,OnGround:0b,HurtTime:0s,FireRate:5,pRender3D:0b,TransformHasAdvanced:0b,WorldUUIDLeast:-8045631152220757640L,Air:300s,ImmuneToFire:0b,CanPickUpLoot:0b,PortalCooldown:0,CanLeap:0b,AvoidsSun:0b,Rotation:[0:188.08653f,1:0.0f,],ShotCount:1,pDamage:4,Spigot.ticksLived:2587951,NpcInteractLines:{Lines:[0:{Song:"",Slot:0,Line:"Hello @p",},],},UUIDLeast:4038133727478549965L,TransformHasDisplay:0b,MovingPos:0,CloakTexture:"",BurnInSun:0b,NpcIdleSound:"",MaxExp:0,TransformHasAI:0b,NpcStepSound:"",TransformHasInv:0b,CustomNameVisible:0b,FactionPoints:{DecreaseFaction1Points:0b,DecreaseFaction2Points:0b,OptionFactions1:-1,OptionFactions2:-1,OptionFaction2Points:100,OptionFaction1Points:100,},ScriptLanguage:"ECMAScript",Resistances:{Melee:1.0f,Arrow:1.0f,Knockback:1.0f,},pEffAmp:0,MinExp:0,CanSprint:0b,pXlr8:0b,ReturnToStart:1b,ScriptEnabled:0b,Orientation:0,AbsorptionAmount:0.0f,RespawnTime:20,WalkingRange:5,AvoidsWater:0b,NpcHurtSound:"minecraft:game.player.hurt",Title:"",MaxFiringRange:15,MoveSpeed:6,pSpeed:10,Role:0,NpcAttackLines:{Lines:[],},WorldUUIDMost:-3785724855273438819L,MovingPatern:0,pSize:5,DistanceToMelee:4,Attributes:[0:{Name:"generic.maxHealth",Base:20.0d,},1:{Name:"generic.knockbackResistance",Base:0.0d,},2:{Name:"generic.movementSpeed",Base:0.30000001192092896d,},3:{Name:"generic.followRange",Base:32.0d,},4:{Name:"generic.attackDamage",Base:5.0d,},],HealthRegen:1,pEffect:0,CanDrown:1b,PotionEffect:0,PotionDuration:5,HealF:0.0f,NpcModelData:{LegParts:{Type:0b,PlayerTexture:1b,Color:16777215,},EntityClass:"net.minecraft.entity.boss.EntityDragon",Parts:[],BodyConfig:{ScaleZ:1.0f,TransY:0.0f,TransX:0.0f,ScaleX:1.0f,TransZ:0.0f,ScaleY:1.0f,},HeadConfig:{ScaleZ:1.0f,TransY:0.0f,TransX:0.0f,ScaleX:1.0f,TransZ:0.0f,ScaleY:1.0f,},ArmsConfig:{ScaleZ:1.0f,TransY:0.0f,TransX:0.0f,ScaleX:1.0f,TransZ:0.0f,ScaleY:1.0f,},Breasts:0b,LegsConfig:{ScaleZ:1.0f,TransY:0.0f,TransX:0.0f,ScaleX:1.0f,TransZ:0.0f,ScaleY:1.0f,},ExtraData:{},Headwear:2b,},FindShelter:2,DefendFaction:0b,DirectLOS:1b,AttackTime:0s,IgnoreCobweb:0b,NpcDeathSound:"minecraft:game.player.hurt",Size:5,AggroRange:16,ForgeData:{},CreatureType:0,FiringSound:"random.bow",StartPosNew:[23,70,-16,],UUIDMost:5275824435005744976L,CombatRegen:0,MovingPause:1b,pArea:0,CanSwim:1b,MovingState:0,HideBodyWhenKilled:0b,TransformHasStats:0b,TacticalVariant:0,MaxHealth:20,PersistenceRequired:0b,minDelay:20,TransformHasJob:0b,DoorInteract:2,TransformEditingModus:0b,TransformHasRole:0b,pPhysics:1b,BossBar:0b,Motion:[0:0.0d,1:-3.9200038147008747d,2:0.0d,],TransformIsActive:0b,CanDespawn:0b,Accuracy:60,Health:0s,SkinUsername:"",NPCDialogOptions:[],SpawnCycle:0,PositionOffsetY:5.0f,KilledTime:1417340886165L,PositionOffsetX:5.0f,PositionOffsetZ:5.0f,NoLivingAnimation:0b,pTrail:0,pGlows:0b,NpcVisible:0,pDur:5,OnAttack:0,AttackSpeed:20,Dimension:0,AttackOtherFactions:0b,Name:"Гладиатор арены",Pos:[0:23.5d,1:-291880.11293994176d,2:-15.012279178670756d,],Weapons:[],Armor:[],Leashed:0b,NpcAngrySound:"",TacticalRadius:8,FallDistance:291880.7f,AttackRange:2,FireIndirect:0,ShowName:0,pExplode:0b,}
>
you can use the /noppes quest command and a command block. do /testfor @a[r=10] (to check for anyone in a radius of 10 blocks), put a comparator on that command block that will activate the /noppes command.
Have luck and fun!
if the server overnight, the selected NPC to become visible
Example of why I ask, is that I play with terrafirmacraft, and players and mobs have over 1000 hp.
It looks like its not currently possible, and I would like to suggest it.
I think you can enchant the gun to increase its damage.
Here this will help with that problem, Grab your scripting tool, in the settings tab make sure the option Enabled is set to yes. Then go to your update tab and paste this:
if(!world.isDay()){
npc.setVisibleType(0)
}
else{
npc.setVisibleType(1)
}
You may also want to ask noppes how to use the isCancelled() method (Because idk how xD) incase people memorize that npcs position and just right click the invisible npc
Ya, but it doesn't do high amount of damage. In mods such as Terrafirmacraft, players average around 1000hp, and mobs, the same. This and other weapon mods I have tried to use with TFC cause about 8 damage I would guess.
Also,
lets say you want to create a dungeon, with high HP bosses. But you want high tier gear not to be part of the equation if players are able to kill the boss. You can force them to obtain particular weapons, such as the ones already provided by customnpcs. But you can't tinker with their damage at the moment.
Wouldn't it be great if players had to obtain high DPS weapons to kill high HP bosses? If one is able to manually configure these items, the possibilities could be fantastic.
Mostly gotta wait for a Gun mod to come out... There has been a huge shortage on gun mods since 1.7... All the old modders abandoned their projects... Im going to create a Gun Gale Online Themed server if a good gun mod comes out, unfortunately the few that have come out are complete poop xD I'd honestly take the pea shooters from this mod over those hahahaha
I actually would like to see this. It would be fantastic to edit armor points in Armor an
---- Minecraft Crash Report ----
// Ouch. That hurt
Time: 11/30/14 8:40 PM
Description: Initializing game
java.lang.IllegalArgumentException: ID is already registered: 3
at net.minecraft.entity.EntityList.func_75618_a(EntityList.java:93)
at cpw.mods.fml.common.registry.EntityRegistry.registerGlobalEntityID(EntityRegistry.java:199)
at enviromine.handlers.ObjectHandler.registerEntities(ObjectHandler.java:158)
at enviromine.core.EnviroMine.preInit(EnviroMine.java:75)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.entity.EntityList.func_75618_a(EntityList.java:93)
at cpw.mods.fml.common.registry.EntityRegistry.registerGlobalEntityID(EntityRegistry.java:199)
at enviromine.handlers.ObjectHandler.registerEntities(ObjectHandler.java:158)
at enviromine.core.EnviroMine.preInit(EnviroMine.java:75)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1093259744 bytes (1042 MB) / 1581252608 bytes (1508 MB) up to 5726797824 bytes (5461 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6144m -XX:MaxPermSize=256m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.85.1230 Minecraft Forge 10.13.2.1230 Optifine OptiFine_1.7.10_HD_U_A4 33 mods loaded, 33 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{7.10.85.1230} [Forge Mod Loader] (modpack.jar) Unloaded->Constructed->Pre-initialized
Forge{10.13.2.1230} [Minecraft Forge] (modpack.jar) Unloaded->Constructed->Pre-initialized
CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
<CoFH ASM>{000} [CoFH ASM Data Initialization] (minecraft.jar) Unloaded->Constructed->Pre-initialized
NotEnoughItems{1.0.3.64} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.3.64-universal.jar) Unloaded->Constructed->Pre-initialized
PlayerAPI{1.1} [Player API] (minecraft.jar) Unloaded->Constructed->Pre-initialized
RenderPlayerAPI{1.0} [Render Player API] (minecraft.jar) Unloaded->Constructed->Pre-initialized
SmartCore{1.0} [Smart Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
battlegear2{1.0.6.2} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.6.2.jar) Unloaded->Constructed->Pre-initialized
CoFHCore{1.7.10R3.0.0B6} [CoFH Core] (CoFHCore-[1.7.10]3.0.0B6-32.jar) Unloaded->Constructed->Pre-initialized
Artifice{1.7.10R1.1.4} [Artifice] (Artifice-1.7-1.1.4-300.jar) Unloaded->Constructed->Pre-initialized
ChickenChunks{1.3.4.14} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.14-universal.jar) Unloaded->Constructed->Pre-initialized
CustomSpawner{3.3.0} [DrZhark's CustomSpawner] (CustomMobSpawner 3.3.0.zip) Unloaded->Constructed->Pre-initialized
customnpcs{1.7.10b} [CustomNpcs] (CustomNPCs_1.7.10b.jar) Unloaded->Constructed->Pre-initialized
MoCreatures{6.3.0} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.3.0.zip) Unloaded->Constructed->Pre-initialized
enviromine{1.3.55} [EnviroMine] (EnviroMine-v1.3.55.jar) Unloaded->Constructed->Errored
flansmod{4.8.0} [Flan's Mod] (Flans Mod-1.7.10-4.8.0.jar) Unloaded->Constructed->Pre-initialized
inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (InventoryTweaks-1.58-147.jar) Unloaded->Constructed->Pre-initialized
journeymap{5.0.0RC2} [JourneyMap] (JourneyMap5.0.0RC2_Unlimited_MC1.7.10.jar) Unloaded->Constructed->Pre-initialized
LunatriusCore{1.1.2.14} [LunatriusCore] (LunatriusCore-1.7.10-1.1.2.14-universal.jar) Unloaded->Constructed->Pre-initialized
radixcore{1.3.4} [RadixCore] (RadixCore-1.7.10-1.3.4-universal.jar) Unloaded->Constructed->Pre-initialized
mca{4.1.5} [Minecraft Comes Alive] (MCA-1.7.10-4.1.5-universal.jar) Unloaded->Constructed->Pre-initialized
mcheli{0.10.2} [MC Helicopter] (mcheli) Unloaded->Constructed->Pre-initialized
MineMenu{1.2.0} [MineMenu] (MineMenu-1.7.10-1.2.0.B44-universal.jar) Unloaded->Constructed->Pre-initialized
MumbleLink{4.1.1-2b3035b} [MumbleLink for Forge] (MumbleLink-1.7.10-4.1.1-2b3035b.jar) Unloaded->Constructed->Pre-initialized
ExtendedPASupport{1.0.0-2b3035b} [ExtendedPASupport for MumbleLink] (MumbleLink-1.7.10-4.1.1-2b3035b.jar) Unloaded->Constructed->Pre-initialized
harvestcraft{1.7.10b} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10c.jar) Unloaded->Constructed->Pre-initialized
parachutemod{1.7.10} [Parachute Mod] (parachutemod-1.7.10-2.5.5.jar) Unloaded->Constructed->Pre-initialized
Schematica{1.7.3.99} [Schematica] (Schematica-1.7.10-1.7.3.99-universal.jar) Unloaded->Constructed->Pre-initialized
SmartMoving{15.2} [Smart Moving] (SmartMoving-1.7.10-15.2.jar) Unloaded->Constructed->Pre-initialized
SmartRender{2.0} [Smart Render] (SmartRender-1.7.10-2.0.jar) Unloaded->Constructed->Pre-initialized
Waila{1.5.5} [Waila] (Waila-1.5.5_1.7.10.jar) Unloaded->Constructed->Pre-initialized
Launched Version: 1.7.10-Forge10.13.2.1230
LWJGL: 2.9.1
OpenGL: GeForce GTX 650/PCIe/SSE2 GL version 4.4.0 NVIDIA 344.75, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
That's an odd crash because I was playing around with environmine earlier and it had no problem with Customnpcs.. Try removing environmine and putting customnpcs in and run your server, then shut it down and add environmine back in. See if it brings the same crash.
Also a shot in the dark, but im using forge 1236 whereas your using 1230, if the above doesnt fix it, try updating.
Ah yes currently dialog event is called twice. You can check if its for closing with event.isClosing(). Which is kinda derpy I agree. Will be changed in the next release.
Looks like one of your other mods is doing something bad when adding. One way to fix this is going to the customnpcs.cfg and disabling uniqueentityids and setting a static id.
Want to support me? Become one of my patrons:
Nope not really. I used to play on a pixelmon/customnpc server. I havent played any minecraft for months now. Currently playing the new pokemon/super smash bros and the new dragon age so besides playing those and updating mods I have no time to play minecraft anyway
Want to support me? Become one of my patrons:
If you ever wanna play a few rounds of smash lmk!
If you know any good servers I wouldnt mind testing ofc ^^. Oh and smash for the wii u not 3ds
Want to support me? Become one of my patrons: