• 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

    Visual Studio 2017 - Otclient - DirectX9

    Hi i try to compile otclient directX9 on VS 2017. i have set OPENGL_ES=2 as a preprocessor. I add path to librares OpenGL-ES-SDK-master i get the error 'GLES2/gl2.h': No such file or directory (kompilowanie pliku źródłowego ..\src\client\client.cpp) otclient...
  2. C

    Otclient on Windows 10 (virtualbox)

    Hi I have Ubuntu 18.04 I install virtualbox and install windows 10 on virtualbox. When i started otclient on windows 10 i get message " No graphics card detected, everything will be drawn using the CPU,\nthus the performance will be really bad.\nPlease update your graphics driver to have a...
  3. C

    Lua TFS 1.2 can not log out for XX seconds.

    Hi I want rebuild foods script . After you eat food you can't logout for xx seconds. i found this script local storage = 102 function onLogout(cid) if (getCreatureStorage(cid, storage) == 1) then doPlayerSendCancel(cid, "You can not log out during these effects.") return...
  4. C

    Lua Item for random teleport

    hi i want to make item for random teleport. After 5 seconds back to old position(where start teleport) i have this code local random_positions = { ["A1"] = {x = 29990, y = 30125, z = 7}, ["A2"] = {x = 29990, y = 30133, z = 7}, ["A3"] = {x = 29990, y = 30141, z = 7}, } local timeback = 5...
  5. C

    NPC - Say something

    Hi I use tfs 1.2 I wonder, how to make fix for npc. I want to make npc say something at times. <?xml version="1.0" encoding="UTF-8"?> <npc name="xxx" script="xxx.lua" walkinterval="2000" floorchange="0"> <health now="100" max="100" /> <look type="132" head="20" body="39" legs="45"...
  6. C

    VC14 for orts server

    Hi I use this data --> enter I need folder vc14 for compile tfs 1.2 orts. i try get vc14 from here. but when i try start server i get many errors
  7. C

    darkness on all floors

    hi i use ths 1.2, 10.97 actually floor 0-7 is day+night and 8-15 is darkness. How to make all floors(0-15) with darkness?
  8. C

    Spawn time > time

    Hi <monster name="H1" x="-1" y="0" z="8" spawntime="60" /> Spawn time is in the seconds? spawntime=60 = 60 seconds? I try to measure this and spawntime need more time than real time anyone know how seconds have "1" spawtime?
  9. C

    Lua First items dependent of vocation

    hi i want give items on first login dependent of vocation i make this code: local firstItems = {2050, 2382} function onLogin(player) if player:getLastLoginSaved() == 0 then for i = 1, #firstItems do player:addItem(firstItems[i], 1) end...
  10. C

    Remove "mount" and "color palete"

    Hi I want remove this : wher it is in otclient?
  11. C

    Lua How to add new money to TFS 1.2

    Hi I want add new currency to tfs 1.2 Wher i can do this?
  12. C

    [Object Builder] Corp size 96 or 64

    Hi I have problem with create new outfit in Object Builder. I want change "Corp size" from 32 to 96 but i can't raise to value 96 (64 don't working too) How to make outfit with sieze 64 or 96?
  13. C

    Lua Item for block spawn

    Hi Its possible to make item for blocks spawn? I trying place parcel but monster spawn on parcel I trying too place "pot" I want make item for block spawn. Place item in spawn and block
  14. C

    How to disable Ambient Light and speaker icon

    Hi Anyone know how to disable icon speaker and Ambient Light
  15. C

    [Video Tutorial] Compiling OTClient Visual Studio 2017 Win10

    Hi everyone. It's my new profile on otland. old (xlucha) i make short tutorial how to compile otclient on win 10 with vs2017 Read description on YouTube under movie edit.1 I forgot change debug to relase on movie. Must be relase! edit.2 C:\Program Files (x86)\Microsoft Visual...
Back
Top