1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
  | #½ð±ÒÏ¿¹È·ÖÏßÅäÖÃË÷ÒýÐÅÏ¢  
 |  #{  
 |  # Ïß·:[(×îСµÈ¼¶, ×î´óµÈ¼¶), ÀÛ¼ÆË¢NPC×ܸöÊý, Í¬Ê±´æÔÚNPCÊý, [NPCIDÁбí], ½ð±Ò¹«Ê½, ÍƼöÕ½Á¦Èç¹û·þÎñ¶ËûÓÐÕ½Á¦Ñ¹ÖƹæÔòÔòÅäÖÃ0],  
 |  # ...  
 |  #}  
 |  # »÷ɱNPC½ð±Ò ¹«Ê½:   
 |  #  
 |  #  
 |  #rand(ÖÖ×ÓÊý 0~1)  
 |    
 |    
 |  (  
 |    
 |  {  
 |    
 |    
 |  #0:[(115,99999),500,20,[1500],"int((0.95+0.1*rand)*1000)", 12027],  
 |  #1:[(161,99999),500,20,[1501],"int((0.95+0.1*rand)*1100)", 17619],  
 |  #2:[(241,99999),500,20,[1502],"int((0.95+0.1*rand)*1200)", 40081],  
 |  3:[(341,99999),500,20,[1503],"int((0.95+0.1*rand)*1300)", 66639],  
 |  4:[(441,99999),500,20,[1504],"int((0.95+0.1*rand)*1400)", 81482],  
 |  5:[(541,99999),500,20,[1505],"int((0.95+0.1*rand)*1500)", 110892],  
 |  6:[(641,99999),500,20,[1506],"int((0.95+0.1*rand)*1600)", 140757],  
 |  7:[(741,99999),500,20,[1504],"int((0.95+0.1*rand)*1700)", 175812],  
 |  8:[(841,99999),500,20,[1505],"int((0.95+0.1*rand)*1800)", 203882],  
 |  9:[(941,99999),500,20,[1506],"int((0.95+0.1*rand)*1900)", 239362],  
 |  10:[(1041,99999),500,20,[1507],"int((0.95+0.1*rand)*2000)", 300594],  
 |  11:[(1141,99999),500,20,[1508],"int((0.95+0.1*rand)*2100)", 351537],  
 |  12:[(1241,99999),500,20,[1509],"int((0.95+0.1*rand)*2200)", 406600],  
 |  13:[(1341,99999),500,20,[1510],"int((0.95+0.1*rand)*2300)", 474251],  
 |  14:[(1441,99999),500,20,[1511],"int((0.95+0.1*rand)*2400)", 560720],  
 |  }  
 |    
 |  ) 
 |  
  |