Jump to content

Ghosty

Member
  • Posts

    239
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Ghosty

  1. Ghosty

    SupplyLock

    Version 2.0.0

    733 downloads

    SupplyLock prevents other players from looting your supply drops. When you throw a supply signal, the resulting airdrop is automatically locked to you, your teammates, and clan members. Features: - Automatically locks supply drops to the player who threw the signal - Team members can access locked drops - Clan support (Clans & ClansReborn) - InstantAirdrop plugin integration - Optional timed auto-unlock - Notification batching (no chat spam when calling multiple drops) - Customizable messages Permissions: None required - works automatically for all players. Config: { "General": { "SignalMatchRadius": 50.0, "SignalExpirySeconds": 300.0, "LockRandomAirdrops": false, "UnlockAfterSeconds": 0.0 }, "Access": { "EnableTeamAccess": true, "EnableClanAccess": true }, "InstantAirdropIntegration": { "Enabled": true, "LockInstantDrops": true, "InstantDropUnlockSeconds": 0.0, "InstantDropMatchRadius": 25.0 }, "Messages": { "ShowLockMessage": true, "LockMessageFormat": "<size=16><color=#e74c3c>SupplyLock</color></size>\n<size=13>This supply drop belongs to <color=#3498db>{0}</color>.</size>", "UnlockedMessageFormat": "<size=16><color=#2ecc71>SupplyLock</color></size>\n<size=13>This supply drop is now unlocked!</size>", "NotifyOwnerOnSpawn": true, "OwnerNotifyFormat": "<size=16><color=#2ecc71>SupplyLock</color></size>\n<size=13>Your supply drop has landed and is locked to you!</size>", "OwnerNotifyInstantFormat": "<size=16><color=#2ecc71>SupplyLock</color></size>\n<size=13>Your instant supply drop has spawned and is locked to you!</size>" }, "DebugEnabled": false }
    Free
  2. Ghosty

    Rust Snippets

    looking to get this but just wondering if it will be updated for new hooks etc ?
  3. Ghosty

    Hook time

    The hook times on this are starting to kill the server and can even kick half the server with "Packet Flooding: Player Tick" Calling 'OnPlayerConnected' on 'Creative v1.0.85' took 20670ms Calling 'OnPlayerConnected' on 'Creative v1.0.85' took 7545ms Calling 'OnPlayerConnected' on 'Creative v1.0.85' took 7456ms https://i.imgur.com/nazO2rZ.png
  4. Ghosty

    Drug Business

    the base item for a weed brick is coal, skin id is 2647293042 coca is coal also and skin id is 2650676937
  5. Ghosty

    Drug Business

    ah i use economics and atm's so players just go to the vending and basically trade the bricks for cash that they can then store in the bank, the id's and short names are in the plugin.
  6. Ghosty

    Drug Business

    i gave up with dealers and used vending machines
  7. Ghosty

    Failed to run a 5.00 timer

    Found the issue, on 2 of my servers i have SignalCooldown installed so when you're on cooldown and you try to throw the next one it will spit out the error
  8. Ghosty

    Failed to run a 5.00 timer

    I've not had any reports of them not spawning *yet* or the plugin doing weird stuff. I have tried doing all kinds of things to get that error to come up also but im not seeing it so i have no idea whats causing it
  9. Ghosty

    Failed to run a 5.00 timer

    i personally have not been able to get it to fire the error myself so im unsure how its being triggered currently
  10. Ghosty

    Failed to run a 5.00 timer

    sure thing LootDefender.json
  11. Ghosty

    Failed to run a 5.00 timer

    hey, i run oxide and only other plugin i have that would mess with them would be loot defender
  12. Ghosty

    Failed to run a 5.00 timer

    Keep getting this in console now and then Failed to run a 5.00 timer in 'InstantAirdrop v1.0.4' (NullReferenceException: ) at (wrapper managed-to-native) UnityEngine.Component.get_transform(UnityEngine.Component) at Oxide.Plugins.InstantAirdrop+<>c__DisplayClass11_0.<HandleSignalThrown>b__0 () [0x00000] in <7bd1007b461648e092b28dcc179cc39c>:0 at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00018] in <b76ec77c47d1449e92b2baab8603843d>:0
  13. Ghosty

    Console error

    Failed to call hook 'OnEntityTakeDamage' on plugin 'Convoy v2.4.1' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.Convoy+ConvoyController.OnConvoyAttacked (BasePlayer initiator) [0x00042] in <a2790c14450044a194dcbca4ff59caff>:0 at Oxide.Plugins.Convoy.OnEntityTakeDamage (BasicCar entity, HitInfo info) [0x00056] in <a2790c14450044a194dcbca4ff59caff>:0 at Oxide.Plugins.Convoy.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00561] in <a2790c14450044a194dcbca4ff59caff>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <cd9a02fd331347bd82d550bb1a9c8e9f>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <b76ec77c47d1449e92b2baab8603843d>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <b76ec77c47d1449e92b2baab8603843d>:0 Tankman[6785208] was killed by autoturret_deployed (entity) at (251.53, 8.30, -722.10) Tankman[2219583] was killed by autoturret_deployed (entity) at (255.14, 8.38, -721.02) ConvoyNPC[5671299] was killed by autoturret_deployed (entity) at (259.93, 8.47, -717.76) ConvoyNPC[1689041] was killed by autoturret_deployed (entity) at (252.63, 8.34, -722.80) ConvoyNPC[1718841] was killed by autoturret_deployed (entity) at (264.98, 8.62, -714.00) ConvoyNPC[4193069] was killed by autoturret_deployed (entity) at (260.91, 8.51, -717.42) Failed to call hook 'OnEntityTakeDamage' on plugin 'Convoy v2.4.1' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.Convoy+ConvoyController.OnConvoyAttacked (BasePlayer initiator) [0x00042] in <a2790c14450044a194dcbca4ff59caff>:0 at Oxide.Plugins.Convoy.OnEntityTakeDamage (BasicCar entity, HitInfo info) [0x00056] in <a2790c14450044a194dcbca4ff59caff>:0 at Oxide.Plugins.Convoy.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00561] in <a2790c14450044a194dcbca4ff59caff>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <cd9a02fd331347bd82d550bb1a9c8e9f>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <b76ec77c47d1449e92b2baab8603843d>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <b76ec77c47d1449e92b2baab8603843d>:0 Tankman[6613952] was killed by autoturret_deployed (entity) at (246.72, 8.30, -721.53) ConvoyNPC[9936539] was killed by autoturret_deployed (entity) at (228.82, 8.39, -729.63) ConvoyNPC[5058009] was killed by autoturret_deployed (entity) at (249.92, 8.35, -715.27) Failed to call hook 'OnEntityTakeDamage' on plugin 'Convoy v2.4.1' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.Convoy+ConvoyController.OnConvoyAttacked (BasePlayer initiator) [0x00042] in <a2790c14450044a194dcbca4ff59caff>:0 at Oxide.Plugins.Convoy.OnEntityTakeDamage (BasicCar entity, HitInfo info) [0x00056] in <a2790c14450044a194dcbca4ff59caff>:0 at Oxide.Plugins.Convoy.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00561] in <a2790c14450044a194dcbca4ff59caff>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <cd9a02fd331347bd82d550bb1a9c8e9f>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <b76ec77c47d1449e92b2baab8603843d>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <b76ec77c47d1449e92b2baab8603843d>:0 Failed to call hook 'OnEntityTakeDamage' on plugin 'Convoy v2.4.1' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.Convoy+ConvoyController.OnConvoyAttacked (BasePlayer initiator) [0x00042] in <a2790c14450044a194dcbca4ff59caff>:0 at Oxide.Plugins.Convoy.OnEntityTakeDamage (BasicCar entity, HitInfo info) [0x00056] in <a2790c14450044a194dcbca4ff59caff>:0 at Oxide.Plugins.Convoy.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00561] in <a2790c14450044a194dcbca4ff59caff>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <cd9a02fd331347bd82d550bb1a9c8e9f>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <b76ec77c47d1449e92b2baab8603843d>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <b76ec77c47d1449e92b2baab8603843d>:0 Failed to call hook 'OnEntityTakeDamage' on plugin 'Convoy v2.4.1' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.Convoy+ConvoyController.OnConvoyAttacked (BasePlayer initiator) [0x00042] in <a2790c14450044a194dcbca4ff59caff>:0 at Oxide.Plugins.Convoy.OnEntityTakeDamage (BasicCar entity, HitInfo info) [0x00056] in <a2790c14450044a194dcbca4ff59caff>:0 at Oxide.Plugins.Convoy.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00561] in <a2790c14450044a194dcbca4ff59caff>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <cd9a02fd331347bd82d550bb1a9c8e9f>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <b76ec77c47d1449e92b2baab8603843d>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <b76ec77c47d1449e92b2baab8603843d>:0 ConvoyNPC[6070088] was killed by autoturret_deployed (entity) at (242.40, 8.30, -721.64) ConvoyNPC[4156644] was killed by autoturret_deployed (entity) at (230.18, 8.35, -731.91) Failed to call hook 'OnEntityTakeDamage' on plugin 'Convoy v2.4.1' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.Convoy+ConvoyController.OnConvoyAttacked (BasePlayer initiator) [0x00042] in <a2790c14450044a194dcbca4ff59caff>:0 at Oxide.Plugins.Convoy.OnEntityTakeDamage (BasicCar entity, HitInfo info) [0x00056] in <a2790c14450044a194dcbca4ff59caff>:0 at Oxide.Plugins.Convoy.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00561] in <a2790c14450044a194dcbca4ff59caff>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <cd9a02fd331347bd82d550bb1a9c8e9f>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <b76ec77c47d1449e92b2baab8603843d>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <b76ec77c47d1449e92b2baab8603843d>:0 Tankman[9002877] was killed by autoturret_deployed (entity) at (244.83, 8.45, -729.12) ConvoyNPC[4400367] was killed by autoturret_deployed (entity) at (236.53, 8.31, -731.42) ConvoyNPC[1668133] was killed by autoturret_deployed (entity) at (241.85, 8.30, -727.35) Tankman[133177] was killed by autoturret_deployed (entity) at (258.65, 8.48, -719.43) Tankman[5497628] was killed by autoturret_deployed (entity) at (266.11, 8.87, -714.49) Failed to call hook 'OnEntityTakeDamage' on plugin 'Convoy v2.4.1' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.Convoy+ConvoyController.OnConvoyAttacked (BasePlayer initiator) [0x00042] in <a2790c14450044a194dcbca4ff59caff>:0 at Oxide.Plugins.Convoy.OnEntityTakeDamage (BasicCar entity, HitInfo info) [0x00056] in <a2790c14450044a194dcbca4ff59caff>:0 at Oxide.Plugins.Convoy.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00561] in <a2790c14450044a194dcbca4ff59caff>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <cd9a02fd331347bd82d550bb1a9c8e9f>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <b76ec77c47d1449e92b2baab8603843d>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <b76ec77c47d1449e92b2baab8603843d>:0 Have this error pop up in the console
  14. will there be groups added to the config? So vip get x settings, default group get x settings and so on
  15. oh neat i did not see these i believe it is
  16. Is it possible to prevent random players who are not authed from using tools and destroying what a player has placed ?
  17. Ghosty

    Clan issue

    Hey, i seem to be having a weird issue where if some players are in a clan they are unable to lock a monument but soon as they leave the clan it works fine. I did also find myself having this very issue and the player in my clan had not been online for a few days so its unlikely to be them putting me on a cooldown or something
  18. Ghosty

    cant repair base

    seems i cant get bases to repair unless i load no escape? for pve its useless
  19. also getting this
  20. Ghosty

    AutoFarm

    How do i stop anyone whos not authed on tc from opening the stashes ?
  21. Ghosty

    Minimalist Hud

    maybe a line in the config like this "UI Position": "UPPER_LEFT", and it would allow you to set it to top left or right
  22. Ghosty

    Minimalist Hud

    Hey, a cool feature would be being able to move where the panel is in the config in an easy way
    Really clean simple looking panel! 10/10
  23. Thanks for the last update, my next issue is when the event is spawning it drops the server fps alot, Ive tried changing the size of the area but in my case it does not seem to matter

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.2k
Customers served
Files Sold
160.8k
Total sales
Payments
3.5m
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.