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

    [Germany] Ashandra War 8.42

    Ashandra War ~ Age Of Battle ~ Informations: IP: ashandra.net PORT: 7172 TYPE: War Server CLIENT: 8.42 COUNTRY: Germany EXP RATE: Stages Login with 0/0 or 1/1 to make an account. On your account you will have 4 vocations to choose. -- A War Server with account? Huh? - Yes, the account will...
  2. M

    [MySQL] 'Lost connection to MySQL server during query'

    Hi there! I am hosting a War Server with the latest TFS (0.3.1pl2). After some minutes I can see this error 'Lost connection to MySQL server during query' while doing a simple 'SELECT' query. In my opinion this problem occures because the database is too big and the connection takes too...
  3. M

    [Gadget] Ashandra - War Gadget

    Ashandra - War Today I want to present my Windows Vista Sidebar Application for Ashandra. It will show the server status, gamemode, players and uptime: Here is a picture: More Information: http://otland.net/f43/germany-ashandra-war-19235/ [Germany]Ashandra - War - OpenTibia Fans...
  4. M

    Organize Information Window possible?

    Hi! I made a talkaction which will show you some informations on a info window (function doPlayerPopupFYI). But it's really anoing that you have to tab it with spaces, and tabs are shown as some strange sings... So, is there a possibility to organize this text ? Example: Info...
  5. M

    doRegisterTile(position)

    HI! When I tryed to make a script I found out that tiles where you have mapped nothing are not "registred" by the server, so you wont be able to create any items/grounds there... Would it be possible to make a lua function like doRegisterTile(position) ???
  6. M

    mayNotMove(cid,value)

    Hi, Today I tried to make a lua script with the function mayNotMove, but I got an error in the console which said that the command doesn't exist :S Has it been replaced with another command :confused: I'm using revision 962 (trunk)
  7. M

    Return lua table from SQL

    Hi, I don't know how to return a lua table or a string which I get from my sql database... Can anybody give me an example how I could do it. I tryed ext = assert(con:execute("SELECT `itemname` FROM `backpack` ORDER BY `id` LIMIT 5;")) but there it returned "MySql cursor <some number>"
  8. M

    doPlayerRemoveMana(cid,mana)

    Hi! I've got a little problem... I made up a function "doPlayerRemoveMana(cid,mana)" Here the Code: function doPlayerRemoveMana(cid,mana) if getPlayerMana(cid) >= mana then doPlayerAddMana(cid,-mana) return TRUE else return FALSE...
Back
Top