Jump to content

copcopekcro

Creator
  • Posts

    488
  • Joined

  • Last visited

Everything posted by copcopekcro

  1. copcopekcro

    About Craft

    Hmm to be honest i dont know why is that happening ... New items are auto added in config ... all items works fine ... But that one is bugged ... Will see what is happening !
  2. copcopekcro

    SpawnChance

    np!
  3. copcopekcro

    SpawnChance

    Changed Status from Pending to Not a Bug Changed Fixed In to 1.3.0
  4. copcopekcro

    SpawnChance

    Hello ... Yes you can go 0.1 ,0.25 etc
  5. copcopekcro

    Instant Respawn

    Hello ... So i have one problem , iam using custom spawns for each profile ... So when bots on rhib are dead , on same location new rhib is insta spawned . So over and over its insta respawning on same spot for ever when killed .. So lets say in this case we have min 4 , max 8 ,Even if i go 8 min , 8 max its same. { "Chase Range": 300.0, "Sense Range": 100.0, "Minimum": 4, "Maximum": 8, "List of positions for spawn on the map": [ "(-1900.00, -0.75, 50.00)", "(-850.00, -0.75, -490.00)", "(-830.00, -0.75, 160.00)", "(120.00, -0.75, -90.00)", "(50.00, -0.75, -640.00)", "(710.00, -0.75, 240.00)", "(780.00, -0.75, -420.00)", "(1550.00, -0.75, 150.00)" ]
  6. copcopekcro

    Bots without weapons

    Bots are not spawning ..sometimes it spawns it , naked ... Cant kill it ... Didnt put any custom names... Also invisible
  7. copcopekcro

    Bots without weapons

    [BotReSpawn] A bot at RedBot has no weapon. Check your kit RedBot for a valid bullet or melee weapon. So on my image there is that RedBot kit ... I rly dont know why iam getting this ...
  8. Well yea , hardcore is blocking placing map markers , not single tp plugin work (those like tp marker) ..
  9. Ok , will think about it
  10. well i can make it .... But i have something better .
  11. No not yet , i forget about it sorry ... Will do it today
  12. Only versus player, or also buidling etc? I can look if there are apis for that SimplePVE.
  13. There are 3 skins made , for arrow , pistol bull , rifle bull. You can see them on image . But if you need some other skins on it , i can make it , no problem
  14. Hey ! I dont know this someone asked or not , but i will still ask ... So i have this on true , but they dont attack regular player dron at all ... Iam using TruePve if that go any case with it ...
  15. copcopekcro

    Memory issues

    If you dont use plugin at all (dont spawn chests , npcs , event) its very strange to be honest ... But well will check few other stuff ..
  16. copcopekcro

    Memory issues

    Changed Status from Pending to Fixed Changed Fixed In to 2.0.6
  17. copcopekcro

    Memory issues

    Fixed in new version ! Let me know results
  18. copcopekcro

    Memory issues

    Oke oke , I found what is problem ..working on fix rn ! Oke , will change to 0 spawn chance of that coin ( probably i forget to change that on 0 , rest are default 0 )
  19. copcopekcro

    Memory issues

    If you are using default config : "Coins": [ { "ItemDisplayName": "Gold Coin", "ItemShortname": "easter.goldegg", "SkinID": 3151241149, "MinItemPerCoin": 1, "MaxItemPerCoin": 10, "LootTable": "goldcoin", "LootTables": { "goldcoin": [ { "Economy": "Item", "IsBlueprint": false } ] }, "Spawns": [ { "PrefabPath": "assets/bundled/prefabs/radtown/crate_normal_2.prefab", "SpawnChance": 100.0 } ] } Coin is spawning in every (crate_normal_2) crate . And that is using memory ... Will check all
  20. copcopekcro

    bug

    Hey .... For me is working just fine . But can you explain me what is happening? Do players still got perm , do they still use perm or ?
  21. copcopekcro

    Memory issues

    Well did you turn on spawn event ? "AutomaticEventEnabled": true, "MaxEventsAtTime": 50, "MinEventTimer": 900.0, "MaxEventTimer": 1800.0, It cant go that high if there is not any chest / npc spawned .. But will check it ofc ! 10 "TreasureMaps" (2.0.5) by Copek (0.00s / 0 B) - TreasureMaps.cs This is after like 10 mins without using any event opening chest ... Do you have NPCSpawn plugin on server ? (iam just looking what can be problem)
  22. copcopekcro

    Api

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

    15 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
  25. Well thats about shop plugin ..my plugin have nothing with that ... Probably you didnt put price for it in shop
2m

Downloads

Total number of downloads.

9.6k

Customers

Total customers served.

140.3k

Files Sold

Total number of files sold.

3m

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.