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

Recent content by ivvanek

  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
Back
Top