• 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

    AAC [Solution] ZnoteAAC status ip

    I just wanted to share this as its something hard to find an answer for a specific problem. If you're trying to get your website to show online and # of players www/config.php $config['status'] = array( 'status_check' => true, // Enable or disable status checker 'status_ip'...
  2. swashed

    Encrypt init.lua, modules, and data ?

    I used the tutorial below and I'm confused because he took init.lua, modules, and data folders and sent them to compressed zip file (at 01:30 in video). Then, the original files become encrypted. Obviously this is not the case when zipping files. Also, this is an issue since anyone can just open...
  3. swashed

    All monsters have lower case names? Have to manually change each one?

    swashed submitted a new resource: All monsters have lower case names? Have to manually change each one? - A python script to automatically replace all lower case monsters names to capitalized Read more about this resource...
  4. swashed

    OTClient Trying to get otclient working properly

    Hey, I'm trying to set up a 7.4 server using this tibiacore distro based on TFS 1.2 nostalrius. I'd love to have the UI look as close as possible to the original client, which has mostly been done in this classic UI release which looks great. I couldn't connect to my server at first, but read...
  5. 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...
  6. swashed

    otland be like...

  7. 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...
  8. 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...
  9. 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...
  10. 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?
  11. 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...
  12. 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...
  13. 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...
  14. 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
  15. 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...
  16. 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?
  17. 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...
  18. 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...
  19. 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...
  20. 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...
Back
Top