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

    X or Y

    games Ronald MacDonald or Donald MacRonald?
  2. C

    Ctrl + V

    http://img158.imageshack.us/img158/5733/4133pm2.png i dont know why :s
  3. C

    OpenTibia DLL Pack (v1.5)

    centos 4 - 64bit
  4. C

    OpenTibia DLL Pack (v1.5)

    is there a libpack for linux? i keep getting these errors with the libs i downloaded: ./TheForgottenServer: /usr/lib64/libmysqlclient.so.15: no version information available (required by ./TheForgottenServer) ./TheForgottenServer: /lib64/tls/libc.so.6: version `GLIBC_2.4' not found (required by...
  5. C

    Compiling Compiling The Forgotten Server on Debian

    can't you compile it on windows and run it on linux? where are the sources?
  6. C

    NPC NPC atacking PKers, Monsters and Swearers!

    asdasdasdasd if isCreature(creature.uid) == TRUE then if isPlayer(creature.uid) == FALSE then if isCreature(creature.uid) == TRUE then if creature.type == 2 then fixed ;)
  7. C

    Como converto players xml para sql?

    a xml2sql da svn só funfa pra evolutions :S
  8. C

    Ctrl + V

    Ret_notenoughroom
  9. C

    a pet stub

    @Cronos no, cause its onLogin @fokuleh first you make an action or npc that sets your storagevalue adequately and you place the table petlist on the global.lua then you just login and your pet will login with you
  10. C

    Get invisible/cancel invisible

    it works, you have my word
  11. C

    function placeNpc

    luascript.cpp - where else? x) //placeNpc(name, pos) lua_register(m_luaState, "placeNpc", LuaScriptInterface::luaPlaceNpc); int32_t LuaScriptInterface::luaPlaceNpc(lua_State *L) { //placeNpc(name, pos) Position pos; uint32_t stackpos; popPosition(L, pos, stackpos); const char...
  12. C

    Ctrl + V

    doPlayerSendCancel(cid, text)
  13. C

    Get invisible/cancel invisible

    local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_DISPEL, CONDITION_OUTFIT) function onUse(cid, item, frompos, item2, topos) local invis = getPlayerStorageValue(cid, 1337) if invis == -1 or invis == 0 then doSetItemOutfit(cid, 459, cid) setPlayerStorageValue(cid...
  14. C

    TalkAction Cool Sex System

    actually its a 2/4 chance and case you dont get a child you will get aids buggy huh?
  15. C

    X or Y

    evil robots ftw :D metagame thinking or rpg <_<?
  16. C

    Action shows all functions

    Screenshot http://img164.imageshack.us/img164/8236/printfunctionsbj6.jpg
  17. C

    X or Y

    otland gunbound or worms?
  18. C

    a pet stub

    thanks ^^ ^^
  19. C

    Qual IP do Seu Server?

    127.0.0.1 o.O
Back
Top