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

    Official NightShine Online Custom RPG Discussion

    Alright, alright...looks like it's about that time! I know everyone's super excited so it'll be fun to play the beta with everyone so hyped. Can't wait to try out the pvp and diff. Classes. Hoping it starts today :) but no worries if it doesnt. Shit happens.
  2. Doitforthegains

    TibiaFlex--A work in progress

    I'll see what I can do, thanks for the advice!
  3. Doitforthegains

    TibiaFlex--A work in progress

    That sounds interesting but honestly I don't know how to do that, as I mentioned I just started the process. So I'm limited in what I can do script wise due to my lack of experience..any help on that would be appreciated though!
  4. Doitforthegains

    TibiaFlex--A work in progress

    So I agree in that I shouldn't announce things before I've started them, but I'm almost done with everything I mentioned in the thread. I'm at the part where I make some more custom spells and tweak some numbers before the servers ready for testing. The only thing I havent started is custom...
  5. Doitforthegains

    Keep one, drop one

    Fat chick
  6. Doitforthegains

    TibiaFlex--A work in progress

    Thanks! What do you mean by overdone?
  7. Doitforthegains

    TibiaFlex--A work in progress

    Welcome! So I've been playing tibia for a while now and I just started developing my own little project here recently, it's a bit rough around the edges as of now but I plan on working vigorously at it until it is something playable. I'm here to ask for the communities opinion on my project but...
  8. Doitforthegains

    Feature WeaponType Fist TFS 1.0

    Ahaha! I got it working as well, thanks to your previous comment about going through the source files and looking for WEAPON_CLUB. Only had to add WEAPON_FIST in two more spots for it to work. Thanks a bunch for awesome contributions! Goodwork and keep it up!
  9. Doitforthegains

    Weather Effect System

    This is pretty awesome!
  10. Doitforthegains

    Action TFS 1.x Potions System : Percents and Summons!

    This is B-E-A-UTIFUL! Thanks so much for the contribution!
  11. Doitforthegains

    [Solved] Can you delete

    You have to go into the source files, open creature.h and change #define EVENT_CREATURE_THINK_INTERVAL 1000 to #define EVENT_CREATURE_THINK_INTERVAL 200 <--or whatever you want the attack speed to be. Then re-compile your server. This will change how fast you can hit without moving of spam...
  12. Doitforthegains

    Great Fireball as Healing Rune

    So if you're meaning to replace your gfb then you would just goto spells/scripts/healing and copy/paste ultimate healing in the folder then change the name and edit the healing formula. Then goto spells.xml and find gfb the spell(not conjure) and change the script from great fireball to the .lua...
  13. Doitforthegains

    Official NightShine Online Custom RPG Discussion

    Finally it's coming to life! Can't wait!
  14. Doitforthegains

    Official NightShine Online Custom RPG Discussion

    BUMP for the HYPE. You're a beast at making spells
  15. Doitforthegains

    Official NightShine Online Custom RPG Discussion

    I agree, I like slower exp rpg. It'll also make it easier on you to keep up with content
  16. Doitforthegains

    Official NightShine Online Custom RPG Discussion

    This is going to be awesome!
  17. Doitforthegains

    Solved Mana Potion/Rune--getPlayerVocation...

    Hi, so I'm developing a custom ot using TFS 1.1 client 10.41, the server has all custom vocations. After changing the my vocations.xml I went into actions/others/potions and change the vocations numerical identifiers to match vocations.xml. However when I use a potion that checks playerVocation...
  18. Doitforthegains

    [10.77][TFS 1.2] ORTS, a real map project

    There was a bug, I know you said you have the most recent datapack but you'll need to update it again just to be sure because they fixed that issue.
  19. Doitforthegains

    [10.77][TFS 1.2] ORTS, a real map project

    I forgot to mention you will also have to change your ip in config.lua to your domain Ex. -- Connection Config ip = "mydomain.no-ip.org" bindOnlyGlobalAddress = "no" loginProtocolPort = 7171 gameProtocolPort = 7172 statusProtocolPort = 7171
  20. Doitforthegains

    [10.77][TFS 1.2] ORTS, a real map project

    So I had the same issue and my solution was if you goto "C://windows/system32/drivers/etc/hosts" and add (ip address from whatsmyip.com)(space)(domain from no-ip.org) on the row below all the text and save it, then try logging into your server with your domain. Ex. 45.265.0.83...
Back
Top