summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorPlaytester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-06-14 17:46:04 +0000
committerPlaytester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-06-14 17:46:04 +0000
commit1f9da81c0d78cebcc74a189c97b2350ae01bf621 (patch)
tree87e198f4c0abd95cfb25dcf9884aa32dfab4ca3d /db
parent50f8f3a0579063ffaf1cb595fdc0201906f6507a (diff)
downloadhercules-1f9da81c0d78cebcc74a189c97b2350ae01bf621.tar.gz
hercules-1f9da81c0d78cebcc74a189c97b2350ae01bf621.tar.bz2
hercules-1f9da81c0d78cebcc74a189c97b2350ae01bf621.tar.xz
hercules-1f9da81c0d78cebcc74a189c97b2350ae01bf621.zip
* Fixed the awfully coded Baseball Cap script
- please use CONSTANTS! - please use RC_Nonboss and RC_Boss for "all mobs" instead of listing all the races! - please don't stack RC_Nonboss with RC_(some race)! git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7166 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r--db/Changelog.txt5
-rw-r--r--db/item_db.txt2
2 files changed, 6 insertions, 1 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt
index e9f544570..bf8bb560a 100644
--- a/db/Changelog.txt
+++ b/db/Changelog.txt
@@ -24,6 +24,11 @@
-----
=========================
+06/14
+ * Fixed the awfully coded Baseball Cap script [Playtester]
+ - please use CONSTANTS!
+ - please use RC_Nonboss and RC_Boss for "all mobs" instead of listing all the races!
+ - please don't stack RC_Nonboss with RC_(some race)!
06/13
* Detale only summons one Hydro [Playtester]
* Fixed the names of the Lotto items [Playtester]
diff --git a/db/item_db.txt b/db/item_db.txt
index f3b4337cc..0a2895077 100644
--- a/db/item_db.txt
+++ b/db/item_db.txt
@@ -1616,7 +1616,7 @@
5144,Gamble_Hat,Gambler Hat,5,,10,200,,2,,0,0xFFFFFFFF,7,2,256,,0,1,16,{ bonus bLuk,5; },{},{}
5145,Carnival_Jester,Carnival Jester,5,,10,100,,0,,0,0xFFFFFFFF,7,2,256,,0,1,89,{},{},{}
5146,Elephant_Hat,Elephant Hat,5,,10,500,,0,,0,0xFFFFFFFF,7,2,256,,0,1,215,{ bonus bVit,1; bonus2 bSubRace,RC_Brute,7; skill 86,1; },{},{}
-5147,Baseball_Cap,Baseball Cap,5,,10,1,,0,,0,0xFFFFFFFF,7,2,256,,0,1,216,{ bonus2 bExpAddRace,0,50; bonus2 bExpAddRace,1,50; bonus2 bExpAddRace,2,50; bonus2 bExpAddRace,3,50; bonus2 bExpAddRace,4,50; bonus2 bExpAddRace,5,50; bonus2 bExpAddRace,6,50; bonus2 bExpAddRace,7,50; bonus2 bExpAddRace,8,50; bonus2 bExpAddRace,9,50; bonus2 bExpAddRace,10,50; bonus2 bExpAddRace,11,50; },{},{}
+5147,Baseball_Cap,Baseball Cap,5,,10,1,,0,,0,0xFFFFFFFF,7,2,256,,0,1,216,{ bonus2 bExpAddRace,RC_NonBoss,50; bonus2 bExpAddRace,RC_Boss,50; },{},{}
5148,National_Holiday_Hat,National Holiday Hat,5,,10,500,,0,,,0xFFFFFFFF,7,2,256,,,1,217,{ bonus bInt,2; }
5149,Silver_Tiara,Silver Tiara,5,,10,100,,0,,,0xFFFFFFFF,7,2,256,,,1,218,{ bonus bInt,2; }
5150,Brazil_Event_Hat,Brazil Event Hat,5,,10,100,,1,,,0xFFFFFFFF,7,2,256,,,1,219,{ bonus bSpeedRate,35; }