• 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. leonardo ramos

    TFS 1.X+ Storagemap Problem

    My server is having a problem with the following part of monster.cpp void Monster::addStorageValue(const uint32_t key, const std::string value) { if (value != "-1") { storageMap[key] = value; } else { storageMap.erase(key); } } So we changed this part to .lua...
  2. leonardo ramos

    Autor's Mapping - PokeFantasy Online

    Hello dear friends, I am passing here to inform you that I have been authorized to post some prints of the project in which I am participating. Unfortunately, I know that many here do not like pokemon servers, etc., but I'm working hard and I think we'll do a great job. Without further ado, I...
  3. leonardo ramos

    Team Eterna recruiting

    Hi, I'm Leonardo, founder of the Eterna project. At the moment, I am recruiting members from various areas to assist in server development. Below are the available positions: Mapper: 2 vacancies; OTC Programmer: 1 vacancy; Scripter Moon: 1 spot; Webdesigner: 1 vacancy; Writer: 2 vacancies. If...
  4. leonardo ramos

    Eterna RPG Medieval

    Hi everyone, my name is leonardo and I come to present to you my low rate server project, focused on RPG of the medieval fantasy genre. First, what is Eterna? Is a low rate medieval RPG server project with forms of differentiated interaction. The player will have the possibility to assemble...
  5. leonardo ramos

    TFS 1.X+ Help me - No onAttack function 1.x

    I am trying to take advantage of a 0.36 / 0.4 script I found in another forum, but in version 1.x of TFS there is no attack / onAttack function. This script would be very useful to me, but I do not know how to solve this problem and I count on your help. <event type = "think" name = "monsters"...
  6. leonardo ramos

    Lua Reward box using chance for each item

    I'm reading a little about programming while I have free time at work, so I take my paper and pen and try to write some code to practice and when I get home I write it on the moon and see if it works. today I tried to make a script that used a table to calculate a list of prizes for a reward...
  7. leonardo ramos

    Stats system - Like Archlight Server

    Hello, I would like to know if in the forum there is any system of Stats like Archlight Server, with a longer list of options and with configurable bonus. Works as follows: For each point added to any of the above options, the player receives a percentage increment in the selected status. I...
  8. leonardo ramos

    Add max speed TFS 1.x

    Hello, I would like to know if anyone could provide me with a basic script that permanently adds the maximum char speed. as: Local speed == getspeed () ... Setspeed (speed + x) I think that's basically it, but I do not understand much programming so I hope they can help me <3
  9. leonardo ramos

    Eterna Mapping - Leo's Thread

    I was a bit bored and decided to move on the Pandoria Project that had been stopped for years. I'll probably never put it online, but maybe I'll finish the map one day-or not.
Back
Top