Jump to content

Search the Community

Showing results for '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. I don't know if it's the server or the client, but only novice sprites is shown for some of the chars. Eg Sword man and Crusader. And the concentration / Awakening potion do not show the effect on aspd in char sheet, don't know if this is related. I have checked the db looks right for Awa pots. //ASPD in RE they give a fixed +4/+6/+9 ASPD 645,Center_Potion,Concentration Potion,2,800,,100,,,,,0xFFFFFFFF,63,2,,,,,,{ sc_start SC_ASPDPOTION0,1800000,4; },{},{} 656,Awakening_Potion,Awakening Potion,2,1500,,150,,,,,0xFFF7FEEF,63,2,,,40,,,{ sc_start SC_ASPDPOTION1,1800000,6; },{},{} 657,Berserk_Potion,Berserk Potion,2,3000,,200,,,,,0x41E646A6,63,2,,,85,,,{ sc_start SC_ASPDPOTION2,1800000,9; },{},{} For the sprite thing I have tried without translation and with. My own client and one I found on the net. No custom sprites installed, but we use the custom class changer in rAthena. Do any one out there have a general direction to point me? Server is compiled for 2012-04-10aRagexeRE and SQL running on Ubuntu 12.04.4 I cant find the build number of the rAthena server... Quit new thou around 4 weeks... Thanks in advance.
  2. Skorm

    website panel

    Alright here's some notes I recorded for myself when installing a server... GL installing Ragnarok Server on Ubuntu: Installing Mysql: sudo apt-get install mysql-server sudo netstat -tap | grep mysql sudo /etc/init.d/mysql restart mysql -u root -p (mysql -u root if you didn't make a password) create database ragnarok; create database log; grant usage on *.* to root@localhost identified by ‘passwordhere’; grant all privileges on ragnarok.* to root@localhost ; grant all privileges on log.* to root@localhost ; use ragnarok; source path/to/sql-files/main.sql; use log; source path/to/sql-files/log.sql; Installing C Compiler: sudo apt-get update sudo apt-get -yqq install libc6-dev g++ gcc sudo apt-get install zlib1g-dev apt-get install libmysqlclient-dev chmod 775 for promissions chmod -R 755 *.sh if files aren't meant for Unix sudo apt-get dos2unix dose2unix filename ./filename 1. cd Path/RO/trunk 2. chmod +x configure 3. ./configure 4. make clean 5. make sql 6. ./athena-start restart install Webserver for flux: sudo apt-get update sudo apt-get aptitude sudo aptitude install apache2 sudo aptitiude install php5 libapache2-mod-php5 sudo apt-get php5-mysql sudo a2enmod php5 sudo apache2ctl restart You might also need to add the following to /etc/php5/apache2/php.ini extension=pdo.so extension=pdo_mysql.so if /usr/lib/php5/20060613+lfs/pdo.so or pdo_mysql.so are missing from the file directory add them. if you're still having problems try: sudo apt-get install libmysqlclient15-dev sudo apt-get install pdo_mysql sudo apache2ctl restart Installing and configuring SSH: sudo apt-get update sudo apt-get install openssh-server sudo groupadd groupnamehere cat /etc/group (group id is at the bottom) sudo useradd [user name] -d / -g [groupnamehere group id] -M -N -o -u [groupnamehere group id] sudo passwd [user name] (will display command to enterpassword) sudo apt-get update sudo apt-get nano sudo cp /etc/ssh/sshd_config /etc/ssh/sshd_config.bak sudo nano +76 /etc/ssh/sshd_config The line Subsystem sftp /usr/lib/openssh/sftp-server Needs to be replaced with Subsystem sftp internal-sftp CTRL+O to save CTRL+X to exit sudo mkdir /var/www cd /var/www sudo mkdir flux sudo chown root:sftponly flux ( Alternativly sudo chown -R owned directory ) sudo chmod -R 775 flux sudo /etc/init.d/ssh restart ip -o -f inet addr (if you need the IP address) Then download WinSCP or FileZilla and input your info.
  3. Hello I become every time this error when I start the server with rathena start what could it be: Athena Starting... (c) 2013 rAthena Project checking... Check complete. Looks good, a nice Athena! Logging is disable Server 'login-server' started at 02-15-22:16-01 Server 'char-server' started at 02-15-22:16-01 Server 'map-server' started at 02-15-22:16-01 Now Started Athena. root@ubuntu:/home/heisi/rAthena# [Status]: Memory manager initialised: log/login-server.leaks rAthena Development Team presents ___ __ __ _____/ | / /_/ /_ ___ ____ ____ _ / ___/ /| |/ __/ __ \/ _ \/ __ \/ __ `/ / / / ___ / /_/ / / / __/ / / / /_/ / /_/ /_/ |_\__/_/ /_/\___/_/ /_/\__,_/ http://rathena.org/board/ [Warning]: You are running rAthena with root privileges, it is not necessary. [Fatal Error]: File not found: conf/inter_athena.conf [Status]: Memory manager initialised: log/char-server.leaks rAthena Development Team presents ___ __ __ _____/ | / /_/ /_ ___ ____ ____ _ / ___/ /| |/ __/ __ \/ _ \/ __ \/ __ `/ / / / ___ / /_/ / / / __/ / / / /_/ / /_/ /_/ |_\__/_/ /_/\___/_/ /_/\__,_/ http://rathena.org/board/ [Warning]: You are running rAthena with root privileges, it is not necessary. [Fatal Error]: File not found: conf/inter_athena.conf [Status]: Memory manager initialised: log/map-server.leaks rAthena Development Team presents ___ __ __ _____/ | / /_/ /_ ___ ____ ____ _ / ___/ /| |/ __/ __ \/ _ \/ __ \/ __ `/ / / / ___ / /_/ / / / __/ / / / /_/ / /_/ /_/ |_\__/_/ /_/\___/_/ /_/\__,_/ http://rathena.org/board/ [Warning]: You are running rAthena with root privileges, it is not necessary. [Fatal Error]: File not found: conf/inter_athena.conf
  4. i hope this can explain it i wonder why it is in a sub directory with this symlink root@ubuntu:/opt/rathena/conf/conf# root@ubuntu:/opt/rathena# ll total 44 drwxr-xr-x 6 root root 4096 Feb 15 22:16 ./ drwxr-xr-x 3 root root 4096 Feb 15 22:15 ../ -rwxr-xr-x 1 root root 5204 Feb 15 22:15 athena-start* drwxr-xr-x 2 root root 4096 Feb 15 22:15 bin/ lrwxrwxrwx 1 root root 28 Feb 15 22:15 char-server -> /opt/rathena/bin/char-server* -rw-r--r-- 1 root root 6 Feb 15 22:16 .char-server.pid lrwxrwxrwx 1 root root 30 Feb 15 22:15 conf -> /opt/rathena/etc/rathena/conf// lrwxrwxrwx 1 root root 28 Feb 15 22:15 db -> /opt/rathena/var/rathena/db// drwxr-xr-x 3 root root 4096 Feb 15 22:15 etc/ lrwxrwxrwx 1 root root 29 Feb 15 22:15 log -> /opt/rathena/var/rathena/log// lrwxrwxrwx 1 root root 29 Feb 15 22:15 login-server -> /opt/rathena/bin/login-server* -rw-r--r-- 1 root root 6 Feb 15 22:16 .login-server.pid lrwxrwxrwx 1 root root 27 Feb 15 22:15 map-server -> /opt/rathena/bin/map-server* -rw-r--r-- 1 root root 6 Feb 15 22:16 .map-server.pid drwxr-xr-x 21 root root 4096 Feb 15 22:15 npc/ drwxr-xr-x 3 root root 4096 Feb 15 22:15 var/ root@ubuntu:/opt/rathena# cd conf/ root@ubuntu:/opt/rathena/conf# ll total 12 drwxr-xr-x 3 root root 4096 Feb 15 22:15 ./ drwxr-xr-x 3 root root 4096 Feb 15 22:15 ../ drwxr-xr-x 6 root root 4096 Feb 15 22:15 conf/ root@ubuntu:/opt/rathena/conf# cd conf/ root@ubuntu:/opt/rathena/conf/conf# ll total 148 drwxr-xr-x 6 root root 4096 Feb 15 22:15 ./ drwxr-xr-x 3 root root 4096 Feb 15 22:15 ../ -rw-r--r-- 1 root root 1774 Feb 15 22:15 atcommand_athena.conf drwxr-xr-x 2 root root 4096 Feb 15 22:15 battle/ -rw-r--r-- 1 root root 1593 Feb 15 22:15 battle_athena.conf -rw-r--r-- 1 root root 1271 Feb 15 22:15 channels.conf -rw-r--r-- 1 root root 6992 Feb 15 22:15 char_athena.conf -rw-r--r-- 1 root root 1993 Feb 15 22:15 charhelp.txt -rw-r--r-- 1 root root 408 Feb 15 22:15 grf-files.txt -rw-r--r-- 1 root root 6175 Feb 15 22:15 groups.conf -rw-r--r-- 1 root root 20224 Feb 15 22:15 help.txt drwxr-xr-x 2 root root 4096 Feb 15 22:15 import/ drwxr-xr-x 2 root root 4096 Feb 15 22:15 import-tmpl/ -rw-r--r-- 1 root root 3551 Feb 15 22:15 inter_athena.conf -rw-r--r-- 1 root root 5436 Feb 15 22:15 log_athena.conf -rw-r--r-- 1 root root 7071 Feb 15 22:15 login_athena.conf -rw-r--r-- 1 root root 4360 Feb 15 22:15 map_athena.conf -rw-r--r-- 1 root root 19619 Feb 15 22:15 maps_athena.conf -rw-r--r-- 1 root root 186 Feb 15 22:15 motd.txt drwxr-xr-x 4 root root 4096 Feb 15 22:15 msg_conf/ -rw-r--r-- 1 root root 2109 Feb 15 22:15 packet_athena.conf -rw-r--r-- 1 root root 771 Feb 15 22:15 readme.txt -rw-r--r-- 1 root root 950 Feb 15 22:15 script_athena.conf -rw-r--r-- 1 root root 151 Feb 15 22:15 subnet_athena.conf
  5. Hi Poseidon, Yes, for testing I bought an unmanaged VPS of 512MB Ram 20GB SSD Disk Ubuntu 13.10 x64. I assumed there is a lot of differences between linux servers commands/prerequisites in relating to rAthena. For maintainability, how do I start it right, I mean, 1) git clone rAthena 2) remotely edit files? 3) git pull (just merge conflicts right?) what if I want to push my changes to my own repo yet still get updates from master repo of rAthena, is this possible?
  6. Yes rAthena can run on ubuntu for an installation guide follow the debian lnstallation guide on the wiki as for system requirements that depends on a number of factors from how many maps to how many players connect and so on i would personally imho run it on a minium 512mb Ram and at least with at least 256mb swap hard drive you only need 5gb not even that Hope that helps Kind regards poseidon
  7. [spoiler=First Thought]I've tried to read our wiki, but I understand nothing at all. The issue is I am using 2013 Client and Double Strafe skill is not complete. Its effect isn't doing that windly sound and doing any graphical effect. How can I change it? Thank you. Actually my doubt is due this fact: I have two servers, one in ubuntu, and another in windows [for testing porpuses]. I have tested two clients [2012 and 2013] and the skill effects[graphical effects] worked fine in my windows server[client: 30] I think its revision is 17694, however when I use skills like Magnificat or Double Strafe I get no graphical effect in my rathena in ubuntu, last updated. [client: 45] What it can be? At first, my test server was configured to patcketver 30 [2012-04-10] so I could use the skills without /mineffect by default on cliente 2013. // Edit; Apparently, I found that 2013 Clients have /mineffect on by default on rAthena. How can I set this command to start off by default? I know it is in cliff.c but I don't know how to do it.
  8. install git If you're using CentOS x = yum -y install git If you're using Debian/Ubuntu = apt-get install git problem > You need to be root to perform this command. i try cd server or cd trunk, but same error"You need to be root to perform this command." i'm using centOS ..Then login as root or su yum install git i find my problem.. its because i dont have access to root ,.. i'm using spesial hosting,.. i has contact my vps, but not have reply....
  9. install git If you're using CentOS x = yum -y install git If you're using Debian/Ubuntu = apt-get install git problem > You need to be root to perform this command. i try cd server or cd trunk, but same error"You need to be root to perform this command." i'm using centOS ..Then login as root or su yum install git
  10. install git If you're using CentOS x = yum -y install git If you're using Debian/Ubuntu = apt-get install git problem > You need to be root to perform this command. i try cd server or cd trunk, but same error"You need to be root to perform this command." i'm using centOS
  11. install git If you're using CentOS x = yum -y install git If you're using Debian/Ubuntu = apt-get install git
  12. Hello i want to rent a vServer. It should not to be too expensive and the location should be in europe. Wich OS should I use on it? Ubuntu, CentOS, Debian, OpenSuse etc. ? Wich version? 32Bit or 64Bit? Greets Raijin
  13. If you install the full version it surely installs unnecessary things, just like almost every other operating system. But Slackware's minimal installation takes up about 50-100 MB. It also isn't like other systems, if any, other systems are like Slackware as it is the oldest distribution which is still maintained. It is built to be as UNIX-like as possible, also using the KISS principle. There's a general "rule" for Slackware and Ubuntu: Ubuntu just Works, Slackware makes you work.
  14. Hi Raijin, I would recommend either Debian or CentOS. I honestly, can not recommend 64bit over 32bit; since running an emulator requires ~350mb of RAM. 64bit processes usually require more RAM to run, and you don't even need 2GB of RAM to support 500+ players. So unless you're intending to run a huge server with more than 1k users; then go for 64bit, otherwise I'd recommend 32bit. Debian as an OS; requires less RAM since it's real barebone. CentOS is like a free version of RHEL; which is an enterprise-grade OS (not free, and not cheap at all), and it has basically almost everything that RHEL has. Extra Note - Slackware is like Ubuntu... can't recommend it. It install unnecessary things.
  15. Требуется подробный гайд по поднятию сервера RÖ с 0 на unix системе, в точности интересен Ubuntu. Можно на англ или немецком языке, желательно, как в judas библии.
  16. Hello. I have a little problem.. '[info]: Closed connection from " can't login in to the server wich is on a vps server. before compiling the server on the vps, I compiled it on a local virtual machine - worked fine. the vps OS - ubuntu 10.04_32 Inter_conf // MySQL Character SQL server char_server_ip: 93.188.161.205 char_server_port: 3306 char_server_id: myid char_server_pw: mypw char_server_db: mydb // MySQL Map SQL Server map_server_ip: 93.188.161.205 map_server_port: 3306 map_server_id: myid map_server_pw: mypw map_server_db: mydb // MySQL Log SQL Database log_db_ip: 93.188.161.205 log_db_port: 3306 log_db_id: myid log_db_pw: mypw log_db_db: mydb // for TXT -> SQL convertors db_server_ip: 93.188.161.205 db_server_port: 3306 db_server_id: myid db_server_pw: mypw db_server_logindb: mydb map_conf userid: s1 passwd: p1 char_ip: 93.188.161.205 bind_ip: 93.188.161.205 map_ip: 93.188.161.205 char_conf userid: s1 passwd: p1 login_ip: 93.188.161.205 bind_ip: 93.188.161.205 char_ip: 93.188.161.205 bind_ip: 93.188.161.205 // MySQL Login SQL Server login_server_ip: 93.188.161.205 login_server_port: 3306 login_server_id: myid login_server_pw: mypw login_server_db: mydb // Ipban features (SQL only) ipban.enable: yes ipban.sql.db_hostname: 93.188.161.205 ipban.sql.db_port: 3306 ipban.sql.db_username: myid ipban.sql.db_password: mypw ipban.sql.db_database: mydb ipban.sql.ipban_table: ipbanlist // SQL account.sql.db_hostname: 93.188.161.205 account.sql.db_port: 3306 account.sql.db_username: myid account.sql.db_password: mypw account.sql.db_database: mydb Server Log [Info]: SVN Revision: '735'. [Info]: Reading configuration file conf/char_athena.conf... [Status]: eAthena server has been initialized [Info]: Console Silent Setting: 0 [Info]: Reading configuration file conf/import/char_conf.txt... [Info]: Char Server IP Address : '93.188.161.205' -> '93.188.161.205'. [Info]: Map Server Bind IP Address : '93.188.161.205' -> '93.188.161.205'. [Info]: Map Server IP Address : '93.188.161.205' -> '93.188.161.205'. [Error]: Using the default user/password s1/p1 is NOT RECOMMENDED. [Notice]: Please edit your 'login' table to create a proper inter-server user/password (gender 'S') [Notice]: and then edit your user/password in conf/map_athena.conf (or conf/import/map_conf.txt) [Status]: Using SQL dbs: no [Notice]: Logging Item Picks to table `picklog` [Notice]: Logging GM Level 40 Commands to table `atcommandlog` [Notice]: Logging Item Picks to file `log/picklog.log` [Notice]: Logging GM Level 40 Commands to file `log/atcommandlog.log` [Status]: Memory manager initialised: log/login-server_sql.leaks (=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=) ( eAthena Development Team presents ) ( ______ __ __ ) ( /\ _ \/\ \__/\ \ ) ( __\ \ \_\ \ \ ,_\ \ \___ __ ___ __ ) ( /'__`\ \ __ \ \ \/\ \ _ `\ /'__`\/' _ `\ /'__`\ ) ( /\ __/\ \ \/\ \ \ \_\ \ \ \ \/\ __//\ \/\ \/\ \_\.\_ ) ( \ \____\\ \_\ \_\ \__\\ \_\ \_\ \____\ \_\ \_\ \__/.\_\ ) ( \/____/ \/_/\/_/\/__/ \/_/\/_/\/____/\/_/\/_/\/__/\/_/ ) ( _ _ _ _ _ _ _ _ _ _ _ _ _ ) ( / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ ) ( ( e | n | g | l | i | s | h ) ( A | t | h | e | n | a ) ) ( \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ ) ( ) ( 3rd Class Modification Project ) (=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=) [Info]: SVN Revision: '735'. [Info]: Reading configuration file conf/login_athena.conf... [Status]: set login_port : 6900 [Info]: Console Silent Setting: 0 [Info]: Reading configuration file conf/inter_athena.conf... [Info]: Reading configuration file conf/import/inter_conf.txt... [Info]: Finished reading conf/import/inter_conf.txt. [Info]: Finished reading conf/inter_athena.conf. [Info]: Reading configuration file conf/import/login_conf.txt... [Info]: Connecting to the Map DB Server.... [Status]: connect success! (Map Server Connection) [Status]: Loading maps (using db/map_cache.dat as map cache)... [Status]: Loading maps (804).. [Info]: Finished reading conf/import/login_conf.txt. [Info]: Finished reading conf/login_athena.conf. [Info]: Reading the configuration file conf/subnet_athena.conf... [Status]: Read information about 1 subnetworks. [Info]: Using account engine 'sql'. [Status]: The login-server is ready (Server is listening on the port 6900). [Info]: Done reading conf/import/char_conf.txt. [Info]: Done reading conf/char_athena.conf. [Info]: Reading the configuration file conf/subnet_athena.conf... [Status]: Read information about 1 subnetworks. [Info]: Reading file conf/inter_athena.conf... [Info]: Reading file conf/import/inter_conf.txt... [Info]: Done reading conf/import/inter_conf.txt. [Info]: Done reading conf/inter_athena.conf. [Error]: Using the default user/password s1/p1 is NOT RECOMMENDED. [Notice]: Please edit your 'login' table to create a proper inter-server user/password (gender 'S') [Notice]: And then change the user/password to use in conf/char_athena.conf (or conf/import/char_conf.txt) [Info]: Finished reading the char-server configuration. [Info]: interserver initialize... [Info]: reading file conf/inter_athena.conf... [Status]: set char_server_ip : 127.0.0.1 [Status]: set char_server_port : 3306 [Status]: set char_server_id : ragnarok [Status]: set char_server_pw : ragnarok [Status]: set char_server_db : ragnarok [Info]: reading file conf/import/inter_conf.txt... [Status]: set char_server_ip : 93.188.161.205 [Status]: set char_server_port : 3306 [Status]: set char_server_id : ragnarok1 [Status]: set char_server_pw : ragnarok1 [Status]: set char_server_db : ragnarok1 [Info]: done reading conf/import/inter_conf.txt. [Info]: done reading conf/inter_athena.conf. [Info]: Connect Character DB server.... (Character Server) [Info]: Finished reading the inter-server configuration. [Info]: Initializing char server. [Info]: Begin Initializing....... [Status]: Chars per Account: 'Unlimited'....... [Info]: Finished initilizing....... [Info]: char server initialized. [Status]: Multiple interfaces detected.. using 127.0.0.2 as our IP address [Info]: Cleaning the 'char' table... [Info]: Cleaning the 'guild' table... [Info]: Cleaning the 'guild_member' table... [Info]: End of char server initilization function. [Info]: open port 6121..... [Status]: The char-server is ready (Server is listening on the port 6121). [Info]: Successfully loaded '804' maps. [Status]: Done reading packet database from 'packet_db.txt'. Using default packet version: 29. [Status]: Done reading '6214' entries in 'item_db.txt'. [Status]: Done reading '278' entries in 'item_db2.txt'. [Status]: Done reading 'item_group_db.txt'. [Status]: Done reading '1' entries in 'db/item_avail.txt'. [Status]: Done reading '17' entries in 'db/item_noequip.txt'. [Status]: Done reading '1361' entries in 'db/item_trade.txt'. [Status]: Done reading '4' entries in 'db/item_delay.txt'. [Status]: Done reading '1057' entries in 'db/item_buyingstore.txt'. [Status]: Done reading '1062' entries in 'db/skill_db.txt'. [Status]: Done reading '834' entries in 'db/skill_require_db.txt'. [Status]: Done reading '779' entries in 'db/skill_cast_db.txt'. [Status]: Done reading '53' entries in 'db/skill_castnodex_db.txt'. [Status]: Done reading '105' entries in 'db/skill_nocast_db.txt'. [Status]: Done reading '130' entries in 'db/skill_unit_db.txt'. [Status]: Done reading '263' entries in 'db/produce_db.txt'. [Status]: Done reading '136' entries in 'db/create_arrow_db.txt'. [Status]: Done reading '207' entries in 'db/abra_db.txt'. [Status]: Done reading '17' entries in 'db/spellbook_db.txt'. [Status]: Done reading '16' entries in 'db/improvise_db.txt'. [Status]: Done reading '23' entries in 'db/magicmushroom_db.txt'. [Status]: Done reading '139' entries in 'db/skill_reproduce_db.txt'. [Status]: Done reading '992' entries in 'db/mob_db.txt'. [Status]: Done reading '21' entries in 'db/mob_db2.txt'. [Status]: Done reading '0' entries in 'db/mob_avail.txt'. [Status]: Done reading 'mob_branch.txt'. [Status]: Done reading 'mob_poring.txt'. [Status]: Done reading 'mob_boss.txt'. [Status]: Done reading 'mob_pouch.txt'. [Status]: Done reading 'mob_chat_db.txt'. [Status]: Done reading '5492' entries in 'db/mob_skill_db.txt'. [Status]: Done reading '23' entries in 'db/mob_skill_db2.txt'. [Status]: Done reading '6' entries in 'db/mob_race2_db.txt'. [Status]: Done reading 'exp.txt'. [Status]: Done reading '5324' entries in 'db/skill_tree.txt'. [Status]: Done reading 'attr_fix.txt'. [Status]: Done reading 'statpoint.txt'. [Status]: Done reading '1' entries in 'conf/motd.txt'. [Status]: Done reading '133' entries in 'db/job_db1.txt'. [Status]: Done reading '132' entries in 'db/job_db2.txt'. [Status]: Done reading '3' entries in 'db/size_fix.txt'. [Status]: Done reading '5' entries in 'db/refine_db.txt'. [Status]: Done reading '34' entries in 'db/castle_db.txt'. [Status]: Done reading '15' entries in 'db/guild_skill_tree.txt'. [Status]: Done reading '58' pets in 'pet_db.txt'. [Status]: Done reading '0' pets in 'pet_db2.txt'. [Status]: Done reading '13' entries in 'db/homunculus_db.txt'. [Status]: Done reading '150' levels in 'exp_homun.txt'. [Status]: Done reading '82' entries in 'db/homun_skill_tree.txt'. [Status]: Done reading '44' entries in 'db/mercenary_db.txt'. [Status]: Done reading '118' entries in 'db/mercenary_skill_db.txt'. [Status]: Done reading '12' elementals in 'db/elemental_db.txt'. [Status]: Done reading '36' entries in 'db/elemental_skill_db.txt'. [Status]: Done reading '1703' entries in 'quest_db.txt'. [Info]: Attempt to connect to login-server..._moscovia.txt [Status]: Connecting to 127.0.0.2:6900 [Info]: Connection request of the char-server 'eAthena' @ 127.0.0.2:6121 (account: 's1', pass: 'p1', ip: '127.0.0.2') [Notice]: Authentication accepted (account: s1, id: 1, ip: 127.0.0.2) [Status]: Connection of the char-server 'eAthena' accepted. [Status]: Connected to login-server (connection #5). [Status]: Awaiting maps from map-server. [Info]: Done loading '12799' NPCs: -'3048' Warps -'187' Shops -'9564' Scripts -'3926' Spawn sets -'41060' Mobs Cached -'0' Mobs Not Cached [Status]: Event 'OnInit' executed with '1451' NPCs. [Status]: Server is 'ready' and listening on port '5121'. [Status]: Attempting to connect to Char Server. Please wait. [Status]: Connecting to 93.188.161.205:6121 [Status]: Logging in to char server... [Status]: Successfully logged on to Char Server (Connection: '5'). [Status]: Sending maps to char server... [Status]: Event 'OnInterIfInit' executed with '0' NPCs. [Status]: Event 'OnInterIfInitOnce' executed with '31' NPCs. [Status]: Map-Server 0 connected: 804 maps, from IP 93.188.161.205 port 5121. [Status]: Map-server 0 loading complete. [Status]: Map sending complete. Map Server is now online. [Info]: Received Fame List of '0' characters. [Status]: Request for connection of icerock (ip: 109.251.20.18). [Notice]: Authentication accepted (account: icerock, id: 2000002, ip: 109.251.20.18) [Status]: Connection of the account 'icerock' accepted. [Info]: Closed connection from '109.251.20.18'. IPconfig of the vps lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:15489 errors:0 dropped:0 overruns:0 frame:0 TX packets:15489 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:8860216 (8.8 MB) TX bytes:8860216 (8.8 MB) venet0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 -00 inet addr:127.0.0.2 P-t-P:127.0.0.2 Bcast:0.0.0.0 Mask:255.255.255. 255 UP BROADCAST POINTOPOINT RUNNING NOARP MTU:1500 Metric:1 RX packets:20615 errors:0 dropped:0 overruns:0 frame:0 TX packets:16609 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:17161749 (17.1 MB) TX bytes:2726663 (2.7 MB) venet0:0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 -00 inet addr:93.188.161.205 P-t-P:93.188.161.205 Bcast:0.0.0.0 Mask:25 5.255.255.255 UP BROADCAST POINTOPOINT RUNNING NOARP MTU:1500 Metric:1 any ideas..? will appreciate any help Thx !
  17. UPDATE: Checking out version 17341 seemed to fix this issue. I am pretty confused on this one. It seems like my server isn't reading my .conf files at all. OS Ubuntu 12.04 32BIT rA: 17340 (Checked out last night) Login Server:
  18. Need to be updated, currently only CentOs and Ubuntu seem to be checked. What the cronjob we have to launch to make it work. What's the config file we need to set ?
  19. To help double-check each commit and also test compatibility on other operating systems, we have setup a BuildBot. http://build.rathena.org/ These are the current BuildSlave operating systems we test rAthena on: CentOS x64 (provided by @Maki) Debian (provided by @Gepard) Ubuntu (provided by @Maki) Ubuntu x64 (provided by @Maki) Windows (provided by @flaviojs) If you would like to contribute a VPS or server for running a BuildSlave, please read on. BuildSlave requirements: internet connection (it's okay if the computer is behind a router) BuildBot installed (http://trac.buildbot.net/) all programs required to checkout/compile/run rAthena installed (optional) If you want us to configure BuildBot - SSH access or Remote Desktop for Windows buildslaves turned on 24/7 - its important the buildslaves are always online so as soon as a commit is made, the buildslaves can test it. (i.e. a desktop computer you only turn on 4 hours a day would not meet this requirement) (recommended) 256 MB of ram. 1 GB free disk space After you setup the VPS/server to meet those requirements, please: Create a non-root account (recommended username: buildslave). Make sure the buildslave user has at least 1 GB free space in its home dir (disk space will be used to checkout and compile rAthena). Make sure BuildBot is installed: buildbot --version test and make sure you can checkout and compile rAthena svn co https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/ cd trunk/ ./configure make sql Send me a PM with the following info: Thank you for helping make rAthena better! Post here if you have any questions. PS: we would prefer if YOU installed BuildBot and everything (less work for us, and less access to your server), but if you are lazy or are having trouble installing BuildBot, we'll do our best to help.
  20. Depending on your flavor of Linux, the windows client will give you a little bit of shit getting it set up. For Ubuntu, you need to run winecfg, click on 'Add Application', and modify the settings for the executables (launcher, client, setup.exe). Click on the 'Graphics' tab, and it will let you change the settings for the selected program. On the graphics tab, you'll want to 'Emulate a virtual desktop', and enter values for the desktop size matching the value of your monitor's resolution, then hit apply. Tested with wine-1.4.1 on Ubuntu 13.04. If you run more than one monitor, you'll want to disable full screen mode for your client, or when you close the client, it will turn off your second monitor, you then have to go back into Ubuntu's display settings and re-enable it.
  21. excuse me i want to ask..can i use Rathena has been compiled in distro Ubuntu..(UNIX) to my computer (Centos) it's not needed compiled again?
  22. Moin Moin^^ @Kenpachi: diese Dateien die Du für Überreste eines Mods hälst, waren schlicht und einfach Itemgroupdateien die ich selbst eingefügt hatte um Items einer bestimmten Gruppe per Headgear-Script droppen zu lassen. Hier mal der Inhalt einer dieser Dateien: // Dolls Obtainable Items Database // // Structure of Database: // GroupID,ItemID,Rate 68,743,3 // Spore 68,750,1 // Baphomet 68,751,1 // Osiris 68,752,3 // Rocker 68,753,3 // Yoyo 68,754,3 // Smokie 68,6515,1 // Bakonawa 68,6517,1 // Bangungot 68,6518,1 // Buwaga 68,7206,3 // Black Cat 68,7212,3 // Hung 68,7268,3 // Little Ghost 68,7272,3 // Rice Ball 68,7277,3 // Munak 68,7857,1 // Hand Made Kitty Diese Items sollten per Itemscript gedropt werden: bonus2 bAddMonsterDropItemGroup,68,1000; Leider waren im Ubuntu die RECHTE für ( Eigentümer, Gruppe und Andere ) nicht sauber eingestellt und der rAthena-Server konnte die Dateien nicht lesen. Leider hat sich dieser Fehler derart fest eingenistet, daß der rAthena-Server nun immer wieder mit dieser Fehlermeldung hochfährt. Die Datei ( item_group_db.txt ) in der diese fehlenden Phantom-Dateien ( Phantom weil ich sie mittlerweile entfernt und in einer anderen Datei zusammengefasst habe. ) aufgerufen wurden, wurde auch geändert. Der rAthena-Server oder Ubuntu hat irgendwo eine Kopie der alten Version gespeichert und ignoriert nun die neue Version der Datei "item_group_db.txt". Gibt es eine Möglichkeit den rAthena so zu starten, daß es zuerst alle gespeicherten Werte zurücksetzt. Z.B.: mit dem Befehl ./athena-start start -clean ? (Achtung dieser Befehl ist fiktiv ) Oder gibt es eine Möglichkeit in Ubuntu sowas zu machen ? sudo clear rathena ( fiktiv ) Mfg ^^ Am Ende noch eine Anmerkung: Mir ist vor Jahren bei einem eAthena-System unter Debian etwas ähnliches aufgefallen. NPCs mussten aus dem Custom-Verzeichnis entfernt werden um sie zu deaktivieren. Ein einfaches // in der entsprechenden init.conf und @reloadscript war wirklungslos. Leider hatte ich zu der Zeit nie Zugriff auf die Server-Logs und kann somit nicht sagen ob und welche Fehler auftraten. Ich kann mir da jedoch einiges vorstellen ^^
  23. What distro? Ubuntu, CentOS, Debian...
  24. hello TheLibra, Seems there is no problem with any distro of linux you are going to use. I've used Centos 5 and ubuntu server 12.04 and both runs perfectly. Were you saying that you'd like to play Windows games on Linux? well, i'm not really sure whether the game will run smoothly or not, never done that before. Have a nice day!
  25. I prepare server for RO by Ubuntu with these steps Install Ubuntu with LAMP, OpenSSH server apt-get update apt-get upgrade apt-get install vsftpd nano /etc/vsftpd.conf (for change config to anonymous_enable=NO, write_enable=YES, chroot_local_user=Yes) nano /etc/mysql/my.cnf (for change config blind-address = 0.0.0.0) apt-get install gcc apt-get install zlib1g-dbg apt-get install libmysqlclient15-dev apt-get install libpcre3-dev reboot and done
×
×
  • Create New...