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

    First look judgement - Judging a book by its cover

    In my case (when I tried to play): (Library --> Server Info) or (Main page). If it's empty I don't know if I want waste my time here. [IMPORTANT] Show me nice custom scripts! [I like to recreate some nice LUA scripts] [IMPORTANT] Show me nice custom map! [LESS IMPORTANT] Show me nice custom...
  2. hellboy

    OTClient 1.0

    You can help him just testing and report back if feature work in some versions with some logs.
  3. hellboy

    XML Monster Files Encoding Discussion

    Thanks. So we can dynamicly create monsters? For example: Inside on login: get player pet name create monster named "Pet - ${player_name}" set attacks based on player storage id? Or it's still impossible at this moment. Anyway it looks nice. But if I want to remove for example...
  4. hellboy

    XML Monster Files Encoding Discussion

    Could you show some examples of monster lua format?
  5. hellboy

    [TFS 1.2] Pet system

    It's clean TFS 1.2? To debug issue: Inside pets_lib.lua change: local pet = Game.createMonster(PETS.PREFIX .. (PETS.IDENTIFICATION[self:getPetType()].name), position) To local petType = self:getPetType() print('- PET-TYPE = ' .. string(petType) ) local petTypeConfig =...
  6. hellboy

    [12.4] Solteria - RPG server - discussion thread

    Nice idea with spells.
  7. hellboy

    [TFS 1.2] Pet system

    Git repository updated with some PZ edge cases fix. Thanks to @Awesomedudei Download: https://github.com/yrpen/lua-scripts/archive/master.zip Changes: yrpen/lua-scripts (https://github.com/yrpen/lua-scripts/commits/master)
  8. hellboy

    Cardinale spriting

    Nice
  9. hellboy

    Simple Auto Loot System [TFS 1.3]

    Wait a second. You said "virtual container"? local autolootContainer = Game.createItem(1987, 1) It look's nice. Can I open container in player inventory that doesn't exist on map or his inventory? Or I can just use it in similar scenario like here? Great idea!
  10. hellboy

    Need help setting up a server from scratch [Arch Linux | Newbie]

    Thread owner last time was seen in may. He asked about help in april. Please don't refresh old threads.
  11. hellboy

    [OTClient Mod] Loot stats

    What do you mean item.srv? Where you found this?
  12. hellboy

    Suggestions for themes

    I suggest steampunk theme? Or Morrowind/Oblivion/Skyrim dwemer ruins
  13. hellboy

    TFS 1.X+ Daily reward

    https://otland.net/threads/daily-reward-help-tfs-1-3.272788/#post-2627032
  14. hellboy

    [OTClient Mod] Loot stats

    As I can see there is no clientid attribute in items.xml in official TFS repository https://raw.githubusercontent.com/otland/forgottenserver/master/data/items/items.xml
  15. hellboy

    What makes maps looks good and how do you be a better mapper?

    Also think about hunting places more deep. Example: Where amazons sleep? How they get food? Where are barrels with additional food, weapon? In some cases where is toilet?? Swamp trolls near Venore breeding rats... Trolls in AB are slaves used to mine some ore.
  16. hellboy

    America 8.6 (DRAFT)

    Looks nice. You know, You can use Print Screen button instead of phone camera :)
  17. hellboy

    Imperianic self advertisement sent to my personal e-mail.

    I guess You should also post it here: https://otland.net/threads/brazil-7-4-imperianic-inova-06-28-2020-sunday-18-00-brt.271481/#post-2615235
  18. hellboy

    Dungeon System [ 0.4 / 0.3.7 / 0.3.6 ]

    Every time when I look at my old scripts done in past few years I feel same. Nice idea. It would be great to merge it with some autogenerated dungeons. #EDIT Do you use this system on some server? I would like to see it in game.
  19. hellboy

    It's possible to filter support threads using solved/unsolved value?

    Sad news. But thanks for pass my question to people with knowledge about this topic.
Back
Top