• 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. 5lave Ots

    TFS 0.X set 2 item attributes at same time?

    hello guys can I set 2 attributs for one item on create it by LUA local mag = doCreateItem(1497, 1, toPosition) doItemSetAttribute(mag, 'description', 'it was casted by '..getC just need to add a duratiion attribute, because: if we reload actions after casting magic wall it...
  2. 5lave Ots

    Lua any loop for this?, ARE These Line harmful?

    it works oki but i need to set it to set effects from a square 5x5 of players, any idea? as it should send effect from and to ( the 5 sqm square around the player)
  3. 5lave Ots

    Lua any loop for this?, ARE These Line harmful?

    i got this loop in talkactions function SendMyEffect(cid,eff1,eff2) local position = getCreaturePosition(cid) for i = 1, 30 do doSendDistanceShoot(position, {x = position.x + math.random(-7, 7), y = position.y + math.random(-5, 5), z = position.z}, eff1) doSendDistanceShoot({x = position.x...
  4. 5lave Ots

    Lua any loop for this?, ARE These Line harmful?

    I had modify it now and need to set a function on lib 50 to send effects in this area can you help me with that? these are the positions local effectPositions = { {x = pos.x, y = pos.y-5, z = pos.z}, {x = pos.x+1, y = pos.y-5, z = pos.z}, {x = pos.x+2, y = pos.y-5, z = pos.z}, {x = pos.x+3, y =...
  5. 5lave Ots

    Team recruiting 8.6 staff (LUA, MAP, WEB, GM)

    Selvester#2332
  6. 5lave Ots

    Team recruiting 8.6 staff (LUA, MAP, WEB, GM)

    0.4 fir3elemnt
  7. 5lave Ots

    Lua any loop for this?, ARE These Line harmful?

    they should all trigged at same time, its working fine with me but I need to save lines and asking about possibility of crash or something? /i newbie :D i think there is for x = start x to end x(1,5) for y = start y to end (1,5) is that posiible?
  8. 5lave Ots

    Team recruiting 8.6 staff (LUA, MAP, WEB, GM)

    thanks for notify me for this, I had added some info in 1st post I want to make some new hunt caves, modify existing monsters, working on 3 unique new events, and add some of usual events without bugs, implement the map, check monsters corpses and invalied items, weekly guild castle event...
  9. 5lave Ots

    Team recruiting 8.6 staff (LUA, MAP, WEB, GM)

    hello guys I need 2 experienced members to work with me on 8.6 custom medium pvpe server you will be asked todo tasks so we finish the work as fast as we can, also there will be a money payment if you want contact me if you are interested! but basicly I want to make some new hunt caves, modify...
  10. 5lave Ots

    Lua any loop for this?, ARE These Line harmful?

    hey guys im using this code on tfs 0.4 for tibia 8.6 it should send some magic effects and I need to make these lines into a loop to save memory if possible its working on login script so im asking if this codes are ok to use or they can harm the server? (I go three more similar to this in ot)...
  11. 5lave Ots

    Action Magic Wall!(Including Countdown) 95% Easy Configurtion!

    2 erros, it can be casted in my postion of caster (from pos == to pos) and also when I spam used many mw in same pos it duplicate the counter with no magicwallll (when there is magic wall already)
  12. 5lave Ots

    AAC znote aac on create char error

    sorry for not searching the error I got the solve here so I will keep the post for anyone got the same error https://otland.net/threads/phpadmin-www-page-error.240630/
  13. 5lave Ots

    AAC znote aac on create char error

    Hey OTLanders, im trying to create character on znote aac and got this error, help me :D note: im zero exp with website string(753) "INSERT INTO `players`(`name`, `group_id`, `account_id`, `level`, `vocation`, `health`, `healthmax`, `experience`, `lookbody`, `lookfeet`, `lookhead`, `looklegs`...
  14. 5lave Ots

    TFS 0.X how to set a max damge for paladin weapons tibia 860

    im using tfs 0.4 and all my dist weapons are missing the damge, so anyway to make an item hit with chance 100% other means: i want all paladins weapons to hit with high damge, not buff or 70s and so using tfs 0.4 tibia 860 this is example for one item <item id="2352" article="a"...
  15. 5lave Ots

    TFS 0.X Failed to load items .otb

    thanks I will try this
  16. 5lave Ots

    TFS 0.X Failed to load items .otb

    hello im using 0.4 for 8.60 version and got this error during update my exe and so. [15:13:13.649] The Forgotten Server, version 0.4_SVN () [15:13:13.649] Compiled with GNU C++ version 3.4.5 (mingw special) at Dec 6 2014, 20:12:49. [15:13:13.650] A server developed by Elf, Stian, Slawkens and...
  17. 5lave Ots

    TFS 0.X open channels on login

    thanks for help, can you send me your discord id? we may do some work together!
Back
Top