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

    SQL HELP!

    It created depot chest from cid 3 to cid 1899, there are some with 102 xd
  2. MxSoft

    SQL HELP!

    It inserted the items, but with sid= 3 i cant see the box inside depot
  3. MxSoft

    SQL HELP!

    What i want to create is the box inside the depot, itemid 2594, i got this error: #1062 - Duplicate entry '58060-102' for key 'player_id_2'
  4. MxSoft

    SQL HELP!

    Well it worked for the character samples only
  5. MxSoft

    SQL HELP!

    Hello everyone, i was just wondering if there is a way to give all player an item in their depots? Like something like this but for everyone? INSERT INTO `player_depotitems`(`player_id`, `sid`, `pid`, `itemtype`, `count`, `attributes`) VALUES (58059,102,101,itemid,2,0) Ty people in advance
  6. MxSoft

    MyAAC v0.7.12

    Hi! How can i add custom items images to display in character page? I cant find where to change it Thanks in advance!
  7. MxSoft

    MyAAC v0.7.12

    Hi, how can i use the changelog?
  8. MxSoft

    C++ Syntax error

    Hello everyone, im getting syntax error, but i cant really find it: #include <stdio.h> #include <conio.h> #include <string.h> using namespace std; int final=0; int temp; int rows; int sumnumber; int columns; int answer; int i; int j; int s; char choice; int row_mod; int column_mod; int...
  9. MxSoft

    [MyAAC][Plugin] Landing page

    Works excellent, but is not centered
  10. MxSoft

    Busco Mapper

    Portafolio?
  11. MxSoft

    Busco Mapper

    Algun buen mapper que quede por aqui?
  12. MxSoft

    MyAAC v0.7.12

    Is there a way to also mod_rewite the actions inside accountmanagement page? ?subtopic=accountmanagement&action=createcharacter to account/manage&action=createcharacter
  13. MxSoft

    MyAAC v0.7.12

    Change in line 806 if($rank_of_player->isLoaded()) { to if($rank_of_player->isLoaded()) { ;)
  14. MxSoft

    MyAAC v0.7.12

    Cant invite players to guild
  15. MxSoft

    [Mexico] [TibiaMx] [10.99] [Global Map]

    Server Updated to 11 / 10 based on Malucooo datapack
  16. MxSoft

    MyAAC v0.7.12

    Any problem detected, it reloads but only adds the 24 first monsters
  17. MxSoft

    MyAAC v0.7.12

    Yes i only see the first 24, database only have the first 24
  18. MxSoft

    MyAAC v0.7.12

    Creatures - TibiaMx I just can see the first 24
  19. MxSoft

    MyAAC v0.7.12

    Here they are.
  20. MxSoft

    MyAAC v0.7.12

    Reload monsters doesnt works for me, doesnt add all monsters (using tfs 1.2 realmap based distro)
Back
Top