• 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

    Linux Known crash ?

    Where they should be ? which file on sources
  2. C

    Linux Known crash ?

    Hello im using 8.6 for the first time, do there is any changes should to be in sources to avoid known crashs by bot etc?
  3. C

    Linux Cpu usage

    CPU: e3-1240V2 3,4GHz Processor timing: 3,4 GHz Turbo Boost : 3,8 GHz The number of cores in CPU : 4 The number of CPU threads: 8 i use rl map with a middle exp and the players starting to be 300+
  4. C

    Linux boost crash !

    Hello im using Debian 64x but recently im facing a boost crash happened to me 2 times in 3 days :/ #7 0x00000000006c6cee in boost::asio::detail::task_io_service<boost::asio::detail::epoll_reactor<false> >::do_one (this=0xc5aa30, lock=..., this_idle_thread=0x7fae9d0d4d10, ec=...)...
  5. C

    Linux Cpu usage

    i have only 4 scripts on global-events maybe only the shop script every 10 secs mmm all the time, its random sometimes 70 sometimes 109 lol
  6. C

    Linux Cpu usage

    Hello, A 70 ~ 90 % CPU usage for a rl map with 200 players aint peace :/ it causing more delay on the push than normal also the magicwall time aint correct takes more time, Any solutions to decrease it ? Regards
  7. C

    Sql Query

    - - - Updated - - - bump
  8. C

    Sql Query

    newest gesior 2012
  9. C

    Sql Query

    1. 7 7 kills 2. 7 7 kills -.^
  10. C

    Sql Query

    yessss :D
  11. C

    Sql Query

    No :/ another example: here in picture count every member frags (xxxx kills) i want to make the same but count every member storage 1111 value same ^ :$
  12. C

    Sql Query

    an example: if there is a 3 guilds in my ot, 1-the first guild got 5 members, each member have storage 1111 value = 2, so there is 5 members so the total of the guild members of storage 1111 values (5 members * 2 value = 10 total) then the total=10 2-the second guild members got total of...
  13. C

    Linux server 24/7

    screen -r
  14. C

    Sql Query

    Hello im using gesior aac, so im trying to exchange this top guilds query from calculate and count the members frags to count the members storage value for example 1111. $guilds = $SQL->query('SELECT `g`.`id` AS `id`, `g`.`name` AS `name`, `g`.`logo_gfx_name` AS `logo`...
  15. C

    Solved Chose start POS on gesior aac!

    in gesior config.php find a line include a town (cntrll+F) town it should looks like the number behind the town in the list for example: 9 => 'Ankrahmun', 9: is the town id 'ankrahmun': the town name Regards Good luck
  16. C

    Solved Add description to player [HOW?]

    please more information about what you want
  17. C

    Solved Create tp with item, based on player pos

    try this local cfg = { time = 15, -- Time the teleport is open. exhausted = 60, -- Time you are exhausted. storage = 1337, -- Storage used for "exhaust." to = { x = 100, y = 100, z = 7 } -- Where the teleport takes you. } function onUse(cid, item, fromPosition, itemEx, toPosition)...
  18. C

    Windows Hosting Server!

    https://hosteam.pl/
  19. C

    Solved Problem in doors.lua (console error)

    in data/lib/050-functions.lua add: function isInArray(array, value, caseSensitive) if(caseSensitive == nil or caseSensitive == false) and type(value) == "string" then local lowerValue = value:lower() for _, _value in ipairs(array) do if type(_value) == "string" and lowerValue ==...
  20. C

    Gesior AAC

    make sure that you set mysql not sqlite
Back
Top