Hi i don't know if the message comes from Waypoints or HumanNPC.
anytime the NPC pass the last waypoint i get this message in console...
"Blocked waypoint? (849.9, 0.3, 187.2) for [NPC-Name]"
I like to hide this message.. because i work on a dungeon with waypoints and humanNPC's so the console will overflow... Thanks
My HumanNPC config:
{
"HumanNPCs": [
{
"userid": 552872334,
"displayName": "Wächter",
"invulnerability": false,
"health": 150.0,
"respawn": true,
"respawnSeconds": 2700.0,
"spawnInfo": {
"position": "849.8643 0.2862553 187.2497",
"rotation": "-0.1337182 0.5664836 -0.09378079 -0.8077257"
},
"waypoint": "d01_01",
"collisionRadius": 25.0,
"spawnkit": "npc_wächter",
"damageAmount": 10.0,
"damageDistance": 20.0,
"damageInterval": 0.2,
"attackDistance": 20.0,
"maxDistance": 35.0,
"minstrel": null,
"hostile": true,
"speed": 3.0,
"stopandtalk": false,
"stopandtalkSeconds": 3.0,
"enable": true,
"lootable": true,
"hitchance": 0.4,
"reloadDuration": 0.0,
"needsAmmo": false,
"defend": true,
"message_hello": null,
"message_bye": null,
"message_use": null,
"message_hurt": null,
"message_kill": null,
"protections": {
"Generic": 0.0,
"Hunger": 0.0,
"Thirst": 0.0,
"Cold": 0.0,
"Drowned": 0.0,
"Heat": 0.0,
"Bleeding": 0.0,
"Poison": 0.0,
"Suicide": 0.0,
"Bullet": 0.0,
"Slash": 0.0,
"Blunt": 0.0,
"Fall": 0.0,
"Radiation": 0.0,
"Bite": 0.0,
"Stab": 0.0,
"Explosion": 0.0,
"RadiationExposure": 0.0,
"ColdExposure": 0.0,
"Decay": 0.0,
"ElectricShock": 0.0,
"Arrow": 0.0
}
}
]
}
My Waypoint Config:
{
"d01_01": {
"Name": "D01_01",
"Waypoints": [
{
"p": "849.8643 0.2862553 187.2497",
"s": 2.0
},
{
"p": "840.3449 0.2887618 189.9178",
"s": 2.0
},
{
"p": "849.3562 0.2915316 187.3404",
"s": 2.0
}
]
}
}
anytime the NPC pass the last waypoint i get this message in console...
"Blocked waypoint? (849.9, 0.3, 187.2) for [NPC-Name]"
I like to hide this message.. because i work on a dungeon with waypoints and humanNPC's so the console will overflow... Thanks
My HumanNPC config:
{
"HumanNPCs": [
{
"userid": 552872334,
"displayName": "Wächter",
"invulnerability": false,
"health": 150.0,
"respawn": true,
"respawnSeconds": 2700.0,
"spawnInfo": {
"position": "849.8643 0.2862553 187.2497",
"rotation": "-0.1337182 0.5664836 -0.09378079 -0.8077257"
},
"waypoint": "d01_01",
"collisionRadius": 25.0,
"spawnkit": "npc_wächter",
"damageAmount": 10.0,
"damageDistance": 20.0,
"damageInterval": 0.2,
"attackDistance": 20.0,
"maxDistance": 35.0,
"minstrel": null,
"hostile": true,
"speed": 3.0,
"stopandtalk": false,
"stopandtalkSeconds": 3.0,
"enable": true,
"lootable": true,
"hitchance": 0.4,
"reloadDuration": 0.0,
"needsAmmo": false,
"defend": true,
"message_hello": null,
"message_bye": null,
"message_use": null,
"message_hurt": null,
"message_kill": null,
"protections": {
"Generic": 0.0,
"Hunger": 0.0,
"Thirst": 0.0,
"Cold": 0.0,
"Drowned": 0.0,
"Heat": 0.0,
"Bleeding": 0.0,
"Poison": 0.0,
"Suicide": 0.0,
"Bullet": 0.0,
"Slash": 0.0,
"Blunt": 0.0,
"Fall": 0.0,
"Radiation": 0.0,
"Bite": 0.0,
"Stab": 0.0,
"Explosion": 0.0,
"RadiationExposure": 0.0,
"ColdExposure": 0.0,
"Decay": 0.0,
"ElectricShock": 0.0,
"Arrow": 0.0
}
}
]
}
My Waypoint Config:
{
"d01_01": {
"Name": "D01_01",
"Waypoints": [
{
"p": "849.8643 0.2862553 187.2497",
"s": 2.0
},
{
"p": "840.3449 0.2887618 189.9178",
"s": 2.0
},
{
"p": "849.3562 0.2915316 187.3404",
"s": 2.0
}
]
}
}