• 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

    Solved Launching ot server problem

    go to globalevents.xml and remove the line what got record.
  2. C

    Solved compile with -O2 or -g

    thank you my issue solved
  3. C

    Solved compile with -O2 or -g

    Hello, do i knw what is difference between compile with -O2 or -g ? what are those mean ? i think there 's also -O3 cant get it
  4. C

    Linux storeTrash from true to false

    OTX based to 0.3.7 TFS
  5. C

    Linux storeTrash from true to false

    seems useless then since i dont have any cleans process in my ot, well mm there is anything in sources known needed to be check causes this high CPU since if it not data-pack engine ?
  6. C

    Linux storeTrash from true to false

    Hello, am trying to decrease the CPU usage for my server, its around 80~ 100~%, since i got a global daily save and dont use any clean interval script, do if i changed storeTrash from true to false going to decrease the CPU usage ? since as written in CONFG_HELP storeTrash Define...
  7. C

    Experience for killing players - is it possible to block if player uses mc?

    did u added registerCreatureEvent(cid, "no-exp") in login.lua ?
  8. C

    Experience for killing players - is it possible to block if player uses mc?

    <event type="kill" name="no-exp" event="script" value="enforced.lua"/> function remove_exp(cid, old) if isPlayer(cid) then doPlayerAddExperience(cid, - (getPlayerExperience(cid) - old)) doPlayerSendTextMessage(cid,MESSAGE_EVENT_ADVANCE, 'Exp from MC not allowed!') end...
  9. C

    Linux gdb crash report

    Well this happens when i stand in a some door and use it, it crash
  10. C

    Windows ****.net OTservlist.org not online?

    contact with ur dedicated host support, and show the issue, it show like otservlist cannot see ur ports on.
  11. C

    Linux gdb crash report

    how to compile with debugging symbols ? aint this enough to show the reason ? am using TFS 0.3.7
  12. C

    Linux gdb crash report

    another one happened (gdb) bt full #0 0x000000000041884a in Item::getID (this=0x0) at item.h:184 No locals. #1 0x000000000057f0f7 in LuaInterface::luaDoTransformItem (L=0x7f45fd6b1980) at luascript.cpp:3611 newId = 4294967292 env = 0xa1da40 LuaInterface::m_scriptEnv func =...
  13. C

    Linux gdb crash report

    [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". Core was generated by `./a'. Program terminated with signal SIGSEGV, Segmentation fault. #0 0x000000000041884a in Item::getID (this=0x0) at item.h:184 184 item.h: No such...
  14. C

    Login problems

    check port 7172 if it opened or nt since 8.x + required to open port 7172
  15. C

    Linux Weird Freeze

    BUMP any required information ?
  16. C

    Linux Weird Freeze

    Hello, Loney thanks for replay, but i dont have a problems with save, simply there is a server freeze cause kicks for 3 4 mins and i dont know the reason, and i cant find the problem since my ot online with 150 players and no specific script cause this, is there anyway to find the reason ?
  17. C

    Lua Not realized yet. (gesior acc) (sms shop dont give item)

    its globalevent side
  18. C

    Linux Sample error

    reinstall them!
  19. C

    Linux Weird Freeze

    OTX Server is based on: The Forgotten Server Version: 0.3.7 - Crying Damson. A few days ago i've switched from 0.4 TFS to 0.3.7 as shown above successfully without any fails, the issue is: that am getting a weird types of freezes for example 2 days of normally uptime but a freeze cause the TFS...
  20. C

    Shop Image proplem

    Simply, just link your $config['site']['item_images_url'] = 'http://item-images.ots.me/960/'; with your www dic for example to: $config['site']['item_images_url'] = 'var/www/images'; and name the images with the item shop id for example if you added crystal coins you have to download the...
Back
Top