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

    [8.6/12X] [TFS1.3] Global + Source + Web + tools + Quest Reward System

    Rope monsters doesn't work.
  2. ivvanek

    [8.6] [TFS1.3] Global + Source + Web + tools + Quest Reward System

    Rope monsters doesn't work.
  3. ivvanek

    [8.6/12X] [TFS1.3] Global + Source + Web + tools + Quest Reward System

    @alkurius Website doesn't have added Quest Points feature, can you assist how to implement it correctly? Whoops something went wrong... syntax error, unexpected ''QuestPoints'' (T_CONSTANT_ENCAPSED_STRING), expecting variable (T_VARIABLE) Backtrace: #0 [internal function]: POT->loadClass() #1...
  4. ivvanek

    [8.6/12X] [TFS1.3] Global + Source + Web + tools + Quest Reward System

    I have do all what you said here but still don't have column QuestPoints in database. Then code in SQL: ALTER TABLE `players` ADD `QuestPoints` int(11) NOT NULL default 0; It adds me Column QuestPoints in databes correct. But have error on website when looking any character profile: Whoops...
  5. ivvanek

    [TFS1.3] Svargrond Arena, monster dont respawn

    Still don't understand :| When i killed a monster i should have access to enter next room... how the stone has been removed? function onKill(creature, target) local targetMonster = target:getMonster() if not targetMonster then return end local player =...
  6. ivvanek

    [TFS1.3] Svargrond Arena, monster dont respawn

    Anyone knows which ActionID should have the Stone on svargrond arena? it should to make a teleport, right?
  7. ivvanek

    Bug on realmap tfs 1.3 client crashes

    I had these problems when i have got different items.otb than client. It probably kicks you when see specific items on screen. You should to check your .otbm files
  8. ivvanek

    [TFS1.3] Svargrond Arena, monster dont respawn

    Thanks, that will be very helpful but i think i have to put something ActionId on the stone which should be changed to teleport to next room. From which files i can read that ActioID should be on the Stone in MapEditor?
  9. ivvanek

    [TFS1.3] Svargrond Arena, monster dont respawn

    Ok got it, they respawn. But when i killed no teleport to next room... any idea?
  10. ivvanek

    [TFS1.3] Svargrond Arena, monster dont respawn

    I have additional data files but dunno how to fix it. any solution? The problem is: When i go to teleport, monsters doesn't respawn.
  11. ivvanek

    [8.6] [TFS1.3] Global + Source + Web + tools + Quest Reward System

    Can u tell me how to compile ?
  12. ivvanek

    [8.6] [TFS1.3] Global + Source + Web + tools + Quest Reward System

    Cant compile it with following commands: mkdir build & cd build & cmake .. & make Any solution for it?
  13. ivvanek

    [TFS1.3] Svargrond Arena, monster dont respawn

    I felt so, there is no more files in this folder. So i have missing file with the script of respawning monsters on arena. Have you any good working repositories for TFS1.3 with quests on github?
  14. ivvanek

    [TFS1.3] Svargrond Arena, monster dont respawn

    Svargrond Arena When enter into teleport and was teleported into arena the monsters doesn't respawn. I have put in mapeditor on Teleport ActionID 26100 Here is scripts: XML <!-- Arena Quest--> <action actionid="13100" script="quests/svargrond arena/arena_door.lua" /> <action...
  15. ivvanek

    [TFS 1.3] barbarian test quest

    bump
  16. ivvanek

    [TFS 1.3] barbarian test quest

    Hello, I am stuck at 2 mission when you have to fill up the horn from the bucket. In the map editor i have set on the bucket actionid=3110 because of the first mission i have actionid=3110: <!-- Barbarian Test Quest --> <action fromid="7174" toid="7176" script="quests/barbarian...
  17. ivvanek

    [TFS 1.3] [8.6] Lua Script Error: [Npc interface]

    There was problem with a doubled string in 33 line: keywordHandler:addKeyword({'attack', 'spells'}, StdModule.say, {npcHandler = npcHandler, text = {"In this category I have '{Whirlwind Throw}', '{Groundshaker}', '{Berserk}' and '{Fierce Berserk}' as well as ...", "'{Brutal Strike}', '{Front...
  18. ivvanek

    [TFS 1.3] [8.6] Lua Script Error: [Npc interface]

    Hi there, NPC Puffels offer spells, and there is conversation below, healing spells and support spells working good. 20:11 Puffels: I can teach you healing spells, attack spells and support spells. What kind of spell do you wish to learn? You can also tell me for which level you would like to...
  19. ivvanek

    Compiling Compiling TFS 0.4 rev 3777 on Raspbian

    Make sure that u have installed all libs apt-get install subversion autoconf build-essential pkg-config libboost-dev libgmp3-dev libxml2-dev liblua5.1-0-dev libmysqlclient-dev ccache libboost-filesystem-dev libboost-regex-dev libboost-system-dev libboost-thread-dev screen libssl-dev...
  20. ivvanek

    [TFS 1.3] Postman Quest, cannot open door

    22:20 You see a closed door. Item ID: 1225, Action ID: 2156 Position: 32569, 32023, 6 Doesn't work ;/ here is NPC file kevin.lua https://pastebin.com/XG9cvvkN
Back
Top