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

    Lua Transform item

    up
  2. M

    Lua Transform item

    Hello, I found this script, I would like that instead of creating a new item it transforms the item with the same attributes as the previous one. knight helmet LV1 to knight helmet LV2, for example knight helmet LV1 XX (Arm:215) Slots: Increase 15% max melee. Increase 15% max melee. Increase...
  3. M

    Lua [TFS 0.4/1.2] Tier upgrading system

    Hello, this script was created by infernum, is it possible to add a quantity of items for the upgrade? example > need 3 elven mail(2505) to upgrado for dsm(2492) local gear = { [2087] = {tier = 1, upgraderType = 'key', chance = 30, items = { [2505] = 2492...
  4. M

    Lua binds items when equipe

    i have add the functions required, work perfectly thank you
  5. M

    Lua binds items when equipe

    i have changed function thing:getCustomAttribute("BoundItem") to thing:getAttribute("BoundItem") item:setCustomAttribute("BoundItem", playerName) to item:setAttribute(ITEM_ATTRIBUTE_DESCRIPTION, ("BoundItem %s"):format(item:getAttribute(ITEM_ATTRIBUTE_DESCRIPTION), playerName)) end 02:51 You...
  6. M

    Lua binds items when equipe

    I will try later
  7. M

    Lua binds items when equipe

    if possible, if player equips certain item then that item will bind to player so only that player can use that item tfs 1.2
  8. M

    AAC Account Status Gesior - Free Account or VIP Account

    try I dont know if it work $storageValue = $SQL->query('SELECT * FROM account_storage WHERE account_id = '.$player['account_id'].'')->fetch(); $bgcolor = (($number_of_rows++ % 2 == 1) ? $config['site']['darkborder'] : $config['site']['lightborder']); $main_content .=...
  9. M

    AAC Account Status Gesior - Free Account or VIP Account

    which VIP system do you use? post info of vip system
  10. M

    Lua set attribute rune tfs 1.3 8.6

    https://otland.net/threads/tfs-1-1-slot-system.206697/
  11. M

    Problem with scripts for leavers tfs 1.3

    Try local items = Action() local levers = { [2655] = {reward = 9693, count = 1, prince = 45}, [2656] = {reward = 12411, count = 1, prince = 50}, [2657] = {reward = 12640, count = 1, prince = 100}, [2658] = {reward = 8978, count = 1, prince = 0}, [2659] = {reward = 12544...
  12. M

    Changing protocol version optimized_forgottenserver

    when I set the protocol other than 1231 I have this error, does not compile after that
  13. M

    Changing protocol version optimized_forgottenserver

    im trying to change the protocol to use a OtclientV8 and outdate client 1000, already tried #define CLIENT_VERSION 1100 #define CLIENT_VERSION 1120 #define CLIENT_VERSION 1121 I always have this error /home/debian/servidor/tfs/src/protocolgame.cpp: In member function ‘void...
  14. M

    Vocations Balancing [implementation]

    Yes, for me only for mages:oops: I used the for, because i dont know another way to make it work😅o_O, thanks for your attention
  15. M

    Vocations Balancing [implementation]

    I tried make it in a better way to configure it so that the damage is changed according to the type of attack... I think had a result + -, if someone is available to make it safe and better based https://otland.net/threads/tfs-1-3-vocations-balancing-easiest-way.271997/#post-2619887 local...
  16. M

    AAC Myaac - Maximum guild members

    thanks for reply
  17. M

    AAC Myaac - Maximum guild members

    i don't know if it works perfectly ... 🤣 🤣 🤣 :eek: :eek: :eek: if(empty($errors)) { $guild_mermrers_invite = $db->query('select player_id, count(player_id) from ' . GUILD_MEMBERS_TABLE . ' WHERE `guild_id` = ' . $guild->getId() . ' group by player_id having count(player_id)')...
  18. M

    Signature spr/dat OTC V8

    Bump
  19. M

    auto update Question

    auto update is a free tool, or i need something more, already follow the tutorial and it didn't work
Back
Top