Petey Pablo 0 Posted November 15, 2013 how to disable this self announce. thanks Quote Share this post Link to post Share on other sites
0 Yommy 265 Posted November 15, 2013 actually, your accounts are set to 0% exp, because the sql update that made the columns defaulted them to zero. then another update made the default as 100, but they already got set to zero UPDATE `account_data` SET `base_exp`=100, `base_drop`=100, `base_death`=100; this is 100% of your rates, (not 100x rates). Yom Quote Share this post Link to post Share on other sites
0 Petey Pablo 0 Posted November 15, 2013 (edited) so whats the purpose of drops.conf and exp.conf? I have a problem with latest version and there is no exp and drops. check the image below! then type @killmonster the drop rates is working fine. Edited November 15, 2013 by Viollently Happy Quote Share this post Link to post Share on other sites
0 Yommy 265 Posted November 15, 2013 if you read what i posted, it makes sense. run that sql query on your database and it will fix everything the drops.conf and exp.conf are your server rates. this new table is an additional modifier, so you can have premium accounts which have 150% rates Quote Share this post Link to post Share on other sites
0 jaBote 438 Posted November 15, 2013 Yeah, yommy is right, your account rates are 0 ATM so you won't get any exp or drops unless you either update that manually or update your whole server (including the SQL). About the announce, it can be disabled if you get your account rates back to normal (100) on the SQL table or, if you want to disable that for everyone no matter what their rates are, just disable that announce on /src/map/pc.c, line 10296 (don't forget to recompile!) Quote Share this post Link to post Share on other sites
0 Petey Pablo 0 Posted November 15, 2013 (edited) Thank you Yommy and jaBote for the information. Thank you very much! Edited November 15, 2013 by Viollently Happy Quote Share this post Link to post Share on other sites
how to disable this self announce. thanks
Share this post
Link to post
Share on other sites