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

    [SQL/Lua] Return storeQuery

    TFS VERSION: 1.3 Hey guys, so this question is related to the previous two which I have posted and has to do with the function "storeQuery"... Check this out: function onLogin(player) local res = db.storeQuery("SELECT `blademaster` FROM `players` WHERE `name` = \"Angel\";") print(res)...
  2. Otfan125

    [Lua] Custom Conditions or Another Way

    TFS VERSION: 1.3 Hey guys, I'm trying to create an onLogin script that reads the 'players' database and sets a special condition/effect/attribute to a player until s/he logs out. However, I want these attributes to be unique... for example: if a player has the value for column 'blade' in his...
  3. Otfan125

    [SQL/Lua] Getting Value from Column

    Hey guys, I'm trying to write a script that gets executed and sets a condition on a player based on some SQL entry in the 'players' table... I'm using TFS 1.3 if thats useful. What I'm trying to do is create a onLogin script that reads the database and checks if a player has a specific value in...
  4. Otfan125

    Books: What are you reading?

    Didn't see a thread on this, or maybe my Searching skills are lacking. Anyway, are you, user, currently reading any books? Tell us about it :) I'm just about finishing Don Quijote, and let me just say... It's the best novel I have read by far! https://en.wikipedia.org/wiki/Don_Quixote I highly...
  5. Otfan125

    TFS 1.X+ Check Weapon Type When Wielded

    Hey guys, What I'm trying to do is detect the type of weapon a player is wielding each time he wields it and/or a new weapon. I believe this is possible by some OnEquip event in data/movements, but the problem is that (or at least I think it is) you have to register a unique itemID per onEquip...
  6. Otfan125

    [C++] Adding Conditions to Melee

    Hey everyone, I'm trying to implement a melee system that applies different conditions (stun, bleeding, critical, etc.) during combat. Is there a way to do this through source edit? I've been editing weapon.cpp with a lot of success so far, though adding conditions has not been so straight...
  7. Otfan125

    Blood and Gore

    Hey y'all, I'm not a sprite artist, though I think the majority of the sprites I see in this forum are really good :) Not sure how appropriate it is, but I have not seen any goreish, bloodish sprites yet, like corpses with its entrails outside, or decapitated corpses, or some other evil/demonic...
  8. Otfan125

    [OTClient] Game Window Position

    Hello all, Where is the position of the game window defined? Normally, the game window is positioned at the center of the client. I want to know how I can change this. Or, could someone simply tell me where is this handled? I need to attempt it myself. Thanks. 1597365912 One second, I think I...
  9. Otfan125

    [OTClient] Compiling Issues - libvorbis

    sigh I did not want to make this thread because I've been trying really hard to look for the solution, but this is the first time I've encountered this error and, since I'm in a brand new computer, not sure what the problem is. I'm running Ubuntu 20.4, newest version. I get this error when I...
  10. Otfan125

    Question on Quests;

    Was not thinking about posting this and making my own mind about it, but I figure that a general discussion on the topic may be helpful for some who are trying to develop an open server... Most quests that I see on some OTs are very simple in most cases... For example, and I'm exaggerating...
  11. Otfan125

    [Module Idea] OTClient Register Through Client

    This may or may not be the appropriate location for this question; if it turns out it is not, someone please point me to the proper location to post this. The idea is to have an account maker using modules in OTClient at the login screen, where you can register with your email, make characters...
  12. Otfan125

    TFS or OTClient problem: Sprites on Screen

    Hey everyone, I recently downloaded the TFS 1.3 stable version, along with the most up to date OTClient. When I compile both and run the server, this is what OTClient shows me: as you can see, something is terribly wrong with this. Does anyone have an idea why this is happening? edit: I just...
  13. Otfan125

    Tibia Client 10.98

    I seriously can not find the client along with the .spr and .dat for REMERE map editor, if someone could help me out that would be awesome... thanks!
  14. Otfan125

    Game speed/animation

    Hello everyone, thank you for considering reading my support thread. I wanted to know how, if possible, to speed up TFS's animation/game speed. What i mean is, how fast the game interactions occur. Imagine playing tibia, at 2x speed; does anyone know how I can manage this? I'm asking for...
  15. Otfan125

    Physfs error - almost!

    Hello everyone, I really appreciate the work done for OTclient, and I wish I could appreciate it more if I could only use it xD I've been trying to compile it for some time now, and I finally managed to install physfs in my computer, but somehow while compiling i get a long error :/ Does anyone...
  16. Otfan125

    "Hive Spore" type of monster

    Hello guys! I was thinking about creating a monster that is unattackable and summons a specific monster, sort of like the Hive Spore from RL Tibia! However, I want these monsters to give exp and loot. Does anyone know what type of code I'll have to look at/change? I can't just edit the...
  17. Otfan125

    Where do you code?

    Well as the Title says, where? I usually try to do it in bed but then my back starts to hurt :( Also, if I'm on a table my back still hurts :(
  18. Otfan125

    Custom OT style

    I have a question on the way a person could play in my OT. I want to be able to create and OT and let people download the custom client, and play directly from their computer. What I mean is, I don't want to host a server, but I want to create an OT where the database is read directly from file...
  19. Otfan125

    SQL database

    Hello everyone, I'll get to my question right away and attempt to make sense as much as possible years ago, when i first started with OTs, i could easily access my character's information through SQLite, without having to use XAMPP or anything like that. this was back in tibia 7.92 or around...
  20. Otfan125

    TFS Offline

    Hello Folks, I had a question, which is, Is there a way that TFS can run without having to have a SQL host or Apache? What I mean is, have some sort of offline database that can work without internet, or without having to turn on XAMPP or WAMP server, and just have the database in an offline...
Back
Top