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

    Website problem.

    HOW !
  2. beliar34

    AAC PHP 7.2 Cannot use $this as parameter

    after changing $this to $string Notice: Undefined index: sqliteDatabase in /var/www/config-and-functions.php on line 30 Notice: Undefined index: encryptionType in /var/www/config-and-functions.php on line 32 Notice: Undefined index: encryptionType in /var/www/config-and-functions.php on line 34...
  3. beliar34

    AAC PHP 7.2 Cannot use $this as parameter

    function getOrder($arr, $order, $this) { // Function by Colandus! $type = 'asc'; if($orderBy = $arr[$this]) if(isset($_GET[$order])) { $v = explode('_', strrev($_GET[$order]), 2); if(strrev($v[1]) == $this) $type = (strrev($v[0]) ==...
  4. beliar34

    Elfbot use F keys?

    Hello otlanders, i am looking for scripts that would use F keys in elfbot ! i tried $key.id or i am looking for scripts that would for mana potions with id 2874 (same are empty and full so normal scripts dont work cuz trying to use empty vials) Sory for wrong section :) Best regards, B3liar
  5. beliar34

    AAC Paypal problem

    That was first that i do, i called the polish "call-center" but they dont fix advanced problems just things with forgotten password etc and they send me to global paypal (english language) support xd
  6. beliar34

    [WOW_2016] LAYOUT [GESIOR]

    @Webo i know that is very old post but how to make layout working ?
  7. beliar34

    AAC Paypal problem

    can't reply had to open new ticket ;/ again month wait?
  8. beliar34

    AAC Paypal problem

    @WibbenZ its a fu****king joke ! after more than MONTH they answer that i was not replying any futher information about my problem so they tought my problem is solved and they close the ticket ! WTFFFFFFFFFFFFF
  9. beliar34

    /m spawn player

    I am looking now for function that will set nonlogoutflag for "_lol" players for 60 minutes tfs 0.3 or if connected from client :"666" dont disconnect ? or if player got ip : 0.0.0.0 and if player dont have pz teleport him to random location local posx_tmp = math.random(1638,1662)...
  10. beliar34

    /m spawn player

    function onSay(cid, words, param) local resultId = db.storeQuery("SELECT `name` FROM `players` WHERE `online` = 0 AND `level` > 10") local _lol = result.getDataString(lol, "name") loadPlayer(_lol) return true end all done xd Its not spoofing i am configuring auto bot players on war server...
  11. beliar34

    /m spawn player

    int32_t LuaScriptInterface::luaLoadPlayer(lua_State* L) { //loadPlayer(name) std::string name = popString(L); PlayerVector players = g_game.getPlayersByName(name); if(players.empty()) { Player* player = new Player(name, NULL); player->useThing2()...
  12. beliar34

    Xikini's Free Scripting Service. [0.3.7 & (0.3.6/0.4)]

    i can spoof in sources my friend, i need spawn players for other purposes :)
  13. beliar34

    Xikini's Free Scripting Service. [0.3.7 & (0.3.6/0.4)]

    sup, i am looking for script that will auto log player and send him to god who is using this command, something like "/m" creature spawn but for players (spawn player from database or spawn sample with random name) TFS 0.3.x
  14. beliar34

    C++ bool Player::canWalkthrough

    anyone?
  15. beliar34

    /m spawn player

    refresh
  16. beliar34

    /m spawn player

    sup, i am looking for script that will auto log player and send him to god who is using this command, something like "/m" creature spawn but for players (spawn player from database or spawn sample with random name) TFS 0.3.x
  17. beliar34

    C++ bool Player::canWalkthrough

    How to unlock them in tibia 8.5 client? how should dat files look like ? UPDATE : tested with ot client, same problem still cant go trought player with map click/arrows
  18. beliar34

    C++ bool Player::canWalkthrough

    my actual player.cpp + game.cpp + tile.cpp
  19. beliar34

    C++ bool Player::canWalkthrough

    @Update when i try mapclick trought player i got msg : there is no way but when i ppm on something behind him i go trought player, any ideas whats wrong? @Update can walk trought player when i use something behind him but cant go trought him with map click or arrows i got error sorry not...
  20. beliar34

    C++ bool Player::canWalkthrough

    I checked the "dat" file and seems to be ok
Back
Top