Jump to content

milk

Members
  • Content Count

    91
  • Joined

  • Last visited

Posts posted by milk


  1. Hello!

    Some items in itemInfoClassic.lua have incorrect description of unidentified* section

    For example:

     

    	[2374] = {		unidentifiedDisplayName = "Diabolus Robe",		unidentifiedResourceName  = "��ƺ��罺�κ�",		unidentifiedDescriptionName = {			"A robe which is decorated with unknown letters. The wearer feels like they're learning a new language.",			"MSP + 150, MDEF + 5",			"Reduces casting delay by 10%",			"Increases 6% of effectiveness for Heal skill.",			"When equipped with Diabolus Ring, ATK + 3%, MATK + 3%.",			"Weapon Class: ^777777Armor^000000    Defense : ^7777776^000000",			"Weight: ^77777730^000000",			"Jobs: ^777777Transcendent Archer,Mage,Acolyte^000000",		},

     

    https://raw.githubusercontent.com/ROClientSide/Translation/master/System/itemInfoClassic.lua

     

    In client it looks like this

     

    Alt2.png


  2.  

     

    Most GNU/Linux apache error logs are going to be at /var/log/apache2/error.log OR /var/log/httpd/error.log. You may need root or sudo to view.

     

    I do have access to my root, and i have the log, but i dont know how to rproduce the error.

     

     

    [Wed Jan 14 03:47:08 2015] [error] [client IP] File does not exist: /etc/zpanel/panel/css[Wed Jan 14 10:16:59 2015] [error] [client IP] File does not exist: /etc/zpanel/panel/pma[Wed Jan 14 10:17:00 2015] [error] [client IP] File does not exist: /etc/zpanel/panel/myadmin[Wed Jan 14 10:17:00 2015] [error] [client IP] File does not exist: /etc/zpanel/panel/MyAdmin

     

    Try to use 'tail -f /var/log/apache2/error.log' at the same time when you trying to create account in FluxCP.


  3. Hello,

    I just add alots of custom headgear

    about 400++ items, in 3 phase,

    first i add 200,

    second about 130++,

    and third about 70++

     

    when i test it, i've got several problem.

    1. both of first and second phase, i already have all the sprite in my grf, so i just had edit the lua file's and the item_db2.conf, when i test it, alot of item doesnt show up, like this

    error-10.jpg

     

    Hello.

    I think, you need to check your accesoryid.lub and accname.lub. Remember, that View in item_db2.conf and ClassNum in itemInfo.lua must have the same number.


  4. Thanks, I'll give it a shot. Running linex/debian.

     

    I'm also making changes to battle.c, skill.c, and status.c. Are those changes picked up when I run the make?

    Yes, of course. If you make some changes in source files - save it and just do make sql or make all to recompile it.


  5. Hello!

    There is my Zabbix monitoring template for *athena-based servers.

    It gathers data from your Linux server and MySQL database and sends it to Zabbix.

     

    It checks:

     

    - login server port check

    - login/char/map server perfomance

    - mysqld server perfomance

    - online players count

    - total zeny count

     

     

    - Configure Zabbix Server

    1. Import the template file into Zabbix frontend (Configuration -> Templates -> Import).

    2. Link the Athena template to your host to be monitored.

     

    - Configure Zabbix Agent

    1. Open your zabbix_agend.conf and add two lines:

    UserParameter=total.zeny,mysql -uroot -ppassword -D hercules_main -s -N -e 'SELECT SUM(zeny) from `char`'UserParameter=total.online,netstat -n | grep ':5121' | wc -l

    Where root - is your MySQL username, password - your MySQL password and hercules_main - your emulator's database.

    2. Restart your zabbix-agent (/etc/init.d/zabbix-agent restart)

     

    And you can see it in your Zabbix frontend:

     

    8wW2qTv.png

     

    Please post your comments and suggestions in order to make it better.

     

    Download link

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.