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

    Feature Fix/Patch exploit of bot to crash/lag servers and clone items

    Where I put this? local storage = 61894 local exhause_time = 500 -- in milli seconds local function resetStorage(cid) if isPlayer(cid) then setPlayerStorageValue(cid, storage, 0) end end local function doExhaust(cid) -- exhaust divided by 1000 can be 0 (500 / 1000 = 0)...
  2. S

    Feature [creatureEvent] onMove very advanced

    Where I put this?? function onMoveItem(cid, item, formPosition, toPosition, fromItem, toItem, fromGround, toGround, status) Structure : fromItem, toItem = -- return the item just below the moveditem, or returns the container it was moved from fromGround, toGround = --returns the tile , so...
  3. S

    Compiling Bug SQM

    When an SQM is with several items in it, no player can hit it Magic Wall. How to solve?
  4. S

    Compiling Library Function

    My 101-war.lua WAR_GUILD = 0 WAR_ENEMY = 1 and in configure.ac OPTIONAL_FLAGS="-D__WAR_SYSTEM__" This correct? - - - Updated - - - Please closed... Solved :D
  5. S

    Compiling Library Function

    I need library for fuction "doGuildAddEnemy" for data/libs/050-function to fix this error [19:6:25.482] [Error - TalkAction Interface] [19:6:25.482] data/talkactions/scripts/war.luanSay [19:6:25.482] Description: [19:6:25.482] data/talkactions/scripts/war.lua:70: attempt to call global...
  6. S

    Change to hit

    In my server is giving several failed .. Hit Knight and Paladin and a wide variation of 7 hit 300 and go to next hit miss. Would increase the chances of hits
  7. S

    Please ban hemera-ot.servegame.com

    Where is the punishment for Ip Address: hemera-ot.servegame.com (?) Owner: Hemera ????
  8. S

    Please ban hemera-ot.servegame.com

    Ban IP hemera-ot.servegame.com are using spoffing
  9. S

    Compiling When I compiling

    Makefile.am(The file is in uppercase M) noinst_PROGRAMS = theforgottenserver CXXFLAGS = -pipe AM_CXXFLAGS = $(XML_CPPFLAGS) $(OTSERV_FLAGS) $(LUA_CFLAGS) $(DEBUG_FLAGS)\ $(MYSQL_FLAGS) $(SQLITE_FLAGS) $(PGSQL_FLAGS) $(PROFILER_FLAGS)\ $(OPTIONAL_FLAGS) -D_THREAD_SAFE -D_REENTRANT -Wall -Wextra...
  10. S

    Compiling When I compiling

    You could try to get to me? Which file you need? The build.sh is here #!/bin/bash # CCache + multicore compilation script by Stian # For "The Forgotten Server" # Example: # # make clean # # time ./build.sh # Gives: # real 3m27.070s # user 6m4.066s # sys 0m16.659s # CCACHE recompile (from...
  11. S

    Compiling When I compiling

    Good night, Erro When I ran the command make clean && ./build.sh mv -f .deps/iologindata.Tpo .deps/iologindata.Po luascript.cpp: In static member function âstatic int32_t LuaInterface::luaGetTownTemplePosition(lua_State*)â: luascript.cpp:9187:7: error: variable âdisplayErrorâ set but...
  12. S

    Linux Command (PhPMyAdmin)

    Thaanks Dude!!
  13. S

    Linux Command (PhPMyAdmin)

    When I was running the command in PhPMyAdmin: TRUNCATE `killers` Error: #1701 - Cannot truncate a table referenced in a foreign key constraint (`otserv`.`environment_killers`, CONSTRAINT `environment_killers_ibfk_1` FOREIGN KEY (`kill_id`) REFERENCES `otserv`.`killers` (`id`)) And when I was...
  14. S

    [Gesior AAC] Advanced Bug Tracker

    I use Gesior and an operating system Ubuntu. Does the error is not in the permissions? - - - Updated - - - Error When I go to add the bug, gives error ... Elynnia - Reportar Bug
  15. S

    [Gesior AAC] Advanced Bug Tracker

    I'm using now and look http://elynnia.net/index.php?subtopic=bugtracker The page does not open
  16. S

    [Gesior AAC] Advanced Bug Tracker

    I have a problem ... When I go to add the bug, gives error ... The page is blank Elynnia - Reportar Bug - - - Updated - - - The tables have already been created and the problem will not yet solved
  17. S

    [PHP] Function in Forum.php

    Anyone have the code and could edit the file .php to low and pass me please? [PHP] Function in Forum.php - Pastebin.com Sorry my internet crashed and posted twice
  18. S

    [PHP] Function in Forum.php

    gabriel.outor Anyone have the code and could edit the file .php to low and pass me please? [PHP] Function in Forum.php - Pastebin.com
  19. S

    [PHP] Function in Forum.php

    is offline,online is only on my computer. want to see if we can make contact via skype and you see the team viewer
  20. S

    [PHP] Function in Forum.php

    I need Function for [.color = (COLOR)]TEXT[./color], without. and one function for the font size. Forum.php [PHP] Function in Forum.php - Pastebin.com
Back
Top