• 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!

Search results

  1. Znote

    How to behave in an Internet Forum

    Most users who follow this, are able to avoid corrupt staff rule violations. :) (Respecting the rules also help). It also makes the forum a more pleasant place to be.
  2. Znote

    Team The AcidsOT project is looking for a Content Editor

    About the AcidsOT Project: IP & website: AcidsOT.com We use a custom map, I consider the project "medium/20x" exp rate (but we use stages with multiple boost plateaus), and uses protocol 8.60. We try to create interesting and fun unique features, such as custom spells, attack behaviors...
  3. Znote

    [TFS 1.4] Spell: Empower Summons (Monster AI)

    Created a spell that makes your summons more interesting to play with. From the AcidsOT advertisement thread: Create file in data/scripts/ folder, like empowermonster.lua and put this in: -- Player spell (utevo gran res) that empowers summons upgradedSummons = {} local empower =...
  4. Znote

    [TFS 1.3] Broadcast a welcome message when a new account logs in for the first time

    File install path: data/scripts/welcome.lua When a player logs in for the first time (on an account), broadcast a message to every player online, welcoming them to the server. This gives existing players a chance to welcome and help them get started on the server. I believe persistent...
  5. Znote

    [France] [8.6] AcidsOT

    Remember AcidsOT? Its a really old server, popular a good 13-15 years ago. Hehh, what happens when you mix open source development with marketing? It started as a development project to test out @Nekiro TFS downgrades (8.6 protocol branch). I was also testing how easy it was to migrate from...
  6. Znote

    AtomIO

    Znote submitted a new resource: AtomIO - Alternative dark theme layout Read more about this resource...
  7. Znote

    [suggestion] Different ways to load and unload players

    The suggestion was originally posted on github in issue #1150 - Lag from excessive items in containers. https://github.com/otland/forgottenserver/issues/1150#issuecomment-354775835 This is an issue with 77 comments! And tons of suggested solutions and research. The current bounty is at 55$. My...
  8. Znote

    [suggestion] Unique item reference database structure

    Check link for suggested schema changes: https://gist.github.com/Znote/2508c1d50fcca318f80b3ea4bc6f10a3 CREATE TABLE IF NOT EXISTS `items` ( `item_uid` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `itemtype` smallint(6) NOT NULL, `count` smallint(5) NOT NULL, `attributes` blob NOT NULL...
  9. Znote

    [TFS 1.3] [Revscriptsys] Free Lua scripting service - Post your requests! Let's learn it together!

    What is revscriptsys? Revscriptsys is a new way to register your scripts in an easy drag and drop way without the need to register it with xml. Basically you just place your .lua file into data/scripts/ or any subfolder according to your taste, except for monster files, they go into...
  10. Znote

    [Znote AAC] AtomIO Layout

    Old thread, new thread is here: AtomIO (https://otland.net/resources/atomio.1/) Testing the otland resources system. ---- Alternative dark theme layout for Znote AAC. Installation instructions: Rename existing layout folder to etc layout_default Download and extract this layout to Znote AAC...
  11. Znote

    The beauty of coding and the open source community.

    I find myself looking at my code. It is not perfect, it is not as advanced compared to other projects build with the similar technology. But I built it, and it works. I find it to be beautiful. Code editor software and their syntax highlighting probably play a role in it. I hope other...
  12. Znote

    [Znote AAC] Widnet template

    Just contributing a bit to my own AAC to give some template variety. :) This was originally some template converted to Gesior AAC by widnet, I have now converted it to work with latest Znote AAC (1.5/github). It is an old template but someone requested it. Update 30.05.2015: Added create...
  13. Znote

    [Sweden] Nelvara 10.41 [Custom Map] Start: Friday 26th 8PM CEST

    Going live 26'th September! (This Friday) In this thread there will be various "spoiler" buttons, these contains further information regarding the subject. So feel free to click them to read a bit further into a topic. :) Server Information: IP: nelvara.com Port: 7171 Website: nelvara.com...
  14. Znote

    [Znote AAC] Anthropod layout

    I liked this template because it looks plain and simple. So I converted it to Znote AAC. :) Note: I fixed so current page is highlighted in menu, the image is a bit outdated. Another sample: Installation instructions: Go into Znote AAC directory, rename layout folder to something else...
  15. Znote

    [Znote AAC] Report bug system

    Originally coded by @Dark ShaoOz for Gesior AAC, I converted it to Znote AAC and improved it. Should work with TFS 0.2 and 1.0, Znote AAC 1.4 and 1.5+ In-game talkaction The list: You can copy the /pos command and paste it in tibia client to teleport to location if you are GM. Editing a...
  16. Znote

    [Znote AAC] Characterprofile detailed character info (HP, MP, Level, Exp, skills)

    Add it where you want it on characterprofile.php: <?php /*/ / Znote AAC 1.4+ detailed character info (HP, MP, lvL, Exp, skills) / HTML code based on code from Gesior /*/ $tableWidth = 540; if ($config['TFSVersion'] != 'TFS_10') { $playerData = mysql_select_multi("SELECT `value` FROM...
  17. Znote

    [Znote AAC] Characterprofile EQ shower

    Add it where you want it on characterprofile.php: <?php /*/ / Player character profile EQ shower / Based on code from CorneX / Written to Znote AAC by Znote. / Should work on all TFS versions. / Znote AAC 1.4+ /*/ // Item image server $imageServer = $config['shop']['imageServer']...
  18. Znote

    [Znote AAC] Front page Server Info box

    Originally coded by @Raggaer Demo: http://www.qumora.com/index.php Improoved by me, adding cache system and Znote SQL functions. Add to index.php after: include 'layout/overall/header.php'; add: // Front page server information box by Raggaer. Improved by Znote. (Using cache system and Znote...
  19. Znote

    [Znote AAC] Most powerful guilds (TFS 0.3/4 and 1.0)

    Created 2 versions, with table design and without, just remove the one that does not fit your layout. In index.php, before: $cache = new Cache('engine/cache/news'); Add this code: // Most powerful guilds for TFS 0.3/4 and 1.0 //////////////////////// // Create a cache file to avoid high SQL...
  20. Znote

    Twitter forum signature image.

    Hello. I just created a forum signature image that contains the latest 4 tweets from any twitter account. Sample: I created it myself so I can have ZnoteAAC twitter feeds in my signature, but if anyone wants to use it go ahead. :) It updates with the latest tweets from user every 2 minutes...
Back
Top