• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. beenii

    TFS 1.X+ bank talkaction error

    It's the first thing that occurred to me, I read about the problem, Sara mentioned it, I'm on my cell phone, try that, let me know if it works or not, so I can review it calmly from my computer
  2. beenii

    TFS 1.X+ bank talkaction error

    Try make new fuction, maybe problem is in function Player.transferMoneyTo(self, target, amount) if not target then return false -- target isn't set return false -- end -- See if you can afford this transfer local balance = self:getBankBalance() if amount > balance...
  3. beenii

    TFS 1.X+ bank talkaction error

    Try change local targetPlayer = Player(target.guid) To: local targetPlayer = Player(target)
  4. beenii

    Tibia on VPS

    Exactly the vps do not have a gpu, you were not very clear with your problem, but I leave you an option if what you want is to play in the cloud.
  5. beenii

    Change damage numbers to text (example 10000 to 10k) [TFS 1.4]

    Can someone tell me where in the source code the damage is sent in numbers, to try to modify it? (:
  6. beenii

    Solved nginx ccl certificate, website can't be entered? (ERR_TOO_MANY_REDERICTS)

    You could use cerbot for free ssl on linux ubuntu, I have been able to configure my sites with ssl.
  7. beenii

    Change damage numbers to text (example 10000 to 10k) [TFS 1.4]

    Hey I'm wondering if its possible to change damage numbers to text instead. When the damage getting dealt is above 1,000,000 it would say 1m instead and then 1,1m 1,2m etc... Is that possible? where in the source can i change to damage text? I use otclient I have the doSendAnimatedText...
  8. beenii

    Lua simple upgrade system 1 ml to wands each level revscripts

    Hello, I currently have a system that adds 1 attack, 1 defense and 1 armor to the equipmen. I just want to add 1 magic level to the wands for each upgrade, how can I do it? revscripts Maybe in event onMoveItem? Or i think onEquip and deEquip item. Or in login event check if have wand every 2...
  9. beenii

    Lua simple upgrade system 1 ml to wands each level revscripts

    Hello, I currently have a system that adds 1 attack, 1 defense and 1 armor to the equipmen. I just want to add 1 magic level to the wands for each upgrade, how can I do it? revscripts
  10. beenii

    [TFS 1.4] Small Upgrade System (allowed wand and rods)

    how remplace getAbilities()? What value does that getAbilities() function return? The truth is that I am going to simplify the system but that function stops me, how can I eliminate it? Since I only look for 1 attack point to the weapons, 1 arm to the other items with arm, and 1 magic point...
  11. beenii

    RevScripts Help | Converting AutoHeal Modal into revscript

    There are missing files for the system to work in modal windows, functions or maybe the talkaction to activate the bot. or in lib the functions.
  12. beenii

    [TFS 1.3] Advanced quest chests

    I have tried, but the forum does not let me modify my post
  13. beenii

    Compiling client files 13.10 from the test server (sprites)

    Hello, I can't join in the winter update test server. and I wanted to put those sprites on my server, can someone help me by sending me the files of the 13.10 client of the beta test server? regularly found on this route: C:\Users\YOU_USER_NAME\AppData\Local\Tibia\packages\Tibia
  14. beenii

    helpme with links to add eventcallback to my sources

    thanks, with that I can add it without problems
  15. beenii

    helpme with links to add eventcallback to my sources

    if I was just thinking of that solution, to send the eventcallbacks to my event folder. so I don't have to modify my source code. once I have added eventcallback to otbr, but it is very tedious, I wanted to know what the updated links were. but on second thought, I'll just add the callbakcs...
  16. beenii

    [TFS 1.x] Procedural Cave Generation

    It would be interesting to add a boss room, to create daily or weekly dungeons, in a procedural way :) thanks for your contribution, I have several ideas to realize
  17. beenii

    Forge 12+

    I'm looking for the same
Back
Top