• 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. Codex NG

    MoveEvent 0.3.6 - 8.6 - Custom Equipment with stat attributes, based on vocation.

    Oh how rude of me, I forgot to introduce myself.. Hi I am the guy who doesn't give a fuck what you want.
  2. Codex NG

    MoveEvent 0.3.6 - 8.6 - Custom Equipment with stat attributes, based on vocation.

    I could understand you need comments if the code was written in an obscure manner such as a +b = c return d, but the the functionality, naming convention and execution is written in english. I even linked to the means to expand the script, anything more than that you need to take matters into...
  3. Codex NG

    MoveEvent 0.3.6 - 8.6 - Custom Equipment with stat attributes, based on vocation.

    Learn to code :) There is your comment, it summarizes every script I have or will ever release.
  4. Codex NG

    Compiling If not hunt add stamina

    Stamina is normally gained when the player logs out or isn't gaining experience. Look for something similar in 0.4 https://github.com/Jo-Tran/cryingdamson-0.3.6-8.60-V8.2/blob/ce650e70bb07531a8ff21b5602cde8a6771a2f4d/player.cpp#L3699-L3726
  5. Codex NG

    Just X guild can pass ?

    You know what the significance of a rainbow is right?
  6. Codex NG

    Lua Help guild city wars edits

    You want to learn to script? Aside from learning the language. Read all the threads in support, not only do the threads contain posts with issues for different distros but they also contain solutions, they might even contain discussions and broken down explanations.
  7. Codex NG

    Players does not take hits from monsters

    Someone created a thread about this in support recently... Here, I did the leg work for you... since you have no patience... https://otland.net/threads/help-critical-system-bug.242870/#post-2354696
  8. Codex NG

    Free Online Gif Animator

    As I said it isn't 100% functional, but good code to have regardless :) http://www.mediafire.com/download/h49f1sm4piz9rnf/gifpaint.zip Virus scan https://www.virustotal.com/en/file/fd58c17d2a4a75ac667e01a259b23901ff3871a079dfacb27d1ea7be045226cc/analysis/1463339031/
  9. Codex NG

    Free Online Gif Animator

    I am going to upload the files anyway.
  10. Codex NG

    Free Online Gif Animator

    Found this halfway decent online gif animator. http://gifpaint.com/ However hehe... almost the entire functionality is client side.. how do i know this? Well I was able to reconstruct the entire page including sub directories, js, css and other files :) It really isn't that hard to do either.
  11. Codex NG

    [BRAZIL] D2 Server 7.4 Cast - Online 2018

    I'll let you know when you have :)
  12. Codex NG

    [BRAZIL] D2 Server 7.4 Cast - Online 2018

    At 18 in some countries you are legally an adult however mentally you are still an adolescent, you don't quite snap out of it til well after your 30.. although some people never snap out of it. :p
  13. Codex NG

    Elime's Pic Editor

    And its written in Java :)
  14. Codex NG

    [USA] 8.6 Frozenhell v4

    All this time people complaining about no website and the only death you have listed is from February 8th of this year? Can you say spoofing... or just broken server? Discussion in 'Advertisement' started by BloodShedOt.com, Apr 9, 2016.
  15. Codex NG

    [France] InsanityOT 8.6 7171|CUSTOM|HIGHEXP|PRESTIGE RANKS|CUSTOM MAP|500+ MONSTERS|100+ BOSSES

    That's what happens when all you know how to do is copy and paste :(
  16. Codex NG

    Couldn't estabilish connection to SQL database!

    Try using the absolute path for the sqlDatabase.
  17. Codex NG

    Experience shared tfs 1.2

    I skipped over the unable part.
  18. Codex NG

    Experience shared tfs 1.2

    Just comment this whole section of code and then there are no restrictions. https://github.com/otland/forgottenserver/blob/4fa8f3a225d70304991555d560c56f8bd246e209/src/party.cpp#L434-L461 Then you can group up and sit in the depo, be lower level, never atk, heal etc.. and gain xp. :p
  19. Codex NG

    Lua Compare SKILL sword > SKILL club

    http://www.tutorialspoint.com/lua/lua_tables.htm
  20. Codex NG

    Lua About tables..

    What I would do is use the size of the table and randomize that rather worry about a chance ratio. local config = { [9808] = { -- Common Rusty Armor [1] = {id = 2464, name = "Chain Armor", chance = 6994}, [2] = {id = 2483, name = "Scale Armor", chance = 3952}, [3] =...
Back
Top