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

    Lua Creature attacking another

    Hello, how I check if a creature is attacking another? I have to create a script that is like the skill system of player but instead of player is a monster... I can use onHealthChange but the misses will not count.
  2. keilost

    Lua [TFS 1.2] OOP Classes

    Hello, What is the right way to create classes in LUA? I want to create a class named Pet, it extends Creature class...
  3. keilost

    C++ [TFS 1.3] Bot makes chracter freeze

    Hello, A lot of players in the otserv that I'am working is complaining about freezes (character cannot walk or do any action, just logout), it happens when he uses bot. Someone knows the solution?
  4. keilost

    C++ Delay on up/down stairs

    When I up or down the stair, a delay happens when I attack the monster (as you can see in the link). Where do I change that? http://gph.is/2qXn749
  5. keilost

    C++ Push Delay [TFS 1.3]

    Hello, I want to change the delay of the push, but i can't find a way to that, take a look in my moveCreature function. void Game::playerMoveCreature(Player* player, Creature* movingCreature, const Position& movingCreatureOrigPos, Tile* toTile) { if (!player->canDoAction()) {...
  6. keilost

    C++ Ladder TFS 1.3 OTX

    Hello, When someone put an item up the stairs, nobody can use it. Follow the gif: Animated GIF - Find & Share on GIPHY My teleport action: local upFloorIds = {1386, 3678, 5543, 8599, 10035} local draw_well = 1369 function onUse(player, item, fromPosition, target, toPosition, isHotkey)...
  7. keilost

    C++ Swing TFS 1.3

    Hello, I followed this commit to fix the speed Fix #1319 by Mkalo · Pull Request #2109 · otland/forgottenserver · GitHub of my server and it works fine, but when I use potion the attack gets a delay, follow the gif: Animated GIF - Find & Share on GIPHY What I have to do? I can't find in the...
  8. keilost

    Addevent tfs 1.2

    Hello, How I can use methods in addevent? Like: item:remove() addEvent(item:remove, 30 * 1000)
  9. keilost

    Player Hex

    Hello, I'am using gdb to fix a bug in my otserv, I catch this exception: http://pastebin.com/pWhQKUTS The bug is solved, but I want to know what player was doing that. How I can find him with these information "player=0x7ff067c0c550"?
  10. keilost

    Website bug

    How to fix this bug? http://prntscr.com/b24jcp Website for tfs 1.2
  11. keilost

    Compiling Tfs 3777 r19

    When I try to compile, appears this error make[1]: Entering directory `/home/zaiak/trunk/rev3777r19' CXX beds.o CXX game.o CXX house.o CXX ioban.o CXX iologindata.o iologindata.cpp: In member function âstd::string IOLoginData::getCheckPlayerLevel(const string&) constâ...
  12. keilost

    Compiling OTX

    Hello, I'am trying compile the otx290, but I'am having this problem. http://prntscr.com/2zm25d
  13. keilost

    Compiling Client 986

    Help, i need a custom client 9.86 :/
  14. keilost

    Tfs 0.2.15

    Hello, i'am trying execute the command /shutdown in my server 9.86, but don't works :(... Can anyone help me?
  15. keilost

    Znote PagSeguro

    Hello, i need add pagseguro to znote acc website, someone can help me?
  16. keilost

    Linux Segmentation fault.

    I have the Ubuntu 10.04, and i compiled a distro 9.86... When I try run the tfs, appear this message: Segmentation fault. I used gdb to run, and show this: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7ffff3838700 (LWP 1104)] 0x00007ffff7658a41 in ?? ()...
  17. keilost

    Compiling Account Manger

    can anyone help me, to add a solicitation of e-mail in account manager? Thx Att, Keilost
  18. keilost

    Lua bug warsystem

    Well, i put the war system and happen this: [Error - TalkAction Interface] data/talkactions/scripts/war.luanSay Description: data/talkactions/scripts/war.lua:70: attempt to call global 'doGuildAddEnemy' (a nil value) stack traceback: data/talkactions/scripts/war.lua:70: in function...
  19. keilost

    Bug NPC

    Someone can help me? Script of npc: <?xml version="1.0" encoding="UTF-8"?> <npc name="Master Vip Seller" script="data/npc/scripts/default.lua" walkinterval="2000" floorchange="0"> <health now="100" max="100"/> <look type="128" head="114" body="114" legs="91" feet="0" addons="3"/>...
  20. keilost

    Item.otb

    Hello, when i duplicate a item in items.otb, happen this: can anyone help me?
Back
Top