您当前的位置:首页 > 完美技术

防完美世界装备复制卡一秒的方法

本文出处:网游动力作者:本站发布时间:2009-08-29阅读次数:
第一种方法,使用XML刷装备: 

下边的代码是★★8级军衔徽章的,请大家注意看 
<items><variable name="id" type="int">12719</variable> 
<variable name="pos" type="int">0</variable> 
<variable name="count" type="int">1</variable> 
<variable name="max_count" type="int">1</variable> 
<variable name="data" type="Octets">6400ff000000000000000000f0550000f055000024000100d4300000d43000000000000000000000000000000000000000000000000000000000000000000000030000004922000004000000532200001400000068250000b4000000</variable> 
<variable name="proctype" type="int">55</variable> 

<variable name="expire_date" type="int">0</variable> 
<variable name="guid1" type="int">1213096795</variable> 
<variable name="guid2" type="int">16808545</variable> 
<variable name="mask" type="int">1073743360</variable> 
</items> 
  

注意看这一段代码<variable name="proctype" type="int">55</variable> 
这里边的是55,加上这个55属性之后.装备属性即变为(无法精炼,出售,交易,丢弃,死亡保护) 

  

下边的是★★猎影之风长弓的代码(8级军衔装备) 
<items><variable name="id" type="int">12649</variable> 
<variable name="pos" type="int">1</variable> 
<variable name="count" type="int">1</variable> 
<variable name="max_count" type="int">1</variable> 
<variable name="data" type="Octets">64004000320000002c01000048710000487100002c000000010000000d0000000e00000062210000ac660600acf6070000000000000000001c0000000000a0410000a04002003f006031000060310000050000008d25000004000000a5210000020000002a25000040420f00eaa50000dc050000eaa50000dc050000</variable> 
<variable name="proctype" type="int">19</variable> 

<variable name="expire_date" type="int">0</variable> 
<variable name="guid1" type="int">1213096803</variable> 
<variable name="guid2" type="int">16808553</variable> 
<variable name="mask" type="int">1073741825</variable> 
</items> 
这里的这一段代码是<variable name="proctype" type="int">19</variable> 
  

19代表的属性为(无法交易,丢弃,死亡保护)这种属性的装备可以卖给NPC和精炼的,而前者不可以 

  

所以GM刷会员装备的时候可以在XML代码里加入55或者19代码,一般装备默认是0,就是没有任何限制的 

如果装备不可以交易了,当然就不可以被复制了 

  

---------------------------------------------------------------------------------------------------------------------- 

  

第二种方法:使用炉子合成装备或者是怪物掉落 

这种方法需要你有EL编辑器来完成设置(只设置服务端EL的装备属性就可以): 
  

把装备,武器或者首饰的属性最后一项设置改为你想要的55或者19,一般装备默认为0 
以下边图片为例,此图是★★8级军衔徽章的设置 
  

军衔徽章属性设置是55 
图片1

下边图片为★★猎影之风长弓的属性设置 

8军武器和装备的属性设置是19