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

    C++ Spells Exhaustion Issue (TFS 0.3.7 rev5)

    Yo, as many of you already know, this revision has an annoying bug related to spells exhaustion. Since this rev is made for 8.6, and in this version you can spam healing + attack spells (e.g: exura gran + exori vis). I acctually can't, because the exhaustion is pretty much the same for every...
  2. sowber

    Massive ping variation (rev.3777)

    Yo, i'm having a massive ping variation in my server. Basically when i move my character i got a lot of freezes, my ping goes from 200~ to 400~. Taking a look at otland's i found a lot of threads saying that i should check my datapack and look for faulty scripts. I did some tests, and i'm...
  3. sowber

    AAC Gesior Issue

    Yo, i'm getting this error when accessing accountmanagement.php: Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /home/otsmanager/www/public_html/pages/accountmanagement.php:717 Stack trace: #0 /home/otsmanager/www/public_html/system/load.page.php(7): include() #1...
  4. sowber

    Solved Gesior 'salt' problem (TFS 0.4 rev 3777)

    Yo guys, i'm having some issues on gesior AAC installation, since i have the 0.4 3777 tfs rev, and my db doesn't have the 'salt' table, does anyone knows a solution? I've tried to remove 'salt' line from classes/accounts.php, the installation went good, but i get errors when i search for...
  5. sowber

    Gesior step 5 error

    yo, i'm getting this error in gesior step 5: Fatal error: Uncaught Error: Call to a member function fetch() on boolean in /home/otsmanager/www/public_html/classes/account.php:33 Stack trace: #0 /home/otsmanager/www/public_html/classes/account.php(21): Account->load(1, 'name') #1...
  6. sowber

    Best Hosting Service?

    Yo guys, looking for a good hosting service to setup a 8.6 realmap. I've read some posts over otland, and saw a lot of ppl saying that OVH plans aren't good for host gaming servers. A friend of mine recommended ServerLoft, but idk, do someone knows a good one? With good support, management and...
  7. sowber

    Solved Attaching actionid to item

    Hello, i'm having problems to set aid to certain item, here is my actual code (TFS 0.4 3777) local key = doPlayerAddItem(cid, 2088, 1) if key then doSetItemActionId(key, 3666) setPlayerStorageValue(cid,53652,1) talkState[talkUser] = 0...
  8. sowber

    Lua Check values from/to?

    Hello, i'm trying to create a script wich checks PlayerStorageValue from number to number. How to it properly with just 1 line? Here comes an example: if getPlayerStorageValue(cid,44601-44700) < 0 then doPlayerSetStorageValue(cid,44601,1-44609,1) -- Storages doPlayerSendTextMessage(cid...
  9. sowber

    About XML/LUA

    Yo, i'm working in TFS 0.4, and i know i can use lua and xml to set shop module to NPC's. What should i use ? Considering a simple shop module, nothing advanced. is there any diff between them? And what happens if the script has shop module activated in both xml/lua? Could i get any bug? Thanks.
  10. sowber

    Linux Best OS to run a TFS 0.4 rev 3777?

    Sup guys, which is the best OS to run a 0.4 rev 33777 + Gesior2012 ? Already tried to run it in ubuntu 14.04, but gome some errors. Does anyone know wich OS runs it stable? Thanks.
  11. sowber

    Solved Best distro for 8.6?

    Hello, i'm considering working in a realmap ots, so which is the best distro working on 8.6? Should i use the latest rev of 0.4, or should i go for 1.x? I know it's probably a noob question, but i'm still learning the processes to develop an OT. Thanks anyway.
  12. sowber

    8.60 real datapack w/ otxserver?

    Yo, does anyone know any 8.6 realmap datapack compatible w/ otxserver 3.0+? It should be as raw as possible, no customs stuffs or anything, sorry if this question sounds newbie, cause i'm really not familiar w/ the newest distros, since i don't work with OTS since 2011.
Back
Top