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

    Lua [Question] Revscript - onEquip/onDeEquip calling external function

    Hello, I'm working with Revscript and I have a question about using onEquip/onDeEquip. Is it possible to have the onEquip just call an external function instead of writing the full logic inside it? Example: local moveevent = MoveEvent() function moveevent.onEquip(player, item, slotPosition...
  2. M

    C++ Help: Implementing Global Multipliers for Monster Attack Speed and Damage

    Hello everyone, I'm trying to implement a system where I can globally modify the attack interval and damage of all monsters through values set in config.lua. The idea is to avoid having to edit each monster individually, and instead apply a global multiplier for both melee and spell attacks...
  3. M

    C++ Special skill magic level

    I have a tfs 1.2 system with special magic attribute, I tried to add it in tfs 1.4, BTS version, added successfully, but with problems in working [/SPOILER]
  4. M

    C++ Adding Reward chest on BTS Server

    I tried to add the system to black tek, but I was unsuccessful, everything was compiled but the operation is not 100%, can anyone help fix it? https://github.com/M4GO/BlackTek-Server/commit/2cfea10eb29e5084e411960a9b69c834f7039057
  5. M

    C++ Black Tek Server auras/wings

    i tried add auras and wings system on black teck server, but i couldnt, have this error unity_PV4WV16A2HJFQIXU.cpp unity_EFKQCKK6WWIP54DC.cpp unity_9SK63FI0YRRGU7SN.cpp unity_9NTLKJMJVLH2H2TO.cpp d:\Downloads\BlackTek-Server-master\BlackTek-Server-master\src\weapons.h(168,18): warning...
  6. M

    C++ Update system to tfs 1.42

    please somebody can help-me upgrade this system for tfs 1.4 ITEM_ATTRIBUTE_SPECIAL https://otland.net/threads/lib-storing-information-items-and-players-tfs-1-2.241873/#post-2341883
  7. M

    Compiling error auras tfs 1.4

    I am trying add auras system, but i didn't know how to solve it. 1715095990 solved problem, my bad added ClCompile Include=
  8. M

    C++ Boss Reward tfs 1.4

    I'm trying to add it to tfs 1.4, but I'm having these errors, does anyone have a solution? https://github.com/otland/forgottenserver/pull/1641/files#diff-71ab3d0cd534a1608f1c652185c8a8e1247c81813161673bedf7f5433dad2483 Error C2248 'Container::maxSize': cannot access private member...
  9. M

    AAC add function to the shop system

    @MyAAC https://github.com/slawkens/myaac-plugins/blob/master/gesior-shop-system/payments/pagseguro.php#L55 hello, somebody can help add this function. I want to add the function to PHP, where it will add the item when purchasing Points. INSERT INTO `z_ots_comunication` (`id`, `name`, `type`...
  10. M

    C++ add features from tfs 1.2 to 1.4

    I added my enchantment system in tfs 1.4, but i had problems, could anyone help? When i remove the functions everything seems to work normally movement.cpp https://github.com/otland/forgottenserver/blob/1.4/src/movement.cpp#L459C1-L476C1 uint32_t MoveEvents::onPlayerEquip(Player* player, Item*...
  11. M

    tfs 1.5 online but can't login

    Please could someone help, I'm trying to get tfs 1.5 online, without success. I thought the settings were wrong so I tested with canary and it worked Myaac login.php TFS 1.5 Client 12.86.11871
  12. M

    C++ otcv8-auras-and-wings Unresolved external symbol deflateEnd

    I'm trying to add the system > https://otland.net/threads/otcv8-auras-and-wings.284325/#post-2719135 Please, could someone help me solve this? protocol.obj : error LNK2001: unresolved external symbol deflateEnd protocol.obj : error LNK2001: unresolved external symbol deflateInit2_ protocol.obj...
  13. M

    RevScripts Movements stepin/out tile pos

    Hello, I would like help, how to add the coordinates for the script to work on the chosen tile? Does it only work with aid? the tiles would be 284, 176, 7 and 284, 177, 7 local coal_basin = MoveEvent() coal_basin:type("stepin") function coal_basin.onStepIn(creature, item, position...
  14. M

    Lua Transform item

    Hello, I found this script, I would like that instead of creating a new item it transforms the item with the same attributes as the previous one. knight helmet LV1 to knight helmet LV2, for example knight helmet LV1 XX (Arm:215) Slots: Increase 15% max melee. Increase 15% max melee. Increase...
  15. M

    Lua [TFS 0.4/1.2] Tier upgrading system

    Hello, this script was created by infernum, is it possible to add a quantity of items for the upgrade? example > need 3 elven mail(2505) to upgrado for dsm(2492) local gear = { [2087] = {tier = 1, upgraderType = 'key', chance = 30, items = { [2505] = 2492...
  16. M

    Lua binds items when equipe

    if possible, if player equips certain item then that item will bind to player so only that player can use that item tfs 1.2
  17. M

    Changing protocol version optimized_forgottenserver

    im trying to change the protocol to use a OtclientV8 and outdate client 1000, already tried #define CLIENT_VERSION 1100 #define CLIENT_VERSION 1120 #define CLIENT_VERSION 1121 I always have this error /home/debian/servidor/tfs/src/protocolgame.cpp: In member function ‘void...
  18. M

    Vocations Balancing [implementation]

    I tried make it in a better way to configure it so that the damage is changed according to the type of attack... I think had a result + -, if someone is available to make it safe and better based https://otland.net/threads/tfs-1-3-vocations-balancing-easiest-way.271997/#post-2619887 local...
  19. M

    auto update Question

    auto update is a free tool, or i need something more, already follow the tutorial and it didn't work
  20. M

    Signature spr/dat OTC V8

    my spr / dat signature are different of the official, how i can make work on client V8 Can someone help ?
Back
Top