Added comments, checked
git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@166 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
deb94c2753
commit
d2e98ae95b
@ -1,5 +1,7 @@
|
|||||||
//ID,ItemLV,RequireSkill,MaterialID1,MaterialAmount1,MaterialID2,MaterialAmount2,MaterialID3,MaterialAmount3,MaterialID4,MaterialAmount4,MaterialID5,MaterialAmount5
|
//ID,ItemLV,RequireSkill,MaterialID1,MaterialAmount1,MaterialID2,MaterialAmount2,MaterialID3,MaterialAmount3,MaterialID4,MaterialAmount4,MaterialID5,MaterialAmount5
|
||||||
// 鉱石 ItemLV=16
|
//If MaterialAmount = 0, then u just need that item in your inventory (books)
|
||||||
|
|
||||||
|
// Stones and Metals ItemLV=16
|
||||||
998,16,94,1002,1
|
998,16,94,1002,1
|
||||||
999,16,95,998,5,1003,1
|
999,16,95,998,5,1003,1
|
||||||
1000,16,96,1001,10
|
1000,16,96,1001,10
|
||||||
@ -9,7 +11,7 @@
|
|||||||
996,16,96,992,10
|
996,16,96,992,10
|
||||||
984,16,97,756,3,1003,1
|
984,16,97,756,3,1003,1
|
||||||
985,16,97,757,3,1003,1
|
985,16,97,757,3,1003,1
|
||||||
// 武器 ItemLV=wLV
|
// Weapon ItemLV=wLV
|
||||||
1101,1,99,998,2
|
1101,1,99,998,2
|
||||||
1104,1,99,998,30
|
1104,1,99,998,30
|
||||||
1107,1,99,998,45,913,25
|
1107,1,99,998,45,913,25
|
||||||
@ -62,23 +64,37 @@
|
|||||||
1460,3,104,984,8,999,10,720,5
|
1460,3,104,984,8,999,10,720,5
|
||||||
1463,3,104,984,12,999,10
|
1463,3,104,984,12,999,10
|
||||||
1410,3,104,984,12,723,3,923,1
|
1410,3,104,984,12,723,3,923,1
|
||||||
// ポーション ItemLV=32 MaterialID1=製造の書
|
// Potions ItemLV=32 MaterialID1=<3D>»‘¢‚Ì<E2809A>‘
|
||||||
501,32,228,7144,0,507,1,1093,1
|
501,32,228,7144,0,507,1,1093,1
|
||||||
503,32,228,7144,0,508,1,1093,1
|
503,32,228,7144,0,508,1,1093,1
|
||||||
504,32,228,7144,0,509,1,1093,1
|
504,32,228,7144,0,509,1,1093,1
|
||||||
505,32,228,7144,0,510,1,911,1,1093,1
|
505,32,228,7144,0,510,1,911,1,1093,1
|
||||||
605,32,228,7144,0,708,1,970,1,713,1
|
//Condensed Red Potion
|
||||||
606,32,228,7144,0,704,1,518,1,713,1
|
|
||||||
545,32,228,7133,0,501,1,1093,1,952,1
|
545,32,228,7133,0,501,1,1093,1,952,1
|
||||||
|
//Condensed Yellow Potion
|
||||||
546,32,228,7133,0,503,1,1093,1,1017,1
|
546,32,228,7133,0,503,1,1093,1,1017,1
|
||||||
|
//Condensed White Potion
|
||||||
547,32,228,7133,0,504,1,1093,1,1061,1
|
547,32,228,7133,0,504,1,1093,1,1061,1
|
||||||
|
//Anodyne
|
||||||
|
605,32,228,7144,0,708,1,970,1,713,1
|
||||||
|
//Aloevera
|
||||||
|
606,32,228,7144,0,704,1,518,1,713,1
|
||||||
|
//Alcohol
|
||||||
970,32,228,7127,0,713,1,7033,5,905,5,1092,1
|
970,32,228,7127,0,713,1,7033,5,905,5,1092,1
|
||||||
|
//Fire Bottle
|
||||||
7135,32,228,7128,0,970,1,1059,1,713,1
|
7135,32,228,7128,0,970,1,1059,1,713,1
|
||||||
|
//Hydrobolic Acid Bottle
|
||||||
7136,32,228,7129,0,713,1,929,1
|
7136,32,228,7129,0,713,1,929,1
|
||||||
|
//Water Bottle (Plant Bottle)
|
||||||
7137,32,228,7130,0,713,1,1032,2
|
7137,32,228,7130,0,713,1,1032,2
|
||||||
|
//Mine Bottle
|
||||||
7138,32,228,7131,0,713,1,1050,1,1051,1
|
7138,32,228,7131,0,713,1,1050,1,1051,1
|
||||||
|
//Coating Wax
|
||||||
7139,32,228,7132,0,970,1,950,1,1044,1,713,1
|
7139,32,228,7132,0,970,1,950,1,1044,1,713,1
|
||||||
// コイン ItemLV=64
|
// Monetary ItemLV=64
|
||||||
|
//Gold Coin
|
||||||
671,64,385,7231,1
|
671,64,385,7231,1
|
||||||
|
//Silver Coin
|
||||||
675,64,385,7232,1
|
675,64,385,7232,1
|
||||||
|
//Mysterious Ore Coin <- Mysterious Ore
|
||||||
674,64,385,7233,1
|
674,64,385,7233,1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user