Hello, I run a vanilla server and since event.run was deprecated, I try to call it with entity.create but I don't know the prefab location so any help would be appreciated!
Airdrop prefab?
Discussion in 'Rust Discussion' started by Tiberone, Nov 12, 2016.
-
assets/bundled/prefabs/world/event_airdrop.prefab may be what you are looking for, but I don't think it works with entity.create command. A full list can be found at hastebin credits to oxide-plugins/Exporter.cs at master · lukespragg/oxide-plugins · GitHub
-
Last edited by a moderator: Nov 13, 2016
-
I looked into it some more and it looks like this is the correct way to do it entity.create "assets/prefabs/npc/cargo plane/cargo_plane.prefab"
-
Thanks for your help!