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

    Lua Doubt Raids

    Hello friends! How work the calculation of "interval2" and "margin"? <raid name="Ocyakao" file="bosses/Ocyakao.xml" interval2="1440" margin="50" /> I try to read the raid.cpp source code but i don't understand. Thanks in advance!
  2. Shackal

    Solved For lua doubt

    Hello friends, Why it don't work: -- local fromPos = {x = 32312, y = 31933, z = 8} local toPos = {x = 32316, y = 31936, z = 8} local x, y, z for x = fromPos.x, toPos.x do for y = fromPos.y, toPos.y do for z = fromPos.z, toPos.z...
  3. Shackal

    Lua Mazoran lava tile

    Hello friends! Any idea to Mazoran Lava tile? Thank you in advance! Minutes 02:20
  4. Shackal

    Solved Monster Walk Field

    Good afternoon everyone! I have this bug fixed in my distro 8.6 and am trying to solve at TFS 1.2. Follow code in TFS 1.2: tile.cpp if (field && !field->isBlocking()) { CombatType_t combatType = field->getCombatType(); //There is 3 options for a monster to...
  5. Shackal

    Lua Stair Cannot use if above item

    Hello Guys, If I try to use the stairs when it has a body on it, returns false. Follow Screenshot: Follow script: local upFloorIds = {1386, 3678, 5543} function onUse(player, item, fromPosition, target, toPosition, isHotkey) if isInArray(upFloorIds, item.itemid) then...
  6. Shackal

    Linux Trying to change the name email sender

    Hello Guys, I'm Trying to change the name email sender, but i'm not find where i need to change it. Root User > Warera-Global Who Can help me please? Thank you in advance
  7. Shackal

    Solved Only GODs can use the beds.

    Good afternoon, I have a problem on my server where only GODs can use the beds. Does anyone have any idea where I can fix this? I'm using otx 2.2 8.6 Thank you in advance!
  8. Shackal

    Solved Function onKill create item on corpse pos

    Hello guys, How i can to make this script create item on corpose pos? I'm using TFS 0.3.7 Ty u in advance! local config = { timeToRemove = 90, -- seconds teleportId = 12278, bosses = { -- Monster Name, Teleport Position ["Wrath of the Emperor"] = {...
  9. Shackal

    Lua Stamina Bug

    Hello guys, I looked for all the related forums and have not found solution to the case. I have a problem that the stamina of your server is taking too long to rise. I do not know if it's distro problem or what. It's taking about 1 hour up to 1 minute of stamina with these settings...
  10. 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!!
  11. 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 = {}...
  12. 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
  13. 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 =...
  14. Shackal

    Solved doCreateMonster about fire field

    Hello guys, I'm using TFS 0.4 I'm Trying to summon a creature about a fire field but it not work. I was try to use funcion doForceSummonCreature but it not work with tfs 0.4 Who can help me? Ty u in advance and sorry my bad english script used: test.lua function onUse(cid, item, fromPosition...
  15. Shackal

    Linux error: ‘warMap’ was not declared in this scope

    Who know this error? ty in advance!
  16. Shackal

    Linux Some error compiling on Debian 7.8

    Five days trying and can not solve this problem, could someone help me? I'm using Debian 7.8 and TFS 0.4 3777 ty so much in advance! http://0bin.net/paste/zrPDsImPGrcTzuA0#4un-1hlRiqx6OvFG7dxPNYoxXDFSwkUYZl772NuKMs5 bump refresh...
  17. Shackal

    Solved Gesior Error if create guild by character online

    Hello guys, I'm using the gesior https://github.com/gesior/Gesior2012/tree/TFS-0.4_rev_3703+ and TFS 0.4 3777 If i try to create a guild and my charactar is online, i have this error: ty u in advanced!!
  18. Shackal

    Solved doSetPlayerOutfit doubt

    Hello Guys, I'm using tfs 0.4. Why this script not work? local duration = 30 local NewOutfit = {looktype=71,lookhead=20,lookbody=0,looklegs=40,lookfody=30,lookaddons=1} function onUse(cid, item, fromPosition, itemEx, toPosition) if getPlayerStorageValue(cid, 52315) > 0 then...
  19. Shackal

    Solved doTransformItem doubt

    Why when I use the function doTransformItem must exit the screen for the item to appear?
  20. Shackal

    Solved Error onUse if item inside backpack

    Good afternoon people TFS 0.4 I found a critical bug, apparently common in TFS 8.6. If you use Squeezing Gear on any item inside your backpack, returns the following error in the distro: Placing the ElfBot to use this item every 20 milliseconds, the server drops. my squeezinggear.lua local...
Back
Top