• 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

    Spell [TFS 1.3] Knight Spells - Elemental Weapon Bug Fixx

    it works perfectly only that my players say that the critic does not work with the knight D:
  2. M

    Spell [TFS 1.3] Knight Spells - Elemental Weapon Bug Fixx

    it works perfectly but now the problem is utito tempo
  3. M

    Help with Object Builder.

    have a solution? I have the same error
  4. M

    AAC Znote Acc - Problem with Donation Points

    It is true! thanks Znote!
  5. M

    AAC Znote Acc - Problem with Donation Points

    In the database the account has points but the page does not detect the points
  6. M

    Lua attack and gain exp

    I want to attack and gain experience each 2 minutes I'm basing myself on the stamina code events/creatures.lua can you help me? local staminaBonus = { target = 'Training Monk', period = 120000, -- time on miliseconds bonus = 1, -- gain stamina events = {} } local function...
  7. M

    Znote ACC - choose pvp

    the table in database is ALTER TABLE `players` ADD `pvp_mode` INT(11) NOT NULL DEFAULT '0'; the system is LUA / C++ works perfectly but I do not know how to do so that when creating character they can choose the mode
  8. M

    Znote ACC - choose pvp

    you can help me?
  9. M

    Znote ACC - choose pvp

    Anyone know how to make this work? I want to be able to choose PVP Disabled config.php // (PVP MODE). $config['pvp_mode'] = array( 0 => 'Enabled', 1 => 'Disabled', );
  10. M

    Compiling Prey System? tfs 1.2

    I sell it :p
  11. M

    [houses] aleta sio - aleta som

    Aleta sio Lua Script Error: [Spell Interface] data/spells/scripts/house/edit_guest_list.lua:onCastSpell data/spells/scripts/house/edit_guest_list.lua:7: attempt to call method 'canEditAccessList' (a nil value) stack traceback: [C]: in function 'canEditAccessList'...
  12. M

    AAC Znote Acc SQL error player_storage in characterprofile

    lol! thanks! you are great!
  13. M

    AAC Znote Acc SQL error player_storage in characterprofile

    string(101) "SELECT SUM(`value`) AS `sum` FROM `player_storage` WHERE `key` LIKE '30___' AND `player_id`=(int)2721" (query - SQL error) Type: select_single (select single row from database) You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for...
  14. M

    [USA] Athenas-Global Prey System 10.00+

    Starts 05/16/17 Server Information : Uptime: 24x7 Datacenter: Canada, France Full 10.00 low rate real map Website: athenas-global.com Worldtype: Open PVP Stages: 1 - 24 x 100 25 - 44 x 90 45 - 54 x 75 55 - 64 x 65 64 - 84 x 60 85 - 94 x 50 95 - 109 x 45 110 - 134 x 40 135 - 154 x 30 155 - 169...
  15. M

    Problem with MapTracker

    Plugin: Error while parsing, unknown optbyte 0x64 at id 106 can anybody help me?
  16. M

    Compiling ¿How do I change the server to version 11.10?

    ¿Anyone know how to change version? TFS 1.3 Version: 10.99
  17. M

    Action [TFS 1.2] Tibia Coin.

    <action itemid="24774" script="tibiacoin.lua" /> data/actions/scripts/tibiacoin.lua local config = { idcoin = 24774 } function onUse(cid, item, fromPosition, itemEx, toPosition) local player = Player(cid) local item = Item(item.uid) if player:getItemCount(config.idcoin) > 0 then...
Back
Top