Changed item_db2.txt to new format
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6211 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
9b9e029110
commit
2510a17775
@ -27,7 +27,8 @@
|
|||||||
|
|
||||||
=========================
|
=========================
|
||||||
04/20
|
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 Nile Rose bonus [Playtester]
|
||||||
* Fixed Violy's Arc Wand drop [Playtester]
|
* Fixed Violy's Arc Wand drop [Playtester]
|
||||||
* Changed "Event Hat" to "Brazil Event Hat" [Playtester]
|
* Changed "Event Hat" to "Brazil Event Hat" [Playtester]
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// Items Additional Database
|
// Items Additional Database
|
||||||
//
|
//
|
||||||
// Structure of 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:
|
// Legend for 'Type' field:
|
||||||
// 0 = Usable : healing
|
// 0 = Usable : healing
|
||||||
@ -18,8 +18,8 @@
|
|||||||
// Custom Items go here
|
// Custom Items go here
|
||||||
//=============================================================
|
//=============================================================
|
||||||
//THQ Quest Items
|
//THQ Quest Items
|
||||||
//7950,THG_Membership,THG Membership,3,,10,10,,,,,,,,,,,,,{}
|
//7950,THG_Membership,THG Membership,3,,10,10,,,,,,,,,,,,,{},{},{}
|
||||||
//7951,Token_Bag,Token Bag,3,,10,10,,,,,,,,,,,,,{}
|
//7951,Token_Bag,Token Bag,3,,10,10,,,,,,,,,,,,,{},{},{}
|
||||||
//1998,Jeramiah's_Jur,Jeramiah's Jur,3,,10,10,,,,,,,,,,,,,{}
|
//1998,Jeramiah's_Jur,Jeramiah's Jur,3,,10,10,,,,,,,,,,,,,{},{},{}
|
||||||
//1999,Zed's_Staff,Zed's Staff,3,,10,10,,,,,,,,,,,,,{}
|
//1999,Zed's_Staff,Zed's Staff,3,,10,10,,,,,,,,,,,,,{},{},{}
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user