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

    Help With Item Attributes OTCv8

    Hello guys, how are you? I hope youre all okay. Quick Resume: I have a upgrade system on my server that players can upgrade items from +1 to +9. Each upgrade gives the item a attribute bonus based on item attributes pool. This system is fully working on server side! Ive implemented it by...
  2. Derlexy

    TFS 1.X+ Error in "ProtocolGame::AddPlayerStats"

    Hello guys, i need your help once again... I've added a new type of mana in my server (i call it spirit). Now, i have to send it to my client, to be able to read and show it. I found this function that seems to do it (send player stats to the client), and tried to add some more bytes like this...
  3. Derlexy

    Derlexy's Mapping Gallery

    Guardia my rookgaard remake Temple Main Street Medical Shop Sewer Entrance The Mill Butcher Hideout Central Flats West Farm
  4. Derlexy

    sendTextMessage to other channel instead of Default

    Hello guys. How can i send a message to a player on a specific channel? I have a bestiary system in my server, but i want to send all the messages related to it on a new channel ive created... Im using the Nostalrius distro, its a TFS 1.2 server. https://github.com/Ezzz-dev/Nostalrius...
  5. Derlexy

    Nostalgia Project

    Nostalgia Project I'd like to showoff my personal server project, and collect some thoughts about it. First things first: this is a personal project that i`ve working for some time now. At the moment, i have no intention to release it online, at least not as an open server. I'd like to make...
  6. Derlexy

    Attributes not being saved on LOGOUT/LOGIN

    Hello... Im working on new item attributes to my server. I got everything working so far, and now i got a problem: not all attributes from items are being saved when player logout/login. Before logout: 20:26 You see a magic sword +5 (Atk:48 Def:37). Item Class 4. It weighs 42.00 oz. It's the...
  7. Derlexy

    C++ New Attributes Problem (Enum Limit?)

    Hello guys. Im facing a problem that i have no clue about how to solve it. Ive created 2 new attributes for my server (TFS1.2), but when i ENUM them, only the 27 works, the 28 does not. Depending on what attribute i left on 27, it works and the other (left as 28) does not. I guess its some size...
  8. Derlexy

    Brush Replace - Map Editor Shortcut?

    Hello guys, i need little help. I know as a fact that there is a keyboard keys combination to replace items on RME, but i do not remember it =( Example: i have a cave with some walls and i want to replace all the walls of that cave with my own wall that i've created. I cant just replace by the...
  9. Derlexy

    Error Compiling TFS 1.2 (Ubuntu 20.04)

    Hello guys. I've got some errors while compiling my server in Ubuntu 20.04 distro. Server im using: GitHub - Ezzz-dev/Nostalrius: Nostalrius is a 7.7 Tibia Clone Project based on The Forgotten Server 1.2 and CipSoft files. (https://github.com/Ezzz-dev/Nostalrius) (its a TFS 1.2) Tutorial im...
  10. Derlexy

    OTC - Character Walking like if its extremely PARALIZED

    Hello guys. In using the last OTC files (from edubarts github repository) and the Nostalrius 7.72 distro. My problem is that when i walk with any character, it moves like its extremely paralized. It happens when i walk using arrows or WASD. When i map click, it goes normal until the last SQM...
  11. Derlexy

    Buttons Position - OTC

    Hello guys. Im trying to learn how to change things in OTC, so im a newbie on it. Right now, im changing the UI by using tibias textures and changing the miniwindows a little bit (to make it looks more like old zezenias client). The problem im stuck on is kinda simple to unsderstand: If i left...
  12. Derlexy

    Compiling TFS 1.2 (Nostalrius 7.7) -> LuaJit error

    Hellow guys, im trying to compile this server (TwistedScorpio/Nostalrius (https://github.com/TwistedScorpio/Nostalrius)) following this tutorial (otland/forgottenserver (https://github.com/otland/forgottenserver/wiki/Compiling-on-Ubuntu))... Im getting this error: curiosity: ive compiled it...
  13. Derlexy

    OT Client: IP and Version:

    Hello there. I set my OTC to open on my server IP and Version, but when i send the OTC to my friends, they cant login. On ENTERGAME.LUA: When i try to login on my on computer, everything works. The problem is when i send the client to a friend and he open the client: Can someone help me? TY
  14. Derlexy

    Remove Runes from Battle to Players:

    First of all, im using this distribution: [7.72] RealOTX with CastSystem - OpenSource I need some help to block players from use runes to another players from battle list, but i dont know where to change it. I know i can do it on the client, but it dont prevent anything, once someone can modify...
  15. Derlexy

    Little HELP Compiling:

    I've have followed https://github.com/edubart/otclient/wiki/Compiling-on-Windows tutorial, but i get the following error. Error 1 error C1083: Cannot open include file: 'boost/thread/future.hpp': No such file or directory (..\src\client\client.cpp) C:\otclient\src\framework\stdext\thread.h 26 1...
  16. Derlexy

    Set Default Client Version

    How to set an default client version on OTC?
  17. Derlexy

    [HELP] OTClient QuestLog:

    I need some help here, check directly here: https://github.com/edubart/otclient/issues/755
  18. Derlexy

    [BUG] Containers and Report System (CTRL + R):

    Hello guys, i need some help here. First of all, i'm using the RealOTX 7.72 Server (Github), compiled as 7.72. I have this two bugs that i dont know how to fix: 1. Containers BUG: When your backpack or any container is full, with no free slots, but you have items to stack on this container and...
  19. Derlexy

    DOUBT: Max OTClient Instances

    How to allow only 2 instances of OTClient (MC)?
  20. Derlexy

    DOUBT: onTextMessage problem:

    Hello guys, can someone help me? Some messages arent working on my OTClient: I get this error every time a monster yells, a broadcast message is sent...
Back
Top