• 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

    Lua Promotion doesn't work [Solved]

    Anytime you see something along the lines as (a nil value), this means that whatever is in the quotes is not defined on your server. The number right next to lua:n where n is a number, that is the line number that the server thinks the error could be on. This whole line is full of useful...
  2. Codex NG

    Lua Quest time online to do again

    Lua 5.1 Lua 5.2 Lua 5.3
  3. Codex NG

    God account on TFS 1.3 + premium, via sql

    This came in handy today! I was transition from 1 computer to another and I am glad I posted this because it made setting up the server I am working on much easier.
  4. Codex NG

    Group ID - Flags

    Bookmarked :p
  5. Codex NG

    Help me with some spell :)!

    You said I changed your script, yea I did, well I altered the script @mackerel gave you. This line of code here: setCombatCallback(combat[i], CALLBACK_PARAM_LEVELMAGICVALUE, "onGetFormulaValues"..i) Is just a reference to the onGetFormulaValues callback function. It behaves in the same manor...
  6. Codex NG

    Global MSG according to the player storage

    It won't work because you don't understand what you copy and pasted, a script isn't constructed like you are working with a lego set. There is logic to consider when writing one. I've looked over your code and commented out what you did wrong, but I did not fix anything in it. local txtENG = {...
  7. Codex NG

    Solved (Tfs 1.1) Refresh characters

    Maybe you should just prevent people with red skulls from entering the event? Why reward the destructive?
  8. Codex NG

    AAC Error leave guild Znote AAC

    Lua - SQL erros on my websitee ZNOTE ACC
  9. Codex NG

    Lua New "Summon Creature" spell - TFS 0.4.0

    You should post the whole script if you want help.
  10. Codex NG

    Scripter Searching LUA scripter (tfs 1.2)

    There is too much negativity in this thread, I think you should have it deleted and start a new one, or ask the admins to clean it up.
  11. Codex NG

    artificial intelligence in a monster?

    You can build a lot of useful things in lua, if you can dream it up and know how to lay it out in code you can create just about anything your heart desires in lua.
  12. Codex NG

    God account on TFS 1.3 + premium, via sql

    If you are testing a server locally and just looking to create a new account without having to setup an AAC, these 2 sql queries will do that for you. This is just to help you speed up your work flow :) The username and password is 1/1. 1st thing you want to do is create the account, go into...
  13. Codex NG

    Programmer Hire me on weekly basis

    @Ezzz is fantastic and really knows his stuff!
  14. Codex NG

    AAC Acc Gesior - Payments Methods

    Development is all about trial and error, you never write code or implement something new and get it right the 1st time. The majority of the time you spend developing is trouble shooting errors and conflicts. You are not going to break your website by putting a file in a directory. If you put...
  15. Codex NG

    Lua [Help] [tfs1.2] Arena PvP

    Since you are new to the forums, here is some advice, people can not help you with any issue if you don't provide a script that they can add to or modify. Also if you are going to add a picture to the forums you need to insert the link to the image like this.
  16. Codex NG

    Planning ahead - looking for some advice in creating OTS

    Its cheaper, money is always an issue. But as I said there are other options. Also depending the project scale a dedicated might be overkill.
  17. Codex NG

    Planning ahead - looking for some advice in creating OTS

    This tutorial covers setting up a vps @Don Daniello also provides a service for hosting your vps with limited support, however there are other options but this is probably the best choice for you right now, since you are just starting out ;) SIMPLE ALL IN ONE: From nothing to a fully working...
  18. Codex NG

    Lua [OTX-TFS 1.2]

    You have to add this to the creature. <script> <event name="crit"/> </script> Tutorial [TFS 1.0] Critical Hit % - Permanent & [TFS 1.0] Critical Hit % - Permanent
  19. Codex NG

    Znote Shop System with Command

    Znote AAC 1.4 - [TFS 0.2.13+] & [TFS 0.3.6+/0.4] So you are going to swap those out. This is 1.2 forgottenserver/compat.lua at 1.2 · otland/forgottenserver · GitHub
  20. Codex NG

    Show Gained experience after someone die

    It is customary if you ask a question and find the solution on your own that you mark the thread as solved and provide the solution so that others with similar issues have a thread they can reference.
Back
Top