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

    [Germany] [Custom] Necronia ❂ Open-Beta Now

    I would love to play it again, didn't have much time to play when it was on beta phase. But I loved the server in general, you should make a Patreon as someone suggested, I would gladly donate for this awesome team of people.
  2. Ramirow

    Action [TFS 1.2+] Simple Smithing Skill w/ Options

    As far as I know, no. Or at least not with Zbizu's system (It would add the +1, +2 but it won't modify the damage, only the range). I didn't experiment much with onHealthChange functions, but if we could check if player is sorcerer/druid and is using wand/rod in his weapon slot (which means the...
  3. Ramirow

    Guide to scripting with Lua

    Really enjoyed reading trough it! Amazing work!
  4. Ramirow

    TFS 1.X+ [tfs 1.3] how can i SetSkill(fishing)?

    One thing that comes to my mind is to do it by an sql query, you change the value directly to 10 on database and that's it
  5. Ramirow

    [8.60] Latest forgottenserver 1.3/1.4. Clean downport.

    @Silba I've been using this release to test some stuff and got znote's aac to work perfectly with it so it should be alright to use it
  6. Ramirow

    Feature [TFS 1.3] Adding New Skills

    The physical and mental capabilities of that character are underwhelming.. This.
  7. Ramirow

    Feature [TFS 1.3] Adding New Skills

    Maybe this answers that question? @Awesomedudei
  8. Ramirow

    Action Herblore / Mining Skill [TFS 1.1]

    You are using storages wrong, when you choose an storage for the skill, you must leave the next storage number free. The system works like this, say you assigned Storage 1000 for Mining. The system will use that storage to store the LEVEL of the skill but not the EXPERIENCE gained, the system...
  9. Ramirow

    Feature [TFS 1.3] Adding New Skills

    In my case, if you look at vocation.h and vocation.cpp you see the multipliers for every skill, in the case of the example I gave, the advance rate is the same as fishing. I don't really know how to determine the exact number of tries tho, forgot to mention you can also add multipliers to...
  10. Ramirow

    OTClient Adding a new skill bar

    Well if anyone happens to read this post and doesn't know how to proceed. I've found a way to fix this. Here are the threads: https://otland.net/threads/tfs-1-3-adding-new-skills.265784/ https://otland.net/threads/show-additional-skills-on-client.265785/
  11. Ramirow

    Feature [TFS 1.3] Adding New Skills

    You can modify the lines that contain the Fishing skill only yes, that way you will replace Fishing for Runecraft. It's not much really, I couldn't find how to do it so it was trial and error, surely there are things I maybe overlooked. Managed to get it working, altough i'm running a...
  12. Ramirow

    Show additional skills on client

    This goes hand to hand with my other thread Feature - [TFS 1.3] Adding New Skills (https://otland.net/threads/tfs-1-3-adding-new-skills.265784/) In order to display an additional skill you code into the sources, you must edit the following files: (I will use the same example as my other thread...
  13. Ramirow

    Feature [TFS 1.3] Adding New Skills

    I don't really understand your question, I'll try to guess what you meant, you can use this code and change the name of the skill to whatever you want, or add multiple of them.
  14. Ramirow

    Feature [TFS 1.3] Adding New Skills

    First of all, I make this thread because I was struggling to add a new skill that I could show using bars on the skill section of the client. I know this pieces of code are not something really complex and I only post it in case someone is struggling like I did with this issue, will also create...
  15. Ramirow

    OTClient Adding a new skill bar

    I am trying to add a new skill bar to the otclient, made some progress on the topic, i will list all the files i've edited in the client and in sources down below. The thing is, it shows the bar but with a -1 as value.
  16. Ramirow

    TFS 1.X+ [tfs 1.3] downgraded 8.6 Bug Arena PvP

    I think that's the intended behaviour, PvP stands for player versus player. If you die by a monster you should receive the death penalty, you should add an onPrepareDeath function for that specific arena and check if player is killed by monster and execute the code of your choice.
  17. Ramirow

    Compiling Can't install libraries using Vcpkg

    I did that and now it's installing libraries 40/75 so it's safe to say that was the issue. Thank you so much! ♥
  18. Ramirow

    Compiling Can't install libraries using Vcpkg

    As the title says, I installed vcpkg just fine trough the git bash command prompt. Everything went smooth, downloaded the sources too. Then it got stuck on libraries, tried it a couple of times, rebooted, reinstalled. It always gets to the same part. Here is what the console says: $ ./vcpkg...
  19. Ramirow

    Action Herblore / Mining Skill [TFS 1.1]

    Indeed you can use it as a blueprint for those skills! By all means, go and try to do it! If you need help feel free to contact me! Good luck!
  20. Ramirow

    [OTClient] Remove internal "ip changer"

    Sorry for the late reply, it might be your hosts file (you can't access it locally but people on the internet can). If that's the case, just go to your hard drive/windows/system32/drivers/etc/ and open your hosts file on a text editor. It should look something like this: # Copyright (c)...
Back
Top