• 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!

house

  1. Slatera

    TFS 1.X+ [SOLVED] Can you make a spawned NPC stay in an owned house after restart?

    Hello there, I've basically been working for 9+ hours trying to create my own version of a hireling, and I got it working completely except for one thing, the NPC spawned through my script obviously does not stay in the house after a restart of the server. So I have a question, is there anyone...
  2. potinho

    AAC Gesior 2012 - Houses Page dont show Towns

    Hi guys, good afternoon. I use Gesior 2012 and I changed my houses page, but I found a bug: Cities don't appear and I can't filter by owner, name or size. Could you help me to fix it?
  3. djurasik

    After creating house in RME cannot open door of house

    Hello. I traying seriously everything but my mind blows. I use TFS 1.4 and Remeres Map Editor 3.7 As you see i make simple house. Next make House tiles like red border of photo: As you see "Select exit" is too here. Save map, start server and great! I can buy house. Then i write !buyhouse and...
  4. Yan18

    TFS 0.X [TFS 0.4] How to know if a player is inside a house?

    Hello guys! There is a way to know if a player is inside a house? Have some flag to get it? I searched if there was a way, but I didn't find it out.
  5. guiismiti

    One house per account - simple LUA, does not require DB modifications

    Hello! I wrote this today for my server, and I remember seeing some unanswered threads in OTLand asking for it. What it does is, it checks for other characters in the same account and then checks the houses table for an owner with that id. There are two advantages over using an extra...
  6. C

    Houses database is maintained in new map

    Hello, about Otserv: Protocol 12 Client 12 Remere map editor 3.4 I tried a new map without houses. The case is that the houses on the previous map (map rl) are kept in the database. So I don't know if I should build houses yet, should I take any action first? Then to create new houses, should...
  7. C

    TFS 1.X+ Client crashes whenever I buy a house and logout

    Hey guys, I have a weird bug that whenever I buy a house and the server restarts, next time I log in my game crashes. After this, I must try to log in 2x because the first I always get a debug error. Any idea what should I be looking for to fix it There is no errors in console, the game just...
  8. elnelson

    House is not saving unmovable objects.

    Hello bois, i have added some construction objects like ovens, anvil and crucible. But after SS or restart the unmovable objecst wont save. Any patch for this? im using TFS 0.4
  9. alvinho

    TFS 0.X House system not working properly

    tfs 0.4 Where should i look to solve this error?
  10. I

    AAC Modern Acc, Bug Auction House

    Well, I'm sure this has been posted, but after searching for quite a while (without any results that is), I decided to make a new thread. Basically, when bidding on a house, no matter how much I want to bid (say, 200 000), it always shows up at 1. When the auction ends, the house is still...
  11. S

    Lua TFS 1.3 getHouseOwnerNameById

    How can I get the name of the owner of a house? I have this script below but ownerName return false and houseOwnerId returns the player id. I'm new at lua so I would appreciate a full example. Later I will try to make it a function. I'm using this inside a action script when a lever is...
  12. D

    WARNING : could not load spawn data [HELP!]

    Anyone can help me ? please screens Engine Config Lua Folder world asd-spawn.xml LIKE FOR HELP!
  13. Joe Rod

    Feature [TFS 1.X] All players from your account can enter to your house

    Hi again :D. With this code all the players from your account can enter to your house (they become owners too) house.h find uint32_t owner = 0; add below uint32_t ownerAcc = 0; find: uint32_t getOwner() const { return owner; } add below: void setOwnerAcc(uint32_t accId) {...
  14. Margolin

    !buyhouse One House per City

    Hello! As the title says. I would like to know if its possible for someone to modify the !buyhouse command so that a player can buy one house per city, in order to enhance the real state in my server. Im currently using TFS 1.3 Thanks in advice
  15. Dyabl0

    [Map Editor] issue with houses

    There is a small issue with house in map editor, the thing is I try to copy house.xml to newer map one (same version), but in new map there is no house tile (light blue thing) painted onto the house tiles, so once I paste my house.xml and open the map.otbm, there are no errors and house palette...
  16. whitevo

    Lua TFS 1.x how to save items to database with Lua

    I am creating completely new housing feature for my server and was not using any of the functions given by the source. I was thinking how should I save and load player houses with Lua. Got few ideas, but first wanted to try what does these "houseTiles" do (the ones what you can set in RME) And...
  17. baxovski

    Windows (RME - Failed Load) Spawn & House, everytime anymap

    Hello, i'm Luke. i got a problem with my RME Editor (3.0 i tried also with 3.2, 2.0+). it does not matter what version of the map I'm going to open, always i got the same problem (Screen) i was trying compile RME-Master, i did but was still the same problem, i did update drivers but nothing...
Back
Top