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

Recent content by sikret

  1. sikret

    Linux more than 1 ip in config.lua?

    Yes. The site load fine, but when i try to log in to server pop up characters list and I chose and connecting with nothing happen I have 2 clients configuration: local ip = http://1.1.1.1:81/login.php global ip = http://2.2.2.2:81/login.php when I put local ip to config.lua I can only acces...
  2. sikret

    Linux more than 1 ip in config.lua?

    The point is I can't connet at one time with local network and global network to the server. I need choose one configuration. Only local network acces from all hosts or only global acces from all internet hosts. I can't figure out how do that for both.
  3. sikret

    Linux more than 1 ip in config.lua?

    Hi, I have problem with connect to my server. I have only two options. Conncet out of my local network or connect from my local network. This two options never work together. I host server on linux but I need connet to server from other os like windows with same local network, but I cant. How...
  4. sikret

    AAC Rename character nick name in database [GesiorAAC]

    Helllo, like at topic, how can I do that? I can't find where is storage of nicknames in database. 1652537801 I import missing players table from other schema but with import i have some errors: #3730 - Cannot drop table 'players' referenced by a foreign key constraint 'account_bans_ibfk_2'...
  5. sikret

    Linux Canary server - console logs to fix

    Okay, thank You very much. 1652532753 Solved. If someone need handle it this is solution: In file src/protobuf/appearances.proto we need change optional string name = 4; optional string description = 5; to optional bytes name = 4; optional bytes description = 5; string > bytes Now...
  6. sikret

    [12.x] OTServBR-Global

    Hello, How fix that? [libprotobuf ERROR /root/vcpkg/buildtrees/protobuf/src/v3.19.4-3d4c96d55c.clean/src/google/protobuf/wire_format_lite.cc:581] String field 'Canary.protobuf.appearances.Appearance.description' contains invalid UTF-8 data when parsing a protocol buffer. Use the 'bytes' type...
  7. sikret

    Linux Canary server - console logs to fix

    Hello, I have problem with that: [libprotobuf ERROR /root/vcpkg/buildtrees/protobuf/src/v3.19.4-3d4c96d55c.clean/src/google/protobuf/wire_format_lite.cc:581] String field 'Canary.protobuf.appearances.Appearance.description' contains invalid UTF-8 data when parsing a protocol buffer. Use the...
  8. sikret

    TFS 1.X+ Magic level advance problem

    The simple solutions is the best 😅 Solved.
  9. sikret

    TFS 1.X+ Magic level advance problem

    Hi, I have problem with magic advance seems like: You advanced to lvl 30. ---> But really magic lvl is 42 or something You know what I mean? Why text show another mlvl that really players got?
  10. sikret

    AAC Foreign key constraint fails

    Hi, I have problem with tables so I decided to rename table (houses -> houses_z) and import another table without foreign key check (houses). Now when I close the server and make save I have that information: I delete houses_z but when i try import have that problem: What is wrong? That...
  11. sikret

    Houses to MyACC

    nvm, fixed
  12. sikret

    [MyAAC][Plugin] Gesior Shop System

    try this: <globalevent name="gesior-shop-system" interval="30000" script="gesior-shop-system.lua" /> I think You need just add interval time ;)
  13. sikret

    [MyAAC][Plugin] Gesior Shop System

    Any solution? 1598603446 Ok I find solution by myself: If You use UniServer find that files: php_production.ini php_development.ini and make that changes: ;extension=php_curl.dll to extension=php_curl.dll Simply just delete the comment ";" to activate curl work fine. Can You install all...
  14. sikret

    Houses to MyACC

    any solutions? how to fix on TFS 1.3 tibia 12.40 1598603741 On version 10.98 is working: and how to fix that "Subbmit" button? 1598603972 Copied all files, but when i try to install via admin panel this error: 1598605324 Ok installed but still problem with working
  15. sikret

    [MyAAC][Plugin] Gesior Shop System

    I copied all files and I can see this plugin on the list of plugins. I can't import .zip file by admin panel because I got that info: This plugin requires php extension: curl to be installed.
Back
Top