- Aug 9, 2023
- 21
- 0
- 0
Hello RuneServer.
I am working on a clean 508 Server (rs2hd) and Client.
I want to remove doors and replace them.
I want the Config file to include:
I don't have the file structure for addGameObject or removeGameObject and I have tried but I am not smart enough --yet-- to make the function myself.
Can someone please provide code for AddGameObject and DeleteGameObject?
I am working on a clean 508 Server (rs2hd) and Client.
I want to remove doors and replace them.
I want the Config file to include:
Code:
//ObjectSpawn.cfg
//Spawn -- to add object. Remove -- to delete object. ID -- Object ID. X -- X. Y -- Y. Height -- Z. Face -- Direction Facing. Type -- Type of Object.
//spawn id x y height face type
//remove id x y height face type
I don't have the file structure for addGameObject or removeGameObject and I have tried but I am not smart enough --yet-- to make the function myself.
Can someone please provide code for AddGameObject and DeleteGameObject?