-
Posts
4,772 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by nivex
-
ok, i will just add another option to block it then Block Npc Kits Plugin ah. yes, the npcs i am using are the heavy scientists. i can try using the roam scientists instead.
-
that would be an issue from another plugin. this plugin spawns only whats configured as shown here: if (murderer && Options.NPC.MurdererDrops.Count > 0) { Options.NPC.MurdererDrops.ForEach(ti => { if (UnityEngine.Random.value <= ti.probability) { SpawnItem(ti, containers); } }); } else if (!murderer && Options.NPC.ScientistDrops.Count > 0) { Options.NPC.ScientistDrops.ForEach(ti => { if (UnityEngine.Random.value <= ti.probability) { SpawnItem(ti, containers); } }); }
-
I don't really understand the last couple sentences sorry
-
The roam range parameter is Aggression Range in the config. this range and deaggresion range increases dramatically when attacked. this allows them to exit the dome and chase the players. no problem. because it is controlled by code that I was missing. it's fixed in the next update (2.2.8) when it's released (soon) I will continue to support both versions. Though I ran into issues after submitting premium 2.2.7 and wanted to focus on fixing it before implementing those changes in the free version.
-
Changed Status from Pending to Closed Changed Fixed In to 2.2.7
-
Changed Status from Pending to Closed
-
fixed in next update thanks
-
Changed Status from Pending to Closed
-
fixed in next update thanks
-
damage and accuracy is just part of the new AI. I do not know how to change the accuracy yet. but I do know about it already guns should be given to scientists only. they will not work on the murderer, just like melee will not work on the scientist. this is intended
-
i haven't forgotten this. just extremely busy with other tickets atm
-
Changed Status from Pending to Closed
-
hi pinky. as stated in the update the NPCS are disabled until they can be reimplemented. I have scientists working, but murderers (scarecrows) are not done yet I will release the update to enable the NPCS when it is ready
-
alright ill see what i can do. thanks for reporting it
-
awesome thanks for letting me know
-
yea sorry about that guys. getting scientists with guns to work was rather easy. but getting melee to work has been very difficult...
-
are you still having this issue @Neighigh? I was not able to reproduce it
-
do you see any errors
-
the command is /rb wipe and to reset without wipe is /rb resetall forgot to put them in the documentation