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

    Can you still make money on servers?

    Well, I know few Polish custom OTs that are running 100+, even 150+ at weekends for quite some time and in addition to that they are making shit tons of money from item shop and pacc... The OTs isn't even that good... it was good few years ago, but know not much has changed and the people are...
  2. Syryniss

    Solved [TFS 1.0] Unsafe script

    Ah ok, now I understand, thanks.
  3. Syryniss

    Solved [TFS 1.0] Unsafe script

    Ok thanks. So, I shouldn't ever pass metatable or is there some rule? I'm asking, because today I also have done (well, not on my own) a spy equipment talkaction. And as you can see, I'm passing item metatable (as shown below) to another function and there are no errors here. local item =...
  4. Syryniss

    Solved [TFS 1.0] Unsafe script

    Hi there. I have just ported mine old outfit talkaction, which is changing player outfit and then restore old one if time specified. It works well so far, but if I use time event it gives me error in console, which is about unsafe scripts. I don't even know what does it mean, so I'm asking what...
  5. Syryniss

    [TFS 1.0] Equipment spy

    Thank you very much! I tested it and it didn't work, I think you forgot about one line. I changed: if item.type > 0 then count = "("..item.type.."x)" to: if item:getType():getType() > 0 then count = "("..item:getType():getType().."x)" And it works. Wouldn't done it without You, so thank you...
  6. Syryniss

    [TFS 1.0] Equipment spy

    Hi everybody. I'm moving my test server from old 0.3.6 to 1.0 and it's still hard for me to use metamethods correctly. I have a script for equipment spy (credits: Azi [ersiu]) for 0.3.6 and I wanted to modify it a bit to work on 1.0, but it got too hard for me to handle. I will provide 2...
  7. Syryniss

    Questions about TFS 1.0 - vocations, restarter and few more

    Thanks! Yeah, this might be possible, because the monster i was testing at is healing all the time to negate any damage. Is there a way to disable healing text for mobs, but keep it enabled for players? That's how it was in 0.3.6 in my case. And waiting for other answers ;) Update Ok, fixed 6...
  8. Syryniss

    Questions about TFS 1.0 - vocations, restarter and few more

    Hi. I'm moving my test server from TFS 0.3.6 to 1.0 and becasue I have never used 1.0 before and already ran into some problems, I have few questions: In vocations.xml there is only meleeDamage and distDamage, how can I raise others like magic, healing or defense based on vocations? Is "ctrl+r"...
  9. Syryniss

    otitem editor

    After you swapped .otb file, the duplicate error still exist?
  10. Syryniss

    otitem editor

    How do you know the only problem is .otb? Did you check items.xml?
  11. Syryniss

    Need help adding new spells [8.6]

    Lua - Spells Understanding Spells How to make a simple spell [Tutorial] Make your own instant spells
  12. Syryniss

    otitem editor

    Yeah, that's wierd. But 99% it isn't the cause of duplicated items problem. Check your items.xml for duplicated ID's. When you are done with this, just add this new item again and check if it works.
  13. Syryniss

    Solved Map editor for 10.41

    Oh wait, I don't know why, but I though old maps won't be compatible with new TFS, but now I launch it on map from 8.54 and it's working fine exepct I didn't update sprites yet. Thanks for enlightenment :D
  14. Syryniss

    Solved Map editor for 10.41

    Hi. Recently I'm performing transfer of my test server from TFS 0.3.6 with 8.54 client to TFS 1.0 with 10.41 client. That being said, I need a map editor for that new client. I saw new realeses of Remere's Map Editor, but I didn't saw any with "1041" folder... Can someone link me working map...
  15. Syryniss

    otitem editor

    Well then... Have you tried launching OTS anyway with that duplicate items in .otb? What if you open .otb and delete this last item you have and then add newly created? You need to experiment, from what you say there is something wrong with your .otb file, so try deleting/changing that last...
  16. Syryniss

    otitem editor

    You talking about server ID or client ID? If server ID, then something must be wrong, not compatible etc, because this numer should be always 1 higher than last one. You can get the same client ID's when you add 1 item multiple times. Despite of this you can always experiment, just do backup and...
  17. Syryniss

    otitem editor

    After you are done with ObjectBuilder which affects .dat and .spr file, you need to do changes in .otb using OTItem Editor and in items.xml. First of all make sure you are using new .dat and .spr for OTItem ("file - > preferences" ) and client. In OTItem you need to click "edit -> create item"...
  18. Syryniss

    otitem editor

    Ok, so from what I understand: You loaded your .dat and .spr files into Object Builder and then added new sprites using "import" button on the right, right? Now, to create new item using this sprites you need to click "new" button on the bottom left. The window in the middle will show and you...
Back
Top