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

    AAC (Znote acc) Failed to connect to MySQL: (2005) Unknown MySQL server host

    Hello My znote can't connet to database on a port other than 3306. I changed ports (2x) in etc/mysql/my.cnf. (engine/database/connect.php) $connect = new mysqli($config['sqlHost'], $config['sqlUser'], $config['sqlPassword'], $config['sqlDatabase']); This works perfectly in port 3306...
  2. M

    Lua TFS 1.3 Check condition

    How to check condition for mastermind potion? local mastermind = Condition(CONDITION_ATTRIBUTES) mastermind:setParameter(CONDITION_PARAM_SUBID, 8) mastermind:setParameter(CONDITION_PARAM_TICKS, 10 * 60 * 1000) mastermind:setParameter(CONDITION_PARAM_STAT_MAGICPOINTS, 3)...
  3. M

    AAC Subdomain for servergame

    hello, I need help. I have 2 servers - for acc maker and game server. My domain points to my acc maker and subdomain points to server game. How to connect to the game via a domain, not a subdomain? record srv? :confused:
  4. M

    C++ Global storage in c++ tfs 1.2

    How to check GLOBAL storage value in c++? This is for normal storage: int32_t value; if (attackerPlayer && attackerPlayer != this && getStorageValue(5000, value) == 1 && skillLoss getGlobalStorageValue(5000, value) == 1 <-not work game.getStorageValue(5000, value) == 1 <-not work...
  5. M

    C++ How to check storage in C++? tfs 1.2

    As in the topic. I need help: if (attackerPlayer && attackerPlayer->getStorageValue(uint64_t 60000) != 1 && attackerPlayer != this && skillLoss) { /tfs/ots/src/player.cpp: In member function 'virtual uint64_t Player::getGainedExperience(Creature*) const': /tfs/ots/src/player.cpp:3216:66...
  6. M

    Real Map 7.6 please

    Has anyone full real map 7.6? I once saw OTS 7.6 Avesta + full real map... http://otland.net/f465/avesta-7-6-real-tibia-map-32644/index6.html Link is dead :( Please help
Back
Top