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

    Question about edited tibia.dat

    Protocol 8.6 I've been making changes to the .dat file for my cip client. Like changing the order of giant tree roots so they don't draw on top of trees and such. In my ot experience ive always been able to use raw clients I find wherever to play without issue. My assumption logically...
  2. Arkemis

    Confused about tree sprites and sprites in general.

    8.6 protocol Tibia trees are garbage imo and the giant ones are even worse. I'm considering making my own but im confused on a few points. Looking at the existing trees, they are 64x64 and only 1/4 of them are unwalkable with the other squares its drawn in appearing over the player when you...
  3. Arkemis

    Windows Edited tibia.exe not compatible.

    Windows 7 x64 I'm trying to edit the cip client and i'm using this tool. https://github.com/SaiyansKing/TibiaClientGenerator It generates the tibia.exe fine enough, but when i try to run it I get this error. I looked through all of the php code (beginner) and nothing jumped out at me that...
  4. Arkemis

    Custom client with bot.

    I want to have a client that connects to my server address by default (no need for IP changer). But I also want to be able to use elfbot. What are my options here? I successfully compiled and configured OtClient/Mehah before learning it can't be used with elfbot.
  5. Arkemis

    OTClient Light coming through floor.

    TFS 1.3 (Nekiros 8.6 downgrade) OtClient/Mehah Light is coming through the floor, however it doesn't happen with cip client. this is the view in rme, and the offending torch. The light disappears if a player stands on the square. Any help in learning how to address this would be appreciated.
  6. Arkemis

    TFS 1.X+ What exactly is server saving?

    TFS 1.3 (Nekiros 8.6 downgrade) cip Client 8.6 I switched my server to save progress on an interval without shutting down. This is the script im using. local shutdownAtServerSave = false local cleanMapAtServerSave = false local function serverSave() if shutdownAtServerSave then...
  7. Arkemis

    TFS 1.X+ Server closing unexpectedly.

    TFS 1.3 Nekiro downgrade 8.6 cip Client 8.6 In testing my server, I leave it on through the night, but every time I wake up it has crashed and isn't running, but then I ran it for 12+ hours, and it never crashed. So I went to bed and left it running, and I woke up 5 hours later and my char was...
  8. Arkemis

    RME are there other high tiles?

    protocol 8.6 I'm trying to find other options for tiles that sit high like the red dirt and grey mountain circled in red. I have to imagine I can copy other tiles and make them behave this way, and ill be winging that, but figured I might as well inquire here in the event someone is willing to...
  9. Arkemis

    My first cave.

    I'm trying to stay away from straight lines and blockyness, but i'm worried i'm doing too much, but at the same time im worried its too empty. Any tips appreciated.
  10. Arkemis

    TFS 1.X+ editing ground tile broke it

    TFS 1.3 (Nekiro Downgrade 8.6) cip Client 8.6 So I tried to wing it myself, and edit an item. I learned by digging through the forum that i had to edit .dat and items.otb. No problem. Edited the water tile to be unwalkable in both, compiled the .dat and .spr, but when i load RME its still...
  11. Arkemis

    TFS 1.X+ Lighting control

    I've poked around a bit in regards to how the lighting is managed, and I've learned you have to edit source to alter it permanently. However I'm just looking for a way to easily test lighting effects as I map, not change it forever. Is there any way to see lighting in RME or anyway to control...
  12. Arkemis

    Homage: A Link to the Past.

    This is happening! The entire map. Just started.
  13. Arkemis

    TFS 1.X+ disable player block spawn in TFS 1.X

    TFS 1.3 (Nekiro Downgrade 8.6) cip Client 8.6 So I finished downgrading my monster pack to 8.6 (my first big endeavor!) and it went really well. Now I've officially begun building my custom map and I built a test spawn. The spawn-time on each of the monsters is 1, but player blocks spawn. I...
  14. Arkemis

    TFS 1.X+ duplicate monster XML scripts in pack.

    TFS 1.3 (nekiro downgrade 8.6) cip Client 8.6 I'm downgrading a monster pack and i'm noticing some (not all) of the creatures have duplicate xml scripts. Some have flags like "canwalkonenergy", others don't. Are there any compatibility issues I should be aware of when selecting which ones to...
  15. Arkemis

    A formal thank you, to everyone in this community.

    I started my endeavor to build an 8.6 server for me and my friends completely clueless, (I have some script & networking know-how) and now I'm beginning to feel comfortable with everything involved. That is largely in part due to the help I've received in the short time i've been here...
  16. Arkemis

    TFS 1.X+ learning creature stats

    Using GitHub - nekiro/TFS-1.4-Downgrades at 8.60 (https://github.com/nekiro/TFS-1.4-Downgrades/tree/8.60) cip Client 8.6 I've learned that this distribution doesn't have a complete creature pack for 8.6, but what creature scripts it does have was enough to help me understand what needed to be...
  17. Arkemis

    AAC Allowing multiple accounts per email.

    Using latest ZnoteAAC I want players to be able to use 1 email account for multiple accounts, and on this note, does this create any vulnerabilities I should be aware of? I dug through some of the php code (still learning), and I found a line in 'register.php' that seems to be related. if...
  18. Arkemis

    correcting my glossary for noobs.

    Although I'm new here, im spear-heading the operation of learning everything for my team. So although I barely grasp what im doing half the time, I have to teach them to the best of my abilities. So I wrote this glossary (to the best of my understanding) to help them get a better...
  19. Arkemis

    Dat/Spr files signatures are incorrect.

    TFS version 1.3 (Nekiro's 8.60 downgrade) Client 8.6 RME 3.7 When I tried to open my .otbm file it asked for the spr/dat files for 8.6 client, so i directed it to my tibia folder that contains them but it wouldn't recognize them. So I downloaded a fresh 8.6 client and it recognized them, but...
  20. Arkemis

    having trouble compiling TFS.

    I've read through the rules and I'm going to try to do my best to adhere to them but the truth is I'm starting to think I'm in over my head. To the point where I can't even figure out the right questions to ask. This community has me pretty intimidated. I've hit so many brick walls that...
Back
Top