Jump to content

T-Nuts

Member
  • Posts

    161
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by T-Nuts

  1. 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?
  2. 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.
  3. T-Nuts

    XPerience

    Any help with this would be appreciated
  4. 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.
  5. 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
  6. 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
  7. 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.
  8. T-Nuts

    Rust Rewards

    That I am not sure of. I didn't see this until I added ZombieHorde back. Before adding it I never saw any of these messages. I will mess with the config and maybe have them not be able to be killed my everything or have them kill everything except players.
  9. T-Nuts

    Rust Rewards

    I'm getting more of the "Failed to call hook" as well. This all started after I added back the ZombieHorde plugin and I have them able to kill anything so animals, NPC's, etc. Also anything can kill them so animals, NPC's, turrets, etc. 09/02 15:16:18 | Mariah[947073] was killed by Zombie[603863] 09/02 15:16:22 | Zombie[8498944] was killed by bear (Bear) 09/02 15:16:23 | Zombie[6681431] was killed by polarbear (Polarbear) 09/02 15:16:48 | Zombie[7029570] was killed by polarbear (Polarbear) 09/02 15:16:53 | Zombie[9311699] was killed by bear (Bear) 09/02 15:17:13 | Zombie[8113793] was killed by polarbear (Polarbear) 09/02 15:17:36 | Failed to call hook 'GiveRustReward' on plugin 'RustRewards v3.0.7' (KeyNotFoundException: The given key was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <fb001e01371b4adca20013e0ac763896>:0 at Oxide.Plugins.RustRewards.GiveReward (BasePlayer player, Oxide.Plugins.RustRewards+RewardType type, System.Double amount, BaseEntity ent, System.String weapon, System.Single distance, System.String name) [0x003c3] in <55f3bd9bbd9749508c99efd54f19ac21>:0 at Oxide.Plugins.RustRewards.GiveRustReward (BasePlayer player, System.Int32 type, System.Double amount, BaseEntity ent, System.String weapon, System.Single distance, System.String name) [0x00000] in <55f3bd9bbd9749508c99efd54f19ac21>:0 at Oxide.Plugins.RustRewards.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00f3c] in <55f3bd9bbd9749508c99efd54f19ac21>: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
  10. T-Nuts

    Convoy

    Loved this plugin since the first time I saw it. Took me awhile to figure out how to attack it and get the loot as I never interacted with this plugin before. Once I figured it out and went and bought it and put it on my server. Players love it and it's just another great event/thing to have on your server.
  11. T-Nuts

    Pocket Zipline

    Absolute banger of a plugin. Takes yet another semi useless thing that Facepunch adds to the game and makes it completely fun and useful. Players were excited to see this.
  12. T-Nuts

    Pocket Zipline

    So here's an issue I'm seeing. In the config we can't set the amount they can get at one time and how many times they can use /givezipline. So players are able to just do /givezipine zipline_default 1000, then go recycle all those and just get unlimited Tech Trash. Is there a way you can add a min-max or possible how many times they can use this command?
  13. T-Nuts

    Convoy

    So I found out it is C4. Is there a way to add something in the config to change that or have it where any ammo/explosive will do damage?
  14. T-Nuts

    Convoy

    I was playing on a server that had this and enjoyed it so bought it myself but had one question. When I had the Convoy stopped and killed everything, I could not do damage to the cars as that was required to unlock the crate. Do you have to use a specific item to blow these up? It's a PvE server but not in a PvP zone or anything. I used 25 Grenades, 25 Bean Cans, a few HV's and some regular 5.56 and all that did zero damage. Is something missing here? Worried this might happen on my server as well.
  15. T-Nuts

    Convoy

    I was playing on a server that had this and enjoyed it so bought it myself but had one question. When I had the Convoy stopped and killed everything, I could not do damage to the cars as that was required to unlock the crate. Do you have to use a specific item to blow these up? It's a PvE server but not in a PvP zone or anything. I used 25 Grenades, 25 Bean Cans, a few HV's and some regular 5.56 and all that did zero damage. Is something missing here? Worried this might happen on my server as well.
    Works like it should. Makes the tree more interesting now.
  16. T-Nuts

    BotReSpawn

    Copy. Guessing I just copy one profile from defaultprofile and move it over to customprofile and edit it there? Then assign that customprofile to that one spawn point? I can probably figure that out if this is how I need to go about doing it.
  17. T-Nuts

    BotReSpawn

    And of course, after hours and hours of trying to figure this out I got it to work. I want the boss and only the boss to drop a locked crate. I see it in the defaultprofiles but how I can just have it for this one npc?
  18. T-Nuts

    BotReSpawn

    So I am struggling trying to figure out how to add custom spawns for NPC's. I have NPC's spawning at some of my monuments and I'm wanting to add 1 spawn point for a Boss NPC. The last plugin was super easy and straightforward with directions but I can't seem to figure this out now. So I have a custom spawn point set. In the data folder in the spawndata file, I changed the health and added a kit. I've also tried override = false and true with no luck. I don't know what to do from here as there doesn't seem to be any info that is clear to me on setting this up. Can anyone point me in the right direction please?
  19. T-Nuts

    BotReSpawn

    Wonderful, just wonderul
  20. T-Nuts

    Raidable Bases

    Sorry, meant to post this in the support section. Just posted it there
  21. T-Nuts

    Raidable Bases

    Getting this error now and not sure what's up. I recently changed the difficulty_loot files but triple checked them and had no errors in them. After changing them I reloaded the plugin and started getting this error... Failed to call hook 'OnServerInitialized' on plugin 'RaidableBases v2.1.6' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.RaidableBases.<LoadTable>m__F (Oxide.Plugins.RaidableBases+TreasureItem ti) [0x00000] in <cfa995b892084dcea746f8afeffeff88>:0 at System.Collections.Generic.List`1[T].RemoveAll (System.Predicate`1[T] match) [0x0001a] in <eae584ce26bc40229c1b1aa476bfa589>:0 at Oxide.Plugins.RaidableBases.LoadTable (System.String file, System.Collections.Generic.List`1[T] lootList) [0x00037] in <cfa995b892084dcea746f8afeffeff88>:0 at Oxide.Plugins.RaidableBases.LoadTables () [0x000d1] in <cfa995b892084dcea746f8afeffeff88>:0 at Oxide.Plugins.RaidableBases.Initialize () [0x00024] in <cfa995b892084dcea746f8afeffeff88>:0 at Oxide.Plugins.RaidableBases.OnServerInitialized (System.Boolean isStartup) [0x00059] in <cfa995b892084dcea746f8afeffeff88>:0 at Oxide.Plugins.RaidableBases.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x004b7] in <cfa995b892084dcea746f8afeffeff88>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <31122a27a2414cd799150f8677cf39d4>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <0fbce81d88d64454b3e7abb24df7026b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <0fbce81d88d64454b3e7abb24df7026b>:0
  22. T-Nuts

    Bank Heist

    That worked, thanks so much for the help and reply
  23. T-Nuts

    Bank Heist

    Thanks, I'll give that a try

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.4m
Total downloads
Customers
10.9k
Customers served
Files Sold
156.5k
Marketplace sales
Payments
3.4m
Processed total
×
×
  • 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.