• 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!

tfs 0.4

  1. Eduardo170

    C++ Walktrough for all levels in PZ to TFS 0.4?

    How to add walktrough for all levels only in PZ?, as in tibia.com. TFS 0.4 Rev 3884 bool Player::canWalkthrough(const Creature* creature) const { if(creature == this || hasCustomFlag(PlayerCustomFlag_CanWalkthrough) || creature->isWalkable() || (creature->getMaster() &&...
  2. Yusuf El-Shora

    Lua [HELP]Boost PVP rate x2

    Hello Otlanders! I'm using tfs 0.4 for client 8.6. I got an double exp rate script, which boost the exp gained from killing monsters, and this is it: local otswe = { storage = 5995, -- Put Unused Storage Here time_end = 120*60*1000, -- Edit Time Here end_text = "The Powers Of The Gods Has...
  3. P

    TFS 0.4 8.6 / SHOP Nieskonczonosc Item

    Kurde mam problem, mecze sie juz 3 dzien z nim i juz nie wiem co zrobic, a wiec tak robie item w shopie, kupuje go, lecz pisze ze przyjdzie, ale nie przychodzi wiec zmienilem id w bazie danych z losowego, na id itema, przychodzi, ale przychodzi w nieskonczonosc . daje w count ze jeden ale to i...
  4. P

    Windows Compiling 0.4 server on newest MSVC 17

    Hello. This isn't a big problem, because I already can compile tfs 0.4 on MSVC 10, but I want to ask: How can I upgrade project to use it on newest version of Visual Studio 17? I already added all include and lib folders, but when I click rebuild then a lot of errors are showed up, and this is...
  5. Yusuf El-Shora

    Compiling Help Compiling My Source (linux/widnows)

    As the title said.. I need help with compiling .. :( I got a source and I can't compile it not in Linux or Windows (tfs 0.4/ 8.6 Client).. Although someone told me it's can be compiled on anyone of these OS .. I Got two VPS one is Windows Server 2016, the other is LINUX Server Ubunto 16 ...
  6. GhostWD

    Compiling tfs 0.4 compilation

    Hi there! i have got problem with compiled on Ubuntu 16.04 TFS 0.4.3777 when i running it up cannot open data/creaturescripts/scripts/skills/skillstageslogin.lua: No such file or directory [Error - LuaInterface::loadFile] cannot open data/creaturescripts/scripts/skills/skillstagesadvance.lua...
  7. T

    Lua doPlayerRemoveOutfitId - problem with

    Hello, there. Is there any restriction to use the function doPlayerRemoveOutfitId(cid, id, addon) to remove an outfit that was manually added before with doPlayerAddOutfitId(cid, id, addon)? By the way: I'm using TFS 0.4 Let me explain: Players in my server starts only with the outfit ID 1...
  8. T

    "Arm" (Armor) formula in Sources TFS 0.4.0

    Where do I find in TFS 0.4.0 sources the "Arm" formula for equipments? I'm trying to reformulate the Arm formula in my server, but I'm not sure where it is. All I've found is in "player.cpp" the following code: int32_t Player::getArmor() const { int32_t i = SLOT_FIRST, armor = 0; for(...
  9. Pluto

    [TFS 0.4] 8.6, Distance Attack stops while walking

    While using distance weapons (spears, bows etc.) and walking at the same time, player doesn't attack. To shoot any distance weapon, you have to stop first and not move. No problems with melee weapons. Any ideas how could I fix that, or solutions? -- SOLUTION -- Thanks very much to fla5h for...
  10. Noupz

    Compiling Warnings I'd like to solve

    I use Ubuntu 14.04 with tfs 0.4 rev3777 when i am compiling, these warnings comes to me: Warning in chat.cpp chat.cpp: In member function ‘ChatChannel* Chat::getChannel(Player*, uint16_t)’: chat.cpp:1143:10: warning: converting ‘false’ to pointer type ‘ChatChannel*’ [-Wconversion-null]...
  11. Noupz

    C++ Storage to summon follow

    This is part of my monster.cpp i would like this part work with a storage, like this of course what i've done is wrong, but is the perfect example of what i want, someone could help me? this is the source i use MEGA
  12. mldo

    Max mlvl

    Witam, mam problem, mianowicie po wbiciu przez profesje np. palka 42mlvl i uzywaniu dalej czarów, występuje wyłączenie serwera. Czyli debuguje się mlvl i daje np 9901mlvl, jak ustawić lub co zmienić żeby nie przeskakiwało ograniczenia ? TFS 0.4 Tibia 8.6
  13. A

    Lua Function OnSay to summon a creature

    Hello Guys, I have the following script: It works fine but I want to rewrite that script a little. Presently when I place an itemid=2159 at piece1pos the item disapears after I use a lever (id9825) and the boss shows up. Although instead of using the lever I want to make the item=2159 to...
  14. Noupz

    Linux Error in distro

    i use Ubuntu 14.04 and when i open the server, in the end appear this message the server works fine, but i want solve this problem to avoid future errors or bugs, i use tfs 0.4 rev 3777
  15. A

    Lua Item which gives higher exp rate and some damage reduction.

    Hello community, I am trying to create an item which gives higher exp rate and gives some protection , but only from monsters (this is why I can not use this " <attribute key="absorbPercentAll" value="5" />" to get some damage reduction. I have two scripts. It is working one for the rising an...
  16. Way20

    Solved NPC that can be moved by players

    Hi to everyone, its there a way to make an npc that can be moved by normal players? Im currently using TFS 0.4. UP BUMP
  17. Aldo Axel

    Lua Server Save delay until 50 seconds and disconnect

    -Repost- Regards, my issue remains the server save on my OT server as it says in the title, the saved can take up to 50 seconds, which for me is too much time, since it disconnects the players... OT server features: TFS 0.4_SVN 8.6 compiled version 3.4.5 (from otland) save.lua local config = {...
  18. qben360

    The Forgotten Server 0.4 7.x

    Hello guys. Someone know where i can download tfs 0.4 for 7.72?
  19. P

    Lua Damage from monsters

    Good night, I have a problem .. demons and monsters in general when they give magic in area are taking life from other monsters .. is there any way to avoid this? creaturescript?
  20. Snavy

    Linux Player Can walk through NPCs

    as menitoned above, players are able to walk thru some NPCs but not all of them. I haven't figured out what the problem is/might be. TFS 0.4 - 3777 - 8.6
Back
Top