-
Posts
312 -
Joined
-
Last visited
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by VENIQQ
-
@ninco90FYI - your fix doesn't work, I was still able to craft more items with click spamming. See video proof attached. It should allow to craft 6 items with given resources - I was able to craft 16. Please check the solution option I've shared earlier in dm. Thanks
-
There is a bug that if you have enough resources for more than 1 item - then clicking Quickly on the button it crafts more items in total than you have resources. E.g. if I have an item like "Potato sack" that requires 300 potatoes, and then I have 900 potatoes in the inventory - By clicking fast on the button - I can create 12 potato sacks (instead of 3). Can we add some delay for the crafting? So that items are consumed from inventory fast enough. Thanks
-
Plugin doesn't work - just purchased it - still can research items from the workbench
-
13/06 17:24:04 | Server Exception: FSMComponent.BudgetedUpdate 13/06 17:24:04 | [Loottable] Failed to get value of field State_ScientistDead.LootSpawnSlots 13/06 17:24:04 | NullReferenceException: Object reference not set to an instance of an object 13/06 17:24:07 | Server Exception: FSMComponent.BudgetedUpdate 13/06 17:24:07 | [Loottable] Failed to get value of field State_ScientistDead.LootSpawnSlots 13/06 17:24:07 | NullReferenceException: Object reference not set to an instance of an object
-
Hey @Brad Copp 1) After force wipe - respawned bots on ghost ships - just stare / aim at you but don't shoot 2) No codelock crate respawn - not seen in console logs as well. If I use "teleport2nearest codelockedhackablecrate_ghostship" - it doesn't teleport me to anything inside deepsea. If I spawn it manually - it works and finds crate. So locked crate respawn still doesn't work unfortunately, despite what you've mentioned here - https://codefling.com/files/support/28767-ghost-ship-npcs-and-locked-crate-not-respawning/
-
Turbo skill not working after wipe
-
it's true
-
Temprorary fix to get it compiled before/if author does update. Replace code on lines 751 "arg.Args[0]" with "arg.GetString(0)" 762 and 768 "arg.Args[1]" with "arg.GetString(1)" 772 "arg.Args[1]" with "arg.GetString(1)" |Convert.ToInt32(arg.Args[2])" with "arg.GetInt(2)"
-
Thanks! Should it update config automatically when new version is loaded? I didn't see an option to provide skinID anywhere... Also, would it work the same as currently - you can use only same skinned item ID but change quantity per tier or we can now use different skinned items per tier (e.g. different tickets, similarly as in raidable bases plugin)?
-
Just an update - I can see patrol on ghost ships when outside of vanish, however locked crates are not respawning at all, as reported
-
@Brad Copp any update? thanks
-
Does it mean that if this config is set to true - then your plugin will continue to stack differently named items as before wipe? (After the fix)
-
Yes, experiencing the same thing. Before force wipe items with the same skin ID but different names could be stacked if config set properly. After wipe - doesn't work. Here is the related config: "Stacking options": { "Allow stacking of items with different name": true, "Allow stacking of items with different text": true },
-
My config: { "QuestID": 36364, "QuestDisplayName": "TEST Sc [1] a", "QuestDisplayNameMultiLanguage": "", "QuestDescription": "test crate loot", "QuestDescriptionMultiLanguage": "", "QuestMissions": "Loot normal crates", "QuestMissionsMultiLanguage": "", "QuestPermission": "", "QuestType": 9, "Target": "crate_normal_2", "IsReturnItemsRequired": false, "IsMultiLanguage": false, "ActionCount": 5, "IsRepeatable": false, "Cooldown": 0, "PrizeList": [ { "PrizeName": "iApple", "PrizeType": 0, "ItemShortName": "apple", "ItemAmount": 1, "CustomItemName": "Apple", "ItemSkinID": 0, "PrizeCommand": "", "CommandImageUrl": "", "IsHidden": false } ] },
-
Hey, Just wanted to check if any fix is planned for this in the near future? Thanks
-
Also note that after update loot respawns either in the air or inside the floor of the ghost ships. Not sure if this is related to your plugin or to RUST in general
-
"Respawn (Crates/NPCs/Hackables)": { "Enable Respawn System": true, "Check Interval Minutes": 30, "Min Distance From Players To Allow Respawn": 200.0, "Respawn Hackable Crates Via Ghostship": true, "Hackable Crates Count": 1, "Respawn RHIB Patrol Groups When None Remain": false }
-
I have forever opened Deep Sea. After first time - patrol on ghost ship is not respawning & also locked crate not respawning as well. Only regular crates respawn
-
thanks!
-
Pls update. 07/05 21:36:11 | Error while compiling AutoDemoRecord: 'BasePlayer' does not contain a definition for 'StartDemoRecording' and no accessible extension method 'StartDemoRecording' accepting a first argument of type 'BasePlayer' could be found (are you missing a using directive or an assembly reference?) | Line: 398, Pos: 20
-
07/05 21:27:01 | Error while compiling RoadBradley: 'BasePlayer' does not contain a definition for 'SendFullSnapshot' and no accessible extension method 'SendFullSnapshot' accepting a first argument of type 'BasePlayer' could be found (are you missing a using directive or an assembly reference?) | Line: 1750, Pos: 24
-
I was able to reopen manually when I removed default cooldown setting from config. Being stupid - was/is the issue in my case.