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

    hmm, never heard about it tbh, gonna do a little research on this, thanks.
  3. sowber

    Massive ping variation (rev.3777)

    getting 'Request timed out.' when pinging my server, so idk how to measure it xd. i could check before with elfbot (not sure if it's precise)
  4. sowber

    Massive ping variation (rev.3777)

    gonna do this asap, will post results here then
  5. 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...
  6. sowber

    AAC Gesior Issue

    Yep, i was running the correct version of Gesior, but i've found 2 issues so far. 1) I'm using sha1 as encrypt, so i create an account in AAC and the account doesn't work ingame. smmth' wrong with my db i guess, but couldn't manage to fix it. 2) Got errors when try to search for a player, as...
  7. sowber

    AAC Gesior Issue

    i'm using this gesior [Gesior 2012] First Tibia Global Layout gesior2012 raw version also giving me bugs when i search for characters. my tfs version is 0.4 3777
  8. 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...
  9. sowber

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

    Worked, thanks
  10. 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...
  11. sowber

    Gesior step 5 error

    @Don Daniello Problem is solved now, i needed to update my classes/config.php to match with mysql table, thanks anyway
  12. sowber

    Gesior step 5 error

    Hello @sowber! Do not hesitate to use our Otland Support Forum dedicated to Spigu.net customers!
  13. 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...
  14. sowber

    Best Hosting Service?

    @Dyabl0 sure, i'm probably gonna look into it, thanks
  15. 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...
  16. sowber

    Solved Attaching actionid to item

    sure, gonna try now doItemSetAttribute(key, "aid", 3666) works like a charm, thanks @Dyabl0, solved.
  17. sowber

    Solved Attaching actionid to item

    my 050-function.lua doesn't have that function, so, should I add it just like yours?
  18. sowber

    Solved Attaching actionid to item

    didn't work
  19. 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...
  20. sowber

    Lua Check values from/to?

    Hmm i don't think so, i tried with quests.xml and got no questlog message. (TFS 0.4 3777) And yes, it will spam 100+ messages, and i don't want this. I want to register quests in questlog, so player will know wich accesses he has and stuff.
Back
Top