diff options
author | shennetsind <ind@henn.et> | 2013-06-23 16:35:42 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-06-23 16:35:42 -0300 |
commit | fcba8a2161a392369db99ab9a516a24470c54796 (patch) | |
tree | dc223cbd60e53b57eee6ff5e03a3a6bfea76e516 /db/const.txt | |
parent | a48f523555f02b4245cfc0313cb35f8a332cac50 (diff) | |
download | hercules-fcba8a2161a392369db99ab9a516a24470c54796.tar.gz hercules-fcba8a2161a392369db99ab9a516a24470c54796.tar.bz2 hercules-fcba8a2161a392369db99ab9a516a24470c54796.tar.xz hercules-fcba8a2161a392369db99ab9a516a24470c54796.zip |
Official Item Group/Package/Chain
http://hercules.ws/board/topic/1244-official-item-grouppackagechain/
Also
Further implemented itemdb.c/storage.c interfaces, and a minor update to db2sql plugin.
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'db/const.txt')
-rw-r--r-- | db/const.txt | 65 |
1 files changed, 1 insertions, 64 deletions
diff --git a/db/const.txt b/db/const.txt index a5e52cb38..d0c3bf729 100644 --- a/db/const.txt +++ b/db/const.txt @@ -569,7 +569,7 @@ bUnstripableArmor 2035 bUnstripableHelm 2036 bUnstripableShield 2037 bIntravision 2038 -bAddMonsterDropItemGroup 2039 +bAddMonsterDropChainItem 2039 bSPLossRate 2040 bAddSkillBlow 2041 bSPVanishRate 2042 @@ -682,69 +682,6 @@ ATF_MAGIC 0x20 ATF_MISC 0x40 ATF_SKILL 0x60 -IG_BlueBox 1 -IG_VioletBox 2 -IG_CardAlbum 3 -IG_GiftBox 4 -IG_ScrollBox 5 -IG_FingingOre 6 -IG_CookieBag 7 -IG_FirstAid 8 -IG_Herb 9 -IG_Fruit 10 -IG_Meat 11 -IG_Candy 12 -IG_Juice 13 -IG_Fish 14 -IG_Box 15 -IG_Gemstone 16 -IG_Resist 17 -IG_Ore 18 -IG_Food 19 -IG_Recovery 20 -IG_Mineral 21 -IG_Taming 22 -IG_Scroll 23 -IG_Quiver 24 -IG_Mask 25 -IG_Accesory 26 -IG_Jewel 27 -IG_GiftBox_1 28 -IG_GiftBox_2 29 -IG_GiftBox_3 30 -IG_GiftBox_4 31 -IG_EggBoy 32 -IG_EggGirl 33 -IG_GiftBoxChina 34 -IG_LottoBox 35 -IG_FoodBag 36 -IG_Potion 37 -IG_RedBox_2 38 -IG_BleuBox 39 -IG_RedBox 40 -IG_GreenBox 41 -IG_YellowBox 42 -IG_OldGiftBox 43 -IG_MagicCardAlbum 44 -IG_HometownGift 45 -IG_Masquerade 46 -IG_Tresure_Box_WoE 47 -IG_Masquerade_2 48 -IG_Easter_Scroll 49 -IG_Pierre_Treasurebox 50 -IG_Cherish_Box 51 -IG_Cherish_Box_Ori 52 -IG_Louise_Costume_Box 53 -IG_Xmas_Gift 54 -IG_Fruit_Basket 55 -IG_Improved_Coin_Bag 56 -IG_Intermediate_Coin_Bag 57 -IG_Minor_Coin_Bag 58 -IG_S_Grade_Coin_Bag 59 -IG_A_Grade_Coin_Bag 60 -IG_Advanced_Weapons_Box 61 -IG_Splendid_Box 62 - SC_ALL -1 SC_STONE 0 SC_FREEZE 1 |