- UID
- 498872
- 帖子
- 2471
- 精华
- 5
- 威望
- 397
- 阅读权限
- 101
- 来自
- [铜雀台的精炼铺]
- 注册时间
- 2008-11-11
|
if (type >= ARCHER01 and type <= SWORDMAN10) then
result = GetMyEnemyA (myid)
else
result = GetMyEnemyB (myid)
end
return result
end
现在改成
if (type >= ARCHER01 and type <= SWORDMAN10) then
result = GetMyEnemyB (myid)
else
result = GetMyEnemyA (myid)
end
return result
end
就是ai-m的文件。就在刚才,改好以后进入游戏,比原来卡勒要死。但是佣兵依然不会主动攻击。求助! |
|