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

    Compiling Error while compiling in Windows

    I'm a newbie on compiling but I think its an error from boost ..
  2. Naaano201

    Compiling Error while compiling in Windows

    Just this two errors: 1> luascript.cpp 1> C: \ otx-sdk-3.2 \ boost-1.51 \ include \ boost / filesystem / config.hpp (16): fatal error C1189: # error: Compiling Filesystem version 3 file with defined BOOST_FILESYSTEM_VERSION! = 3 1> scriptmanager.cpp...
  3. Naaano201

    7.6 Downloads HELP :\

    Full RealMap - 7.6 OldSchool
  4. Naaano201

    Setting your OTServer online

    Windows 7 1. Click the Start button, click All Programs, click the right mouse button in the Startup folder, and then click Open. 2. Open the location that contains the item for which you want to create a shortcut. 3. Click the right mouse button on the item, and then click Create Shortcut...
  5. Naaano201

    Linux MultWorld Same Port

    If you gonna host on home I think it won't be possible because you will have the same global ip in the 2 servers. So the unique solution is using diferent ports.
  6. Naaano201

    Opening Ports!

    http://192.168.1.1/ 1. Advanced setup 2. NAT/Virtual servers Then add the port that you want.
  7. Naaano201

    Compiling Error while compiling in Windows

    Now: 1> luascript.cpp 1> C: \ boost-1.51 \ include \ boost / filesystem / config.hpp (16): fatal error C1189: # error: Compiling Filesystem version 3 file with defined BOOST_FILESYSTEM_VERSION! = 3 1> scriptmanager.cpp 1> C: \ boost-1.51 \ include \ boost / filesystem / config.hpp (16): fatal...
  8. Naaano201

    Compiling Error while compiling in Windows

    Added liblua51 include and shows the same error .. 1>c:\sources\luascript.h(32): fatal error C1083: Can not open include file: 'lua.h': No such file or directory
  9. Naaano201

    Compiling Error while compiling in Windows

    Now this: 1>c:\sources\luascript.h(32): fatal error C1083: Can not open include file: 'lua.h': No such file or directory Going to try to add liblua ...
  10. Naaano201

    Compiling Error while compiling in Windows

    Error: 1> c: \ sources \ otpch.h (34): fatal error C1083: Can not open include file: 'boost / config.hpp': No such file or directory boost/config.hpp // Boost config.hpp configuration header file ------------------------------// // (C) Copyright John Maddock 2002. // Use, modification and...
  11. Naaano201

    Compiling Error while compiling in Windows

    I think that the images explains the error... C/C++ -> General -> Additional Include Directories and then add "include" directory from where you have unpacked Libs: Linker -> General -> Additional Library Directories and then add "libs" directory from where you have unpacked Libs...
  12. Naaano201

    Solved Banned from otservlist ?

    Thanks for the fast reply ;>
  13. Naaano201

    Solved Banned from otservlist ?

    Ok, I get it. So, not counting x-logged players I won't get banned? (for that reason^)
  14. Naaano201

    Solved Banned from otservlist ?

    Can you get banned from otservlist.org if you are using non-logout zone at trainers but showing in your webpage Players online: X - Players AFK: Y ??
  15. Naaano201

    Solved inquisition Portals ... ?

    I'm going to try right now - - - Updated - - - Omfg .... When I changed the distro I didn't remember to edit monster files. 1000 kisses for you Evan ;p
  16. Naaano201

    Solved inquisition Portals ... ?

    If I remember correctly with an older version of the distro it was working good ... :/
  17. Naaano201

    Solved inquisition Portals ... ?

    I'm just standing at local ushuriel_in_position = {x=210, y=959, z=12, stackpos=2} and kill Ushuriel, nothing happens.
  18. Naaano201

    Solved inquisition Portals ... ?

    Why it doesn't create the teleport when I kill the boss? No errors in console, I can't find the error :S inquisitionPortals.lua function onDeath(cid, corpse, killer) registerCreatureEvent(cid, "inquisitionPortals") local creaturename = getCreatureName(cid) local...
  19. Naaano201

    Lua NPC Halvar

    I already writed the post from where I get Anyways here is the script: domodlib('arenaFunctions') local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid)...
  20. Naaano201

    Lua NPC Halvar

    [6/11/2012 14:29:34] [Error - NpcScript Interface] [6/11/2012 14:29:34] data/npc/scripts/svargrond_arena.lua:onCreatureSay [6/11/2012 14:29:34] Description: [6/11/2012 14:29:34] (LuaInterface::internalGetPlayerInfo) Player not found when requesting player info #3 [6/11/2012 14:29:35]...
Back
Top