diff options
author | Poki#3 <Poki#3@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-21 17:36:05 +0000 |
---|---|---|
committer | Poki#3 <Poki#3@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-21 17:36:05 +0000 |
commit | fceac39ea2b984dc29f22da1763a4d216c7a6220 (patch) | |
tree | 8c6293e539a076020468d92ae4b357222ba488ee /db/item_db2.txt | |
parent | 654b979dfb8dd6626c7d86b04356186f2b77abf1 (diff) | |
download | hercules-fceac39ea2b984dc29f22da1763a4d216c7a6220.tar.gz hercules-fceac39ea2b984dc29f22da1763a4d216c7a6220.tar.bz2 hercules-fceac39ea2b984dc29f22da1763a4d216c7a6220.tar.xz hercules-fceac39ea2b984dc29f22da1763a4d216c7a6220.zip |
* Fixed some mob skills that where missing an [Enter]... (Windows format... AGAIN!) [Poki#3]
...why co we have uncommented Attack skills under an iddle state? Oo
* Added a lot of G_Mobs and changed some slave spawns to them. Please use the newest exe release. [Poki#3]
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6219 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/item_db2.txt')
-rw-r--r-- | db/item_db2.txt | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/db/item_db2.txt b/db/item_db2.txt index c4b7ae6f5..ca0510b0d 100644 --- a/db/item_db2.txt +++ b/db/item_db2.txt @@ -1,23 +1,10 @@ -// Items Additional Database
+// Items Additional Database - Custom Items go here
//
// Structure of Database:
// ID,Name,Name,Type,Price,Sell,Weight,ATK,DEF,Range,Slot,Job,Upper,Gender,Loc,wLV,eLV,Refineable,View,{ Script },{ OnEquip_Script },{ OnUnequip_Script }
//
-// Legend for 'Type' field:
-// 0 = Usable : healing
-// 2 = Usable : other
-// 3 = Misc
-// 4 = Weapon
-// 5 = Armor
-// 6 = Card
-// 7 = Pet Egg
-// 8 = Pet Equipment
-// 10 = Arrow
-// 11 = Usable : delayed consumption (items with script "pet" or "itemskill")
-
-// Custom Items go here
+// THQ Quest Items
//=============================================================
-//THQ Quest Items
//7950,THG_Membership,THG Membership,3,,10,10,,,,,,,,,,,,,{},{},{}
//7951,Token_Bag,Token Bag,3,,10,10,,,,,,,,,,,,,{},{},{}
//1998,Jeramiah's_Jur,Jeramiah's Jur,3,,10,10,,,,,,,,,,,,,{},{},{}
|