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

    [MyAAC][Plugin] login.php for Tibia 11

    I've been trying to solve this, but so far haven't found a good solution cus I don't quite know how to figure out what data the client can take or send to the php file, however it's quite easy to make an automated script that "logs in" with a post request. Infact, I had a server I was helping...
  2. Hultin

    Client Editor for Tibia 11/12 (Patch RSA/WebService)

    Holy shit, that is both an awesome tool and insanly expensive pizza, that is comming from Sweden
  3. Hultin

    NPC swich item [7.6]

    Your code doesn't seem to contain any isStackable line, sounds like either you didn't include that part of the code OR it is contained within a nother function meaning you are using one or more functions incorrectly in your code. Also, why don't you program it like this...
  4. Hultin

    Action Alive Skinning - Simple TFS 1.2 Script

    My message up, the first part should have been removed as I looked into that and table.contains() is much more inline with TFS 1.x code style.
  5. Hultin

    Action Alive Skinning - Simple TFS 1.2 Script

    Those two loops are very excessive, why not use isInArray()? Code bloat is never a good thing. Why not use table.contains(table, value) instead of looping it all?
  6. Hultin

    MyAAC v0.7.12

    That code base is not clean and utterly and truly gross. The site seems to work though, but this type of php is slow and harder to maintain than it need be.
  7. Hultin

    [10.98] Real Map - No Bugs

    "no bugs" is one massive as claim, I am sure there are tons.
  8. Hultin

    [10.93] Projeto Capernia, RL MAP

    Explain how finding something to not be useful is complaining? We were asked a question by Mythera, and responded. We did in no way discourage him from sharing, and even if I don't find this particular release useful it's a great share nonetheless! :)
  9. Hultin

    TFS Update to 10.8x, 10.9x series, adding missing features

    Really cool project, is it using the official items.otb or is it a modified one?
  10. Hultin

    Is the Forgotten Server just that, forgotten?

    Hello! This discussion is an attempt to shed some light on what is going on with TFS. As most if not all of you know, the updates have been only minor and the last verison update is nearly 2 years old now. This is an issue as this leaves us stuck with outdated OTB files etc. While i...
  11. Hultin

    [10.93] Tfs 1.2 (custom modifications) + Reward Chest

    This times a million, it's a patched up stictched up server that CAN work, but it's really unmaintainable for the future. I do wish taht TFS would progress some soon though, been stuck at 10.76 for so long, if only I knew C++ enough to contribute.
  12. Hultin

    [USA] TremorOT -> Real Map 10.77, Staged

    Website dns entry does not exist (yet i guess)
  13. Hultin

    [Sweden]~~10.76 ~~Eternia~~Low Rate Real Map~~Non-PvP~~

    No, I'm saying the exact opposite. You're reading into what I said to warp my word into something it is not. I am simply saying; a server can be good and well customized without reveealing exactly everything there is to explore.
  14. Hultin

    [Sweden]~~10.76 ~~Eternia~~Low Rate Real Map~~Non-PvP~~

    He does not HAVE to sell the server or let us know about everything he has made, some of us do like a bit of mystery. I'd take a reliable and balanced server without any information any day over a buggy donation driven server with everything in a library page on the website.
  15. Hultin

    [TFS 1.2] Staged skills & Maglevel

    Ofcourse, this is code that you could build off of, however this is what I intend to use on my server and as such I didn't have time nor wanted to spend time on developing features I wouldn't need (I did add some variables to make configuration possible, which I normally wouldn't have for such a...
  16. Hultin

    [Event] Walkthrough everything Ctrl + Arrow keys [TFS 1.X]

    Can I dynamically edit the amount of packets allowed to be sent? This keeps booting me out of the server for exceeding packet limit on a 10.90 server (did that exist on latest official TFS?)
  17. Hultin

    [TFS 1.2] Staged skills & Maglevel

    This code is simple, and replace the already existing code in \events\scripts\player.lua (at the very bottom) but it allows you to do all lua skill stages, this is extremly useful on servers where the level/skills offset is way off of normal tibia or where there are no trainers (or both!) as is...
  18. Hultin

    Solved Obtaining players skill

    Doh, I had forgot about compat, thanks alot. And yes, exactly :) Thanks for the uber swift response, you've made me happy :D
  19. Hultin

    Solved Obtaining players skill

    Hello! I'm trying to make a crude (atleast for now) staged skill function inside player.lua and I'm stuck on this, I need to figure out if a player has (example now) club skill above 10, a function like player:GetSkillValue() or the like would be nice, but I can't seem to find any that works...
  20. Hultin

    [10.35] Carlin Revamp v1.9

    Looks nice as hell! Why are thais edits never this sexy?:p
Back
Top