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

    Understanding opcodes

    well thats the only tutorial i found so i adapted to it
  2. 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.
  3. 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...
  4. 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