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

    Znote AAC Website, others can not see them. What can i do?

    I go for you site> 29 August 2013 (14:39) by [Admin] RaZoR - Help us! Report Bugs in Game or in our Website to Improve our Server and you'll get Rewards. Look in our Shop we have some Special Items for you :). Invite your Friends to Play our OT it will be a nice Experience for you. -RaZoR
  2. FabianoBN

    Linux Players can't log-in after few seconds

    Debian 10.01? o.O you used some iptables? before restarting made any changes?
  3. FabianoBN

    Compiling error: "Required OpenSSL headers not found."

    post the lib u install.
  4. FabianoBN

    Solved Loading Items Error

    Test the dll pack 1.5 and see it in your task manager, if the TFS is not consuming a lot of memory.
  5. FabianoBN

    Solved Loading Items Error

    what tfs you use? what dll pack you use? Test this dll: http://otland.net/threads/opentibia-dll-pack-v1-5.1042/ what is the configuration of you machine?
  6. FabianoBN

    Solved Not solved!

    What TFS u use man? is so: <movevent type="Equip" itemid="2165" slot="ring" event="function" value="onEquipItem"> <vocation id="4"/> <vocation id="8" showInDescription="0"/> </movevent> <movevent type="DeEquip" itemid="2165" slot="ring" event="function" value="onDeEquipItem"/>
  7. FabianoBN

    Compiling error: "Required OpenSSL headers not found."

    Test this man: apt-get install libssl-dev
  8. FabianoBN

    Zombie Event does not work!

    you need add this in data/talkactions/scripts/zombie/ onsay.lua: function onSay(cid, words, param, channel) if(getStorage(ZE_STATUS) ~= 2) then local players_on_arena_count = #getZombiesEventPlayers() if(param == 'force') then if(players_on_arena_count > 0) then...
  9. FabianoBN

    I try start my server

    If it does not work trading items.otb \ / you use Windows 7? have you tried to connect the server with administrator permission?
  10. FabianoBN

    Zombie Event does not work!

    This is the lib man: -- CONFIG ZE_DEFAULT_NUMBER_OF_PLAYERS = 5 ZE_ACCESS_TO_IGNORE_ARENA = 3 -- POSITIONS ZE_blockEnterItemPosition = {x= 873, y=997, z=7} ZE_enterPosition = {x = 1638, y = 1530, z = 7} ZE_kickPosition = {x=874, y=994, z=7} ZE_spawnFromPosition = {x = 1617, y = 1514, z = 7}...
  11. FabianoBN

    Compiling error: "Required OpenSSL headers not found."

    Search in the forum man ;x http://otland.net/threads/compiled-8-62.105791/ http://otland.net/threads/linux-compiling-problem-error.145676/
  12. FabianoBN

    Global Storage

    I think it would be so xP function onUse(cid, item, fromPosition, itemEx, toPosition) if getGlobalStorageValue(1337) == 0 then setGlobalStorageValue(1337,1) addEvent(setGlobalStorageValue, 24*60*60*1000, 1337, 0) end
  13. FabianoBN

    OtLand Security breach and moving to XenForo

    Come on! used to the new style!
  14. FabianoBN

    Lua Help in this Table

    I'm testing with him stationary, for I am with ADM.
  15. FabianoBN

    Lua Help in this Table

    I use this table in the AddEvent. but does not work ;x I'm using so: local from = {x=1234, y=1234, z=3} local to = {x=1234, y=1234, z=3} local function createitem(item, pos) for x = from.x, to.x do for y = from.y, to.y do local v = getTopCreature({x=x, y=y, z=from.z}).uid...
  16. FabianoBN

    !~!lag!~!

    o.O Very Nice xD My Internet 3mb --"
  17. FabianoBN

    [Request] I need a movement script

    Bump@
  18. FabianoBN

    Znote AAC 1.4 - [TFS 0.2.13+] & [TFS 0.3.6+/0.4]

    POST Print: - Array ( [username] => teste [password] => teste [token] => a2dasdd324jk4595k56o569kc98u3812jd9oda32l ) We tried to log you in, but... Username and password combination is wrong. TFS 0.3.7 SVN Because I Have this error in Login?
  19. FabianoBN

    Lua Help in this Table

    Bump@
  20. FabianoBN

    !~!lag!~!

    is the Internet Connection ^^
Back
Top