• 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!

Search results

  1. Dubler

    [C++] Get all items on tile

    Hello guys, is there any more efficient way to get ALL items on a certain tile than iterating the tile by stackpos? I've found getItemsList() or sth like that but it returns only trash items like movables, grass and other decorations... It doesn't work for example with trees or statues. Kindly...
  2. Dubler

    Compiling Which revision of TFS has VERSION_TIMESTAMP 1333398851?

    Does any1 know which revision of TFS has VERSION_TIMESTAMP 1333398851? (checkable in definitions.h)
  3. Dubler

    Summ's Cast System

    Is there Summ's Cast System available somewhere for free? I've seen it's modification for tfs 1.0 and many distributions with the Cast already implemented (and all this for free), but I can't find the original one.
  4. Dubler

    A way to prevent maptracking

    Is there any possible way to prevent maptracking my server using default client and map tracker? I paid a lot of money for the map and don't want to share it with ppl who want everything for free by stealing stuff from others.
  5. Dubler

    [REQUEST] Code Blocks with 64bit gcc, includes and libs

    Could somebody provide me code blocks ready to compile tfs 0.3-0.4 with 64bit ? Thx in advance
  6. Dubler

    sending OpCode to server

    I wrote simple button function: function buySet() local message = table.serialize({currentOutfit,outfit.addons}) print("sent: ".. message) -- works great ProtocolGame.sendExtendedOpcode(0x4,message) -- just 4 doesn't work too destroy() end and here's the error: wtf? in source there...
  7. Dubler

    How to create Item in GUI

    Could somebody tell me how to create a virtual item in GUI? UIItem id: skillItem1 phantom: true size: 34 34 padding: 1 font: verdana-11px-rounded border-color: white margin-top: 6 margin-left: 6 or Item id: skillItem1 phantom: true...
  8. Dubler

    scheduleEvent

    Could somebody check if "scheduleEvent" of function with params is working? In this case delay doesn't work for me... Thanks in advance for responses.
  9. Dubler

    [bug]Tibia Classic Control

    In Tibia Classic Control also doesn't work clicking right on items instead of open/use item. Did anyone write a fix for it?
  10. Dubler

    Compiling with 64 bit -> HOW?

    How to compile tfs with 64 bits? I'm using http://otland.net/f19/luke-devcpp-code-blocks-forgotten-server-0-4-32-64-bits-125230/ this devcpp and i added -m64 but it's returning: 64-bit mode not compiled in *** [obj//actions.o] Error 1
  11. Dubler

    Linux 8.6 server - 10x fast attack and yelling

    Hi, i don't know how but suddenly today morning my attack started to be 10x faster! monsters attack, monsters yelling, npc yelling, players atack. Somebody know how to solve it? i tried my server, clean tfs data, and allisow ots.. always the same issues...
  12. Dubler

    onEquip crash

    tak sobie teraz obczaiłem że jak zakładam jakikolwiek onEquip to dostaje crasha, miał może ktoś taki problem. Przy okazji przydało by się dowiedzieć jak włączyć w DEV cpp crashlogi bo dodanie "-EXCEPTION_TRACER " jako parametru kompilowania nie działa :P
  13. Dubler

    Sprawdzanie docelowego miejsca teleportu

    w lua chyba takiej komendy nie ma, mógłby ktoś mi maznąć w c++ :$ najfajniej by było żeby dało by rade do getThingFromPos dodać tabliczke dest czy coś koło tego. Próbowałem namierzyć jakoś funkcje addThing() i do niej dodać ale nie moge jej znaleść. przy okazji może jest jakiś poradnik o...
  14. Dubler

    100% zabezpieczony silnik

    Tak więc, poszukuje w 100% zabezpieczonego silnika przeciwko takim crashującym skurwielom których się ostatnio duuuużo namnożyło. Od kogo polecacie kupić takowy silnik? Słyszałem że elf coś takiego sprzedaje, na ile to jest rzeczywiście zabezpieczone? Warto?
  15. Dubler

    Custom Items Attributes

    Kiedy dam itemowi wlasny atrybut np: doItemSetAttribute(item.uid,"dupa",10) to po ruszeniu nim na inną pozycje ten atrybut znika. Jest sposób żeby nie znikał inny niż dodanie tego atrybutu do c++?
  16. Dubler

    doCountItems in container

    ma ktoś pomysł na funkcje która liczy ile itemów jest w zbiorniku? taka co liczy także te wewnątrz bagów wewnątrz parceli wewnątrz backpacka a nie tylko na poziomie 1.
  17. Dubler

    Wysylanie itemow do depo via lua

    ma ktoś pomysł jak zrobić wysyłanie przedmiotow do depo via lua kiedy jest online, oraz kiedy jest offline gracz? :D Jedyny pomysl jaki mi kolega podrzucił to stworzyć parcela na mapie, wrzucić do niego itemy a potem przenieść do depo, onLogin, ma ktoś coś lepszego?
  18. Dubler

    Lua addItemToDepot

    Hey, please, tell me how to add items to player's depot while he's online and while he's offline.
  19. Dubler

    [zaawansowane lua, czyli dla hardcorowców] Rozpoczynanie rozmowy z npc w onThink :P

    No więc, chciałbym napisać skrypt który rozpoczynał by rozmowę z npc gdy się do niego podejdzie. (a potem jeszcze żeby trade wysłał) Zakładając że jestem jedynym graczem na ots (reszte sobie dopisze puźniej) napisalem getspectators i dalej stoje ;/ local keywordHandler = KeywordHandler:new()...
  20. Dubler

    Converting 8.6 to another .otb

    Hi, is it possible to conver map to another 8.6 .otb? I'm using this "broken" otb, and if want to run it, i must recompile engine with .otb checking deleted. When i trying to change otb, all items 8.54+ are broken... Are any solutions for this problem?
Back
Top