summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/Changelog.txt3
-rw-r--r--db/item_db2.txt10
2 files changed, 7 insertions, 6 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt
index 1cbd079d7..5b4a6defb 100644
--- a/db/Changelog.txt
+++ b/db/Changelog.txt
@@ -27,7 +27,8 @@
=========================
04/20
- * Fixer range of meteor (from 14x14 to 7x7) [Skotlex]
+ * Changed item_db2.txt to new format thanks to joshuaali [Playtester]
+ * Fixed range of meteor (from 14x14 to 7x7) [Skotlex]
* Fixed Nile Rose bonus [Playtester]
* Fixed Violy's Arc Wand drop [Playtester]
* Changed "Event Hat" to "Brazil Event Hat" [Playtester]
diff --git a/db/item_db2.txt b/db/item_db2.txt
index 7f2148ce5..c4b7ae6f5 100644
--- a/db/item_db2.txt
+++ b/db/item_db2.txt
@@ -1,7 +1,7 @@
// Items Additional Database
//
// Structure of Database:
-// ID,Name,Name,Type,Price,Sell,Weight,ATK,DEF,Range,Slot,Job,Upper,Gender,Loc,wLV,eLV,Refineable,View,{Script}
+// 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
@@ -18,8 +18,8 @@
// Custom Items go here
//=============================================================
//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,,,,,,,,,,,,,{}
-//1999,Zed's_Staff,Zed's Staff,3,,10,10,,,,,,,,,,,,,{}
+//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,,,,,,,,,,,,,{},{},{}
+//1999,Zed's_Staff,Zed's Staff,3,,10,10,,,,,,,,,,,,,{},{},{}
\ No newline at end of file