I haven't played Tibia in many years, and I've never played on an Open Tibia server before this project. Last week I thought it might be fun to play again now that my kids are older and I also thought it's be cool to run our own server so we can just do our own thing. I set out to learn how to install my own server. That was easier said than done. I really never found a good single 'modern' howto. But I pieced together bits from many tutorials and after a few hours I successfully downloaded forgottenserver master (believe this to be referred to as 1.2?) from github, and compiled it on my Linux host. Then I installed ZNote AAC (is that considered the best??? Seems to not have any updates for a while but mostly works).
With the server compiled, schema.sql imported, and config.lua edited, I was able to start up the server with no errors reported.
Via ZNote, I created an account and a player without issue.
Installed the ipchanger and client 10.77, and I was successfully able to log in to the game. I felt pretty good about my progress.
Now on to the issues I need assistance with. I've done plenty of searching on these issues and found nothing yet that has helped. I successfully installed the server this past Friday, and spent Saturday and Sunday working on it on my own and trying to figure out issues before choosing to ask for help.
1 (and the most important): The game has no NPCs. The server displays no errors on start up, and there are files in the data/npc folder. Am I simply missing a configuration option somewhere to turn them on?
2: Are there still banks in Tibia? There were when I used to play. I could not find the bank in TFS or any reference to banks in data files. Maybe they don't exist anymore or are not needed??
3: Houses. The houses table in mysql had no data in it, so ZNote gave an error when trying to look at houses. I found out about the !buyhouse command and tried it and it worked, but if I stopped the server the house was no longer owned when the server was restarted. I then started manually adding data to the house table using info from the forgotten-house.xml file. Houses now started showing in ZNote along with owner. And the owner was being retained after a server restart.
My questions:
- Manually populating that table, is that correct??
- How do you pay rent without a bank? Or are houses simply owned?
- If I try use the bid feature on ZNote, it says I don't have enough coins to buy (when the player has more than enough).
- I thought dropped items in the house are safe if the server shuts down (like the depot), but if I drop items and restart the server, items are gone. Is that a bug or me just misunderstanding the houses? I remember it was cool to decorate your house with items acquired from gameplay.
Thank you in advance for any assistance helping this OT noob. And I'd be happy provide any additional details needed to help with questions.
And up to this point, I've documented all my steps so I can have a modern, complete howto to give back to the community and hopefully help others from my learnings.
With the server compiled, schema.sql imported, and config.lua edited, I was able to start up the server with no errors reported.
Via ZNote, I created an account and a player without issue.
Installed the ipchanger and client 10.77, and I was successfully able to log in to the game. I felt pretty good about my progress.
Now on to the issues I need assistance with. I've done plenty of searching on these issues and found nothing yet that has helped. I successfully installed the server this past Friday, and spent Saturday and Sunday working on it on my own and trying to figure out issues before choosing to ask for help.
1 (and the most important): The game has no NPCs. The server displays no errors on start up, and there are files in the data/npc folder. Am I simply missing a configuration option somewhere to turn them on?
2: Are there still banks in Tibia? There were when I used to play. I could not find the bank in TFS or any reference to banks in data files. Maybe they don't exist anymore or are not needed??
3: Houses. The houses table in mysql had no data in it, so ZNote gave an error when trying to look at houses. I found out about the !buyhouse command and tried it and it worked, but if I stopped the server the house was no longer owned when the server was restarted. I then started manually adding data to the house table using info from the forgotten-house.xml file. Houses now started showing in ZNote along with owner. And the owner was being retained after a server restart.
My questions:
- Manually populating that table, is that correct??
- How do you pay rent without a bank? Or are houses simply owned?
- If I try use the bid feature on ZNote, it says I don't have enough coins to buy (when the player has more than enough).
- I thought dropped items in the house are safe if the server shuts down (like the depot), but if I drop items and restart the server, items are gone. Is that a bug or me just misunderstanding the houses? I remember it was cool to decorate your house with items acquired from gameplay.
Thank you in advance for any assistance helping this OT noob. And I'd be happy provide any additional details needed to help with questions.
And up to this point, I've documented all my steps so I can have a modern, complete howto to give back to the community and hopefully help others from my learnings.