• 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

    Using Elfbot in OTClient

    You can't do this in any "easy way". It's easier to create own bot than change elfbot to work with OTClient.
  2. hellboy

    OTClientV8

    Nice. First i was thinking "How about OTClient license". But after few moments I found it's MIT, so You can sell it legally. There is any possibility to push back upstream some of smaller changes after few months? I'm just curious.
  3. hellboy

    When TFS 1.3 will be released?

    Anyway roadmap is almost completed :D https://github.com/otland/forgottenserver/projects/2
  4. hellboy

    Autowalk/cavebot ~module

    I don't see big difference
  5. hellboy

    Autowalk/cavebot ~module

    Spoofing players count on ots server list
  6. hellboy

    LINUX VPS SETUP SCRIPT

    I tested TFS 1.2 and 1.1 on MariaDB and it run smooth.
  7. hellboy

    revscriptsys

    Here I can see information about supporting monsters in revscriptsys. https://github.com/otland/forgottenserver/issues/2555 I don't see any examples :/
  8. hellboy

    revscriptsys

    Thanks for reply. There are plans in near future to release 1.3? I can see only one bug left in task manager/task tracker. otland/forgottenserver (https://github.com/otland/forgottenserver/projects/2)
  9. hellboy

    revscriptsys

    Yesterday I saw this commit: revscriptsys (#2558) · otland/forgottenserver@62dac47 (https://github.com/otland/forgottenserver/commit/62dac47c01610f652a5d792d4c9e06f4f0febefa) 1. There is any additional documentation about this? Last time I heard about revscriptsys few years ago (I guess in...
  10. hellboy

    [OTClient Showoff] Show off your OTClient project/module/UI and other

    Nice. Good idea would be to move player with WSAD and pet with ↑↓←→
  11. hellboy

    [OTClient Showoff] Show off your OTClient project/module/UI and other

    How much time it took to create pet system? It looks great.
  12. hellboy

    OTS Guide - open source documentation and guide for newcomers

    Nice idea. Maybe we should update TFS wiki and link to it? Examples: https://github.com/otland/forgottenserver/wiki/Metatable:Monster https://github.com/otland/forgottenserver/wiki/Metatable:MonsterType Description: N/A Parameters: creature - No description Returns: N/A Example:
  13. hellboy

    Boss that whipes out the entire army (character delete)

    Hmm... Logout player Run sql querry (I'm not sure if I remember correctly table name) delete from players where id = player_id; 3. Profit!
  14. hellboy

    [Showcase] New modifications (OTClient + TFS)

    You know, it will be great to use with small monsters. Anyway You created great modifications. Keep doing good staff.
  15. hellboy

    [Showcase] New modifications (OTClient + TFS)

    It's nice to see some good ideas. I guess this will also fit this project: https://otland.net/threads/creature-stacking.211348/
  16. hellboy

    ManaFluids 8.0 Help !

    Ask here: Support (https://otland.net/forums/support.16/)
  17. hellboy

    OTS Guide - open source documentation and guide for newcomers

    It's great idea. But before we will point any users to OTClient, we should resolve this issue: [OTClient] Project needs a new maintainers (https://otland.net/threads/otclient-project-needs-a-new-maintainers.262165/) :/
  18. hellboy

    Lua Pets System With ModalWindow - ITS PISSIBLE??

    Grab lib from this system [TFS 1.2] Pet system (https://otland.net/threads/tfs-1-2-pet-system.236403/) and add modal windows.
  19. hellboy

    OTClient [TFS 1.x] Can't login into TFS 1.2

    I rechecked config.lua Ita was typo in ip
  20. hellboy

    [TFS 1.2] [Spells] How to call spell effect multiple times

    I guess you have all parts that should help create effect you want.
Back
Top