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

    OTClient i cant solve this problem i dont know what group id

    this is a tibia.dat and spr problem with the items.otb
  2. A

    OTClient i cant solve this problem i dont know what group id

    which tfs and server version?
  3. A

    OTClient i cant solve this problem i dont know what group id

    <?xml version="1.0" encoding="UTF-8"?> <groups> <group id="1" name="player" access="0" maxdepotitems="0" maxvipentries="0" /> <group id="2" name="tutor" access="0" maxdepotitems="0" maxvipentries="0"> <flags> <flag talkorangehelpchannel="1" /> <flag...
  4. A

    OTClient i cant solve this problem i dont know what group id

    check if the file is empty
  5. A

    OTClient i cant solve this problem i dont know what group id

    Yes, your groups.xml does not exist the id=4, post your groups
  6. A

    OTClient i cant solve this problem i dont know what group id

    In the data/xml/groups
  7. A

    RewardChest dont save items in database

    just need to convert this part to TFS 1.5 //load reward chest items itemMap.clear(); query.str(std::string()); query << "SELECT `pid`, `sid`, `itemtype`, `count`, `attributes` FROM `player_rewards` WHERE `player_id` = " << player->getGUID() << " ORDER BY `sid` DESC"; if ((result =...
  8. A

    RewardChest dont save items in database

    you can help me? XD @Sarah Wesker
  9. A

    RewardChest dont save items in database

    nobody to help develop this shit? : S 1681485242 @Sarah Wesker ?
  10. A

    TFS 1.X+ Reward Chest TFS 1.5

    Can you make your iologindata.cpp available?
  11. A

    Exeta amp res dont work TFS 1.5 downgrade

    I did it myself 1681333209
  12. A

    RewardChest dont save items in database

    I'm implementing rewardchest on my server, but when the player logs out he is losing items in the rewardchest local function pushSeparated(buffer, sep, ...) local argv = {...} local argc = #argv for k, v in ipairs(argv) do table.insert(buffer, v) if k < argc and sep...
  13. A

    Exeta amp res dont work TFS 1.5 downgrade

    I copied it from otservbr, but I had a lot of work to adapt to version 8.6,because I'm not good at C++
  14. A

    Exeta amp res dont work TFS 1.5 downgrade

    Solved
  15. A

    Exeta amp res dont work TFS 1.5 downgrade

    Could someone help me with this problem. I inserted the exeta amp res spell in the source, without errors in the engine, but the monsters are not having the effect of the spell 1681301410 void Combat::doCombat(Creature* caster, Creature* target) const { //target combat callback function...
  16. A

    TFS 1.X+ problem in walls tfs 1.5 nekiro 7.72

    send me ID and password 1680881835 try with this source
  17. A

    TFS 1.X+ problem in walls tfs 1.5 nekiro 7.72

    download teamviewer
Back
Top