超级玩家
 
- 贡献度
- 159
- 金元
- 2003
- 积分
- 836
- 精华
- 0
- 注册时间
- 2010-9-9

|
本帖最后由 sycspysycspy 于 2012-11-25 14:34 编辑
Here is the item helper script. Feel free to update to work with AoB and what not cause i suck at that Usage:
Print Screen - Will pull all items on the ground into a circle around you.
Delete - Will delete all dropped items in the currently loaded map
Equals - Will delete only lower rarity stuff(whites, greens, ammo, health)
作者: pox911
引用地址: http://forum.cheatengine.org/viewtopic.php?t=557381&postdays=0&postorder=asc&start=2190&sid=f14d2240f14637663aca5606dbff271f
使用方法:
prtScr键: 将掉落的物品吸引到你的周围
Del键: 将地图中的所有掉落删除
= 键: 将"低等" 弹药, 白色, 绿色和血瓶删除
用途: 从此可以不用担心会错过掉落的橙色物品
需要先安装CE6.2
下载链接:
http://pan.baidu.com/share/link?shareid=132066&uk=3674288977
11月12日更新:
"V2:That should work for 1.1.3
Edit: Here should be a more stable version of the item helper. It works reguardless of host or not and it should make the circle bigger as you gain more items. "
增强对1.1.3 的兼容性, 增强稳定性. 不管你是不是主机都能用(这也太邪恶了...). 掉落的数量会影响圈子的大小(越多圈子越大)
http://pan.baidu.com/share/link?shareid=133824&uk=3674288977
11月14日更新:
姑且称之为V3
适用版本不详- -
作者增加了boss 掉率的修改功能, 不同于之前的掉率修改,比如说Holy Spirit 的老板会掉Maggie, 如果单纯该改装掉率的话不会影响Maggie的掉率(猜测)而这个掉率修改时修改Maggie掉率的(待测试)。
(会改变游戏体验,慎用)
http://pan.baidu.com/share/link?shareid=135309&uk=3674288977
11月25日更新:
我自己折腾了半天妄图从TechnoJacker的综合脚本里把1.2.2 的兼容版本扣下来。 可是未果 把半成品送上希望有懂CE的高人能帮忙修改一下 
p.s. : 那个可以适用于1.2.2 的在这里
http://bbs.3dmgame.com/forum.php?mod=viewthread&tid=3517935&page=1&extra=#pid70483817
我会尽量保持和作者同步
需要改键位的参考6楼的表格,
键位的设置在这一段 136 - 143 行 对应表格修改黑体部分
if DelAll ~= nil then object_destroy(DelAll);DelAll=nil end
DelAll = createHotkey("AllDelete",VK_DELETE)
if DelSome ~= nil then object_destroy(DelSome);DelSome=nil end
DelSome = createHotkey("CrapDelete",187)
if MoveItAll ~= nil then object_destroy(MoveItAll);MoveItAll=nil end
MoveItAll = createHotkey("LootMover",VK_SNAPSHOT)
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?注册
x
评分
-
4
查看全部评分
-
|