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

    The Unknown | Mapping Thread

    Secret Library divided into elemental sections, including new ones like holy for example. [258] [259] [260] [261] [262] [263] [264] [265] [266] [267] [268] [269] [270] [271]
  2. Unknown Soldier

    TFS 1.X+ Leech bug again, using mana potion returns health and additional mana

    I came across the same pull request, but those fixes were implemented for TFS 1.3 as far as I remember, so TFS 1.4.2 already have them. Anyway, using target != caster helped :) I appreciate your help! It has to be fixed in official TFS too.
  3. Unknown Soldier

    TFS 1.X+ Leech bug again, using mana potion returns health and additional mana

    Hello, Tried to search for solution on github as well as on OTLand but couldn't find any fix for that, but I am sure many people already noticed that. Have this bug been already solved? Drinking a mana potion in TFS 1.4.2 while having mana and/or life leech condition(s), beside adding...
  4. Unknown Soldier

    TFS 1.X+ Weapon script with area effect and damage

    Hello, so I was messing with weapon scripts, and made a script as below. However that is not the intention, not the result that I want. The idea: if players has specific weapon equipped, then there is x% chance to trigger an area effect/spell that will damage also nearby creatures. In other...
  5. Unknown Soldier

    [France][13.20] Noveria Online - 1st July 2023 - FULL LAUNCH!

    I highly recommend it, I played the beta and really enjoyed it, what I would like to mention is that I am not a big fan of evo servers, but somehow I still found it very enjoyable. I think that not only evo fans would find it entertaining. Besides, the number of features and thus the amount of...
  6. Unknown Soldier

    Lua Get item count/fluid type on a specific tile

    function onUse(player, item, fromPosition, target, toPosition, isHotkey) local itemId = 33883 local position = Position(2098, 1238, 10) local tile = Tile(position) if not tile then return end if item.itemid == 1945 then item:transform(item.itemid == 1946 and 1945 or 1946) local items =...
  7. Unknown Soldier

    Lua Get item count/fluid type on a specific tile

    Thanks for quick reply! It's almost working! ^^ Made a lever script using your code, but it doesn't go inside last "if", so after checking fluid type, as a result "cc" is not printed. Where could be an error? function onUse(player, item, fromPosition, target, toPosition, isHotkey) local itemId...
  8. Unknown Soldier

    Lua Get item count/fluid type on a specific tile

    Hello, I thought it would be pretty simple to get the position and amount of items on the ground, but got no results. So the thing is, that I want to check if a fluid container (a vase for instance) at certain position is filled with certain fluid like water or blood or whatever fluid type it...
  9. 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.
  10. 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...
  11. Unknown Soldier

    Lua Get Magic Level from an item

    Perfect, you killed it, that's something extra useful!
  12. 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...
  13. 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...
  14. 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
  15. 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...
  16. Unknown Soldier

    Monster Monster looktypes

    Don't forget about those 😁
  17. 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? ;)...
  18. Unknown Soldier

    The Unknown | Mapping Thread

    [247] [248] [249] [250] [251] [252] [253] [254] [255]
Back
Top