Jump to content

Dr.D.Bug

Member
  • Posts

    187
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Dr.D.Bug

  1. Dr.D.Bug

    BotReSpawn

    The bot gear and the fact that a player is killed by a bot has nothing to do with their respawn properties or their sleeping bags. You must have a completely different problem.
  2. Version 1.0.0

    609 downloads

    Simple Garage Prefab with 2 x Car Lift 1 x Workbench Tier 2 1 x Repair Bench 1 x Vending Machine with Engine Parts Tier 3 (high) Prefab Count: 182
    Free
  3. Dr.D.Bug

    BotReSpawn

    I'd like to revisit the idea of expanding the bots' weapon portfolio a bit. I would have wished that weapons, such as the water pistol or the water gun could work with these bots. Is there actually an overview of weapons that can be used by the bots in total? I'm not really expecting that, but it would be nice to know. Sorry@Steenamaroofor picking up an old topic again
  4. Dr.D.Bug

    Bicycle

    Version 1.0.0

    202 downloads

    Just a bicycle Prefab-Count: 138 This is a standalone prefab without any further terrain modifiers
    Free
  5. Version 1.0.0

    400 downloads

    Just a small quiet place to where even the king goes by feet. Prefab Count: 45
    Free
  6. Dr.D.Bug

    Raidable Bases

    I know that it is possible for a raidbase to spawn in a zone created by the zone manager. Check! However, it is also possible to spawn all raidbases exclusively in a zonemanager zone? For example to concentrate all raidable bases on a specific island.
  7. Dr.D.Bug

    Raidable Bases

    Is there a command which shows the actual status of currently running raidbases for admins and/or players? maybe I overlooked it , tnx
  8. Will you equip this sized map with a rail network in the near future?
  9. Dr.D.Bug

    Raidable Bases

    I just set the parameter to 1 as a test and tried to start a second base with another player. It really seems to work that way. tnx
  10. Dr.D.Bug

    Raidable Bases

    Does the Parameter "Max Buyable Events": 15, limit the buyable events overall or by player/team? When set a limit per tier to 1, can i set the limit overall parallel to 3 for all with this? I don't want to have more than 3 simultaneous RB's on my map. pls help
  11. @xaska Como ya habrás reconocido correctamente, el archivo del mapa va a Dropbox y los archivos con la terminación *.cs van al directorio /oxide/plugins de tu servidor. Recuerde agregar "?dl=1" al final de la ruta en su server.cfg. Ejemplo: server.levelurl "https://www.dropbox.com/........./*.map?dl=1"
  12. That may help, thanks a lot!
  13. I want to inform the players, that the Patrolheli was killed or the Patrolheli has leaved the island. Sounds easy ... but in this case i always got the information that the Heli was killed although it just leaves the island... pls. help! void Broadcast(string msg, params object[] args) { PrintToChat(msg, args); } void OnEntityLeave(TriggerBase trigger, BaseEntity entity) { if (entity is BaseHelicopter) { Broadcast("Patrolheli leaves."); } } void OnEntityKill(BaseNetworkable entity) { if (entity is BaseHelicopter) { Broadcast("Patrolheli was killed."); } }
  14. is there maybe an update in sight? can it possibly extended also for all ai NPC's, animals and so on? The errors of missplaced NPC's and animals are literally flooding the logfiles.
  15. When do you expect to provide your new 6k Map?
    It is an incredible good looking prefab! If this is really a result of drunken creativity, i would like to sponsor some uschkeba (scotich-gaelic 4 Whisky) . cheers!
  16. Thanks for the info to both of you. I'm looking forward for an update
  17. it seems that the plugin itself still only checks for oilrig NPC's... if (name != null && name.Contains("oilrig") && npc != null && !npc.isMounted && npc.NavAgent.enabled && !npc.NavAgent.isOnNavMesh && !npc.IsDestroyed) npc.Kill(); I'll try the NPCErrorFix.cs from @MikeHawke for a test. Will it be included in the Plugin "Oilrig Spawn Fix" in a new Version?
  18. by being so excited i forgot to ask... will the 6k map also have a racetrack? i also liked the ramp for car jumps
  19. I'm very excited and looking forward to see it
  20. That would be great. Thanks in advance!
  21. Is it possible to catch the Underwater Dweller Errors as well? see Logfile: assets/rust.ai/agents/npcplayer/humannpc/underwaterdweller/underwaterdweller.prefab failed to sample navmesh at position (-1913.9, -50.0, -1744.9) on area: HumanNPC (Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 39) "SetDestination" can only be called on an active agent that has been placed on a NavMesh. (Filename: Line: 197) Failed to create agent because it is not close enough to the NavMesh (Filename: Line: 648)
  22. i better should open my eyes next time, sorry! TNX!!!
  23. Hello, i'm missing a search function in the Plugins > Support-Section. How can I check whether my problem has already been reported?
    Although i'm not at home in the UK , i nevertheless have a lot of fun with this map. The developer really tries to improve the map with the help of our support requests. Thanks for that!
2.3m

Downloads

Total number of downloads.

10.6k

Customers

Total customers served.

153.8k

Files Sold

Total number of files sold.

3.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.