• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. G

    [Download] Tibianic DLL Sources (Client Injection)

    the "fix" that i found comment the skull icon function on main.cpp no work,
  2. G

    [Download] Tibianic DLL Sources (Client Injection)

    Anyone have the fix of skulls? Im using nostalrius engine, when i accept party i got white skull
  3. G

    [Download] Tibianic DLL Sources (Client Injection)

    thanks, you disable auto update? you know how can i do it?
  4. G

    [Download] Tibianic DLL Sources (Client Injection)

    How i add the tibianic client connection on nostalrius engine? something is diferent on client RSA key,
  5. G

    MyAAC v0.8.21

    i got some errors importing Nostalrius database, PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'email' in 'accounts' in C:\Users\Gub\Desktop\UniServerZ\www\system\libs\pot\OTS_Base_DB.php:85 Stack trace: #0...
  6. G

    AAC Znote Feedback Forum

    when I click on the topic of creative feedback by a player on my website, nothing happens, I can't see his topic but i can see the text on my database, how can i fix this?
  7. G

    [Download] Tibianic DLL Sources (Client Injection)

    Anyone have the fix of skulls? I cant found the link github repo deleted
  8. G

    How can i block Otclient?

    Hello, how can i block players that use otclient on my server? I just want connection by default cip client. Theres any way? Im using TFS 1.2 Obs: i found this topic, but no work... https://otland.net/threads/tfs-1-2-7-72-how-to-block-otclient.262987/post-2542731
  9. G

    Lua how add exaust potions in this script 1.2

    Hello, how can i add a exaust of 1000 after this code part if target:isCreature() and target == player then if item:getFluidType() == FLUID_NONE then player:sendCancelMessage("It is empty.") function onUse(player, item, fromPosition, target, toPosition) local...
  10. G

    OTClientV8

    I got this terminal error im using 7.72 version ERROR: /modules/game_market/market.lua:1037: attempt to index a nil value and after around 1 minute online i got kicked from server, with 0 terminal error about this.
  11. G

    OTClientV8

    Up, im using 7.72 version
  12. G

    OTClientV8

    how fix this console error? ERROR: Unable to send extended opcode 1, extended opcodes are not enabled ERROR: Unable to send extended opcode 201, extended opcodes are not enabled
  13. G

    Programmer TFS 1.x Programming Services

    good programmer !
  14. G

    Programmer Looking programmer with with good knowledge C++

    I am looking for a programmer with good experience. Job: do 3 tasks on this engine. https://github.com/TwistedScorpio/Nostalrius for those interested, send me a pvt msg and i give more details about the tasks. before we make a deal, I'd like a budget payment by paypal, I pay in advance if the...
  15. G

    C++ monster.cpp, How declare a specific condition

    what I mean is that the first isSummon () that appears in the code, I need it to be only monster summon and the second isSummon thay appears in the code, for only summon of players.
  16. G

    C++ monster.cpp, How declare a specific condition

    in this case, how can i declare the isSummon() for monster summon and isSummon() for player summon? if ((!followCreature || !hasFollowPath) && (isSummon() || !isMasterInRange)) { if (OTSYS_TIME() >= nextDanceStepRound) { nextDanceStepRound = OTSYS_TIME() + 2000 +...
  17. G

    C++ monster.cpp, How declare a specific condition

    in monster.cpp file, exist this isSummon() how can i declare if it's player or monster summon? it is possible to differentiate?
Back
Top