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

    I spent May building on OTHire 7.72 - What distro to use next?

    I've learned what I needed to know about starting an OT, now it's time to move on to bigger things. Help me pick my next distro so that I can make a simple old school server. Requirements: -Old school 7.4 (or emulating 7.4) -Old school Tibia client UI (Otclient can do this?) I think sabrehaven...
  2. swashed

    otland be like...

  3. swashed

    [RME] Adding custom sprites working, but can't add to container

    I used object builder and itemeditor to add some new items/sprites. Now, I want to use them in RME. I have also imported these items into RME and can see them correctly: My problem is when I try to add these items to a container, the only way to add them is by searching them through this...
  4. swashed

    Solved Help understanding movements scripts (custom rings/amulets/boots)

    Hey guys, I’m working towards adding some custom rings and such. I found there is onEquip and onDeEquip events that call their respective functions. See here: https://github.com/peonso/tibialegacyserver/blob/7a9fe8876b7a4d8e272d5ac0a9352d5f51cf6f6e/server/data/movements/movements.xml#L164 This...
  5. swashed

    C++ OTHire Auto-looting function gone after compiling from source, but code is there

    I have a pre-compiled server that has an "auto-stacking" function that works flawlessly. When I compile the sources, this feature is no longer working. I think the author made some last minute changes before compiling the release, and now I need it back in and working. Can somebody take a look...
  6. swashed

    Compiling Compiling Source Produces server.exe files - Is this all I need?

    Hey guys, I've been running a distro that comes pre-compiled and it's time I start making my own deeper changes. I've compiled the new Release (server.exe) file and I'm wondering if all I need to do is run it in the same directory as the original release server.exe file or is there more to it?
  7. swashed

    PayPal IPN requires SSL?

    Hey guys, I've started getting a few PayPal payments trickling in and they've worked without any issue. Out of nowhere, the points stopped adding the purchaser's account. I found that you have to configure IPN in PayPal's settings but I'm still not convinced it will work as my site doesn't have...
  8. swashed

    Lua Get list of item by item id, then get item uid of items in list

    The only function I seem to currently have access to is getPlayerItemCount which returns only a number. I am not sure how I can reference these items individually. getPlayerItemCount(cid, item_id) Context: I have an auto-runemaking script that doesn't require the blank rune to be in your...
  9. swashed

    Lua NPC crash on farewell

    Hi, I’m using a script I found here for an NPC that handles tasks. Everything works great except for when the player says “bye” or walks away. On the original client, the client crashes. On OTClient, it doesn’t crash, but the NPC “blinks” like he’s reloading right there on the spot. I’m...
  10. swashed

    Blessing mechanics for 7.4-7.6 - Lose BP?

    Does anybody remember what the rules were for blessings for 7.4-7.6? Nowadays, they say that 5 blessings is full protection for equipment and backpack but I do recall that you should still your BP if you die? This makes AOL useless and I like the idea of needing blessings + AOL
  11. swashed

    Add compendium of OT data to Resources page

    There is a lot of information/scripts/code that you can use on most OT. This data is transferrable and will make it easier to find solutions. See commonly used syntax functions, see item IDs, see commonly used CONST syntax. Example: A page that has RL tibia map coords for boats and carpet...
  12. swashed

    How to use md file (markdown file)?

    I have a .md file called ID and Storage and it’s a bunch of key-value pairs that is being requested via sql table but I can’t find a way to import this. What are these md files for?
  13. swashed

    [Canada] [7.72] Legacy Tibia 30-Day BETA $50

    Hi, I am looking to learn a lot about making OT servers. I have put together a simple 7.72 server with RL Tibia map. I will develop it for the next 30 days to learn a few things. In that time, you are all welcome to participate. The player with the highest level char at the end of the beta...
  14. swashed

    othire 7.72 with remeres map editor - How to add quest item to non-container?

    To add a quest item, you need to place a container and add a unique ID. Then you put the quest items in that container. But there are several quest items that exist without being a container and I cannot find any documentation or files that store these quest items. For example, the doublet quest...
  15. swashed

    Solved Built TFS, now setting up server. Where do these files go? (config.lua, dlls, data folder)

    My build folder for TFS looks like this: And the guide (here) says the server files should look like this: What directory are these files going in? It seems the next handful of steps are about building out a bunch of stuff but I'm not sure I'm putting the files in the right place...
  16. swashed

    Just starting

    I’m working on a 7.6 map with simones map editor. This is some basic basic shit. I am editing the original yurots map to make it more pvp-centric. At the moment, I’ve just removed all PZ and stated connecting parts of town together in order to create a more tense pvp environment. Right now...
  17. swashed

    SimOne's Map Editor 0.4.480

    Hey guys, I recently started a 7.6 YurOTS server and I've been ripping my hair out trying to get around the map editor problem. I have found dozens of threads with people not being able to edit their map. I was just directed to this thread: Tibia - Simone 0.4.480...
  18. swashed

    [Canada][7.6] Hyperion OTS

    IP: hyperion.servegame.com Port: 7171 Client: Tibia 7.6 Uptime: 24/7 Map: PvP Map Rotation (Current Map: YurOTS Test Map) Server Type: PvP-Enforced PvP Exp Rate: 5x Step into a time machine and travel back to the early days of Tibia, where danger lurked around every corner and battles were...
  19. swashed

    Click Reuse for 7.6 (Seeking Options)

    Does tibiaauto have click reuse? Blackdproxy has a greyed checkbox that says click reuse, but no documentation on how to use it. Tibiabot ng looks like the best one, but nowhere to download it + looks like it has a 3 day trial Any other bots out there?
  20. swashed

    Looking to Re-Create Popular 7.4-7.6 Hardcore PvP Server

    I used to host a fun hardcore pvp server for one of the older clients. I was like 14 at the time and servers didn't even use databases. Creating an account was as simple as making a text file and dropping it into a folder. Anyway, this pvp server had a peak of 100 people and it was one of my...
Back
Top