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

Search results

  1. HalfAway

    Spell ERROR TFS 1.2

    https://otland.net/threads/doplayersetstoragevalue-tfs1-2-problem.246204/#post-2394519
  2. HalfAway

    Illusion map on neverland 4.2

    You probably need to adjust this in the engines source code and then recompile it. Not sure how to compile such old engines or if you even have source codes for it. You could switch to another engine, check the downloads section.
  3. HalfAway

    Who / What does the person above's name remind you off?

    A movie I watched when I was very young, but I can't recall the name. Talking cats and stuff.
  4. HalfAway

    NPC like Djinn [TFS 1.3]

    Looks like you are using a script from ORTS/server, they use a seperate file for storages. https://github.com/orts/server/blob/master/data/lib/miscellaneous/051-storages.lua#L5 It tries to index global 'Storage' (a nil value), there is nothing that defines what Storage is in your NPC script...
  5. HalfAway

    HalfAway's Server Setup/Management

    Mestrow96, Easy to work with, pays on time. Layout edit and scripts coded. Also a poll system for ZnoteAAC. Doomdice, Pays upfront, easy to work with. Windows Server Setup.
  6. HalfAway

    HalfAway's Server Setup/Management

    Zulfix, Easy to work with, pays on time. Linux Server Setup. Blez, Really easy to work with, pays on time. Linux Server Setup.
  7. HalfAway

    Happy New Year, OTLand!🎆

    Happy New Year! :)
  8. HalfAway

    HalfAway's Server Setup/Management

    Hello! I've decided to create a thread about this, since I get alot of PM's on Discord, with people who needs help to setup a server on either Windows or Linux. Sometimes they just need some help to compile the server, sometimes a full server setup. If you are looking for help to setup a...
  9. HalfAway

    Looking for Bounty npc TFS 1.2

    Yes, that will not work at all. Add me on Discord and I'll guide you.
  10. HalfAway

    Looking for Bounty npc TFS 1.2

    Add library in data/lib/ and create a folder and call it custom or anything you like and define it in the lib.lua You need to create a NPC and adapt the script with the functions, you can't just convert it into a "npc style" and it will work.
  11. HalfAway

    Looking for Bounty npc TFS 1.2

    Here you got a script for TFS 1.X, which got both bounty list and commands, but it is a talkaction, should be pretty easy to swap to a NPC instead. https://otland.net/threads/tfs-1-x-bounty-hunter-system.213135/
  12. HalfAway

    TOP 10 Best OTLand Servers?

    Impossible to decide which one is the "best" but take a look here, you might find something you'll like. https://otland.net/forums/data-packs.464/ https://otland.net/forums/distributions.18/
  13. HalfAway

    Scammed by LuckyM

    I wouldn't say the first thing I did, I wrote to you several days in a row on Discord, your status switching between Online and Away during the days. I waited 6 days.
  14. HalfAway

    Start the server

    If you can't host it yourself, you should probably rent a cheap VPS and run the server. Otherwise you might end up with a stolen server, by someone else.
  15. HalfAway

    Scammed by LuckyM

    Hello, just wanted to inform you all that @LuckyM is a scammer. He hired me to help him setup a server on Linux, including error fixing/scripts rewriting, because he wanted to change server engine. I charged 50 EUR, he paid me 25 EUR the same day we completed the job, he told me he would pay me...
  16. HalfAway

    Searching for a good VPS ( windows )

    @KingKing add me on Discord and I can explain how to use Linux and I can also help you set it up.
  17. HalfAway

    Help me, web xampp.

    Well you need to give us more information. What are you using? Layouts, AAC, Server version, etc etc.
  18. HalfAway

    Help me, web xampp.

    You can read the error message, it says a table does not exist. CREATE TABLE `z_forum` ( `id` int(11) NOT NULL auto_increment, `first_post` int(11) NOT NULL default '0', `last_post` int(11) NOT NULL default '0', `section` int(3) NOT NULL default '0', `replies` int(20) NOT NULL...
  19. HalfAway

    Hunter npc (find person)

    Remove one = at line 67, 71, 75. Should be like this: npcHandler.topic[cid] = 0 One equal (=) means you set the npcHandler.topic[cid] to 0.
Back
Top