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

    Lua Exploding summon

    @Update Refresh smbbdy any idea i need that too
  2. beliar34

    Movements...

    Guys why you make so complicated scripts ? XD you want to show off or smtin ? simple solutions are the best ones :)
  3. beliar34

    Compiling Compiling error tfs 0.3

    Uhm everything compilled fine but i got little problem, when i want to use "empty" commands that dont need params like !aol !save !balance Every command need something behind like spacebar or something when i just type "x" talkaction they dont work just show as default text in chat any ideas ...
  4. beliar34

    Compiling Compiling error tfs 0.3

    Well thanks, i am compiling will update post if compile will go smoothly to the end :) @@ update ERROR : g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -D_THREAD_SAFE -D_REENTRANT -g -O1 -MT protocolgame.o -MD -MP -MF .deps/protocolgame.Tpo -c...
  5. beliar34

    Windows Website for 0.3.5 TFS

    its not about gesior enegine its about how you setup those servers gesior 2012 is the best for now if you dont want it then code your priv enegine :)
  6. beliar34

    How do people pack .spr .dat into .exe

    Molebox < but its easy to unpack VMProtect < you have to pay but your client will be bot free :)
  7. beliar34

    Compiling Compiling error tfs 0.3

    After "make" ++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -D__ENABLE_SERVER_DIAGNOSTIC__ -D_THREAD_SAFE -D_REENTRANT -DCMAKE_CXX_FLAGS=-stdlib=libstdc++ -g -O1 -MT actions.o -MD -MP -MF .deps/actions.Tpo -c -o actions.o actions.cpp In file included...
  8. beliar34

    TFS 1.X+ Znote Acc Undefined index

    bump same error
  9. beliar34

    AAC TFS 1.3 Compatible

    Hello, at start i would like to say that i made research already and telling me to use "search" function is ignorant and rude. Guys i got newest TFS from Github but i can't connect any accmaker to it (i use also schema.sql from this tfs distribution) acc makers install correctly everything...
  10. beliar34

    AAC Gesior Tibia items image generator

    refresh ! anyone?
  11. beliar34

    OpenTibia [various] Tibia Extended Client Library

    Can you get it working for 8.5 ?
  12. beliar34

    AAC Gesior Tibia items image generator

    Unknown .DAT byte 0x62 (previous byte: 0x01; address 60) and this is code generating error whole repistory in first post GITHUB $errorByte = ftell($dat); die(sprintf( 'Unknown .DAT byte %s (previous byte: %s; address %x)', $byte, $prev, $errorByte)); break;
  13. beliar34

    AAC Gesior Tibia items image generator

    and it generate only 2 first files 100 and 101 id the rest is otb error txt or unknown .DAT
  14. beliar34

    Gesior custom items

    @refresh, i got same error @Gesior.pl
  15. beliar34

    AAC Gesior Tibia items image generator

    Yep i tried 7,2//5.3//5.4 now going to try 5.5 or 5.6 same error on PHP Version 5.6.8
  16. beliar34

    AAC Gesior Tibia items image generator

    Unknown .DAT byte 0x62 (previous byte: 0x01; address 60) php 5.3 same on php PHP Version 5.4.31
  17. beliar34

    AAC PHP 7.2 Cannot use $this as parameter

    Yep i moved to newest gesior, i don't want to do this because i got a lot of custom scripts for my anime ot that would need rewrite when move to newest gesior, atleast i get rid of these errors :)
  18. beliar34

    Website problem.

    @slawkens i am not newbie bro xd check my lastpost already fixed
  19. beliar34

    TFS 0.X Forever aol?

    Ty wez napisz po polsku jak polakiem jestes o co ci chodzi 0.o You can add in creature scripts if ppl is wearing x amulet setitemloss 0 :)
  20. beliar34

    AAC Gesior Tibia items image generator

    /* READ OTB */ $otb = fopen('./data860/items.otb', 'rb' ); $init = false; while(false !== ($char = fgetc($otb))) { $byte = HEX_PREFIX.bin2hex($char); if($byte == 0xFE) $init = true; elseif($byte == 0x10 and $init) { extract(unpack('x2/Ssid', fread($otb, 4)))...
Back
Top