milk
Members-
Content Count
91 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by milk
-
Thanks milk. I will try this. 3. When I use command @job to change to a Transcendent job. I dont have 100 stats point bonus? How to reset stats point, skill point when user use @job . Yes, if you change your job using @job command - you will not get bonus stats points.
-
Hello. 1. You can enable at-commands in commands section conf/groups.conf . http://herc.ws/wiki/Category:Configuration#.2Fconf.2Fatcommand.conf_and_.2Fconf.2Fgroups.conf For example: name: "Player"level: 0inherit: ( /*empty list*/ )commands: {go: truewarp: trueblvl: trueitem: true}permissions: {/* without this basic permissions regular players could nottrade or party */can_trade: truecan_party: true} 2. You can comment line #define RENEWAL in src/config/renewal.h (http://herc.ws/wiki/SRC/config/#.2Fsrc.2Fconfig.2Frenewal.h) Or you can use option --disable-renewal with configure script http://herc.ws/wiki/Configure
-
Yes... lack the links ... and is outdated. Do you not know any recent and has the scripts? Sorry, but I haven't got it.
-
Thank you! I will check it soon :3
-
Do you mean this?
-
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
-
Something bad happened. Report to an administrator ASAP.
milk replied to Elsa's question in Website Support
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. -
Something bad happened. Report to an administrator ASAP.
milk replied to Elsa's question in Website Support
Try to check your web-server error log. -
What is Galera and what is xampp?
-
I want make like this script for my item.
milk replied to skipjack94's question in Database Requests
Check map_zone_db description: http://herc.ws/board/topic/470-hercules-april-22-patch/?hl=map_zone_db -
You can check it with @hstyle command.
-
Np. There is my basic_interface folder. basic_interface.7z
-
Thank you again, Dastgir!
-
Bump! Update your awesome plugins, please c:
-
Nice! Thank you for this release, Dastgir.
-
Try it. btn_bank_a.bmp equipwin_special.bmp
-
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.
-
Yes, of course. If you make some changes in source files - save it and just do make sql or make all to recompile it.
-
What OS are you using? Follow this guide, and try to ti use these commands: ./configuremake sql
-
Can you paste your itemdb2.conf and iteminfo entries for your custom item?
-
You can replace mapannounce to announce. You can find more in documentation
-
Hello! https://github.com/HerculesWS/Hercules/issues/423 http://herc.ws/board/tracker/issue-8478-compile-error-for-the-latest-revision/?gopid=24336#entry24336 Waiting for fix
-
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: Please post your comments and suggestions in order to make it better. Download link
-
- zabbix
- monitoring
- (and 4 more)