• 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

    AAC Myaac - Maximum guild members

    bump
  2. M

    Signature spr/dat OTC V8

    my spr / dat signature are different of the official, how i can make work on client V8 Can someone help ?
  3. M

    AAC Myaac - Maximum guild members

    Hello I want to add maximum number of members in guild in myaac, Can someone help ?
  4. M

    Insert party task count (custom system)

    thanks for attention, i think using your example i have solved and add the verifications. getting like this -- <event type="kill" name="TaskKill" script="NPC Task Creaturescript.lua" /> -- <event type="login" name="TaskKillLogin" script="NPC Task Creaturescript.lua" /> local config = {...
  5. M

    Insert party task count (custom system)

    how i can insert this solution on the script https://otland.net/threads/tfs-1-2-task-party.273451/#post-2652592 tfs 1.2
  6. M

    Lua Trainers Teleport

    work perfectly
  7. M

    Lua Trainers Teleport

    Bump
  8. M

    Lua Trainers Teleport

    I don't know what is wrong, if someone can help when there is no more space (position) of this error "Tile" returns like nil tfs 1.2
  9. M

    Lua [TFS 1.3] Free Scripting Service 📝

    that system or the like so i can go up or down, any direction
  10. M

    Lua [TFS 1.3] Free Scripting Service 📝

    @NoxOts :eek:🤣;)
  11. M

    Lua [TFS 1.3] Free Scripting Service 📝

    NPC to buy for gold skills, critical chance, critical damage, life leech, life leech chance anda mana 1615652102 Price based in the skill
  12. M

    C++ How to remove text from addHealth() TFS 1.3

    remove Game.sendAnimatedText(-reqChakra, playerPos, 180)
  13. M

    Frags/skull remover

    Ok!, i will share my system libs.lua add dofile('data/lib/custom/scriptname.lua') lib/custom/scriptname.lua function removefrags(player) playerid = player:getGuid() player:remove() db.query('UPDATE `player_kills` SET `time` = 1 WHERE `player_id` = '..playerid..'') return true...
  14. M

    Frags/skull remover

    wrong post
  15. M

    Frags/skull remover

    create a lib with the functions by removing the player before running in db, then create the action
  16. M

    get image from storage [PHP]

    how can i capture the image according to the value of a storage <?php $monster = $db->query('SELECT `value` FROM `global_storage` WHERE `key` = 56404'); ?> <img id="Monster" src="images/monsters/<?php $monster ?>.gif" onClick="window.location =...
  17. M

    Party.lua send message loot channel

    send to the leader > TALKTYPE_CHANNEL_O, --i dont know orange or yelow and if a member of the party is > TALKTYPE_CHANNEL_Y different message appears for each one, the way I did it goes to the member more to the leader I have debugging on the client 1599697779 I think its easier to understand
  18. M

    Party.lua send message loot channel

    send different loot message for member and leader function Party.broadcastPartyLoot(self, text) local CHANNEL_LOOT = 128 local party = self:getParty() if party:getLeader() then sendChannelMessage(CHANNEL_LOOT, TALKTYPE_CHANNEL_O, text) -- end -- local...
  19. M

    [TFS 1.X] Rarity Rolls & Custom Attributes Library

    i have this error Lua Script Error: [Event Interface] data/events/scripts/monster.lua data/lib/core/attributes.lua:894: attempt to index local 'it_u' (a nil value) stack traceback: [C]: in function '__index' data/lib/core/attributes.lua:894: in function 'rollRarity'...
  20. M

    CreatureEvent [TFS 1.1] Random Item Stats

    how i can remove double loot ? 00:55 Loot of a hydra: 29 gold coins, a knight armor, ham, a rare knight armor
Back
Top