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

    Windows Skills get very slow at low levels.

    I believe some adjustment is in order then! The 2.0 max and 1.0 min will also apply to the mana multiplier correct? Thank you!
  2. T

    [Re-Launch]Damon's Hosting Service I PrePaid I Special Offers!

    Hi everyone, I just signed up for Damon's hosting service last week. I had no idea how to host a server or how it worked at all. I picked the Windows VPS, since I am so uneducated in this. It worked perfectly, it was very easy for me to install and run TFS on his VPS. Before I bought the VPS...
  3. T

    Windows Skills get very slow at low levels.

    Hi Everyone, I'm trying to increase the skill rate for my vocations. When I change the skill rate in the config.lua it makes the rate gain faster, however, it quickly caps out at the next skill or two. here is my Vocation.xml <vocation id="3" clientid="3" name="Woodsman" description="a...
  4. T

    NPC Reset System

    Great! thank you so much!
  5. T

    NPC Reset System

    elseif msgcontains(msg, 'yes') and npcHandler.topic[cid] == 1 then if player:getLevel() > newminlevel then if player:removeMoney(newPrice) then addEvent(function() if isPlayer(cid) then addReset(cid) Any way of...
  6. T

    Windows TFS crashed and closes before I can read.

    Seems like the problem has been solved although I still cant log in from my computer (the server is running on a host). The error was gone once I unshared the folder I downloaded it from (within my google drive). As for logging into my server from my computer... i should just put in the IP...
  7. T

    Windows TFS crashed and closes before I can read.

    More details: I uploaded my Uniserver to Google Drive then downloaded them onto the Virtual server. During the upload process, 10 files were unable to upload.... My TFS has the "data/migrations/18.lua" file and the code is the same code as on...
  8. T

    Windows TFS crashed and closes before I can read.

    >> Running database manager [error - DatabaseManager::updatedatabase - version:18] cannot open data/migrations/18.lua: No such file or directory >> loading vocations [Error - Vocations::loadFromXml] Failed to load data/XML/vocations.xml: file was not found >ERROR: unable to load vocations! >>...
  9. T

    Windows Cannot open data/migrations/18.lua, Can anyone help?

    When I run the server it quickly crashes and this is what I get. >> Running database manager [error - DatabaseManager::updatedatabase - version:18] cannot open data/migrations/18.lua: No such file or directory >> loading vocations [Error............ Any pointers? -Thanks
  10. T

    Windows TFS crashed and closes before I can read.

    Great, Thank you! Any chance you can help with this? >> Running database manager [error - DatabaseManager::updatedatabase - version:18] cannot open data/migrations/18.lua: No such file or directory >> loading vocations [Error............
  11. T

    Windows TFS crashed and closes before I can read.

    Hi there everyone! I'm having an error with my TFS on startup... I should be able to work my way through the problem but I am unable to read the error before the server closes... Does anyone know a way to read this? Thanks!
  12. T

    Shop NPC with Dynamic Pricing?

    Haha I didn't play much runescape, I guess Tibia beat it out for more enjoyable game. Would this be overly complicated to design? Should I be looking for a randomized NPC instead?
  13. T

    Shop NPC with Dynamic Pricing?

    Hello everyone! I am designing a server for a small amount of players and since there won't exactly be a a lot of trading due to the small player count I was wondering about a NPC that could do the work. If there could be a shop NPC that gathered the information on how many of a certain item...
  14. T

    Signing up for hosting service. (recommendations)

    Hi there! I have decided to get into a hosting service. I have a few questions for anyone who can answer. 1.) What specifications do I need for a server that will have a maximum of 30 people on it? 2.) Should I be looking into a dedicated server or a virtual server? 3.) I live in West coast...
  15. T

    Windows Need help getting my server online. (tonight)

    I can log into my server with my global IP, But others cant. I might just have to rent a server haha.
  16. T

    Windows Need help getting my server online. (tonight)

    Hi, Right now I am using http://www.************/portchecker.php to see if my ports are open. That tells me that ports 7171 and 7172 are open. Port 8080 is closed. When someone that is not on my wifi attempts to connect the client will get stuck at Loading character list. The server has been...
  17. T

    Windows Need help getting my server online. (tonight)

    Thanks man, I have read through them and looked at My No-IP account. I am only allowed to select one of the options that you put the emphasis on. The redirect doesn't seem to be working and the DNS Host is a paid feature. I feel like the DNS Host is the solution I need so this is the end of...
  18. T

    Windows Need help getting my server online. (tonight)

    I have: Contacted my ISP and they said that they do not specifically block port 8080. Checked that Ports 7171 and 7172 are open according to http://www.************/portchecker.php I disabled my firewall and AVG virus scanner and tested http://www.************/portchecker.php to see if port...
  19. T

    Windows Need help getting my server online. (tonight)

    Thanks Codex, That page has a bunch of information, I have discovered that ports 80 and 8080 are used to access the web, however, I lack the overall knowledge to put that site to good use. My next step is to contact my ISP and see if they are blocking port 8080. Thanks :)
Back
Top