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

  1. O

    Issue with /commands

    I will test it tomorrow and let you know, thanks!
  2. O

    Issue with /commands

    No errors now. They just don't work since I replaced that script with the one I found in sources of OTX 3.3. Well, at least the tibia client doesn't crash... But I would really love to get them working as they should
  3. O

    Issue with /commands

    That's what I think, even though I don't really know that much about it. I had some problems with the set up and it seems like I have OTX version 3 but I had to use sql schema from 0.3.6 (crying damson)... 1589535864 I have replaces my old commands.lua script with the one I found in the source...
  4. O

    Issue with /commands

    <?xml version="1.0" encoding="UTF-8"?> <talkactions> <talkaction log="yes" words="/ban" access="4" event="script" value="ban.lua"/> <talkaction words="!vipdays;/addvip;/delvip;/checkvip" script="vip/vip.lua"/> <talkaction words="!addon" event="script" value="AddonDoll.lua"/>...
  5. O

    Issue with /commands

    Client version: 8.6 I'm not sure about TFS version but this seems to be OTX server 3. Script: local config = { guildTalksEnabled = getBooleanFromString(getConfigValue('ingameGuildManagement')) } function onSay(cid, words, param, channel) local playerAccess, t = getPlayerAccess(cid), {}...
  6. O

    Issue with /commands

    Hi, I have started a new OTS and whenever I try to type /commands (this happens on either GM account or normal account) Tibia crashes. Would anyone please help me? Thanks a lot
Back
Top