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

    TFS 1.X+ Nostalrius 7.7 - (Floor Change, Monster Attack Delay)

    Hello. I mean these sources: GitHub - Ezzz-dev/Nostalrius: Nostalrius is a 7.7 Tibia Clone Project based on The Forgotten Server 1.2 and CipSoft files. (https://github.com/Ezzz-dev/Nostalrius). Stair hopping cannot be used at the moment, because monsters attack immediately after going down the...
  2. Ahoi

    Nostalrius Compilation

    Hello everyone. According to previous threads here about Nostalrius Compilation, I should follow this tutorial: Compiling on Windows · otland/forgottenserver Wiki (https://github.com/otland/forgottenserver/wiki/Compiling-on-Windows) Should I download Visual Studio 2017 Community and vcpkg, or...
  3. Ahoi

    [OTClient] Custom features - paid job

    Hello. I'd like to make some custom things in the otclient. If anyone have knowledge with OTClient - PM me please - $$.
  4. Ahoi

    Programmer [TEAM] Looking for | OTClient master & WebDesigner & TFS master | $ JOB $

    Looking for 3 people to team up: 1) OTClient ( 0/1 ) - UI designer (old tibia client style + some new modules) - improvements in sources (performance and onattack bugs, diagonal etc) 2) Web designer ( 0/1 ) 3) TFS master ( 0/1 ) $$ job - I'm not looking for someone to create for me OTS - I...
  5. Ahoi

    Otclient problem

    Hello everyone. I have a problem with otclient. When I log in with otclient to my server, I can write in default but nothing happens when I enter (message is not sending). I can't attack monsters, open bag in inventory, use ladders etc. then after a few seconds I'm getting kicked out. Terminal...
  6. Ahoi

    Lua NPC Task System

    TFS 0.3.6 / TFS 0.4 1) Can anyone share task system? 2) How to make NPC show list in book for example? THANK YOU!
  7. Ahoi

    How to add XOR?

    hello could anyone tell how to add xor encryption to OThire or RealOTX so i could use tibianic client?
  8. Ahoi

    Compiling Tibianic Client (7.6/7.7)

    I saw that someone are using old Tibianic Client (with dll injection) with cam recorder etc. Can anyone tell me how could I use that client for my own OTX server?
  9. Ahoi

    Spell NPC tfs 0.3.6/0.3.7

    hello can someone share SPELL NPC script for TFS 0.3.6/7?
  10. Ahoi

    Lua Food regeneration

    luascript.cpp: case PlayerInfoFood: { if(Condition* condition = player->getCondition(CONDITION_REGENERATION, CONDITIONID_DEFAULT)) value = condition->getTicks() / 1000; break; } int32_t LuaInterface::luaDoPlayerFeed(lua_State* L) {...
  11. Ahoi

    Exhaustion

    TFS 0.3.7 actually exhaustion works like: exura - 1 sec delay - exura - 1 sec - exori vis - 2 sec - exori vis - 2 sec - exura how to make it so it will work normally (heal 1 sec, atk 2 sec) like: exura - 1 sec delay - exura - 1 sec - exori vis - 2 sec - exori vis - 1 sec - exura can anyone...
  12. Ahoi

    [TFS 0.3.6] onmoveitem

    heello. am using TFS 0.3.6. Is it possible to make movement or creaturescript like: if someone want to throw item on some items (for example on items: 101, 205-215), it cancel (item isnt throwed) and send cancel message: "you cannot throw item there". ?? sry for my english. thanks
Back
Top