Jump to content

Search the Community

Showing results for 'make server ubuntu'.

  • Search By Author

Content Type


Forums

  • Announcements
    • Rules & Guidelines
    • Community News
    • Development News
    • Ragnarok News
    • Community Crowdfunding
  • Support & Releases
    • General
    • Scripting
    • Database
    • Source
    • Graphic Enhancements
    • Web
    • Client-side
    • Third Party
    • Projects
  • Discussion & Suggestions
    • Database Discussion
    • Script Discussion
    • Source Discussion
    • Renewal Discussion
    • Archives
  • Community
    • rAthena General
    • Arts & Writings
    • Off Topic
  • International Forums
    • Filipino Support
    • German Support
    • Indonesian/Malaysian Support
    • Portuguese Support
    • Russian Support (Русский)
    • Spanish Support

Categories

  • Server Resources
    • Server Managers/Editors
    • Scripts
    • Source Modifications
  • Web Resources
    • General Website Templates
    • Forum Templates
    • FluxCP Themes
    • FluxCP Addons
    • Other Web/CP Scripts
  • Graphics Resources
    • Sprites & Palettes
    • Maps & 3D Resources
    • Other Graphics
  • Client Resources
    • GRF Files
    • Client Tools
    • Spriting & Paletting Tools
    • Texture & Mapping Tools
    • Editors
    • Patchers

Categories

  • Low Rate
  • Mid Rate
  • High Rate
  • Super High Rate

Categories

  • Records Test
  • Complete Installation Guides
  • Client Guides
    • Data Folder
  • MySQL Guides
  • Database Guides
  • Map Guides

Categories

  • rAthena Forums
  • rAthena Development
  • FluxCP Development

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Location


Server


Github


Discord


Interests


Website URL


Yahoo


Skype

  1. Hi, i'm trying to use eAthena's latest revision (trunk 15192) with an old client (Xray 2007-09-04, supposed to be packet ver 8) and I can't get it to work. I tried to change the packetver in mmo.h to a couple of thing, with no success. I tried: #ifndef PACKETVER #define PACKETVER 20070904 #endif and: #ifndef PACKETVER #define PACKETVER 8 #endif But it did not work at all. I was able to connect threw the login and char server, but i get the "Failed to connect to server" error on the map server. To make sure that the client was the real problem, I tried the same settings with another client (Xray 2008-01-02, supposed to be packet ver 9). Then, i was able to connect to the server, but every NPC and monsters where missings. I read on some other topics that the "invisible" npc and monsters problem were a packet problem, so I figured that the packet compatibility was the real issue. Also, if that can be of some help, i'm running the server on Ubuntu server LTS and i'm running eAthena SQL. So yeah... Is there any way to make the newer revision compatible with packet version 8? Thanks for helping me!
  2. Either your mysql server is not running or not listening on localhost. To make it listen, open /etc/mysql/my.conf search: bind-address = 127.0.0.1 and change it to: #bind-address = 127.0.0.1 To verify, use: netstat -tap then, restart the mysql server: Ubuntu: sudo service mysql reload sudo service mysql restart
×
×
  • Create New...