• 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. narko

    In-game store images

    Edited my post for an actually working solution of this thread issue.
  2. narko

    In-game store images

    My bad sorry. I edited the post. HOW TO GET STORE IMAGES WORKING. config.lua: http://yourdomain.com/store/ www directory: For example in /var/www/ create a folder called store, inside it create another one named 64. Your new directory should be like this: /var/www/store/64/ Move the 64x64...
  3. narko

    Cast System (Viewers)

    Not the best optimal way, but it will work. I have used it in the past, hope it will be useful for you. function onThink(interval) local players = getPlayersOnline() for _, pid in ipairs(players) do local data = getPlayerSpectators(pid) if(data.broadcast) then...
  4. narko

    Crash Server onkill tfs 1.x

    https://otland.net/threads/reward-chest-boss-reward-tfs-1-2.238554/page-2#post-2314080
  5. narko

    Pokémon GO

    Get a new phone
  6. narko

    [10.95] TFS 1.2 with critical hits and hp/mana leech!

    How are you getting this?
  7. narko

    [10.95] TFS 1.2 with critical hits and hp/mana leech!

    Thanks for sharing, I will take a look into it.
  8. narko

    Windows 2 otserver without change port

    Multiworld system allows this, you will have to edit the client yourself or pay someone to do it.
  9. narko

    Gesior PAYPAL

    PayPal report url in config.php should be set to your website instead of http://website/paypal_report.php Example: http://server.com/paypal_report.php Also If you are using Linux, I would recommend you to chmod 777 reported_ids folder.
  10. narko

    Paygol SMS donate method - are they worth using?

    They are legit but first you have to reach up to 100 EUR in order to withdraw them, also you have to wait depending on your payment cycle to see the funds. I had used it in the past and it has a pretty good payment gateway, i'm not saying they're the best choice but these days, there are not...
  11. narko

    [France] 7.7 Tibians Test Server

    Seems to be a good server, I would definetely play this when launched.
  12. narko

    Linux Install Nginx on [Debian 8 and Ubuntu]

    Nginx is smoother than apache2 though
  13. narko

    Bank system bug allow to clone crystal from none ? 1.2 tfs

    https://otland.net/threads/announce-gesior-2012-hack-clone-money.242754/
  14. narko

    Lua Server won't doesn't have monsters dying..

    A table called "tasks" is missing, add it to your lib or disabled the follow script.
  15. narko

    Decent PC, poor performance.

    Dual
  16. narko

    Decent PC, poor performance.

    15.8 of 16 GB.
  17. narko

    Decent PC, poor performance.

    1 month. I'll check it out mate, ty. The PC is currently running on high performance mode, I will try to delete trash from those folders. I haven't tried to overclock the CPU. I've been doing since I noticed that. I have reinstalled Windows like 4 times now, but yeah I will take time to do...
  18. narko

    Decent PC, poor performance.

    I recently built a new Gaming/Work PC. I am not an expert doing this but I have built PC's in the past. This was a fresh build I mean it wasn't just a simply upgrade. Recently I've been having some issues with performance using it, at first instance I thought that the problem may be caused by...
  19. narko

    Reduce Exp per rebirth

    doPlayerSetExperienceRate(cid) this function may be useful to achieve what you want.
Back
Top