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

    Lua [TFS 1.2] Party finder

    Im trying to create it from OTC modules, partyTables = {} function onExtendedOpcode(player, opcode, buffer) if opcode == 14 then player:sendExtendedOpcode(15, player:getId()) table.insert(partyTables, {name = player:getName(), lvl = player:getLevel(), voc =...
  2. elnelson

    Lua [TFS 1.2] Party finder

    Unfortunately im not good creating OTC modules :/
  3. elnelson

    Lua [TFS 1.2] Party finder

    Good afternoon, otlanders. I was guessing if it is possible to develop a party finder via Channels. Something like this, when u click on the channel, it sends a message to the party leader, if pt leader says !accept, player will join party. im using TFS 1.2
  4. elnelson

    Linux Znote AAC 1.6 not creating account nor character (no info given by website)

    bump please, i've switched to znote master but i still cant make it work...
  5. elnelson

    Linux Znote AAC 1.6 not creating account nor character (no info given by website)

    Good morning, im experiencing some issues with Znote AAC 1.6 hosted on ubuntu server 22.04 using this sources: Sabrehaven 8.0 (Based on TFS 1.2) with the following packages: git cmake build-essential libluajit-5.1-dev libmysqlclient-dev libboost-system-dev libboost-iostreams-dev...
  6. elnelson

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

    appreciate your comment, the sources are kind old and also modified, i hope someone is interested in adapt the current script, i only know very basics of c++ i think i could not achieve that alone u.u
  7. elnelson

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

    Im using Sabrehaven 8.0 sources (based on tfs 1.2) but im experiencing some difficulties, is it possible to adapt it? i have this error.
  8. elnelson

    [7.4, 7.8, 7.92, 8.0] Sabrehaven.com based on Nostalrius 7.7 fork

    any tutorial to compile this on 8.0? i've breen trying several tutorials but i keep failing.
  9. elnelson

    Lua [1.x] Lootbag seller

    i made it..! i will share with you because i love you :* PD: transition from 0.4 is very rough i hope i can improve my skills in tfs 1.x ;D Instructions: 1-. Add inside /data/events/scripts/player.lua: local sellables = { --[itemid] = price, [3412] = 50, } local SOME_ACTIONID =...
  10. elnelson

    Lua [1.x] Lootbag seller

    i was able to find this function, it suppose to scan items inside containers. function Container.getItems(self) local items = {} for index = 0, self:getSize() - 1 do local item = self:getItem(index) if (item) then if (item:isContainer()) then...
  11. elnelson

    Lua [1.x] Lootbag seller

    the script works on 0.4, but im trying to recreate it to 1.x, im struggling hard
  12. elnelson

    Lua [1.x] Lootbag seller

    Good afternoon, im trying to upgrade this script to make it work on TFS 1.X. The objective of this script is to sell lootbags inside a box after pulling a lever. I will appreciate a lot your help :) local items = { -- you need to set up all items here where : [2466] =...
  13. elnelson

    TFS 1.4 NPC Bug

    thanks that patch to sources the problem its solved :)
  14. elnelson

    TFS 1.4 NPC Bug

    Hello, i just downloaded TFS 1.4 (clean for github) when i say trade to a npc i got spammed this message... Any idea how to solve it?
  15. elnelson

    [USA]|[7.7x] Re:Tibia:Elite monster|new spawns|Death XP 0%|Factions(Optional-PVP-E-FULL LOOT)|Party (+30% xp/memb.)|New Items/Spells/Housing/Events

    A developer withour bugs it's like a poner withour poems. Thanks to all players we're getting rid of critical bugs and server is 95% playable right now
  16. elnelson

    [USA]|[7.7x] Re:Tibia:Elite monster|new spawns|Death XP 0%|Factions(Optional-PVP-E-FULL LOOT)|Party (+30% xp/memb.)|New Items/Spells/Housing/Events

    some runes like LMM have been reworked to be more functional, field runes will have more presence because it provides map control (and it has lowered mp cost required to conjure)
Back
Top