• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

LUA House Functions

Ancores

Active Member
Joined
Jan 17, 2010
Messages
538
Reaction score
28
Hello, I have a pretty big request, but I hope someone is able to help me out.

I need all LUA functions needed to create a house.
Something like:
doCreateHouse(id, name, townId, exitPos)
doCreateHouseTile(houseId, pos)
doCreateHouseDoor(uid, doorId)
setHouseOwner(cid, houseId)


I only need this if the server saves the house, so it's still there after server restart though.

TFS 0.3.7, client 10.10.
Any help appreciated.
 
Last edited:
Back
Top