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

    Solved Compile TFS 1.2 8.6 client problems.

    When I told him to follow that video tutorial, then he figured out that he did mistake at one place so that was the reason this issue happened. I suggest you to watch the video tutorial or other tutorials first.
  2. Dyabl0

    tfs 1.2 how to enable gain exp from players but in Open PvP?

    Have you tried changing experienceByKillingPlayers = false to true? Find this in your config.lua and make it true, it worked for me in TFS 1.2 (as you see I'm skulled there and I had pz for 15 minutes).
  3. Dyabl0

    TFS for client 8.6

    Check the next post by @Webo: https://otland.net/threads/compile-tfs-1-2-8-6-client-problems.242201/#post-2345090 If you need something "customized" from sources, you can ask me, but if Webo offers himself to do then you should ask him, else I'm ready to do also.
  4. Dyabl0

    Solved Remere's 10.9 problem

    Have you tried the following ones? https://otland.net/threads/remeres-map-editor-3-1.241096/#post-2338509 https://otland.net/threads/rme-3-0-any-client-remeres-map-editor-modification.235972/ I'm using the following RME and works fine with 10.90...
  5. Dyabl0

    Windows About Vocation for Latest TFS 1.2

    Not all of us will blame on you for not using search function. Here is something I've found: https://otland.net/threads/how-to-create-a-custom-vocation-and-promotion.60781/ https://otland.net/threads/how-to-make-a-new-vocation.37733/...
  6. Dyabl0

    Solved Compile TFS 1.2 8.6 client problems.

    Try following this:
  7. Dyabl0

    Solved Compile TFS 1.2 8.6 client problems.

    Thanks for the details. I'm sure you have the includes, but are you sure you have linked them correctly? The best way to make it work use environment variables to link them, so you won't need link the libraries everytime you open a project.
  8. Dyabl0

    Remove e-mail requirement from Znote AAC 1.5

    Glad to know that, I'm not best experienced in PHP, but trust me, lately I've been playing with my website a lot so probably could have done better! Awesomist :p
  9. Dyabl0

    Solved Compile TFS 1.2 8.6 client problems.

    Are you using Visual Studio 14? Have you linked all the libraries/use environment variables correctly? EDIT: Please take a look to this: https://otland.net/threads/compiling-tfs-1-0-1-1-latest-source-64-and-32-bits-pics-and-lots-of-explanation.204532/page-10#post-2282390 Or...
  10. Dyabl0

    Compiling Some Help Please *.*

    I was already reading it and posting now.
  11. Dyabl0

    Compiling Some Help Please *.*

    The fact you're having that issue is you haven't installed one add-on for Visual Studio which it offers itself when you start it for first use (honestly I don't know the name now), if you install that add-on, you are able to open any MSVC project without any problems. I'm sure now can't see any...
  12. Dyabl0

    Remove e-mail requirement from Znote AAC 1.5

    Make sure also between lines 147-150: <li> Email:<br> <input type="text" name="email"> </li> There is no "..="email" required>" in there, if there is, remove it as I got above inside the CODE. Not sure if you have to leave -> '', '' <-, by...
  13. Dyabl0

    Remove e-mail requirement from Znote AAC 1.5

    Open your register.php in /www file and at line 8, find: $required_fields = array('username', 'password', 'password_again', 'email', 'selected'); Remove the fields you don't want as required ones.
  14. Dyabl0

    [Compile] How to?

    It didn't properly for me, and I don't like that one. I always used MVSC and it's best one.
  15. Dyabl0

    Bug in sprite

    As LordVissie said, please try giving more details.
  16. Dyabl0

    Lua Demon oak not working!

    Can you please paste the code (demonOak.lua) first?
  17. Dyabl0

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

    Change the following amount in your config.lua: maxPacketsPerSecond = 25 maxPacketsPerSecond = 40 (try higher ones if you want)
  18. Dyabl0

    Windows TFS 1.2 (10.90) .dll files where can I get them?

    As far as I know, .dll files has nothing to do with the version. Personally, I wouldn't recommend you to choose that datapack, if you want to do it seriously good, start your own project and work on it. And also, I know the way you're trying to do is hundred of times easier, but if you do it on...
  19. Dyabl0

    Char dance delay

    Make sure your ..\data\events\scripts\player.lua is clear as I post below (unless you have added something there and might be causing this 'delay'): function Player:onTurn(direction) return true end
  20. Dyabl0

    Windows TFS 1.2 (10.90) .dll files where can I get them?

    Did you take a look at the following thread? https://otland.net/threads/opentibia-dll-pack-v2-0.155310/
Back
Top