• 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

    TFS 0.X Action script is passing through walls

    i couldnt make it compile tho.
  2. elnelson

    TFS 0.X Action script is passing through walls

    hey bois, good morning, how can i avoid this script pass through walls? its a spear active effect for tfs 0.4, but can be abused if player is between walls x.x <action itemid="2389" event="script" value="artifacts/spear.lua"/> local combat = createCombatObject() setCombatParam(combat...
  3. elnelson

    TFS 0.X 2+ Players standing in the same SQM, one use spell, both get buffed.

    i will test and edit this post later thanks. that was the solution, selftarget="1" is the way to fix this, thanks.
  4. elnelson

    TFS 0.X 2+ Players standing in the same SQM, one use spell, both get buffed.

    these are 2 of spells that causes this issue. morph bear local outfit = {lookType = 16} -- Roupa que ira transformar no caso seu corpo ficara em choque local tempo = 2 * 60 * 1000 -- Tempo, nesse caso esta 60 segundos Lembrando que 1000 = 1 segundo local ml = 15 -- quantos ira aumentar o...
  5. elnelson

    [0.4] Hostile NPCs.

    i guess i will need source edit to acomplish that, i want to create a more complex enemy u.u
  6. elnelson

    TFS 0.X 2+ Players standing in the same SQM, one use spell, both get buffed.

    anyone have an idea how to avoid this?
  7. elnelson

    TFS 0.X 2+ Players standing in the same SQM, one use spell, both get buffed.

    hey otlanders, i found a critical bug, as title says. If 2 or more players stands in the same SQM (like they up and down a stairs) and one player uses a buff spell, all the players standing in the same SQM gets the buff! Is there any way to fix this? like a working source edit or a lua patch...
  8. elnelson

    Is the dark theme selection good enough?

    i love it, minimalist, and well organized, the buttons have well height. Nice job (Y)
  9. elnelson

    Lua Getting values from LUA Tables.

    Yeah its pure math, but i need to add the values of the table to the formula, and thats the struggle im facing on. im trying to print the values but the appear nil on the console, i cant make it work x.x to summarize the objective, i want to increase the chances of getting the skill if the...
  10. elnelson

    Lua Getting values from LUA Tables.

    sorry i was a little out of time, but im going to try to explain better. If player craft a higher tier item (that needs better resources, and certain amount of materials) i want to raise the chances of getting the skill level. If a player craft a brass helmet (lowest tier item), he wont get...
  11. elnelson

    Lua Getting values from LUA Tables.

    Hello, good morning! I have a crafting system that uses a RNG to get skill level. But im struggling with getting values from the table i made. local itemlvl = { [1] = {bar=12808, exp = 10, amount}, [2] = {bar=12814, exp = 50, amount}, [3] = {bar=12815, exp = 100, amount} }...
  12. elnelson

    Lua [0.4] Stackpos item.

    thank you very much sir, that patch u done its awesome, nice performance tho. Clap!
  13. elnelson

    Lua [0.4] Stackpos item.

    it works. but has a detail, when i chop down a tree that is on a border (or have a grass on the top like i explained in the main post) it chop down the tree (appears the trunk) but the tree remains there, it gives the item and everything is normal, here is the script im using with the...
  14. elnelson

    Lua [0.4] Stackpos item.

    yeah i noticed that part is useless. already removed, but still cant get to work on trees over a border
  15. elnelson

    Lua [0.4] Stackpos item.

    well since the target its a ummovable and blocking object, i guess it will be hard to abuse on this case. Btw, should i replace the line itemPos for local thing = getTileItemById(position, itemid).uid ¿? I tried to replace but its not working, i also added the local function but i got a bunch...
  16. elnelson

    Lua [0.4] Stackpos item.

    Hello, good morning, im using this script: [MOD] Professions System (https://otland.net/threads/mod-professions-system.99754/) but since its a post from 2010 and you guys hate old bumps, i decided to open this thread. When i try to cut a tree, and that tree is in a border (any border) it does...
  17. elnelson

    Solved [0.4 LUA] Obsidian knife (Attempt to index field ? a nil value)

    nice, thank you very much! now i will practice that new technique :D
  18. elnelson

    Solved [0.4 LUA] Obsidian knife (Attempt to index field ? a nil value)

    may i ask why you use this line? local reqskill = 0 i have seen it in many scripts but i dont really understand the value of 0 in this case BTW. thank you very much sir, take your like :D
  19. elnelson

    Solved [0.4 LUA] Obsidian knife (Attempt to index field ? a nil value)

    Hello, otlanders. I rework this script to make it more RPGish but i found a strange error when someone tries to skin something that is not in the table i made.Tried to patch it with some conditions but seems i failed tho. The console spams an error (see attached image): Here is the script...
Back
Top