-
Posts
1,481 -
Joined
-
Last visited
-
Days Won
43
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Krungh Crow
-
- 222 comments
-
- 5
-
-
-
- #bradley
- #krunghcrow
- (and 4 more)
-
i have been checking the easyest way to grant a loottable for each tier. Most optimal is to remove all crates when spawned in radius of the bradley then spawn new ones by the plugin so it is linked to the Tier. Otherwise it would be a Global lootprofile to use in all spawned 'bradley_crate' Ill have a puzzle...
- 222 comments
-
- 2
-
-
-
- #bradley
- #krunghcrow
- (and 4 more)
-
- 222 comments
-
- 2
-
-
-
- #bradley
- #krunghcrow
- (and 4 more)
-
Changed Status from Not a Bug to Closed
-
Changed Status from Not a Bug to Closed
-
Changed Status from Not a Bug to Closed
-
so far i am adding A behaviour to simulate accuracy per Tier (succesfull tests) Damage scale per Tier (succesfull tests) more debugs eco and SR rewards wont be hard to code so that is in the works too Loottable per tier will allso be added eventualy Maybe call for extra npc when bradleyguards are triggered ? some side events during the attack some npc to spawn using BradleyGuards? Gibs and toohot can be added too
- 222 comments
-
- 5
-
-
-
- #bradley
- #krunghcrow
- (and 4 more)
-
- 222 comments
-
- 1
-
-
- #bradley
- #krunghcrow
- (and 4 more)
-
- 222 comments
-
- #bradley
- #krunghcrow
- (and 4 more)
-
- 222 comments
-
- #bradley
- #krunghcrow
- (and 4 more)
-
- 222 comments
-
- 1
-
-
- #bradley
- #krunghcrow
- (and 4 more)
-
- 238 comments
-
- 18 comments
-
- #fun
- #krunghcrow
-
(and 7 more)
Tagged with:
-
- 18 comments
-
- 2
-
-
- #fun
- #krunghcrow
-
(and 7 more)
Tagged with:
-
thats the native rust AI. To add a whole MonoBehaviour for the animals To BackToTheWild is a bit mutch
-
Changed Status from Work in Progress to Closed Changed Fixed In to 1.0.7
-
Same issue, not compatible with alpha loot
Krungh Crow replied to Perilous_Outlaw's Support Request in Support
Changed Status from Pending to Closed -
Changed Status from Pending to Closed
-
Changed Status from Pending to Closed
-
Changed Status from Not a Bug to Closed
-
Changed Status from Pending to Closed
-
Best to ask for a support ticket on alphaloot and ask for a true false setting on for example (Change Bradley apc crate spawn amount) or whatever he might find suitable. This should be a simple patch on his end Temp fix can be this (Alphaloot 3.1.7) private void OnEntitySpawned(BradleyAPC bradleyApc) { if (bradleyApc != null) bradleyApc.maxCratesToSpawn = configData.BradleyCrates; } blank it out using /* and */ (around line 76 in the plugin) /* private void OnEntitySpawned(BradleyAPC bradleyApc) { if (bradleyApc != null) bradleyApc.maxCratesToSpawn = configData.BradleyCrates; } */
-
bradley._maxHealth bradley.health Inside the MonumentBradley plugin search for the lines containing this and change it with // so the line is not used //bradley._maxHealth //bradley.health and maybe ask for a support request on his plugin to be able to disable or enable crate spawns and HP
