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

    Is the dark theme selection good enough?

    I think the Very Dark Blue theme needs some work. But I still think its the best one.
  2. Raggaer

    MyOTClient

    Not gonna happen right now sorry. However, if you have the addresses for 8.4 I will add them Whats the problem?
  3. Raggaer

    Tab vs Spaces

    fuck spaces
  4. Raggaer

    Error - msql_real_query

    Provide the whole error message since thats not the full error text and we are no wizards :rolleyes:
  5. Raggaer

    AAC Outfits

    wow you truly are otland savior
  6. Raggaer

    OpenTibia Discord bot

    wat?
  7. Raggaer

    Tibia Fun-Site

    You just scrape tibia.com website... For online, you would scrape the whois online page of each world I guess
  8. Raggaer

    Ideas for a server discord bot

    Its a bit tricky to setup a working Go environment for the first time, soon this will change ad the language is looking into adding modules to remove some parts of the environment setup... I however helped @Caduceus and he can now compile changes into the bot. If anyone needs help contact me at...
  9. Raggaer

    znote acc shop problem

    INSERT INTO `znote_shop_orders` (`account_id`, `type`, `itemid`, `count`, `time`) VALUES ('3', '3', '7844', '200 CC Scroll', '1538913478') count = '200 CC Scroll' ??????????????????????? Probably count is an integer so you cant just save a string????? Or maybe count is a string but your data...
  10. Raggaer

    AAC Znote Accounts not working

    wow man... i wonder the same wow big mistery anyone help?? :confused:
  11. Raggaer

    OTSMyAdmin - Looking for ideas

    You can now create custom table views, this can be handy for server owners, when you have custom tables and want to view/edit/delete them on a custom way (instead of viewing the table manually) [ { "name": "guild_owners", "view": "SELECT b.id, a.name AS owner, b.name...
  12. Raggaer

    OTSMyAdmin - Looking for ideas

    After working more on this I cant really think of stuff to add apart from some basic queries and in the end this would look like a worst version of phpmyadmin I think
  13. Raggaer

    Programmer [PHP] Scripts for any AAC

    Sorry but this service is closed. Thanks for contacting tho
  14. Raggaer

    OTSMyAdmin - Looking for ideas

    I think its hard to retrieve all that information without adding a lot of stuff into the server, so it gets out of scope of my idea. Basically I cant think of anything useful regarding metric data, so I think I would focus this tool more into just database administration (something like...
  15. Raggaer

    Dallheim npc problem

    Very informative errors
  16. Raggaer

    OTSMyAdmin - Looking for ideas

    http://golang.org/
  17. Raggaer

    OTSMyAdmin - Looking for ideas

    Its still not, but you are welcome to join the repo if you wish :cool:
  18. Raggaer

    OTSMyAdmin - Looking for ideas

    Currently its just a login form, like phpmyadmin. I like your ideas about security tho so I will work on both of them Its like phpmyadmin, a web interface you would run on your server (or anywhere really)
  19. Raggaer

    OTSMyAdmin - Looking for ideas

    I recently started working on a database client for open tibia servers, my main idea was to provide some basic database admin tools (like view, edit, create) while providing statistics about different interesting stuff... However I cant really think about interesting stuff that should be...
  20. Raggaer

    Compiling Linux to windows?

    You cant. You need to compile for Windows
Back
Top