-
Activity
-
11
-
870
-
0
GameCompile Error
Have a nice day! What could be the problem with translating the game? Sorry for the bad English. linking ../game.... ld: error: unable to find library -lIL ld: error: unable to find library -lpng ld: error: unable to find library -ltiff ld: error: unable to find library -lmng ld: error: unable to find library -llcms ld: error: unable to find library -ljpeg clang-15: error: linker command failed with exit code 1 (use -v to see invocation) gmake: *** [Makefile:127: ../game] Error 1 -
0
-
1
-
0
-
0
Auto hunt System
Hey there! Im looking for autohunt system I know there are some already public, but im looking for a good Version, which is nearly bugfree and (if possible maybe reversed - that means with offical Python, but it can be also some small changes here too) It should be have nearly the same functions like the offical system I dont like custom stuff. Thank you! Best regards! -
0
Problem with userinterface
Hi, in last few days i'm tesing something on my pserver for testing, and i tried to implement some systems through source files, but in winscp, in the folder src, i don't find the folder "userinterface" and i can't modify my source files. Thank you for the answer. -
2
Problem freebsd
OK NO PROBLEM I FIX IT IF COMPANY HAVE FREEBSD 11 freebsd-update fetch freebsd-update install shutdown -r now shutdown -p now freebsd-update upgrade -r 12.0-RELEASE freebsd-update install shutdown -r now freebsd-update install freebsd-update install shutdown -r now REBOOT shutdown -p now pkg bootstrap -f pkg update -f pkg upgrade pkg-static install -f pkg /usr/sbin/pwd_mkdb -p /etc/master.passwd REBOOT shutdown -p now pkg install mysql55-server pwd_mkdb -p /etc/master.passwd chown -R mysql /var/db/mysql/ chgrp -R mysql /var/db/mysql/ sysrc mysql_enable=yes service mysql-server start REBOOT
-
-
Recently Browsing
- No registered users viewing this page.
Question
iRETEMAG 70
Hi people, I know the column drop_item from item_proto is dropping items at the game but this item's it's very hard to drop.
How can I change the percentage?
Thanks.
Link to comment
Share on other sites
Top Posters For This Question
1
2
Popular Days
Oct 17
3
Top Posters For This Question
VegaS 1 post
iRETEMAG 2 posts
Popular Days
Oct 17 2015
3 posts
Popular Posts
VegaS
etc_drop_item.txt - which is in game/share/locale/xx http://i.epvpimg.com/FQj7g.png http://i.epvpimg.com/Jt5gb.png If you want to change structure open item_manager_read_tables.cpp bool ITEM_MANAGER::ReadEtcDropItemFile(const char * c_pszFileName) { FILE * fp = fopen(c_pszFileName, "r"); if (!fp) { sys_err("Cannot open %s", c_pszFileName); return false; } char buf[512]; int lines = 0; while (fgets(buf, 512, fp)) { ++lines; if (!*buf || *buf == '\n') continue
iRETEMAG
Thank you.
2 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now