Patch 5.1 files fixed (should be accurate now...)

For some reason, telling the update 'yes' in SaintC.cmd.exd deleted a ton of definitions everywhere.
This commit is contained in:
Hezkezl
2019-10-29 01:17:26 -06:00
parent 936303e98b
commit c8e4b0f237
26 changed files with 170 additions and 49 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
key,0,1,2,3,4,5,6,7,8
#,BNpcName,Icon,,,,,,,
int32,BNpcName,Image,byte,uint16,uint16,uint16,uint16,uint16,uint16
#,BNpcName,Icon,,PlaceName{Zone}[0],PlaceName{Location}[0],PlaceName{Zone}[1],PlaceName{Location}[1],PlaceName{Zone}[2],PlaceName{Location}[2]
int32,BNpcName,Image,byte,PlaceName,PlaceName,PlaceName,PlaceName,PlaceName,PlaceName
0,0,0,0,0,0,0,0,0,0
1,49,63036,1,30,161,54,68,42,261
2,417,63028,1,30,161,0,0,0,0
1 key 0 1 2 3 4 5 6 7 8
2 # BNpcName Icon PlaceName{Zone}[0] PlaceName{Location}[0] PlaceName{Zone}[1] PlaceName{Location}[1] PlaceName{Zone}[2] PlaceName{Location}[2]
3 int32 BNpcName Image byte uint16 PlaceName uint16 PlaceName uint16 PlaceName uint16 PlaceName uint16 PlaceName uint16 PlaceName
4 0 0 0 0 0 0 0 0 0 0
5 1 49 63036 1 30 161 54 68 42 261
6 2 417 63028 1 30 161 0 0 0 0