diff options
author | shennetsind <ind@henn.et> | 2013-04-08 22:25:47 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-04-08 22:25:47 -0300 |
commit | 39799c4d0a5a9e523b0830f028f8aafb20744ba7 (patch) | |
tree | fa7a0dcd33965b86e14c47b21f206e3e2a548b6e /db | |
parent | 81ad44467d7f0d4f0d63637ef2996012b9c81a9a (diff) | |
download | hercules-39799c4d0a5a9e523b0830f028f8aafb20744ba7.tar.gz hercules-39799c4d0a5a9e523b0830f028f8aafb20744ba7.tar.bz2 hercules-39799c4d0a5a9e523b0830f028f8aafb20744ba7.tar.xz hercules-39799c4d0a5a9e523b0830f028f8aafb20744ba7.zip |
Introducing Cash Shop Support
Special Thanks to Yommy, Yommy, Yommy, malufett, Judas, Beret and everyone whos helped us get the 2013 client to work, Thank you all!
http://hercules.ws/board/topic/367-introducing-cash-shop-support/
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'db')
-rw-r--r-- | db/cashshop_db.txt | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/db/cashshop_db.txt b/db/cashshop_db.txt new file mode 100644 index 000000000..fc6a803c7 --- /dev/null +++ b/db/cashshop_db.txt @@ -0,0 +1,45 @@ +// Hercules Cash Shop Database +// Format: +// Tab ID or Tab Name, ItemID or Item Name, Price +// +// Tabs: +// 0 = New +// 1 = Popular +// 2 = Limited +// 3 = Rental +// 4 = Permanent +// 5 = Scroll +// 6 = Usable +// 7 = Other + +//New +New,Apple,100 +0,531,250 + +//Popular +1,513,100 +Popular,Banana_Juice,250 + +//Limited +2,Grape,100 +Limited,533,250 + +//Rental +Rental,515,100 +3,Carrot_Juice,250 + +//Permanent +4,Green_Herb,100 +Permanent,510,250 + +//Scroll +5,501,100 +5,502,250 + +//Usable +usable,White_Potion,150 +usable,Blue_Potion,500 + +//Other +7,909,400 +7,907,500
\ No newline at end of file |