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

    TFS 1.2 Blessed

    Dear lazarus321, It has most likely something to do with your blessing script which you can locate in your npc/scripts folder. And most of the times its being called bless.lua. Make sure the NPC you want to talk to so Quentin.xml for example has access to the bless.lua script. If there are any...
  2. Ralumbi

    VIDEO TUTORIAL: From nothing to a fully working OT server, website and shop system

    There are automated installations for this: This one is from Don Daniello: DevelopersPL/otshosting-provisioning (https://github.com/DevelopersPL/otshosting-provisioning) And the one I made myself: Ralumbi/ot-playbook (https://github.com/Ralumbi/ot-playbook) Take your advantage :) Sincerely...
  3. Ralumbi

    [NL] [10.98] Dolport Challenges

    Dear Raikou, The map pieces are looking very good in my opinion :) One small tip would be trashing the floors here and there. Such as the vampire place, drop skulls, bones etc... make it like they have consumed people. Orcs, make it one big mess with food, fabrics etc... You're too shy in...
  4. Ralumbi

    TFS 0.X TFS 0.4 ancient version Exori weapon type dmg

    Maybe the chance didn't came higher then 90 in your 0/100 math.random variable. Change for testing purposes the if(chance > 90) to if(chance > 0) on line '43'. Sincerely, Ralumbi(Caleb)
  5. Ralumbi

    TFS 1.X+ Tfs 1.x High CPU usage (think is attack Speed)

    What kind of server are you running in first place? If its <= 8.6 I would say stick to classicAttackSpeed = true in your config.lua and see what the differences are. And have you tried to reverse what you have changed? If you're using the newer versions I would ask you to post your entire...
  6. Ralumbi

    Linux Gesior not create account.. anyone have this problem?

    @Zawiszak I would suggest trying: chmod -R 777 /var/www (If this works, "reinstall" the website files and chmod the folders and files which need permissions)
  7. Ralumbi

    !frags dont work

    Dear potinho, I am not sure which version of TFS you're using, but I will post you a script which always been working for me: function onSay(player, words, param) local fragTime = configManager.getNumber(configKeys.FRAG_TIME) if fragTime <= 0 then...
  8. Ralumbi

    APACHE issue - simple - Doesnt Start. Incompatibility

    Errors are a **** sometimes. Do you have Xampp closed down completely?
  9. Ralumbi

    Gesior Acc Error How to fix ?

    You're most likely doing something wrong. It has to do with file/folder permissions. I could help you out if you'd like via teamviewer if you do not get it to work. If I am correct (not using windows anymore) when you go to the properties of a folder and/or file and goto the permissions you...
  10. Ralumbi

    APACHE issue - simple - Doesnt Start. Incompatibility

    Dear tisan, You most likely have another program using the same port. (which most likely is skype) I would suggest, restart your computer, shutdown programs such as skype and try to start apache again. When this is not working I would like to know which programs you're running. You can see all...
  11. Ralumbi

    Lua [TFS 1.3] How to make condition damage increase over time

    You should play with these three values: cursed:setParameter(CONDITION_PARAM_MINVALUE, -800) -- minimum damage the condition can do at total cursed:setParameter(CONDITION_PARAM_MAXVALUE, -1200) -- maximum damage cursed:setParameter(CONDITION_PARAM_STARTVALUE, -1) -- the damage the condition will...
  12. Ralumbi

    TFS 1.X+ Cant login to my server but others can

    @kozmo Did you try to login with a different account/character? It could be that your most likely admin character you are using to login is bugged. If you can login with a normal character, change the x,y,z position of your admin character to any position which you know about it can be...
  13. Ralumbi

    Gesior Acc Error How to fix ?

    Dear Pimpasss, You should right-click on the folders which say cannot execute and add read/write permissions to it. After this you'll not face the errors anymore :) Sincerely, Ralumbi(Caleb)
  14. Ralumbi

    Non-decaying fields issue [tfs 0.4]

    What happens when you shoot it??? Could already give a clue about what might be going on.
  15. Ralumbi

    Some thoughts on the community openness direction

    I feel your words, I can agree that there needs to be done more for the community. I am a new contributor to the community and hope people will not only do this for money. I am in the OT community for years without account and took others code for learning purposes. Now I learned a lot during...
  16. Ralumbi

    Pc requirements to host a tibia real map

    Dear Bagko, This depends on what you want. Having a linux vps server with just 2gb and 1 core will be enough when you are just hosting it for 10-20 people. If you want to setup something huge with up to 2000 players you will be looking at totally different setups. If you can give more...
  17. Ralumbi

    Linux OT-Playbook

    OT-Playbook Automatic Server Installation - Github.com/Ralumbi/ot-playbook This project is made for the ease of installing your ubuntu 20.04 lts server optimized for tibia otserver hosting without breaking your head. This playbook should work from ubuntu 16.04 lts up to 20.04 lts. 📝 Table of...
  18. Ralumbi

    TFS 0.X Can't login on my server sometimes

    Did you setup anything like an auto-restarter? Also it makes me unclear if you're running windows or linux. If its in linux I will be able to check further with you on this issue. If windows I can as well, but I do rather not work with windows. Sometimes when you have got a restarter running it...
  19. Ralumbi

    [Germany, USA, Australia, Brazil] [7.4] Legendary MasterCores is coming back!

    I already told everyone here that if you want to discuss anything I will be on the Mastercores forum / tickets. Sincerely, Ralumbi
  20. Ralumbi

    [Germany, USA, Australia, Brazil] [7.4] Legendary MasterCores is coming back!

    Hey guys, sorry for my absense here. If there are any questions or discussions please proceed them on our own boards. Its hard to maintain 5 different places. MasterCores -Forum Sincerely, Ralumbi
Back
Top