Jump to content

copcopekcro

Creator
  • Posts

    465
  • Joined

  • Last visited

Everything posted by copcopekcro

  1. copcopekcro

    Api

    Can we get also api for clearing single profile for plugins ? Now we can only remove all profiles ...
  2. OK.. Will do!
  3. Version 1.0.0

    6 downloads

    Shooting is fun , but even more fun is when with your bullet/arrow fly some grenade or maybe rocket or what ever ! SHORT INFO : When you shot regular bullet/arrow if you have customm ammo,and if is activated you will fire that custom ammo also on spot where your bullet/arrow hit ! Make custom ammo , chose what will be that custom ammo (what ever you like) , what weapons can use it , extra boom damage , amount of boom, spread radius of boom . That custom ammo will explode on impact ! HOW AND WHAT : To use custom ammo , when holding weapon in hands , you need to have custom ammo in inventory and activate it with middle mouse button . UI will open with useful info , how much custom ammo you have ,how much you need to fire it , and if there is cooldown between shots you see timer . If you have custom ammo when you fire that custom ammo will fire also . If you have more types of ammo for that weapon , UI will open where you can chose what ammo you will use ! MAKING NEW CUSTOM AMMO : You can make infinitive ammo item types . "Prefab Type": "assets/prefabs/npc/sam_site_turret/rocket_sam.prefab", ///// HERE YOU CHOSE WHAT IS THAT AMMO , WHAT WILL BE FIRED "ItemShortname": "sticks", ///// YOU CAN CHANGE SHORTNAME TO WHAT EVER. "SkinID": 3474702139, ///// SKIN WHAT EVER YOU LIKE . "ItemDisplayName": "Explosive Arrow", ///// NAME OF THAT CUSTOM ITEM . "Bonus Damage Amount": 0.0, ///// SO EVERY PREFAB/ITEM HAVE HIS DMG , SO THIS IS EXTRA DMG , REGULAR DAMAGE + BONUS DAMAGE "Cooldown Seconds": 0.0, ///// WILL THERE BE COOLDOWN BETWEEN SHOOTING CUSTOM AMMO "Amount To Spawn": 1, ///// HOW MUCH BOOM IT WILL TRIGGER ON SHOT , EXAMPLE 5 , SO 5 ROCKETS WILL FLY ON HIT POINT "Radius Spread": 0.0, ///// IF YOU USE AMOUNT MORE THAN 1 , WHAT SPREAD WILL BE BETWEEN FIRED AMMO "Weapon List": [ { "Shortname": "bow.hunting", "SkinID": 0 }, { "Shortname": "bow.compound", "SkinID": 0 }, ///// YOU CAN ADD WHAT EVER WEAPON HERE ,WITH SKIN OR WITHOUT SKIN { "Shortname": "crossbow", "SkinID": 0 }, { "Shortname": "minicrossbow", "SkinID": 0 } PERMISSION : customammo.give - need to have to use give command CHAT/CONSOLE COMMAND : Chat : /giveammo [player] <Ammo Display Name> [amount] Optional player name and amount ! Console: giveammo <player ID/name> <Ammo Display Name> [quantity] Optional amount !
    $8.00
  4. Well thats about shop plugin ..my plugin have nothing with that ... Probably you didnt put price for it in shop
  5. Changed Status from Pending to Not a Bug Changed Fixed In to 2.0.5
  6. Yes , you need to make profiles of what ever kind of npcs ,and those profiles you call in maps with amount yea. No problem .. let me know did you figure it out !
  7. No man .. You dont need to change anything in config from npc spawn plugin .. All is handled in Treasure Maps config ... In your treasure maps you make profiles of npcs and all ..
  8. No ... Only custom bots with NPCSpawn
  9. in default config you have EasyGuard: "NPC Profiles": [ { "Profile Name": "EasyGuard", "NPC Spawns": [ { "SpawnRadius": 5.0, "EntityDisplayName": "Green Treasure Guard", "Health": 100, "RoamRange": 5.0, "ChaseRange": 30.0, "SenseRange": 20.0, "ListenRange": 10.0, "AttackRangeMultiplier": 1.0, "CheckVisionCone": true, "VisionCone": 140.0, "HostileTargetsOnly": false, "DamageScale": 1.0, "TurretDamageScale": 1.0, "AimConeScale": 1.0, "Speed": 6.0, "MemoryDuration": 10.0, "Kit": "", "WearItems": [ { "ShortName": "hazmatsuit", "SkinID (0 - default)": 0 } ], "BeltItems": [ { "ShortName": "rifle.ak", "Amount": 1, "SkinID (0 - default)": 0, "Mods": [], "Ammo": "ammo.rifle" } ], "CustomLoot": false, "LootTable": [ { "DisplayName": "Custom Rock", "Shortname": "rock", "SkinID": 0, "MaxItemAmount": 5, "MinItemAmount": 1, "Probability": 1.0, "IsBlueprint": false } ] } ] } ], So yea if you have NpcSpawn plugin on your server ,and you have that in config ...they shoud normaly spawn ...
  10. Well if you put min max 2 - 4 , only thing is that you need to have 4 different items in loot table ...
  11. You need to have NpcSpawn plugin ,free plugin . You have in config NPCProfiles , there you can create new profiles , change them (what weapon , hp and so on ) In map config : "NPC profiles what will guard chest": [ { "Profile Name": "EasyGuard", "Amount": 5 } ], here you chose what profile will spawn , and how many bots , you can add more profiles . "NPC profiles what will guard chest": [ { "Profile Name": "EasyGuard", "Amount": 5 }, { "Profile Name": "Custom", "Amount": 10 }, ],
  12. With new update , only tp works in Hardcore ... There isnt any icon on map ...
  13. copcopekcro

    Armor slots

    thank you thank you ! Will do my best to be done in short period !
  14. copcopekcro

    Armor slots

    Hello ...yea it cant craft with slots ... For now .. But i can make that in next update !
  15. copcopekcro

    Some Errors

    Failed to call hook 'OnEntitySpawned' on plugin 'Barges v1.2.1' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.Barges+BoatConnectionTrigger.TryAddBoatConnectionTrigger (BaseBoat baseBoat) [0x0000c] in <382410bcab934884a24b328036862d13>:0 at Oxide.Plugins.Barges.OnEntitySpawned (BaseBoat baseBoat) [0x0000a] in <382410bcab934884a24b328036862d13>:0 at Oxide.Plugins.Barges.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x007c4] in <382410bcab934884a24b328036862d13>: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 <112d89ea5d3348c8b949af0ab1a866d2>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <112d89ea5d3348c8b949af0ab1a866d2>:0
  16. Its not in config .. Did update fix problem ?
  17. Hey .. i did that in last update . For official monuments ... So are those custom monuments ?
  18. Well this plugin is about perms and groups . Commands are another approach . Hmmm ... Its doable , but i will think about it .. Will not promise it ! (well there are a lot of plugins where you can buy commands)
  19. copcopekcro

    Upgrader

    Hey ! Now you cant use economics , only items(what ever item , custom item) ... But yea i can add that in next update .
  20. copcopekcro

    Getting this in console

    Changed Status from Pending to Not a Bug
  21. copcopekcro

    Getting this in console

    Hey.. First i Will say Carbon again.. When did you start to geting that error? Did you change something in config and then got that error? Or? Send me your config in private message. And why do You send me errors from other plugin what is not mine? So yea ,your config is not correct ....
  22. Hello ! Can we maybe get that those water patrols can also raid Barges ?
2m

Downloads

Total number of downloads.

9.3k

Customers

Total customers served.

136.1k

Files Sold

Total number of files sold.

2.9m

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.