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

    Lua Function [TFS 1.3] Item abilities via Lua

    Cannot edit my post. Critical chance and critical AMOUNT works. (Your example was just wrong) Did some more testing with absorbs and they dont work. mana, health, mana% and health% doesnt show up on item description. Everything else seems to work fine! Thanks!
  2. Aeronx

    Lua Function [TFS 1.3] Item abilities via Lua

    Hello @Vulcan_ First of all, great job and thank you for releasing it. I've been doing some testing: When using hit points, description doesnt show up. Critical chance visually works fine, but doesnt seem to change damage. Critical dmg doesnt show on description nor seems to work. (it doesnt...
  3. Aeronx

    C++ Storage in Monster? TFS 1.X

    So, lets see if i understand this chunk of code. If i use this lets say in a creaturescript or a spell, that is used by a monster creature, it will save the desired storage. My question here is, shouldnt cid be self:getUniqueId(), or getId is already unique for everyspawn monster? Also, what...
  4. Aeronx

    Spell [TFS 1.2/1.3] Unnamed spell (looks cool tho)

    You can adapt it pretty easily to work on monsters without much work
  5. Aeronx

    TFS 1.X+ How to display effect above character

    Its as easy as this. Stop using 0.X functions. playerpos = player:getPosition() effectpos = Position(playerpos.x, playerpos.y -1, playerpos.z) effectpos:sendMagicEffect(CONST_ME_FIREAREA)
  6. Aeronx

    Webdesign unnamed layout #4

    awesome layout. Is this for share or even sell?
  7. Aeronx

    [The Official (and soon to be more popular)] Bash Flatlander Thread

    Ou eM Gi! I am totally up for that! Buuuuh go cry somewhere else, we dont have shit for you here buuuuh..
  8. Aeronx

    Shirako ~Mapping Thread~

    Always impresed with your mapping. Really good job! Just a professional question, did you edit your own RME? On the actual RME everything is pretty much in chaos and disorder, making finding some sprites tedious and time consuming.
  9. Aeronx

    OpenTibia Object Builder 11.7X, Item Editor 11.7X, client & items.otb working with 10.97 & Remere's Map Editor

    So far is it possible to use client 11+ on tfs? Havent found anything about it. The only thing working that i saw with client 11+ is otx. If its possible would you point me the way? Thank you all
  10. Aeronx

    Secure Mode on/off - tfs 1.3

    Is there any function to check the status of the secure mode? Thx
  11. Aeronx

    Lua TFS 1.2 Removing conditions

    local removeConditions = { CONDITION_POISON, CONDITION_FIRE, CONDITION_ENERGY, CONDITION_BLEEDING, CONDITION_PARALYZE, CONDITION_DRUNK, CONDITION_EXHAUST_WEAPON, CONDITION_EXHAUST, CONDITION_EXHAUSTED, CONDITION_DROWN, CONDITION_FREEZING...
  12. Aeronx

    [Sweden] The Lost Kingdom Server (custom client)

    Weekend events incoming! This Sunday there will be a PetvsPet Battle and PvP 1vs1, 2vs2 Tournament. Requirements for PetvsPet: -At least 2 pets at lvl 100. Requirements for PvP 1vs1 and 2vs2: - Level 150. - Legendary Equipment not usable. Rewards: -Legendary Pet -Unique Mount...
  13. Aeronx

    IsInRange how to use?

    use Game.getSpectators({x=1000, y=1000, z=7}, false, false, 10,10,10,10)
  14. Aeronx

    Lua [TFS 1.2] Crystal Coin -> Gold Nugget

    I didnt change anything other than that, much less on NPC. Checked the code like 10 times, recopied, and recompiled. Everything is as the upper code. Just tested this: function onUse(player, item, fromPosition, target, toPosition, isHotkey) player:addMoney(1500000) end It added the same...
  15. Aeronx

    Lua [TFS 1.2] Crystal Coin -> Gold Nugget

    That fixed the stacking problem. But you now get: 100 cc 49cc and 1 nugget, so you still get 1kk extra instead of 50cc 1 nugget.
  16. Aeronx

    Lua [TFS 1.2] Crystal Coin -> Gold Nugget

    Any updates on this? Really appreciate it! Thanks.
  17. Aeronx

    Player can walk through summons TFS 1.2

    Use this onMove creature event by gugahoa · Pull Request #1188 · otland/forgottenserver and then you can configure an event checking if there's a monster then walk through it
  18. Aeronx

    Lua [TFS 1.2] Crystal Coin -> Gold Nugget

    There is a bug when selling items to an NPC. if you sell more than 1kk items at once, it bugs. For example. Selling 50 steel boots at 30k. total cash 1.5kk. Currency you get: 1 nugget, and 149 CC. Crystal coins stacking more than 100. You get 1kk extra. Currency you should get: 1 nugget 49 CC...
  19. Aeronx

    [OTClient Mod] Loot stats

    After using this mod, its working fine, but monsters and items images some show correctly or some show an X. Also, all monsters show as a black dwarf. Whats going on? Thank you!
  20. Aeronx

    [Sweden] The Lost Kingdom Server (custom client)

    @Jaed Le Raep Hello sir! Nobody ever metioned that. I would like to hear more about that issue so I can address it. Please contact me via discord or PM me here explaining better the issue. Really appreciate it! Thank you for your time!
Back
Top