summaryrefslogtreecommitdiff
path: root/npc/custom/floating_rates.txt
diff options
context:
space:
mode:
authorbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-03-16 21:14:33 +0000
committerbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-03-16 21:14:33 +0000
commit33c698258a8a54483348ae8acc47d596603920ca (patch)
tree1c32c7a31da59b8f1ccdd0ce04cadd27f0936954 /npc/custom/floating_rates.txt
parent645551a6f26352a446787c4c1794cbecb84a7fde (diff)
downloadhercules-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.txt3
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
+}