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

    The reason why tfs is delayed: we let the great programmers goes away

    Great mentality, open source ~= money no helping sorri
  2. P

    Problem with drawing effects under creatures

    bump anybody even a tip ?
  3. P

    Problem with drawing effects under creatures

    So i were trying to make this feature and it is working but i hit a wall and cant figure out why missiles are not being drawn can somebody help me out ? Im using Otland Client My changes I added in const.h DrawUnderEffects = 65536, and DrawEverything = DrawGround | DrawGroundBorders |...
  4. P

    Is there a way to stop player/monster from attacking

    Well its the latest tfs 1.3 Could u navigate me towards it ?
  5. P

    Is there a way to stop player/monster from attacking

    Let me give some more examples that i have in my head: Player/caster during spell cant attack Player/caster using spell on other player/monster prevent them from attacking for a couple of sek Monster during some attacks animation also cant attack other players im thinkink like a condition...
  6. P

    Is there a way to stop player/monster from attacking

    Like in title lets say for example i want to create a spell and during that spell i want to prevent player from attacking is there a way to do it ?
  7. P

    OTClient Otclient documentation

    Does anybody write his own documentation while working on it and could share it with me ?
  8. P

    Understanding opcodes

    i thought thats addition to the tutorial i sended but now i figured how it works than u very much <3
  9. P

    Understanding opcodes

    well thats the only tutorial i found so i adapted to it
  10. P

    Understanding opcodes

    Thank u, probably last question packet:addByte(0x32) -- Extended Opcode (0x32 = 50 (in dec)) packet:addByte(0x0A) -- The Opcode of this Request (0x0A = 10 (in dec)) (0x32) how is that written cause i dont really get it is that hex or what cause i guess i cant write here just 50 or 10 etc.
  11. P

    Understanding opcodes

    https://otland.net/threads/trying-to-receive-a-storage-value-from-tfs-otclient.265046/?fbclid=IwAR3jRteoTLdWWWmpqoCTdtgLmMQ3s1VOLFsf1dn8ymzizWAs5jQNCPbuF6Q In this thread shadowsong writed stupp about opcodes and i understand most of it but i struggle with how to find packets that not already...
  12. P

    C++ How to remove text from addHealth() TFS 1.3

    local condition = Condition(CONDITION_ATTRIBUTES, CONDITIONID_DEFAULT) condition:setParameter(CONDITION_PARAM_SKILL_TAIJUTSU, 5) condition:setParameter(CONDITION_PARAM_SUBID, 100) condition:setTicks(-1) local function resourceCheck(creature_id, reqChakra) local temp_creature =...
Back
Top