• 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. 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...
  2. 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...
  3. 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...
  4. 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...
  5. Kouki

    Level Monster TFS 1.2

    Hey guys, Someone can help me with monster level for tfs 1.2? I know this is already for tfs 1.3, but i'm looking for 10.98 (1.2) :)
  6. Kouki

    TFS 1.2 - Summon Spell Bug

    Hello, i try to do "Summon Emberwing Spell" I find code here: Lua - Summon floorchange (https://otland.net/threads/summon-floorchange.250838/) but when i use this spell on normal char i got client crash, on god char i can use it. Someone know why i got this? local combat = createCombatObject()...
  7. Kouki

    TFS 1.X+ Reward Chest - Segmentation fault

    Hey, I add Reward Chest: Reward Chest to my tfs 1.3 Compilation - without any error, but when i kill reward boss and next normal monsters i got crash and message in consol "Segmentation fault" I use clear tfs from github. Someone know why i got this?
  8. Kouki

    [TFS 1.x] Crash Spells..

    Hey guys, I have problem and I don't know what to do.. I use this code: Spell - [TFS 1.X] Magic Missile (https://otland.net/threads/tfs-1-x-magic-missile.268185/) When i cast spell on adm account it's work perfect, but when i try to use it on normal char its crashing.. Someone can help me...
Back
Top