• 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. Lyky

    Linux TFS 1.2 Gesior 2012 (Fedora 34 - nginx - php-fpm) Failure on Step 4 Adding Sample

    Figured it out. Gesior for TFS 1.2 uses "premium_ends_at" column in accounts table. While its not part of standard tfs 1.2 schema.
  2. Lyky

    Linux TFS 1.2 Gesior 2012 (Fedora 34 - nginx - php-fpm) Failure on Step 4 Adding Sample

    Hello I have recently set up Gesior 2012 on fresh Fedora 34, nginx, php-fpm box. PHP 7.4.28 (fpm-fcgi) (built: Feb 15 2022 13:23:10) MariaDB SQL Mode ='' All steps went through successfully but on Step 4 i get empty page Inside nginx error log 2022/03/04 22:22:40 [error] 711#711: *127...
  3. Lyky

    C++ [TFS 1.3] Add color palette to day/night cycle

    thanks I'll try it out.
  4. Lyky

    C++ [TFS 1.3] Add color palette to day/night cycle

    Hi, Not sure how to approach it, but i would like to request help with adding color of the light for each of the states enum LightState_t { LIGHT_STATE_DAY, LIGHT_STATE_NIGHT, LIGHT_STATE_SUNSET, LIGHT_STATE_SUNRISE, }; static constexpr int32_t LIGHT_LEVEL_DAY = 250...
  5. Lyky

    [TFS 1.3] - Extra/Better loot based on source:getLevel

    Thus lets come up with alternatives; the tfs 1.1 code for extra loot -- in reality i wouldn't mind just dropping certain item into player inventory as reward - like a candy or something; use level as % (as shown above post with that extra loot syst)
  6. Lyky

    [TFS 1.3] - Extra/Better loot based on source:getLevel

    reworking whole codebase to newest release is not a solution. Sorry. (This is a custom server based on TFS)
  7. Lyky

    [TFS 1.3] - Extra/Better loot based on source:getLevel

    bump (Still need help with this) Could this be used? I tried to do some stuff with https://otland.net/threads/tfs-1-1-extra-loot-system.230102/ local bonusLoot = source:getMonsterLevel() * 0.03 if source:getMonsterLevel() > 0 and bonusLoot > 1 then chance = 100000 *...
  8. Lyky

    [8.60] Lastera - Real Map - [Discussion] - [Test Server] - [OTS Development]

    meant the existing ones. ~ bk and heros could be expanded. Would be nicer if you go downstairs in bk to find more heros, and bks in same style.
  9. Lyky

    [TFS 1.3] - Extra/Better loot based on source:getLevel

    Maybe it will work; can you give me what it should look like (droploot.lua) (noting latest tfs also doesn't use createLootItem() https://github.com/otland/forgottenserver/blob/master/data/creaturescripts/scripts/droploot.lua
  10. Lyky

    [TFS 1.3] - Extra/Better loot based on source:getLevel

    Hi thanks for responding to this. The engine is 1.3 indeed; My container.lua file originally was quite empty function Container.isContainer(self) return true end and my droploot.lua in data\creaturescripts\scripts\droploot.lua is as follows I don't see the corpseLootItem or in fact...
  11. Lyky

    [8.60] Lastera - Real Map - [Discussion] - [Test Server] - [OTS Development]

    Tiq Hydras Veno D-Lair - as versions go up, less and less used, but its nice place. Necros - darashia Demon Hell prob too small (demons) Hero's - maybe too few Black Knights - too few? Elf Fort - Unused mostly Orc Fort - Quickly forgotten Edron Dragons - too few few i remember being too small...
  12. Lyky

    [8.60] Lastera - Real Map - [Discussion] - [Test Server] - [OTS Development]

    You could also remove level requirements from all items; or even vocation requirements from rods/wands. Interesting concept *I think. Add monster levels. For grass tiles, you can add expiry on them, so grass changes over x time (make a loop by grass id) - or if you want to handle it without...
  13. Lyky

    [8.60] Lastera - Real Map - [Discussion] - [Test Server] - [OTS Development]

    Not that I will play; buut how about custom item effects Like DSM gives you 5% protection from fire Knight Armor gives you +1 skill defense Knight Legs gives you +2 skill defense and so on, they are very easy to make; I as dnd player like those extra % :) even tho they are little no actual...
  14. Lyky

    You guys do not understand why OTs are dying.

    Few simple tricks to fix OTS Community Share your dead projects, servers, maps, clients etc. (Be a good guy, and provide documentation too) (People often see profit in keeping their old stuff - and most of it is lost. Typically people see profit before making a fun game, and are not willing to...
  15. Lyky

    New fishing rod tfs 0.4

    The original script differs from yours, and all you would need to change is the item to remove, and what you get.
  16. Lyky

    New fishing rod tfs 0.4

    Can you post the original, as i cannot test this one at all.
  17. Lyky

    New fishing rod tfs 0.4

    ok question time 1. Do you mean replacement for worms? But in your case its not taking new 'worms'? Correct?
  18. Lyky

    New fishing rod tfs 0.4

    Ez fix would be: Remove your new fish from this script, create 2nd action script just for new rod (A copy of this).
  19. Lyky

    Old School PVP tricks and tips wanted

    send me creds and i'll try. Too lazy to actually play, and get to point where i can cast mwalls.
Back
Top