• 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. Adorius Black

    OTClient Spelllist

    Hi I want to add more vocations in OTClient Spellist module. I have already done vocations.xml, spells.xml in my datapack and spelllist.otui in my modules/game-spelllist. Green parts are loading correctly, but problem is when I Add to spelllist.lua red part of code. Then my OTClient doesnt load...
  2. Adorius Black

    BlackFun OT [BETA TEST]

    Right now not. But I am working very hard on it every day(More than 2 years) End Of 2022 or beginning Of 2023 should be done and start hopefully. Maybe earlier. Nobody know how things will go.
  3. Adorius Black

    Can't make items as a god

    TFS 1.4 account type 9 :P
  4. Adorius Black

    Lua Raids

    I have: Orc raid interval2=500 Ferumbras raid interval2=1450 Formula: 10000000 / (10000000 * 60 / interval2) Orc: 10 000 000 / (600 000 000 / 500) = 10 000 000 / 1 200 000 = 8.3~% chance Ferumbras : 10 000 000 / (600 000 000 / 1450) = 10 000 000 / 413 793 = 24.16~% chance So higher number...
  5. Adorius Black

    Gesior Advanced Spells.php

    Found z_spells but with line 20 I am totaly lost :D CREATE TABLE `z_spells` ( `name` varchar(255) NOT NULL, `spell` varchar(255) NOT NULL, `spell_type` varchar(255) NOT NULL, `mana` int(11) NOT NULL DEFAULT 0, `lvl` int(11) NOT NULL DEFAULT 0, `mlvl` int(11) NOT NULL DEFAULT 0...
  6. Adorius Black

    Gesior Advanced Spells.php

    Hi. I was searching long time for page spells.php which has posibility to sort spells by vocation you choose. I would like something like this: I found something like this: <?PHP $allowed_order_by = array('name', 'spell', 'spell_type', 'mana', 'lvl', 'mlvl', 'soul'); $vocation_id =...
  7. Adorius Black

    [Gesior ACC] Buy / sell characters

    I'm sorry that I'm asking but are you saying this version is safe to use? or there is still some missing things (bugs)? I am not good at PHP. Thank in advance for your answer :)
  8. Adorius Black

    Gesior Paypal

    How did you fix it?
  9. Adorius Black

    Add some more languages

    if str == 'pt' then dofile('configs_pt.lua') tutorialsIndex = tutorialsIndex_pt tutorialsInfo = tutorialsInfo_pt elseif str == 'en' then dofile('configs_en.lua') tutorialsIndex = tutorialsIndex_en tutorialsInfo = tutorialsInfo_en elseif str == 'rus' then...
  10. Adorius Black

    i want to create a OT server on Ubuntu with yurOTS.

    you need import schema to your database. localhost/phpmyadmin
  11. Adorius Black

    Achievement Book

    bump TFS 1.3
  12. Adorius Black

    How popular are you?

    I saw this name and avatar somewhere on this forum before i think 2/10
  13. Adorius Black

    [House] Trainer

    Solved by another way. :) house.php <img width=100% height=auto src="images/house/'.$house['name'].'.jpeg" /> Put in image with name of your house you use in map editor: Example: Result:
  14. Adorius Black

    [GitHub] OpenTibia 10.98, Raspberry Pi, Docker

    Welcome and thanks for your contribution :) . I have raspbery pi 4 almost 1 year in my box. So now I can start playing with it :D :P
  15. Adorius Black

    [House] Trainer

    Hi Otlanders. I would like update my house.php to count how many trainers house has. I already add column trainers in house SQL but I know I need to do something more but I cant solve it. I mean I want something like this: When you select any house in house.php it will write: This house has 1...
  16. Adorius Black

    Nogard Gallery

    Amazing work. Nice details. Big like. :)
  17. Adorius Black

    🐲 OTC StoneDrake UI by Shiva - [Free Release]

    Do you remember where?
  18. Adorius Black

    🐲 OTC StoneDrake UI by Shiva - [Free Release]

    I think its not enough just copy there images. But better than nothing for sure :)
  19. Adorius Black

    [Quick Showoff] Post your latest maps!

    This shallow water is insane 😍
Back
Top