UbberN00ber Refugee Feb 24, 2019 #1 can u make a forge lock with password like chest boxes...players are using zombies to raid bases and steal resources out of forges
can u make a forge lock with password like chest boxes...players are using zombies to raid bases and steal resources out of forges
D DukeW74 Refugee Feb 24, 2019 #2 Not as far as I am aware. Based on memory of a post years ago by Valmar you could not have two classes in a file. to have lockable crates you need. <property name="Class" value="SecureLoot"/> the forge needs <property name="Class" value="Forge"/> Things may have changed or my memory may be wrong so try adding this to the forge. Code: <property name="Class" value="SecureLoot"/>
Not as far as I am aware. Based on memory of a post years ago by Valmar you could not have two classes in a file. to have lockable crates you need. <property name="Class" value="SecureLoot"/> the forge needs <property name="Class" value="Forge"/> Things may have changed or my memory may be wrong so try adding this to the forge. Code: <property name="Class" value="SecureLoot"/>
D Drconfused Refugee Feb 24, 2019 #3 Not as far as I am aware. Based on memory of a post years ago by Valmar you could not have two classes in a file. Click to expand... what is the difference between property class= & property name="Class"
Not as far as I am aware. Based on memory of a post years ago by Valmar you could not have two classes in a file. Click to expand... what is the difference between property class= & property name="Class"