• 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. Unknown Soldier

    The Unknown | Mapping Thread

    Thanks. I am mapping all the locations for my server, so they are not available for download or purchase.
  2. Unknown Soldier

    TFS 1.X+ Server crashes when people get teleported into one square

    Hello, I think you should give more details about this problem like what kind of square is this, if it has any action/unique id, if it is related with some movement script or anything. Give some details how to replicate this, so that someone can even start to think about helping you, cause for...
  3. Unknown Soldier

    Lua Get Magic Level from an item

    Perfect, you killed it, that's something extra useful!
  4. Unknown Soldier

    Lua Get Magic Level from an item

    It is very clear now, thank you so much, I am sure that many people will find this useful. One more thing, which is way beyond my initial question, just came out as a curiosity. Those are the attributes that are taken from the values given in items.xml, right? How about getting also the...
  5. Unknown Soldier

    Lua Get Magic Level from an item

    Thanks! Love your help! It seems to be working and the script returns correct values of magic level attribute of an item. I understand now how it works, but how do I know behind which index value hides which attribute? 4 is magic level, how about the rest? Couldn't find any clue in sources, or...
  6. Unknown Soldier

    Lua Get Magic Level from an item

    Hi, how do I get magic level attribute from an item in TFS 1.4.2? It seems that there is no method like getMagicLevel, so I can't get it like for instance, armor value item:getType():getArmor() Thanks in advance
  7. Unknown Soldier

    Feature Spell requirements modificator

    I have tested this on TFS 1.4.2 and seems to be working correctly, with the exception of item description, at least for me... If you find some problems compiling, there were 2 things that had to be changed to make it work in my case on 1.4.2, that @sharinn helped with, and they are in items.cpp...
  8. Unknown Soldier

    Monster Monster looktypes

    Don't forget about those 😁
  9. Unknown Soldier

    TFS 1.X+ Weapon elemental damage + knight spells

    Hi, Is the issue with elemental damage from weapons being ignored when using spells by knight already officially solved in TFS? Or only self-made solutions for now like the one from attached thread below? ;)...
  10. Unknown Soldier

    The Unknown | Mapping Thread

    [247] [248] [249] [250] [251] [252] [253] [254] [255]
  11. Unknown Soldier

    Lua Dodge system for TFS 1.3

    @Xikini did one more update to this system, cause of potential duplicate move event warning for majority of equipment, where onEquip and onDeEquip is removed local dodgeStorage = 45001 local config = { -- [itemid] -- Dodge must be a whole number out of 10000. | 1000 = 10.00% | 2 = 00.02%...
  12. Unknown Soldier

    The Unknown | Mapping Thread

    [243] [244] [245] [246]
  13. Unknown Soldier

    TFS 1.4 NPC Bug

    Try this https://otland.net/threads/tfs-1-4-2-npc-error-argument-1-has-out-of-range-value-for-unsigned-int-1.281723/
  14. Unknown Soldier

    TFS 1.X+ [TFS 1.4.2] NPC Error: Argument -1 has out-of-range value for unsigned int: -1

    So it helped, no more errors during trade :) Thank you! However the error with ladder remains. I guess I could just create another script for ladders that are placed like this, they are minority anyway. But maybe there is some quick solution to the script, that are use for ladders, could you...
  15. Unknown Soldier

    TFS 1.X+ [TFS 1.4.2] NPC Error: Argument -1 has out-of-range value for unsigned int: -1

    Well, I won't act like I understand... 😵 I only want to point out, that this happens in official 1.4.2 release, with none changes from me in fact, only with replaced map and items folder, it might be a problem for everyone that would want to use 1.4.2. Is there any other solution except...
  16. Unknown Soldier

    TFS 1.X+ [TFS 1.4.2] NPC Error: Argument -1 has out-of-range value for unsigned int: -1

    Didn't notice anything like that. Taking an item from the ground/corpse to an empty slot works good, no errors appearing. Tried with various types of eq. When equipping items from ground or corpses the only thing I noticed is cancel "There is not enough room" when trying to swap equipment. But...
  17. Unknown Soldier

    TFS 1.X+ [TFS 1.4.2] NPC Error: Argument -1 has out-of-range value for unsigned int: -1

    Hello, I'm getting an error when I want to trade with NPC. It appears in console after saying "trade". Trade window pops up, everythign seems to be working. What is messed up here? Thanks in advance! Lua Script Error: [Npc interface] data/npc/scripts/runes.lua:onCreatureSay...
Back
Top