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

    Spell [TFS 1.X] Magic Missile

    I don't remember ;( Probable something with true/false on onCastSpell or somewhere in code, trial and error method ;)
  2. Kouki

    [12.80] - Forge Map

    https://otland.net/threads/downgraded-12-x-assets-to-dat-spr-format.273902/ Here u have spr 10.98 with 12.x sprites :)
  3. Kouki

    OTBR Zoombie event. Eventcallsback problem

    Event Callbacks by EvilHero90 · Pull Request #2867 · otland/forgottenserver (https://github.com/otland/forgottenserver/pull/2867/files) But with Otbr you need modificate files for ecb ( many customs in functions ).
  4. Kouki

    Script Mana Rune TFS 1.1!

    function onUse(cid, item, frompos, itemEx, topos) local playerinfo = -- Please don't touch { level = getPlayerLevel(cid), mlevel = getPlayerMagLevel(cid), voc = getPlayerVocation(cid) } local config = { strenght = "constant", ---Values: template (strenght dependent on level and magic level)...
  5. Kouki

    Script Mana Rune TFS 1.1!

    You need to add: doRemoveItem
  6. Kouki

    TFS 0.X Skill Points Scroll

    Hey guys, I try to make skill points scroll ( custom skills ), i have table in db "skill_point" but when i use scroll i got bugged 0 points even if i have some points. Someone can help me? TFS 0.4 local points = 1 function onUse(cid, item, fromPosition, itemEx, toPosition) if...
  7. Kouki

    TFS 0.X Compilation error talkactions.o

    Hey guys, i try comp tfs 0.4 on ubuntu 18.04, and i got error: /usr/include/c++/7/bits/basic_string.h:6284:5: note: template argument deduction/substitution failed: talkaction.cpp:233:20: note: ‘std::__cxx11::basic_stringstream<char>::__string_type {aka std::__cxx11::basic_string<char>}’ is...
  8. Kouki

    [12.x] OTServBR-Global

    Someone have source from 12.40 ;( ?
  9. Kouki

    RevScripts TFS 1.3 Problem Vip System

    Yes i registered it ;/
  10. Kouki

    RevScripts TFS 1.3 Problem Vip System

    Hello, i have a problem. I use this Vip System and i got this error: Lua Script Error: [Scripts Interface] C:\Users\crash\vcpkg\otservbr-global\vc14\x64\Release\data\scripts\custom\vip_scroll.lua:callback data/lib/vip_system.lua:98: attempt to index local 'data' (a nil value) stack traceback...
  11. Kouki

    Compiling Tibia Client 12 ip change

    Notepad client.exe Change ip tibia.com -> your ip with space and its all.. You need login.php for your acc maker :)
  12. Kouki

    [NEW] World of Naruto Online 1.2

    Sure, but you need spr from wono 1.3-1.6, I don't remember which version I used on this map :)
  13. Kouki

    Habdel Show-off [bragaard]

    Nice show-off dude, good luck in further works 🤩
  14. Kouki

    [12.x] OTServBR-Global

    I can't connect to your website, you must have something wrong with connection. Try to use your IP not .ddns.net or your homename expires.
  15. Kouki

    OTX 4.0 spawn::addMonster

    I replace folder "monster" 3 times :/ <!-- Dragons --> <monster name="Dragon Wrath" file="dragons/dragon_wrath.xml"/> <monster name="Dragon Lord" file="dragons/dragon_lord.xml"/> <monster name="Dragon Lord Hatchling" file="dragons/dragon_lord_hatchling.xml"/> <monster...
  16. Kouki

    OTX 4.0 spawn::addMonster

    Hey guys, I have problem with my monsters.. [Spawn::addMonster] Can not find Ghastly Dragon [Spawn::addMonster] Can not find Ghastly Dragon [Spawn::addMonster] Can not find Ghastly Dragon [Spawn::addMonster] Can not find Spectre [Spawn::addMonster] Can not find Diabolic Imp Normally i have...
  17. Kouki

    C++ Reward Boss for tfs 1.3

    https://otland.net/threads/reward-chest-boss-reward-tfs-1-2.238554/page-3#post-2604313 Have you tried this? Its for tfs 1.2 but someone has written solution for tfs 1.3 :)
  18. Kouki

    [TFS 1.2] Critical System Health/Mana

    Yes I can :) @Edit: Hm i don't need add script to monsters?
  19. Kouki

    Lua [tfs 1x+] reflect

    https://otland.net/threads/board-rules-for-requests.113384/ Server ver? Melee attack? Spell?
  20. Kouki

    Levels For teleporters. TFS 0.4

    ActionId, and you add it in rme to teleport :)
Back
Top