• 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. Felipe Monteiro

    Lua Userdata

    Is possible to load an item or player using userdata?
  2. Felipe Monteiro

    TFS 1.X+ GDB bug!

    I can't execute the function call g_game.saveGameState() It says: Structure has no member named saveGameState() I'm using TFS 1.3 and i compile with cmake -g -D CMAKE_BUILD_TYPE=Debug .. Thxa anyway!
  3. Felipe Monteiro

    Request Client 11.02

    I'm looking for client 11.02. Somebody can upload it for me?
  4. Felipe Monteiro

    TFS 1.2 NPC Trade

    I got an erro with traderequest, when I set to with backpacks.. Npc give me only backpack empty ! if items[item].buyPrice <= player:getMoney() then if inBackpacks then local container = Game.createItem(1988, 1) local bp =...
  5. Felipe Monteiro

    TFS 1.2 - Trade Request

    How can i create a trade request in tfs 1.2, using lua ? with items list, and with backpack option...
  6. Felipe Monteiro

    TFS 1.2 NPC Lib Error

    Some times i got this error looping on my console. It does not happen just with this npc, with others too. Lua Script Error: [Npc interface] data/npc/scripts/default.lua:onThink data/npc/lib/npcsystem/npchandler.lua:556: attempt to index a nil value stack traceback: [C]: in function...
  7. Felipe Monteiro

    Error with tfs 1.2

    After I started using the latest rev of TFS 1.2, I started to have this error. attempt to get length of up value 'items' (a nil value) stack traceback: [C]: in function '__len' data/globalevents/scripts/worldchanges/yasir.lua:54: in function 'func'...
  8. Felipe Monteiro

    TFS 1.1 Mad Mage

    I have a creaturescript that doesnt work properly on tfs 1.1. What changes I need to work fine ? http://pastebin.com/xC34iqWN bump, help me !
  9. Felipe Monteiro

    TFS 1.1 error help !

    I got this error on logo sometimes. Lua Script Error: [Npc interface] data/npc/scripts/default.lua:onThink data/npc/lib/npcsystem/npchandler.lua:556: attempt to index a nil value stack traceback: [C]: in function '__index' data/npc/lib/npcsystem/npchandler.lua:556: in function...
  10. Felipe Monteiro

    Error TFS 1.1

    i'd like to know what means this errors below. Lua Script Error: [Npc interface] data/npc/scripts/default.lua:onThink data/npc/lib/npcsystem/npchandler.lua:556: attempt to index a nil value stack traceback: [C]: in function '__index' data/npc/lib/npcsystem/npchandler.lua:556: in...
  11. Felipe Monteiro

    tfs 1.1 NPC

    I have a npc seller, rashid and djins items. A lot of items. It doesnt work on tfs 1.1. There is a way to convert, or I need to rewrite it ? http://pastebin.com/0tey7wDv bump @Summ I think u could help me ?!
  12. Felipe Monteiro

    Tfs 1.1 Problem

    This kind of addEvent is valid on tfs 1.1 ? addEvent(doSummonCreature, 62000+6*20*1000, "Deathstrike", posDeathstriker) addEvent(doSendMagicEffect, 6*20*1000, posDeathstriker, CONST_ME_TELEPORT) addEvent(TirarCristal, 6*20*1000) addEvent(doCreateTeleport...
  13. Felipe Monteiro

    ERROR TFS 1.1

    Lua Script Error: [Main Interface] in a timer event called from: (Unknown scriptfile) attempt to index a nil value stack traceback: [C]: in ? [C]: in function '_G.doCreateItem'
  14. Felipe Monteiro

    Bug Aleta Som / Sio

    When use aleta som inside the house. log show this message: I use tfs 1.1 !
  15. Felipe Monteiro

    Tibiax a new custom open tibia server! [HOT]

    Hello guys! I come with joy to present a project I'm starting. A custom open tibia server with new quests, new places to hunt, new map, new cities, and much more. As you can see is a complex project but will be working on the details. The project. Have a city where the players begin (like...
  16. Felipe Monteiro

    Compiling Problem to compile

    I have an erro in some functions.. like that error C2601: 'ProtocolGame::onConnect' : local function definitions are illegal its the function above void ProtocolGame::onConnect() { OutputMessage_ptr output = OutputMessagePool::getInstance()->getOutputMessage(this, false); if...
  17. Felipe Monteiro

    Lua Npc Quest Help

    What function can i use to end npc talk without player say bye?
  18. Felipe Monteiro

    Teleport Help

    Hello guys. I need help with one script.. I need a teleport that only one person can enter every 5 minutes, and if one player be in room he will be kicked of the room every 5 minutes. I hope someone can help me.. sorry english ;D
  19. Felipe Monteiro

    Windows Error to open server

    I got this error when i try open my server.. The application failed to initialize properly (0xc000007b). Click OK to close the application. If someone can help me ;D
  20. Felipe Monteiro

    Linux Help with Tibia client and Ipchanger

    I have installed ubuntu 12.04 desktop, and i want to access my server, but i dont know how to do this in linux.. What ipchanger to use, and about cliente tibia, how can i install it.. I hope someone can help me
Back
Top