• 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. 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
  2. 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...
  3. 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] =...
  4. 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?
  5. 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

    Good morning, ive been working on this project recently called Re:newed Tibia (Re:Tibia) its a retro tibia based on quality of life changes that make gameplay hardcore, smoother and more fun to enjoy slow and fluid progression based on exploration and making new friend to achieve hard challenges...
  6. elnelson

    doPlayerSendExtendedOpcode not working

    Hello, i installed succesfully this https://otland.net/threads/extended-opcodes-server-side.180536/ the problem is i can receive packets from client, but i can not receive packets from server to client. it doesn't show anything on console neither in client terminal, when i remove this from...
  7. elnelson

    TFS 0.X [OTX 1.X] Insert tables with different ID

    Hello, im trying to get this table result: Pending to retrieve: [ID: 75985 | Name: None] 1 - plate armor [ID: 75999 | Name: None] 100 - crystal coin [ID: 76483 | Name: None] 1 - knight armor 1 - boots of haste with this code: local text = "" local str = ""...
  8. elnelson

    Lua [OTX 2.X] Player Store

    Well basically its a talkaction that creates a physical personal store below the player: a box that can not be moved and have items inside, those items are bought if any customer moves that item and the owner will receive the money to bank, onLook will show price, owner can close the shop to...
  9. elnelson

    Lua [OTX 2.X] replace creature onSpawn

    Hello ,otlanders. ive been trying to do something with the function onSpawn, basically i want to modify the spawns of X creatures. for example: i have a cave full of rats, but i want to change the creature to a rat_elite onSpawn (after being killed/removed and pass X time), so there is a %...
  10. elnelson

    Death channel (with items player lost)

    Hello otlanders, im trying to create a script that show the items the player loose when he dies. i could achieve something, but i have an issue with the function, it spams like this: Tetete, arcanist level 128 was killed by a demon Head Slot: strange helmet Head Slot: strange helmet Amulet Slot...
  11. elnelson

    TFS 0.X Dispel target

    Hello otlanders, im trying to create a spell like "exura sio" but instead of healing, it dispels all buffs (like attributes, speed, etc) i was trying to make it with this script (Lua - [0.4] Dispel is not working. (https://otland.net/threads/0-4-dispel-is-not-working.260295/)), but it doesnt...
  12. elnelson

    TFS 0.X Some players crashes server while hunting

    Hello, i am using fir3element tfs 0.4.3777 i have encounter this error with a single player while he hunts, he start hunt for 5-20 minutes and then server crashes, i tried to create a crashlog but, to be honest i do not understand a single word this report says. tried to use some gdb commands...
  13. elnelson

    znote auction character syntax.

    Hello, im trying to enable this system for znote but im getting some syntax errores. i havent changed anything in code. string(1375) " SELECT `za`.`id` AS `zaid`, `za`.`player_id`, `za`.`original_account_id`, `za`.`bidder_account_id`, `za`.`time_begin`, `za`.`time_end`, CASE WHEN `za`.`price`...
  14. elnelson

    Linux Compiling TFS 0.4.377r19 on ubuntu 20

    Hello i've been trying to compile this attached sources, the idea is to compile this on a virtual machine and then pass the working sources to host server, may i ask is this will work? If so, this is the error i get when i try to compile : I hope somebody could help me
  15. elnelson

    C++ [0.4] canWalkthrough on summons

    Hello, otlanders. im requiring some help trying to figure out how to make possible to be able to walk over summons im using tfs 0.4.3777 r19 and this is the canWalkthrough part of the source. bool Player::canWalkthrough(const Creature* creature) const { if(creature == this ||...
  16. elnelson

    [Canada][Custom / 8.6] Lunaria (reborned) new map, 8 classes, territory wars, full-loot-pvp, immersive gameplay

    Client: Own client (based on 8.6) Uptime: 24/7 Hosted in: Canada, on a VPS with 250 mbits Internet connection. Website: Lunaria World RPG. (http://lunaria.mynetgear.com/) Exp rate: 1x (with exp mods up to 5x) Map: Custom, attached different pieces from maps and created others on my own Runes...
  17. elnelson

    Showing cooldowns (storages) on OTC

    Hello, Im trying to create a 8.6 cooldown bar based on opcodes. My server has some storages used as cooldowns E.G: function onCastSpell(cid, var) local Exura = 23067 if exhaustion.check(cid, Exura) == false then exhaustion.set(cid,Exura, 2) return doCombat(cid, combat, var) else...
  18. elnelson

    TFS 0.X Show total armor, defense and attack

    Hello, otlanders, im making a status-like feature that will show values from the equipped items Player uses !statusand will be able to see (E.g.) Total armor: 22 (showing the sum of all equipped armory) Total defense: 29 (showing defense from weapon + shield) Total attack: 22 (showing attack...
  19. elnelson

    Lua [0.4] DPS meter

    i looked this post: Monster - Training Dummy with DPS calculation (https://otland.net/threads/training-dummy-with-dps-calculation.263659/) and would see a nice addition if someone could help me build this script, to be honest i donot have an idea how to calculate this. The main idea is to check...
  20. elnelson

    Compiling TFS 0.4 compile error in Ubuntu 20.04

    Good afternoon, im trying to compile these sources, but when i use ./build.sh i get this error make all-am make[1]: Entering directory '/home/ubuntu/Lunaria/sources' CXX databasesqlite.o In file included from databasesqlite.cpp:17: otpch.h:28:10: fatal error: libxml/xmlmemory.h: No such...
Back
Top