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

    NPC [TFS 1.X][Canary] NPC Addons (base)

    Hello everyone, I've been searching for an NPC addon, but I couldn't find one for my current distro version. Varkhal seems a bit outdated. To be honest, I got lazy and decided to create one from scratch. I tested it with the classic outfits and addons, and it worked wonderfully. Here's the NPC...
  2. Liikuid

    NPC Yasir + Loot Buyer - all in one (13.20)

    Hello! I've been working on an NPC (based on NPC from canary sources) for my server, one that buys as much equipment loot as possible from all of Tibia, including Yasir for creature products. Maybe there are a few items missing to add, but I'm sure they're not many. I tried to check Yasir one...
  3. Liikuid

    [TFS 1.X][Canary/OTBR] 'Fix' books without text on Quest System

    Hello! This post is here to fix a little problem I found (specially on canary sources). When using the original Quest System in TFS or Canary, OTservers, I noticed that books didn't show their text when you added them to a chest, container, or any object with the Quest System (action 2000)...
  4. Liikuid

    (OTXSERVER TFS1.2 BASSED)Look HP/Mana regeneration and percent on look

    (Title too redundant lol) Hello mates, this is my first post for C++ section. I saw a lot of post about "i want to see those attributes like health regeneration when i look" Then i've decided to explore about how to do, and works well. Here we go: Item.cpp above if...
  5. Liikuid

    0.3.6pl1 help!

    i need a good compiler for this source; tfs 0.3.6pl1, for windows xp 32 bits :( thx
  6. Liikuid

    Windows How i can compile

    how i can compile for 64 bits under this? Sources: 0.3.6crying damson Windows 7 64 bits
  7. Liikuid

    Solved Windows 7, 64 Bits

    Well, i need help to compile tfs 0.3.6pl1 for W7 64 bits, i have a lot of problems with this source because are compile in 32 bits and i use on my W7. 64 bits. Computer Inf: AMD Athlon II X4 3.1ghz, 4gb Ram, Map Size 29MB. Thanks!
  8. Liikuid

    Solved [Mods] Capture The Flag problem!

    i have problem with this function local function finishThis() local t = getPlayers(waitingRoom.fromPos, waitingRoom.toPos) if #t == 1 then doPlayerSendTextMessage(t[1], 27, "Find another player to play with.") doTeleportThing(t[1], temple, true) elseif #t == 2 then...
  9. Liikuid

    Crash Log pls HELP!

    Crash on TFS 0.3.6pl1 :/ ***************************************************** ***************************************************** Error report - Sun Nov 27 00:41:06 2011 Compiler Info - GNU C++ version 3.4.5 (mingw special) Compilation Date - Aug 3 2011 00:59:51 Memory load: 44...
  10. Liikuid

    Crash report.txt pls help T.T

    RANDOM CRASH PLEASE HELP T.T Crash Log 0x22f6dc ConfigManager::load()(0x434dc2) 0x22f6fc ConfigManager::load()(0x434dc2) 0x22f714 ProtocolGame::MoveUpCreature(boost::shared_ptr<NetworkMessage>, Creature const*, Position const&, Position const&, unsigned int)(0x6da8b2) 0x22f724...
  11. Liikuid

    Contenidgopago en Modern AAC?

    Como dice el titulo ya que las guias que veo creo que son para Gesior AAC, intente tambien agregar el SMS.PHP que me da contenidopago.com pero no funciona me da el siguiente error: Message: Use of undefined constant r - assumed 'r' Como instalo Contenidopago en un Modern AAC? Saludos
  12. Liikuid

    Count Kill Problem

    Thiis is the script local monsters = { --name = storage ["rat"] = 35001, ["troll"] = 35002, ["rotworm"] = 35003, ["dragon"] = 35004, ["dragon lord"] = 35005, ["demon"] = 35006, } function onKill(cid, target) if(isPlayer(target) ~= TRUE) then local master = getCreatureMaster(target)...
  13. Liikuid

    Npc problem, please help! rep++

    in console say EXPECTED NEAR "<" "then" local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function...
  14. Liikuid

    Help please crash report.txt

    ***************************************************** ***************************************************** Error report - Tue Jan 11 21:04:51 2011 Compiler Info - GNU C++ version 4.4.0 Compilation Date - Dec 27 2010 17:41:03 Memory load: 50 Total phys: 1571248 K available phys: 770576 K Start...
  15. Liikuid

    Report.txt?

    so... where i report a stack trace and how know who or what causing the crash? i have the report here:
  16. Liikuid

    Compiling How Compile 8.60? help x.x

    Well as the title says I have trouble compiling a server of 8.60 ... try this guide but did not work I followed step by step but when trying to Log-In Tibia 8.60 to tell me that you can only enter with 8.54 and that ... Do not know what the problem please help, otherwise the source code that...
  17. Liikuid

    About the crash Cykotitan...

    Cyko hello you remember that you tried to help me with a program because i crashed the server? went there error... [/URL] Uploaded with[/URL][/IMG] is the Cpu?
  18. Liikuid

    Random crash server? :S

    good as the title says, I have problems with my server because it falls every now and then, but it is unknown when sometimes spend 20 minutes or sometimes hours fall. Help please have reviewed almost all actions, Movements, creaturescript, etc ... THANKS :D PD: i use Alissow Server, version...
  19. Liikuid

    Stable server? 8.6?

    I have tfs 0.4 but crash every time :S i dont know what is the problem... What server is stable ? (8.6) thx :D
  20. Liikuid

    a problem! T.T

    ok that's the script... function onUse(cid, item, fromPosition, itemEx, toPosition) local getitem = getTileItemById({x=552, y=636, z=9}, 6548).uid local wallchk = getTileItemById({x=547, y=641, z=9}, 1387).uid local wallchk2 = getTileItemById({x=547, y=641, z=9}...
Back
Top