| | |
| | | //-------------------------------------------------------- |
| | | // [Author]: Fish |
| | | // [ Date ]: Thursday, February 14, 2019 |
| | | // [ Date ]: Wednesday, April 17, 2019 |
| | | //-------------------------------------------------------- |
| | | |
| | | using System.Collections.Generic; |
| | |
| | | public readonly int IsShowInfo; |
| | | public readonly int ShowInMipMap; |
| | | public readonly int Colour; |
| | | public readonly string NpcDescription; |
| | | public readonly int LowLV; |
| | | public readonly int HighestLV; |
| | | public readonly int Defense; |
| | |
| | | |
| | | int.TryParse(tables[5],out Colour); |
| | | |
| | | int.TryParse(tables[6],out LowLV); |
| | | NpcDescription = tables[6]; |
| | | |
| | | int.TryParse(tables[7],out HighestLV); |
| | | int.TryParse(tables[7],out LowLV); |
| | | |
| | | int.TryParse(tables[8],out Defense); |
| | | int.TryParse(tables[8],out HighestLV); |
| | | |
| | | Drop1 = tables[9]; |
| | | int.TryParse(tables[9],out Defense); |
| | | |
| | | Drop2 = tables[10]; |
| | | Drop1 = tables[10]; |
| | | |
| | | EXP = tables[11]; |
| | | Drop2 = tables[11]; |
| | | |
| | | EXP = tables[12]; |
| | | } |
| | | catch (Exception ex) |
| | | { |