Jump to content

SlayersRust

Creator
  • Posts

    1,974
  • Joined

  • Last visited

  • Days Won

    24

Everything posted by SlayersRust

  1. Does this in any way edit or change any of the Oxide Group/BetterChat Data files in any way or does it just view them?
  2. SlayersRust

    Close

    Close
  3. SlayersRust

    Armored Train

    I get this conflict anyone know a fix? I purchased on Lone Design @Adem Same username Calling hook CanEntityTakeDamage resulted in a conflict between the following plugins: PveMode - True (Boolean), ArmoredTrain (False (Boolean))
  4. I can this Error when loading new version Exception while invoking event handler (KeyNotFoundException: The given key 'global.roamtasks' was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <f98723dd4586469db5213ec59da723ca>:0 at Oxide.Game.Rust.Libraries.Command.RemoveConsoleCommand (Oxide.Game.Rust.Libraries.Command+ConsoleCommand command) [0x00030] in <658ff3a00245492b8e85fcc19380bb26>:0 at Oxide.Game.Rust.Libraries.Command.plugin_OnRemovedFromManager (Oxide.Core.Plugins.Plugin sender, Oxide.Core.Plugins.PluginManager manager) [0x00038] in <658ff3a00245492b8e85fcc19380bb26>:0 at Oxide.Core.Event+Callback`2[T1,T2].Call (T1 arg0, T2 arg1) [0x0000c] in <15f61ddda771464d8246ebdce8ff4811>:0
  5. I'm glad you found a fix to the issue I know how frustrating this can be
  6. After updating to newest version and wiping my config it no longer has anywhere to edit the sent messages? It also did not create any language file for the messages. Where can I now edit all the messages that used to be in the PlayToWin Config? "Messages": { "NoPermission": "You do not have permission.", "PlayerNotFound": "Player '{player}' not found.", "InvalidAmount": "Invalid amount.", "NoFreeVip": "{player} does not have free VIP.", "UsageAwardPoints": "Usage: /awardpoints <player> <amount>", "UsageSetPoints": "Usage: /setpoints <player> <amount>", "UsageRemovePoints": "Usage: /removepoints <player> <amount>", "UsageExpireVip": "Usage: /expirevip <player>", "UsageExpireAllVip": "Usage: /expireallvip", "NotEnoughPoints": "<color=#d4af37>[Play To Earn VIP]</color> You need {hoursneeded} more hours to redeem FREE Lifetime [BUILDER] VIP.", "Balance": "<color=#d4af37>[Play To Earn VIP]</color> Your balance: {points}/{cost} points towards FREE Lifetime [BUILDER] VIP!", "AwardMessage": "<color=#d4af37>[Play To Earn VIP]</color> +{added} points! New balance: {points}/{cost} towards FREE Lifetime [BUILDER] VIP!", "AlreadyVip": "<color=#d4af37>[Play To Earn VIP]</color> You already have [BUILDER] VIP for {viptime}.", "VipRedeemed": "<color=#d4af37>[Play To Earn VIP]</color> You redeemed {durationdays} days of [BUILDER] VIP.", "VipExpired": "Your free VIP has expired.", "PointsInfo": "<color=#d4af37>[Play To Earn VIP]</color> You have {points} points and {hours} hours of playtime. 100 Hours Played gets you FREE Lifetime BUILDER VIP!", "AdminGavePoints": "{admin} gave {added} points to {player}. Total: {points}.", "AdminSetPoints": "{admin} set {player}'s points from {old} to {set}.", "AdminRemovedPoints": "{admin} removed {removed} points from {player}. Total: {points}.", "ForceExpired": "{admin} force-expired VIP for {player}.", "ForceExpiredAll": "{admin} expired VIP for {removed} players." } }
  7. Yeah you are right most likely plugin or rust related
  8. They might mistake it for an event yeah but also might go there and find it more often to do the bradleys, hovering over it will still say "Bradley Seller" which is good. Anyways up to you
  9. @SuperKittenI DMD the Map fixed to FalloutVerse but its up to him if he wants to distribute it. He can also reply to this message if he would like me to send it to you directly but because of Codefling Rules I will have to see if @Zero Absolutois okay with this or if he would like to push the update I sent them. The map fixes in RustEdit are quite easy. Simple do whatever the "Y" is for the respective monument you need to -30 or -50 or -46 from that amount. Say of the "Y" amount for Military Tunnels is 26.5 just do 26.5 - 46 then -19.5 would be your NEW "Y" value for that monument. I hope this helped a bit Large Sewers (cave_large_sewers_hard) — Y -30 Military Tunnel — Y -50 Missile Silo — Y -46
  10. I can patch the Missile Silo/Military Tunnels/Large Sewers hard issue for you but I have no idea about the RPC Error kicks I don't think that is map related possibly plugin related as no one else has reported the rpc kicks in the rustedit discord
  11. Console Spam after May Forced Wipe Update. Some players are unable to open the command or GUI this wipe. Could we please get a fix for this. I have included my config and version number for helping I use the command /perks as stated in my config and also the tshirt GUI Icon. The weird thing is this issue is only happening with a few dozen players but for some players it works fine. Failed to call hook 'CmdOpenInventory' on plugin 'AdvancedItemCrafting v1.0.8' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.AdvancedItemCrafting.AddPlayerBuffsPanel (Oxide.Plugins.AdvancedItemCrafting+ExtendedCuiElementContainer builder, BasePlayer player, Oxide.Plugins.AdvancedItemCrafting+PlayerState playerState) [0x01012] in <cb185154b06a4931bd4cf363ccf8aa67>:0 at Oxide.Plugins.AdvancedItemCrafting.ChatOpenInventory (BasePlayer player) [0x00027] in <cb185154b06a4931bd4cf363ccf8aa67>:0 at Oxide.Plugins.AdvancedItemCrafting.CmdOpenInventory (ConsoleSystem+Arg arg) [0x00007] in <cb185154b06a4931bd4cf363ccf8aa67>:0 at Oxide.Plugins.AdvancedItemCrafting.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00777] in <cb185154b06a4931bd4cf363ccf8aa67>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <15f61ddda771464d8246ebdce8ff4811>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <15f61ddda771464d8246ebdce8ff4811>:0 AdvancedItemCrafting.json
  12. Not working after latest update. I made sure to have /kit autokit disabled and still no one can use the plugin this wipe. It worked fine last wipe so I'm not sure what has changed.
  13. Please use the latest version 2, it should be all fixed now. It may require a wipe I apologize this was a last minute change by the Rust Game Developers which sent lots of map makers scrambling. Thank you for your patience as forced wipe falls at 2AM my time, doing my best to be speedy with the updates today
  14. SlayersRust

    V2B map issue

    This should be fixed in Version 3 but it may need a wipe. I once again apologize 1000s of us were scrambling to get proper fixes to this for these last minute changes by the game developers
  15. SlayersRust

    V2B map issue

    Changed Status from Pending to Fixed Changed Fixed In to 3.0.0
  16. Issue with ItemPerks/ItemLerks Legendaries Using latest versions of all plugins. Whenever a Legendary Enhanced Item drops picking up items off the ground kicks me from the server as well as looting chests when a legendary or enhanced item is touched When I rejoin the item is glitched and im unable to pick it up. RPC Error in Moveltem is what i get as the code
  17. Issue with ItemPerks/ItemLerks Legendaries and EpicLoot. Using latest versions of all plugins. picking up items off the ground kicks me from the server as well as looting chests when a legendary or enhanced item is touched When I rejoin the item is glitched and im unable to pick it up. RPC Error in Moveltem is what i get as the code
  18. Version 2.0.0

    6 downloads

    FORSAKEN ISLANDS – 5000K CREATIVE RUST MAP MADE FOR BUILDERS AND EXPLORERS! Forsaken Islands is a hauntingly beautiful and dangerously fun 5000K Rust map built for explorers, survivors, and creative builders alike. Packed with every major monument and 40+ custom marked build locations hidden across eerie islands, forgotten coastlines, and mysterious terrain. Designed with ultra low entity counts for buttery smooth performance, endless creativity, and nonstop gameplay. Your players will NEVER run out of creepy new places to explore, conquer, and build on Forsaken Islands. Even though this is a 5000K Map performance is top notch! Land mass is more closer to a 4500 size Map because of all the islands and rivers. What Makes It Special 40+ Custom Build Zones marked with an "X" on the Map!!! Your players will NEVER run out of fun places to build their base! We use super shallow beach areas so there are always spots for players to build and endless spots for your Raidable Bases to spawn. These shallow beach waters go out very far allowing for spawning and building of all types! Fully connected train tracks + underground rails for fast travel and tactical control Endless Custom Buildable areas/Caves/Rock Formations that players will love! Beautiful Snowy Mountains, Rivers, Canyons and Valleys players can Build on Diverse terrain: forests, deserts, coasts, cliffs, valleys & plateaus Perfect for solos, clans, builders, and high-pop servers. SUPER Low-prefab, FPS-friendly buildables: Custom caves Floating Crystal Rock Islands with HeliPad Custom HUGE Bus Stop Bases! - Enjoy those nostalgic bus stop builds Underwater Locations to build a base Hidden structures Unique build pockets with glass roofs Works with 100% of all Popular Events Plugins like Convoy, ArmoredTrain, Raidable Bases, Sputnik, Airfield Event and many more! Custom Monuments: Stinky Man Joes Bridge Crystal Island All Facepunch Monuments Included: Launch Site • Military Tunnels • Military Base • Silo • Airfield • Power Plant • Water Treatment • Trainyard • Harbors • Outpost • Excavator • Large Oil Rig • Small Oil Rig • Arctic Base • Junkyard • Sphere Tank • Satellite Dish • Ferry Terminal • Sewer Branch • Abandoned Supermarket • Oxum's Gas Station • Mining Outpost • Lighthouse • Bandit Camp • Fishing Village • Large Barn • Underwater Labs • Stone Quarry • Sulfur Quarry • HQM Quarry • Underwater Labs • Abandoned Cabins • Jungle Ziggurat • Jungle Ruins • Caves • Ranch — and more. Map Info Size: 5000k Prefabs: ~8140 Support Discord: Dymize_
    $29.99
  19. Yes for this map in particular you would have to enable the ArmoredTrain.json Config option to only spawn underground Sorry for any confusion, this map focuses on the Volcano in the center of the map and lootable areas/roads around which did not leave much room for traintracks above ground. I do my best to incorporate above ground train tracks whenever I'm able but this map worked best without above ground railways
    This is a super fun and unique item! I add it to my /shop so players can get the Geiger Counter that way using RP! A nice addition for players to be able to speed up the crates and something to farm up RP and work towards Overall it is a great idea and great executed plugin
    This UAV Radar Enemies Detection plugin is actually sick You call it in and boom scans the area and shows where everyone is teammates NPCs enemies all marked on your screen it’s actually kinda crazy! On a server this hits hard no more guessing where people are hiding it turns fights into straight tactical plays and players love it feels like a COD killstreak but in Rust It’s easy to tweak too you can change range time all that stuff so it fits your server and works nice with kits events or VIP perks Just don’t make it too easy to get or yeah it can get a bit OP Overall super fun plugin adds a whole new vibe and players go nuts for it big W
  20. Just a heads up @KpucTaJl this will need an update for the May Rust Forced Wipe Update I'm just trying to tackle things on my staging server and get things updated early so thought I'd let ya know mate, thanks for all that you do! Failed to compile: Cannot implicitly convert type 'UnityEngine.AI.NavMeshAgent' to 'Rust.Ai.Gen2.RustNavMeshAgent' | Line: 1599, Pos: 32
  21. SlayersRust

    ARCTIC

    Incredible snowy map with overall really solid performance for server and players. I like to use this one in the winter months and sometimes in the summer for fun. There is something cool about battling it out in the snow biome! It is great for roleplay and there are lots of fun things to do!

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.5m
Total downloads
Customers
11.1k
Customers served
Files Sold
159k
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.