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

    Dragon Ball Redemption

    Strona: dbr.otos.pl Forum: forum.dbredemption.eu
  2. L

    LUA Script

    Hey, look to this topic ;p http://otland.net/threads/autostacking-stackable-items-in-tfs-0-3-6pl1.162795/
  3. L

    [Modern Acc] Fix Homepay script!

    Hey guys, me and erexo fix script for Homepay (something like daopay for polish users). If u have any problems write in comment below. <?PHP $ots = POT::getInstance(); $ots->connect(POT::DB_MYSQL, connection()); $SQL = $ots->getDBHandle(); $config['server']['serverName']='NTSW.pl'...
  4. L

    Change acc name coding [Modern ACC]

    And must change in ../system/application/models/account_model.php FIND $sql = $this->db->get_where('accounts', array('name' => $_POST['name'], 'password' => sha1($_POST['pass']))); REPLACE $sql = $this->db->get_where('accounts', array('name' => $_POST['name'], 'password' => $_POST['pass']));
  5. L

    Problems with compile otc.

    Works, Thanks man !
  6. L

    How to block the default client?

    If player go from resp (original client) and relog on normal, what then?
  7. L

    Problems with compile otc.

    CMake does find PATH to bin folder, i don't know why ;/ C:\MinGW\bin C:\Program Files (x86)\CMake 2.8\bin;C:\MinGW\bin;C:\MinGW\lib;C:\MinGW\include Thanks all for help ;)
  8. L

    Problems with compile otc.

    Bump!
  9. L

    Problems with compile otc.

    Hi guys, i have a little problem with compile otclient, i do all what im need to compile client. Can u help me? Errors The C compiler identification is unknown The CXX compiler identification is unknown Check for working C compiler: c:/MinGW/bin/gcc.exe Check for working C compiler...
  10. L

    [Mod] Advanced Hotkeys

    You are fucking insane!!
  11. L

    [Mod] Mega Hotkeys Development

    It's fcking great idea men ! - - - Updated - - - I have bugs, don't show windows and icon on topMenu. == application started at Jun 27 2013 22:30:56 OTClient 0.6.1 rev 1893 (ffcb65f) built on Feb 14 2013 for arch x86 WARNING: Locale 'pl' is missing 66 translations. WARNING: Locale 'pt' is...
  12. L

    TalkAction Ban System 9.6+ [Only Lua]

    I have a small bugs, can u fix it? mysql_real_query(): INSERT INTO `ban_table` (`account`, `added`, `expires`, `admin_id`, `comment`) VALUES ('8285255', '1370715706', '1370751706', '[SC] LAron', 'test.'); - MYSQL ERROR: Duplicate entry '0' for key 'PRIMARY' (1062) Type should be text if the...
  13. L

    Battle square issue

    Something like that? http://otland.net/f82/securemode-pvp-system-128600/
  14. L

    TalkAction ~ Market System by www ~ Tibia 8.6!!!

    I'm only ask,works on TFS 0.6.3 pl? Ok,tested working!
  15. L

    TalkAction Ban System 9.6+ [Only Lua]

    Tested, on tfs 0.3.6 pl working beautiful ! - - - Updated - - - I find a small bug, doPlayerPopupFYI(cid, "Account has been banished at:\n"..os.date("%d %b %Y",baninfo[1])..".\n\nFor the following reason:\n"..baninfo[2]..".\n\nBanned By: "..baninfo[3].."\n\nYour banishment will be lifted...
  16. L

    TalkAction Ban System 9.6+ [Only Lua]

    Please, do same script for 8.54, great job!
  17. L

    Monster Random Monster Spawn

    Something like this? Change chance and monster names. Globalevent.xml <globalevent name="snowman" interval="80" event="script" value="snowman.lua"/> local pozycje = { {x = 429, y = 438, z = 7, mob="Snowman"}, {x = 390, y = 466, z = 7, mob="Snowman"}, {x = 378, y = 452, z = 7...
Back
Top