• 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. enzo boaroli

    [USA] Phyrexia 8.60

    bump give it a try!
  2. enzo boaroli

    Stolen Danera Server

    How the hell did it get stolen?
  3. enzo boaroli

    My server was banned?

    "era treiners that tava buggy" Sorry but what do you mean by that?
  4. enzo boaroli

    [USA] Phyrexia 8.60

    Bring up
  5. enzo boaroli

    Lua Creating event history from .lua

    Well I have been working on more important things on my sv, I thought event history was not such important atm, but I have an ideia, you just have to update some queries when the event ends (like I did in the first post) and put them in a table on PHP, must not be difficult, I'll try and post...
  6. enzo boaroli

    Gesior, Creating character doesnt copy sample

    When I create a character in the same page of acc creation, that character doesn't copy the respective sample equips. But when I try through acc management and create a new char to an existing account, the character copy the sample equips flawlessly. This is what I mean by creating a character...
  7. enzo boaroli

    [USA] Phyrexia 8.60

    PhyrexiaOT.com 7171 | 24/7 | USA, Atlanta Website: http://phyrexiaot.com/ Exp from 80x to 1.5x (boosters are obtainable) Skills rate: 30x Magic rate: 20x Server type: Open-Pvp We have a map based on Tibia RL with all its features + custom cities and edited Thais. Runes and ammunition are...
  8. enzo boaroli

    Linux Problem gesior on Ubuntu 10.04, but on WinXP it's ok

    @Ganjita @seleo thanks for commenting! Yes I reinstalled gesior. I have these errros: Notice: Undefined index: sqliteDatabase in /var/www/config-and-functions.php on line 30 Notice: Undefined variable: file_data in /var/www/config-and-functions.php on line 456 Notice: Undefined index: action in...
  9. enzo boaroli

    MoveEvent Slot system - Multi slot (No crashes)

    @Codinablack I thought that this could be the problem, but ignored as long as the post says that the only thing we would have to include to sources was 'hitchance'
  10. enzo boaroli

    Linux Problem gesior on Ubuntu 10.04, but on WinXP it's ok

    @up @dominique120 any idea? ^^
  11. enzo boaroli

    Linux Problem gesior on Ubuntu 10.04, but on WinXP it's ok

    The title explains itself, while I'm running my website on windows everything is ok, but when I upload to the dedicated and run it on Ubuntu, the page latestnews doesn't seem to load (blank page) and when I try another page like createaccount, options like 'Play Now' are not clickable and...
  12. enzo boaroli

    Lua Creating event history from .lua

    I'll try it, thanks!
  13. enzo boaroli

    Compiling 7.6 serv on linux

    Hey everyone, need help: how can a I make a 7.6 server run on linux? Searched around but didn't find any sources related to 7.6 server, and all 7.6 packs we see are already compiled to windows :( or could I simply use a newer tfs to run a 7.6 ot? Thanks
  14. enzo boaroli

    Lua Creating event history from .lua

    @up Nobody knows? I think it's simple, but I'm still learning lua. I need the function to include time into a roll.
  15. enzo boaroli

    [8.6] Custom Euforia Island - Many exp places!

    Great job, very useful, thanks
  16. enzo boaroli

    Lua Bless Problem

    This is my bless script and it works, should work for you local cfg = { bless = { 1, 2, 3, 4, 5 }, cost = 50000 } function onSay(cid, words, param, channel) for i = 1, table.maxn(cfg.bless) do if(getPlayerBlessing(cid, cfg.bless[i])) then...
  17. enzo boaroli

    Lua Creating event history from .lua

    Hi guys, I'm trying to generate an history after every event, I started with zombie tevent: lua code: local config = { website = "yes" playerCount = 2001, -- Global storage for counting the players left/entered in the event goblet = 5805, -- id of the gold goblet you'll get...
Back
Top