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

    [France] | Custom-8.6: Lunaria World | Custom Map | 12 Vocs | RPGPVP

    NOW ONLINE!! This project has been in development since 2011, great customer content, professional staff, and tutors which will serve you, we also have an in-progress wikia to know the best of this server with deepness. I created this project because i have played a lot of good MMOs since...
  2. elnelson

    [RPG-Custom] Looking for Testers, 12 vocations

    Ot name; Lunaria World Job you offer/look for; Testers Fansite; Lunaria World Website: Infragamez OTS. (http://lunaria.mynetgear.com/) Contact(discord); Join the Lunaria World RPG Discord Server! (https://discord.gg/2EWbSS6) Hosting; France OFFICIAL OTLAND THREAD...
  3. elnelson

    [0.4] Random kicks.

    Hello there, i have been experiencing random kicks from TFS 0.4 rev 3884, but it only happens on the VPS. it has 8 GB RAM and enough processor, when i test on local computer that does not happen. What could be wrong?
  4. elnelson

    The future of Open Tibia Servers. [Urgent]

    TL:DR: I am looking for those dedicated developers whose had the definitive Open Tibia experience. Such as... [ LOW - Nostalgic, the real experience of Retro Tibia[7X] or Classic Tibia[8X] ) MID - Those whose doesnt have enough time, but really need the vibe. HIGH- Those whose doesnt really...
  5. elnelson

    Lua Table being in conflict with the script.

    Hey bois, good morning. Im experiencing a weird issue on this script. Its a farming script, if you place a strawberry and use a rake on it, you will plant a strawberry bush (in theory). But sometimes it grows another plant of the table. I dont know whats happening here and why that occurs. I get...
  6. elnelson

    Get monster info

    Hello bois, i was reading these functions. And i was wondering if its possible to extract the spellnames, condition immunities and damageimmunities in a popup (TFS 0.4) function getMonsterAttackSpells(name) local monster = getMonsterInfo(name) return monster and monster.attacks or...
  7. elnelson

    TFS 0.X Autoloot not taking items in bags.

    b u m p i found this function maybe could help. function getItemsInContainerById(container, itemid) -- Function By Kydrai local items = {} if isContainer(container) and getContainerSize(container) > 0 then for slot=0, (getContainerSize(container)-1) do local item =...
  8. elnelson

    Lua cancel countdown on battle.

    Hello, bois im trying to cancel a countdown if player enters in battle. but it doesnt work and i dont know what im doing bad here is the script local function countDown2(number, cid) local n = number for i = 1, number do if getCreatureCondition(cid, CONDITION_INFIGHT) == false...
  9. elnelson

    OTCi - OTClient improvement project

    i guess that is not a real difference lol, maybe from 15 fps to 40 would be something interesting to see
  10. elnelson

    Lua [0.4] open door (id 5283) cant be triggered by item.

    here is the full script, it convert walls into doors, doors into windows and windows into walls, but if someone open the door and try to convert the opened door into a window, it will build a wall instead of transforming item id, i tried with your script @Xikini, but seem its not working...
  11. elnelson

    Lua [0.4] open door (id 5283) cant be triggered by item.

    yes sir, i added that getStackPos trying to fix the issue, but did not work. So, yes, im trying to use itemEx.uid but is not working.
  12. elnelson

    Lua [0.4] open door (id 5283) cant be triggered by item.

    i tried with if itemex.itemid == 5283, but its the same, dont recognize the item
  13. elnelson

    Lua [0.4] open door (id 5283) cant be triggered by item.

    Hello otlanders, i have an issue. Im trying to transform this itemid (5283) to 5277 but seems like stackpos is not getting the lecture, so it does not work, just ignore the item. if (isInArray(5283, itemEx.itemid)) and checkStackpos(itemEx, toPosition) then print("x")...
  14. elnelson

    House is not saving unmovable objects.

    The red lines (-) is delete that line and the green one is (+)?
  15. elnelson

    House is not saving unmovable objects.

    Hello bois, i have added some construction objects like ovens, anvil and crucible. But after SS or restart the unmovable objecst wont save. Any patch for this? im using TFS 0.4
  16. elnelson

    Lua [0.4] Deconstruct kit.

    Well i used it as a security measure, without it can be bugged built items receive aid 3051 function onUse(cid, item, fromPosition, itemEx, toPosition) if itemEx.actionid == 3051 then -- if(fromPosition.x == CONTAINER_POSITION) then -- doPlayerSendCancel(cid, "Put the...
  17. elnelson

    Lua [0.4] Deconstruct kit.

    Good afternoon, i was wondering if you guys could help me to script a decontruction kit, like a reverse version of the construction kits. this scripts set AID 3051 (may be used to avoid abuse trying to deconstruct non-house things) local CONSTRUCTIONS = { --[boxed chair] = chair...
  18. elnelson

    TFS 0.X Action script is passing through walls

    hey xikini, i added that part in line 32, but seems not working, the spear is still passing through walls edit: i changed the variables to this isSightClear(fromPosition, tPos, 0) and now working good, thanks xikini :D
  19. elnelson

    TFS 0.X Action script is passing through walls

    oh yeah, normal players also experience that issue
Back
Top