• 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

    Level Monster TFS 1.2

    Sorry i can't do this now, my vps down .. and i've lost 2 months of work.. :(
  2. Kouki

    Level Monster TFS 1.2

    I try it, and i got errors in game.cpp file, same like lazarus321 :/ Or I'm too stupid to do it 😂😅
  3. 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) :)
  4. Kouki

    [Ranger's Arcani] What kind of PvP server would you like?

    Without restarts, but with more places, monsters, quests ect.. after breaking the high lvl :)
  5. Kouki

    Tutorial on how to create new weapons, armors and shields.

    here: https://otland.net/threads/item-editor-10-98.266970/
  6. Kouki

    Tutorial on how to create new weapons, armors and shields.

    you need remove this item id from movements.xml I mean this part: <movevent event="Equip" itemid="2476" slot="armor" function="onEquipItem"> <vocation name="Knight" /> <vocation name="Elite Knight" showInDescription="0" /> <vocation name="Paladin" /> <vocation...
  7. Kouki

    Lua Paid Service

    It's not here.. Try here: Jobs (https://otland.net/forums/jobs.61/) @Edit, moved..
  8. Kouki

    Problem in database: account_storage

    Oh, my mistake..
  9. Kouki

    Problem in database: account_storage

    You can just add column "id" to your account storage... ALTER TABLE `account_storage` ADD `id` int(11) NOT NULL DEFAULT 0
  10. Kouki

    OTClient Custom Cilent Problem

    You forget to add "." -> Hex "00" I mean if you have login01.tibia.com you need change it like that 127.0.0.1....... < empty hex 00 or login01.tibia.com -> "127.0.0.1 " need to add space :) you must maintain the correct weight of the file. If you do it correctly, the client image will appear
  11. Kouki

    Skulls on NPC/Monsters

    Oh i don't notic that it's in appdata, but skull="xxx" should work unless the sources have been modified.. ur level system work with skulls without problem
  12. Kouki

    Skulls on NPC/Monsters

    No i mean remove level from this monster :)
  13. Kouki

    Skulls on NPC/Monsters

    Can u try it without monster level?
  14. Kouki

    Skulls on NPC/Monsters

    hm i give u my event monster code, can u try it? <?xml version="1.0" encoding="UTF-8"?> <monster name="Lurker" nameDescription="lurker" race="blood" skull="red" experience="0" speed="180" manacost="0"> <health now="5000" max="5000"/> <look type="2" head="95" body="94" legs="94"...
  15. Kouki

    Skulls on NPC/Monsters

    You need add it in source, someone asked about it here: Feature - [TFS 1.3] Monster Levels (https://otland.net/threads/tfs-1-3-monster-levels.260470/page-3)
  16. Kouki

    Skulls on NPC/Monsters

    just add to ur monster.xml file skull="xxxx" xxxx - red/black/green/yellow it should look like: <monster name="monster name" nameDescription="monster name" race="blood" skull="red" experience="0" speed="180" manacost="0"> <health now="5000" max="5000"/>
  17. Kouki

    AAC Blank Page on my website once I moved everything to dedicated.

    You have this error on any subtopic? Or only on latestnews? try add in browster [yourip]/?subtopic=characters if its work, then you have problem with latestnews.php.
  18. Kouki

    help with story npc

    Ok than, change location of storage Storage = { Cipfriedtible = { QuestLine = 30020, Mission01 = 30021, Mission02 = 30022, Mission03 = 30023, finish = 30024 }, [...] change in lua script: local keywordHandler =...
  19. Kouki

    help with story npc

    (209, 72, 65)] CipfriedTible = { Delete (209, 72,65)]
Back
Top