diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-03-16 21:14:33 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-03-16 21:14:33 +0000 |
commit | 33c698258a8a54483348ae8acc47d596603920ca (patch) | |
tree | 1c32c7a31da59b8f1ccdd0ce04cadd27f0936954 /npc/custom/floating_rates.txt | |
parent | 645551a6f26352a446787c4c1794cbecb84a7fde (diff) | |
download | hercules-33c698258a8a54483348ae8acc47d596603920ca.tar.gz hercules-33c698258a8a54483348ae8acc47d596603920ca.tar.bz2 hercules-33c698258a8a54483348ae8acc47d596603920ca.tar.xz hercules-33c698258a8a54483348ae8acc47d596603920ca.zip |
- Added documentation for 'setiteminfo', follow up to r9938. (bugreport:3360)
- Added @reloadmobdb to the custom Floating Rates script.
- Added a missing check in THQS. (bugreport:4107)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14264 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/custom/floating_rates.txt')
-rw-r--r-- | npc/custom/floating_rates.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/custom/floating_rates.txt b/npc/custom/floating_rates.txt index 1dc125e42..1e5f1d43e 100644 --- a/npc/custom/floating_rates.txt +++ b/npc/custom/floating_rates.txt @@ -39,7 +39,8 @@ OnHour18: setbattleflag("item_rate_use",$@drate); setbattleflag("item_rate_equip",$@drate); //we don't change card drops rate, because these values won't change them anyway + atcommand "@reloadmobdb"; announce "Current Rune-Midgard rates are: 1."+($@brate-100)+"x 1."+($@jrate-100)+"x 1."+($@drate-100)+"x",bc_all,0xFF6060; end; -}
\ No newline at end of file +} |