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

    AAC Znote Acc small bug layout

    bump
  2. X

    AAC Znote Acc small bug layout

    Hello. I use this layout : https://otland.net/threads/znote-aac-underworld-layout.268642/ this bug where the sidebar moves out of place when create character bug is only occurs when creating a character, the rest is fine
  3. X

    [Znote AAC] Underworld Layout

    Same Same problem
  4. X

    AAC Convert from Gesior to ZnoteAcc

    Someone can help me ? This script working on Znote: <?php require_once 'engine/init.php'; include 'layout/overall/header.php'; ?> <?php $cache = new Cache('engine/cache/bountyhunters'); if ($cache->hasExpired()) { $bounties = mysql_select_multi('SELECT A.* , B.name AS hunted_by...
  5. X

    [ZnoteAAC] Bounty Hunter System

    @Nottinghster Hey. Can You help me with add point for reward ? From this script ? https://otland.net/threads/tfs-1-x-bounty-hunter-system.213135/ so that it doesn't show points as gold
  6. X

    AAC Convert from Gesior to ZnoteAcc

    bump
  7. X

    AAC Convert from Gesior to ZnoteAcc

    Hey. Someone will explain to me how to convert the script from Gesior to Znote ? what functions to change etc. <style> .bounty_hunter_header { font-size: 16px; } .bounty_hunter_text { font-size: 15px; color: black; text-align: left; padding...
  8. X

    TFS 1.X Bounty Hunter System

    Someone Can convert on Znote Please ?
  9. X

    TFS 1.X+ TFS 1.2 Promotion NPC

    Nice its work's ! But does not remove the item
  10. X

    TFS 1.X+ TFS 1.2 Promotion NPC

  11. X

    TFS 1.X+ TFS 1.2 Promotion NPC

    Yes: My tfs is based on: https://otland.net/threads/8-60-tfs1-2-roxor.268166/ 8.60 client
  12. X

    TFS 1.X+ TFS 1.2 Promotion NPC

    local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  13. X

    TFS 1.X+ TFS 1.2 Promotion NPC

    Same error ;/
  14. X

    TFS 1.X+ TFS 1.2 Promotion NPC

    Anyone can help please ? :(
  15. X

    TFS 1.X+ TFS 1.2 Promotion NPC

    bumb
  16. X

    TFS 1.X+ TFS 1.2 Promotion NPC

    Hello. I get error on console when i write to NPC Hi>Promotion Script: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end...
  17. X

    TFS 1.X+ tfs 1.2 Ctf problem

    Hello. I install this CTF: https://otland.net/threads/tfs-1-3-capture-the-flag.271357/#post-2624623 All works but when event end and players are moved to temple they cannot die outside the event. No error in console. Maybe need add unregisterEvent to code but how ? Thanks !!
  18. X

    TFS 1.3 Capture the Flag

    Awesome ! Can You do ctf with outfit change ? no skulls ? Thanks for this !
  19. X

    [TFS 1.3] Capture The Flag

    How can i fix this conflict ? Player cant die firestorm.lua: dofile('data/firestorm_event.lua') function onPrepareDeath(player, killer) local winner = 0 if player:getStorageValue(fsJoinStorage) >= 1 then Game.setStorageValue(fsJoinedCountGlobalStorage...
  20. X

    TFS 1.X+ task npc categories

    same problem
Back
Top