• 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!

Recent content by zynexx

  1. Z

    items no lose

    I did not test, but I think this should work: if getPlayerVocation(cid) == 25 then for i = CONST_SLOT_FIRST, CONST_SLOT_LAST do local uid = getPlayerSlotItem(cid, i).uid if(uid > 0) then doRemoveItem(uid, 1) end end end
  2. Z

    OTClient Unhandled Opcode

    Bump! Anybody?
  3. Z

    OTClient Unhandled Opcode

    Yup! I'm actually using it to translate some server messages (and it's working fine). <event type="extendedopcode" name="ExtendedOpcode" event="script" value="extendedopcode.lua"/> OPCODE_LANGUAGE = 1 function onExtendedOpcode(cid, opcode, buffer) if opcode == OPCODE_LANGUAGE then...
  4. Z

    OTClient Unhandled Opcode

    So, I'm trying to use OTClient on my otserver, but every time I try to use a weapon or a spell that uses distance effects, I get this error on OTClient console: ERROR: ProtocolGame parse message exception (8 bytes unread, last opcode is 0, prev opcode is 133): unhandled opcode 0 Also, after...
  5. Z

    [Canada]HauntServ Custom

    Added some pictures.
  6. Z

    [Canada]HauntServ Custom

    WEBSITE: HauntServer Custom Client anti-bot HauntServ is now on beta. OFICIAL OPEN: 21/10 The top 3 players at the end of the beta will receive 30 days of premium. During the beta rates are a bit higher (exp 6x / skills 9x / magic 3x / loot 2x) Oficial rates: EXP: LVL 1-80 3x LVL 80+ 2x...
Back
Top