• 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

    Action Upgrade System Maybe the best Tfs 0.4,Otx 2.5s and All 0.x Versions

    im agree with xikini dude, atleast you could just post the link where u got :P
  2. elnelson

    Lua [0.4] DPS meter

    i looked this post: Monster - Training Dummy with DPS calculation (https://otland.net/threads/training-dummy-with-dps-calculation.263659/) and would see a nice addition if someone could help me build this script, to be honest i donot have an idea how to calculate this. The main idea is to check...
  3. elnelson

    Compiling TFS 0.4 compile error in Ubuntu 20.04

    Good afternoon, im trying to compile these sources, but when i use ./build.sh i get this error make all-am make[1]: Entering directory '/home/ubuntu/Lunaria/sources' CXX databasesqlite.o In file included from databasesqlite.cpp:17: otpch.h:28:10: fatal error: libxml/xmlmemory.h: No such...
  4. elnelson

    Compiling Compiling TFS 0.4 rev 3777 on Raspbian

    Rememebr when i told i finished? well i fear thats not a fact. when i trepass the edited source, and installed the exact same libs on mi rapsberry i got this error when ./build.sh is executed root@raspberrypi:/home/pi/lunaria/sources# ./build.sh /usr/include/c++/8/bits/stl_map.h:499:8: note...
  5. elnelson

    Compiling Compiling TFS 0.4 rev 3777 on Raspbian

    thank you very much now dude =) i will upload the fixed sources for tfs 0.4 users (credits to you ofc)
  6. elnelson

    Compiling Compiling TFS 0.4 rev 3777 on Raspbian

    no problem dude, i hope this compiles some day u.u thanks for your help tho
  7. elnelson

    [MySQL] Add points to guild function

    Yo! im working with this function, its suppose to add points to guild when they do X activities: function doGuildAddPoints(guild_id, value) local func = db.executeQuery or db.query return func("UPDATE guilds SET points = ("..value.." + (SELECT points FROM guilds WHERE id = "..guild_id.."))...
  8. elnelson

    Lua [0.4] Watch script, show remaining time until next event

    Hello, otlanders, i have this script for the watches, its simple but i need some help to make it better, the idea is to show the remaining time for the next incoming events (ascendant order), if any event has passed it should show that event at the bottom as is the event that will take more time...
  9. elnelson

    Lua [0.4] Spawn chests each 3 hours

    i guess i found a simple solution using getTopCreature, anyway here is the script =P local randompos = {{x = 300, y = 232, z = 7}, {x = 301, y = 232, z = 7}}, -- positions where chests will spawn (creature chests) function onThink(cid, interval) local rpos = randompos[math.random(1...
  10. elnelson

    Lua [0.4] Spawn chests each 3 hours

    Hello, otlanders, i was thinking about a script that spawns chest every 3 hours in certain areas (configurable) IF nobody took the chest (and the chest is there yet) dont spawn another chest in that location only spawn on the areas whose chest have been looted (when chest is looted, it...
  11. elnelson

    Compiling Compiling TFS 0.4 rev 3777 on Raspbian

    got the error, then i put the second part and i got this
  12. elnelson

    Compiling Compiling TFS 0.4 rev 3777 on Raspbian

    i dont know if im getting the same error tho, i guess yes u.u
  13. elnelson

    Compiling Compiling TFS 0.4 rev 3777 on Raspbian

    my bad, i was testing fir3element's source but, i had a critical bugwith getcontentdescription and i was forced to move to this sources I've done what u said, changed line 741 from luascript.cpp and i got this
  14. elnelson

    Compiling Compiling TFS 0.4 rev 3777 on Raspbian

    i guess i've done what you said BTW this is the source code atm idk if im doing right
  15. elnelson

    Compiling Compiling TFS 0.4 rev 3777 on Raspbian

    i get it now, changed it, reconfigured and showed this after ./build
Back
Top