• 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!

onlook

  1. potinho

    TFS 0.X Show ammunation attack on look

    Hello guys, To make the information clearer to the player, I would like the ATK of the ammunition (bolt, arrow, etc.) to be shown when looking at the item, could you help me do this? I want to do like assassin stars Follow my engine base: https://github.com/brewsterl/RealOTX-7.72 I...
  2. potinho

    TFS 0.X Show Magic Percent increased on look item

    Hello everyone, everything good? Very similar to the post below, I would like to know if I can (via C++) make it so that when giving an item a look, it is shown by default how much increaseMagicPercent it has, actually I use the description flag, but for some items purchased in the shop, the...
  3. Obito

    TFS 1.X+ Printing storage value in OnLook event

    Hi, I have this script local config = { [2361] = {damageincrease = 5}, -- frozen starlight = 5% extra damage [2123] = {damageincrease = 10} -- ring of the sky = 10% extra damage } function onEquip(player, item, slot, isCall) if isCall == false then...
Back
Top