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

    Compiling Moveitem exhaust

    I tried for (timeBetweenExActions = 10 in config.lua) and it worked, but the players can use more than 50 potions in 1 second.
  2. Shackal

    Compiling Moveitem exhaust

    timeBetweenActions = 200
  3. Shackal

    Compiling Moveitem exhaust

    It not cause with weapons, it happens with runes or potions
  4. Shackal

    Compiling Moveitem exhaust

    timeBetweenExActions = 1000
  5. Shackal

    Compiling Moveitem exhaust

    @Limos, @Ninja, @dominique120 can you help me please? I need to fix it urgent :/
  6. Shackal

    Compiling Moveitem exhaust

    Also found it strange, something similar happens when you use potion and spear attacks, there is an exhaust. But on my server is experiencing this problem when trying to drag any item, use potions, runes cause exhaust when I try to drag anything.
  7. Shackal

    Compiling Moveitem exhaust

    Hello Guys, Why potions, runes and spells cause exhaust to drag itens? I'm using TFS 0.4 3777 Ty u in advance!!
  8. Shackal

    Solved If same IP return fromPosition

    Thanks alot man!! Nice script
  9. Shackal

    Solved If same IP return fromPosition

    Nice Limos, I will try again :D Thank you for now
  10. Shackal

    Solved If same IP return fromPosition

    Hello guys, Need to make a script that: • If a player with the same ip trying to enter the tp return to function: doTeleportThing(cid, fromPosition, true) follow the script: local pos = { go = {x = 899, y = 846, z = 7} } local function checkIpOnBattlefield(condition) local ips = {}...
  11. Shackal

    If walk cancel follow attack and stop

    Hello guys, I'm using TFS 0.4 3777 Someone could help me with this doubt? If i walk, to cancel follow attack, stop and walk. Thanks in advance and sorry bad english!! bump
  12. Shackal

    [Gesior ACC] Polls System v.2.2 + graphic bars

    Error ID: ObjectData::getCustomField - Field vote does not exist in data / is not loaded. and i have vote in account's table.
  13. Shackal

    Tibia Clients

    why this versions not find this...
  14. Shackal

    Solved [Talkaction] Premium Points to accname

    I got so: Thank you so much for tips Limos!!! function onSay(cid, words, param) local t = string.explode(param, ",") if param == '' then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Missing params.") return true end if t[2] == null then...
  15. Shackal

    Solved [Talkaction] Premium Points to accname

    don't work bro function onSay(cid, words, param) local t = string.explode(param, ",") if param == '' then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Missing params.") return true end local balance, pid = getPlayerByName(t[1]), t[2]...
  16. Shackal

    Solved [Talkaction] Premium Points to accname

    Hello peoples!! I'm trying to make this script give premium points by account name, not by Player name and deliver points the same is offline.. actually this script work like: /addpoints PLAYERNAME, POINTS i want: /addpoints ACCNAME, POINTS function onSay(cid, words, param) local t =...
  17. Shackal

    Someone hacked my website o.000000 help!

    Thank you mate!!!
  18. Shackal

    Someone hacked my website o.000000 help!

    Why not gesior? Lol... I'm using the 2012 GitHub version. What's wrong ?
Back
Top