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

    Lua How to set a account storage?

    two things: 1. which database am I running that first part in on localhost? otserv database, I'm assuming? 2. I cant find data/lib/function.lua in my server files. @Xikini @Bintzer
  2. D_Evans89

    Premium scroll for TFS 0.2.13

    Hmm. Didn't think about the fact that creating a new character would give more days of premium. I want it set up so that when a new account is created the account gets 30 days automatically. Is there a way for that?
  3. D_Evans89

    lvl and voc requirement

    it shouldn't be this complicated, maybe a script is missing or something.
  4. D_Evans89

    lvl and voc requirement

    didn't work, it blew up with a ton of errors
  5. D_Evans89

    lvl and voc requirement

    wouldn't I need the movements.xml to go with it? cuz that spells that vocation names instead of id. edit: I didn't refresh before I posted, ill try it out
  6. D_Evans89

    lvl and voc requirement

    I'm using TFS 0.2.13
  7. D_Evans89

    lvl and voc requirement

    <?xml version="1.0" encoding="UTF-8"?> <weapons> <!-- Rods --> <wand id="2182" level="7" mana="2" min="8" max="18" type="earth" function="default"> <!-- Snakebit Rod --> <vocation name="Druid"/> </wand> <wand id="2186" level="13" mana="3" min="13" max="25" type="ice"...
  8. D_Evans89

    lvl and voc requirement

    For some reason or another my level 9 druid can use weapons that are only for knights level 100 plus. SO basically any character can use any weapon for any level for any vocation, even though I have it stated differently in weapons.xml
  9. D_Evans89

    Accessibility from Internet?

    Does anybody know why I might be having the following issue? When i go to my Uniserver and click the General tab and click Check server status, one minute it will say: Server ip address: Unable to obtain ip information Server status: Accessible from internet or Server ip address: Unable to...
  10. D_Evans89

    Premium scroll for TFS 0.2.13

    how would I make it so they start off with only 30 days premium? this is what I have for my firstitems.lua function onLogin(cid) local storage = 30055 -- storage value local sorcItems = { 2460, -- Brass helmet 2465, -- Brass armor 2190, -- Wand of...
  11. D_Evans89

    Premium scroll for TFS 0.2.13

    It works, I guess my previous script work, it just didn't notify me and it also didn't have magic affect! yours is nicer, thanks!
  12. D_Evans89

    Premium scroll for TFS 0.2.13

    nevermind
  13. D_Evans89

    Premium scroll for TFS 0.2.13

    I removed the first part where it only adds 15 days. It works but instead of adding 30 days it added 240 days.
  14. D_Evans89

    Premium scroll for TFS 0.2.13

    I need a premium scroll script for TFS 0.2.13 I don't need the option for the teleport back when premmy expires though. Thanks, I looked everywhere
  15. D_Evans89

    Port Forwarding and Connection

    Says all ports are open, and my friend still cant connect to my server from his computer. I made exception rules for the firewall..
  16. D_Evans89

    VIDEO TUTORIAL: From nothing to a fully working OT server, website and shop system

    I don't have a file named php.ini
  17. D_Evans89

    VIDEO TUTORIAL: From nothing to a fully working OT server, website and shop system

    when I enable paypal I get this message on my website: php cURL is not enabled. It is required to for paypal or captcha services. 1. Find your php.ini file. 2. Uncomment extension=php_curl Restart web server. If you don't want this then disable paypal & use_captcha in config.php.
  18. D_Evans89

    Znote AAC 1.4 - [TFS 0.2.13+] & [TFS 0.3.6+/0.4]

    works! thanks :*
  19. D_Evans89

    Znote AAC 1.4 - [TFS 0.2.13+] & [TFS 0.3.6+/0.4]

    will this work for TFS 0.2.13 Client 9.54? I downloaded the znote acc and did all the steps but when I try doing anything it is unresponsive. I also have this under Server Information at the bottom right hand corner Any Suggestions?
Back
Top