Jump to content

T-Nuts

Member
  • Posts

    83
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

T-Nuts's Achievements

Enthusiast

Enthusiast (6/15)

  • One Year In
  • Reacting Well
  • Dedicated
  • Week One Done
  • One Month Later

Recent Badges

26

Reputation

  1. T-Nuts

    Caprona

    Great map, very cool custom areas to build in, and players are enjoying it. Haven't seen any issues yet but will definitely report them if I or my players find anything.
  2. T-Nuts

    HuntsMan

    Keep getting this error when trying to load the plugin. Have the most up to date version as well Error while compiling: HuntsMan.cs(163,34): error CS1501: No overload for method `Init' takes `14' arguments
  3. T-Nuts

    Raidable Bases

    Copy just knew this was an issue for a good while and wasn't sure if nivex was able to resolve it. I guess if it's a performance-based issue then that is understandable. I changed spawn/despawn amounts, so I'll just go with that for now. Thanks
  4. T-Nuts

    Raidable Bases

    I will do that and see what happens, thanks
  5. T-Nuts

    Raidable Bases

    I have left this as is and haven't made any adjustments. Should I lower this or increase this number?
  6. T-Nuts

    Raidable Bases

    Ok so any solution? I'm using a host and I know it's not as powerful as a dedicated server for instance.
  7. T-Nuts

    Raidable Bases

    I'm sure I missed it somewhere but any updates on why raid bases are still being left behind after they "despawn"? I've had this issue for quite some time now and knew others were having the same issue. Was just seeing if this was resolved or still in the works? Also still have this as well on top of bases being left behind after despawning.
  8. T-Nuts

    XPerience

    Curious about the ranks. At what point will a player advance from newbie to Airman? I'm probably over looking it in the config or the UI but do they not advance ranks when hitting level 100 or do they have to go all the way to level 500? Where exactly can I change this?
  9. T-Nuts

    XPerience

    Curious about the ranks. At what point will a player advance from newbie to Airman? I'm probably over looking it in the config or the UI but do they not advance ranks when hitting level 100 or do they have to go all the way to level 500? Where exactly can I change this?
  10. T-Nuts

    XPerience

    Not sure if this has been answered already and if so I'm sorry the the repeated question here. How can I change the weaponry stat so that when a player adds 1 level to that they will get 1 extra clip/magazine in their weapon? For instance they are now level 1 in Weaponry. They reload their Rocket Launcher and can now hold 2 Rockets instead of 1. Confused by the settings. I see setting "maxammolimit" to whatever number will then change it even if they go from Lvl0 to Lvl1 on Weaponry.
  11. T-Nuts

    XPerience

    Any help with this would be appreciated
  12. T-Nuts

    XPerience

    There seems to be some overlap with these two settings. I thought maybe it was my user interface but after changing that it didn't fix it. I've tried reloading the plugin as well but still have this issue.
  13. T-Nuts

    Boss Monster

    That worked, thanks so much. Had to do the same for CustomMap as well so in my BossMonster Folder I also had to make a folder in there called CustomMap along with Bosses
  14. T-Nuts

    Boss Monster

    Just bought this and loaded the plugin and I get this error. Looked in my data folder and no folder was created. Was I suppose to create a folder here for this and put that data folder that was in the .zip file in there? Tried searching the discussion here to see if anyone posted the same error message but didn't see anything. Sorry if this is a repeat question. BossMonster was compiled successfully in 2209ms [BossMonster] Loading files on the /oxide/data/BossMonster/Bosses/ path has started... Failed to call hook 'OnServerInitialized' on plugin 'BossMonster v2.0.1' (DirectoryNotFoundException: Could not find a part of the path '/home/rust/server/oxide/data/BossMonster/Bosses'.) at System.IO.__Error.WinIOError (System.Int32 errorCode, System.String maybeFullPath) [0x000f7] in <fb001e01371b4adca20013e0ac763896>:0 at System.IO.FileSystemEnumerableIterator`1[TSource].HandleError (System.Int32 hr, System.String path) [0x00006] in <fb001e01371b4adca20013e0ac763896>:0 at System.IO.FileSystemEnumerableIterator`1[TSource].CommonInit () [0x00054] in <fb001e01371b4adca20013e0ac763896>:0 at System.IO.FileSystemEnumerableIterator`1[TSource]..ctor (System.String path, System.String originalUserPath, System.String searchPattern, System.IO.SearchOption searchOption, System.IO.SearchResultHandler`1[TSource] resultHandler, System.Boolean checkHost) [0x000d6] in <fb001e01371b4adca20013e0ac763896>:0 at System.IO.FileSystemEnumerableFactory.CreateFileNameIterator (System.String path, System.String originalUserPath, System.String searchPattern, System.Boolean includeFiles, System.Boolean includeDirs, System.IO.SearchOption searchOption, System.Boolean checkHost) [0x00009] in <fb001e01371b4adca20013e0ac763896>:0 at System.IO.Directory.InternalGetFileDirectoryNames (System.String path, System.String userPathOriginal, System.String searchPattern, System.Boolean includeFiles, System.Boolean includeDirs, System.IO.SearchOption searchOption, System.Boolean checkHost) [0x00000] in <fb001e01371b4adca20013e0ac763896>:0 at System.IO.Directory.InternalGetFiles (System.String path, System.String searchPattern, System.IO.SearchOption searchOption) [0x00000] in <fb001e01371b4adca20013e0ac763896>:0 at System.IO.Directory.GetFiles (System.String path, System.String searchPattern) [0x0001c] in <fb001e01371b4adca20013e0ac763896>:0 at Oxide.Core.DataFileSystem.GetFiles (System.String path, System.String searchPattern) [0x0000c] in <bae5f1223fce49c493b01571c99dce02>:0 at Oxide.Plugins.BossMonster.LoadConfigs () [0x00021] in <2ae0b59952b6435ea2cfe4de48311a7c>:0 at Oxide.Plugins.BossMonster.OnServerInitialized () [0x0003f] in <2ae0b59952b6435ea2cfe4de48311a7c>:0 at Oxide.Plugins.BossMonster.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x006d0] in <2ae0b59952b6435ea2cfe4de48311a7c>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <09575a60985045248bcb43b20faeeb99>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <bae5f1223fce49c493b01571c99dce02>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <bae5f1223fce49c493b01571c99dce02>:0 Loaded plugin BossMonster v2.0.1 by KpucTaJl
  15. T-Nuts

    Furnace Full Smelt

    If we did that will it cause any other issues? Also this will just be a blank file?? So Rust will just read the file name and be like gotcha.
1.1m

Downloads

Total number of downloads.

5.6k

Customers

Total customers served.

80.8k

Files Sold

Total number of files sold.

1.6m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.