Jump to content
  • 0
Sign in to follow this  
Petey Pablo

how to disable this self announce

Question

5 answers to this question

Recommended Posts

  • 0

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

Share this post


Link to post
Share on other sites
  • 0

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

 

 

Edited by Viollently Happy

Share this post


Link to post
Share on other sites
  • 0

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

Share this post


Link to post
Share on other sites
  • 0

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!)

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

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