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

    Exori Frigo/Tera Balance Simple Script

    This is just a linear approximation of the solutions he gave. It is not very hard to add boundaries and then use the formula. It will always be the best approximation if he wants a linear solution.
  2. Santi

    Exori Frigo/Tera Balance Simple Script

    You should first consider having a formula for this.. This is linear solution from wolframalpha for your problem.
  3. Santi

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

    I will surely be there at launch, you've done amazing progress and are living proof of what following a passion is. These last pages are not even worth mentioning. If you ever need any help let me know. All the best, wil be following!!
  4. Santi

    Lua Scripting Guide

    Still remember when I read this for the first time, my introduction to this world. Awesome guide.
  5. Santi

    Will JS acctually give me a better start with LUA if I go for it?

    Technically you should learn to program and then the language will be a choice depending on what it is that you want to do. Of course one must always start with something, If you now have the opportunity in this webdev course to learn JS which is similar to the syntax and most of what you will...
  6. Santi

    My first program, need help

    Everyone learns how they please, but I think you are skipping a lot of important basic stuff that you shouldn't. Best of luck!
  7. Santi

    Solved Memory Leak ~ 12Gb of Ram Usage

    You gotta free them pointers if you want no leaks!!!1
  8. Santi

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

    Wow, nice to see the improvement that was made throughout all of this time, I can't believe the open-beta is finally here. I will surely make a time-window to try this out, but my post is mostly to congratulate the developers, you have made something unique!! I wish you the best.
  9. Santi

    [HELP] Report C++

    Missing semicolons at the end of the queries?
  10. Santi

    Problem at houses.cpp

    Hey, long time no see You are looking at a restriction in the last for loop, I'm sure you can figure it out (;
  11. Santi

    Solved How to remove noLogout in combat?

    I'm not really up to date or have an extensive knowledge of TFS, but maybe this can help?? https://github.com/otland/forgottenserver/blob/master/src/player.cpp#L3741
  12. Santi

    Lua Question about Os.Date()

    Hey, You need not to know LUA in order to do this, but have a proper reference of how the time/date functions work in said language. Here is a brief tutorial about time/date functions in LUA http://www.lua.org/pil/22.1.html A TL;DR Your options as I see it, though I may be missing something...
  13. Santi

    Solved How to set minimum speed for creatures? in sourceCode

    What was suggested should work just fine, but maybe try to debug the error instead, try to make your code more reliable! Good luck.
  14. Santi

    Slec's latest mapping pieces.

    Make some in-game pics of all of those that you posted!
  15. Santi

    [USA][Custom] ArchlightOnline - Legacy - Coming May 13th 2022

    I havn't really seen anything, and won't be able to play for time reasons, but I think: 1- Making the donation items have a level requirement. 2- Making better/same items than the donor ones that can be obtained in-game. (not for all items, but for very advantegous ones). 3- Don't make them too...
  16. Santi

    Lua How to shorten this script?

    Just do if egg then effect = poison elseif spawn~ then effect = drawblood and then simply put sendmagiceffect(effect) If you didn't get it then ask again and I'll explain further
  17. Santi

    Lua How to shorten this script?

    That's fine.. Why make it shorter?
  18. Santi

    [USA][Custom] ArchlightOnline - Legacy - Coming May 13th 2022

    Best of luck with the project!!
  19. Santi

    Lua Movement Script - Fall on ice.

    What's your idea behind setting the outfit to -1?? The stop moving part will do with doPlayerSetNoMove or doPlayerChangeSpeed to 0 maybe(?, I'm sure the first one will work because I have done scripts with it myself. Your creatures and npcs aren't players are they :p
  20. Santi

    Slec's latest mapping pieces.

    Your lighting is phenomenal.
Back
Top