• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. averatec

    What game engine edoes tibia use?

    Don't call me child, kid. Tibia is game created by CipSoft. You cannot get their files. They develop their own client(s), game servers, login servers, editors also own page, if you don't know they got two other games one is called TibiaMe and second some kind of comics flash game(idk)... Open...
  2. averatec

    What game engine edoes tibia use?

    I don't know if you are trollin us or you haven't any knownledge about tibia?
  3. averatec

    Raggear ACC v1.0

    Nice job. Selling anything related with this AAC is bad move. It can be write easly.
  4. averatec

    Guildwars page on gesior 2012?

    <div class='SubmenuitemLabel'><span style="color: red;">Guild Wars</span></div>
  5. averatec

    Bought a dedicated, how to redirect my domain?

    I think problem is solved : ) He asked me via skype.
  6. averatec

    Linux & Programming/Scripting Services

    skype of mine: averatec_
  7. averatec

    Linux & Programming/Scripting Services

    contact me via pm or skype
  8. averatec

    OTList.net - A revolution for Creators & Players!

    my bad xd should be maintenance msg xd
  9. averatec

    9.86 outfit shower

    Download 10.31 version: http://www.speedy*****malware.localhost/RkXUU/outfits.tar.gz
  10. averatec

    Visual C++

    http://stackoverflow.com/a/6858585/2962442
  11. averatec

    Visual C++

    a moze tak caly blad, bo "is not a member of" mowi tyle co nic, member of std? #edit wczesniej wkleiles ledwie jedna linijke i to nie cala... wiec nie rob ze mnie wariata subzero
  12. averatec

    jak zmienić nazwę silnika i exp table?

    o ile sie nie myle licencja to gnu gpl v2, wiec na uzytek wlasny mozna robic z kodem co sie chce, tak po za tym tfs jest forkiem opentibiaserver z otfans.net(rip) jak wiadomo kazdy silnik ma/mial swoje wady, wiec zmiana jego nazwy moze zmylic kogos kto by chcial ich uzyc nazwe zmienisz w...
  13. averatec

    Function not working correctly

    int32_t LuaInterface::luaGetCreatureMaxHealth(lua_State* L) { //getCreatureMaxHealth(cid[, ignoreModifiers = false]) bool ignoreModifiers = false; if(lua_gettop(L) > 1) ignoreModifiers = popBoolean(L); ScriptEnviroment* env = getEnv(); if(Creature* creature =...
  14. averatec

    OTList.net - A revolution for Creators & Players!

    sorry I'm doing what I can, but I don't have much free time these days :(
  15. averatec

    OTS List połączenia

    zamiast players online wysyla liczbe polaczen, wiec wszyscy ktorzy dali exita nie beda liczeni
  16. averatec

    Light effect

    doSetCreatureLight(cid, lightLevel, lightColor, time) ?
  17. averatec

    Lua GlobalEvent Error

    $i = 0; foreach($SQL->query('SELECT name, points FROM players ORDER BY points DESC LIMIT 30;') as $player) { $i++; $main_content .= '<tr bgcolor="' . (is_int($i / 2) ? $config['site']['lightborder'] : $config['site']['darkborder']) . '"> <td><a href="?subtopic=characters&name=' ...
  18. averatec

    Lua GlobalEvent Error

    local config = { limit = 5 } function onThink(interval, lastExecution) local t, ret, tmp = {} tmp = db.getResult("SELECT name, points FROM players WHERE online != 0 ORDER BY points DESC LIMIT ".. config.limit) if(tmp:getID() ~= -1) then while(true) do name =...
  19. averatec

    Lua Teleport Scroll (Lower Case or Upper Case)

    it's impossible, str:lower() changes entire string to lower case, and inside config left only lowercases rows http://codepad.org/EsAFAKcO']http://codepad.org/EsAFAKcO example
  20. averatec

    Lua Teleport Scroll (Lower Case or Upper Case)

    local t = { ["thais"] = {pos = {x = 581, y = 446, z = 7}, storage = 1337, time = 120}, ["venore"] = {pos = {x = 834, y = 420, z = 7}, storage = 1337, time = 120}, } function onTextEdit(cid, item, newText) newText = newText:lower() if item.itemid == 1952 then if...
Back
Top