how to disable this self announce

Petey Pablo

New member
Messages
224
Points
0
Emulator
how to disable this self announce. thanks

2ed8ftj.jpg


 
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

 
Last edited by a moderator:
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!

dw8ia8.jpg


15s7xgx.jpg


27ybn9d.jpg


then type @killmonster the drop rates is working fine.
2e6bm35.jpg
 
Last edited by a moderator:
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

 
Last edited by a moderator:
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!)

 
Thank you Yommy and jaBote for the information. Thank you very much!

 
Last edited by a moderator:
Back
Top