itemRack 2.1C--Fixed some errors(11/09添加CWOW可用版本)
修正内容暂时懒得翻译了,有空再翻译吧...最主要的修正就是修正了Swap Bug!
[attach]2802[/attach]
[quote]I've updated ItemRack 2.1 to 2.1a. This is COMPLETELY unofficial. I am not Gello. I do not know Gello. I have not been approved to do this by Gello. I am providing this for those people who do not want to have to figure out how to edit a LUA file.
This update adds the INVTYPE_RELIC=1 fix to ItemRack 2.1. This fixes the infamous druid relic issue which also applied to paladin librams and shaman totems.
Outstanding bugs:
The mainhand, offhand and ranged "quick swap" buttons display below the Character, Reputation, etc. tabs on the Character sheet after the user has left clicked on the mini map icon. The "quick swap" buttons will display below the tabs until the next the user logs out or the UI has been reloaded (/console reloadui).
This bug has existed since the original 2.0 beta and is NOT new to my "quick fix" of ItemRack 2.1.[/quote]
[quote]I've updated ItemRack 2.1 to 2.1b. This is COMPLETELY UNOFFICIAL. I am not Gello. I do not know Gello. I have not been approved to do this by Gello. I am providing this for those people who do not want to have to figure out how to edit a LUA file.
This update fixes most of the remaining bugs in ItemRack 2.1. In this update:
I've fixed item IDs to properly support negative IDs
I've fixed a tooltip display issue if you enable the option "Menu on shift key" (previously tooltips would not be displayed on items on the bar with this option on)
I've fixed a weapon swapping issue when going from no weapons equipped to trying to equip a 2H weapon (you would be left with the 2H weapon on your cursor and ItemRack would abort further swaps)
I've added a small check for Spanish language bags ("Bolsa")
This includes the Relic/Totem/Libram fix previously mentioned (I'm a paladin and a druid, I couldn't live without this)
Outstanding bugs (I may attempt to fix this later today; its only a strata issue):
The mainhand, offhand and ranged "quick swap" buttons display below the Character, Reputation, etc. tabs on the Character sheet after the user has left clicked on the mini map icon. The "quick swap" buttons will display below the tabs until the next time the user logs out or the UI has been reloaded (/console reloadui).
This bug has existed since the original 2.0 beta and is NOT new to my "quick fix" of ItemRack 2.1.
[/quote]
[quote]
All,
Please see the notes and disclaimers below by RomRacer and myself on what we've individually changed in ItemRack 2.1. I've followed RomRacer's example and included a .diff from the original ItemRack 2.1 posted here by Gello to the ItemRack 2.1c I've linked to below.
Happy item swapping!
[/quote] 囧 等待后续 到底是个做什么的插件? toc版本是20200- - [quote]原帖由 [i]zhengbi0379[/i] 于 2007-9-10 19:21 发表 [url=http://bbs.cwowaddon.com/redirect.php?goto=findpost&pid=17722&ptid=1736][img]http://bbs.cwowaddon.com/images/common/back.gif[/img][/url]
到底是个做什么的插件? [/quote]
一键换装
解压缩以后两个文件夹一个单独文件
单独文件叫ItemRack.diff,这个文件应该放在那个目录下? 这个貌似是英文的啊。~~~有中文的么? 继续用旧版本的,等事件功能加入后再更新。 可惜是英文的啊,希望大大尽快汉化了 那个单独的文件怎么用啊?大大 测试了一下,还是没解决无法设置脱下一件装备的问题…… [quote]原帖由 [i]土豆牛[/i] 于 2007-9-10 20:15 发表 [url=http://bbs.cwowaddon.com/redirect.php?goto=findpost&pid=17726&ptid=1736][img]http://bbs.cwowaddon.com/images/common/back.gif[/img][/url]单独文件叫ItemRack.diff,这个文件应该放在那个目录下? [/quote]
此文件是用来说明2.1c和2.1文件区别的,可以直接删除 [quote]原帖由 [i]luckyyang[/i] 于 2007-9-10 23:17 发表 [url=http://bbs.cwowaddon.com/redirect.php?goto=findpost&pid=17755&ptid=1736][img]http://bbs.cwowaddon.com/images/common/back.gif[/img][/url]
测试了一下,还是没解决无法设置脱下一件装备的问题…… [/quote]
没有明白是什么意思...
单独脱一件装备的话,在套装里面设置就可以的
没有什么不可以的啊 比如在套装里增加一个set,只脱下一件装备,然后一键换装,就会卡住,如果是改为换一件装备就没有问题。背包空位是够的。 没有事件系统
对法师来说,唤醒事件是最重要的... 好东西
没用过等吧,我用了下还行 LZ
这个是咋回事捏?
[img]http://bbs.game.mop.com/attachments/month_0709/o7+jv6O_2C9eUwEqHDkb.jpg[/img] 还是没有事件系统.. [quote]原帖由 [i]南海飞浪[/i] 于 2007-9-12 08:49 发表 [url=http://bbs.cwowaddon.com/redirect.php?goto=findpost&pid=17920&ptid=1736][img]http://bbs.cwowaddon.com/images/common/back.gif[/img][/url]
LZ
这个是咋回事捏?
[img]http://bbs.game.mop.com/attachments/month_0709/o7+jv6O_2C9eUwEqHDkb.jpg[/img] [/quote]
浪崽,最近很少看到你啊
Swap换装是通过APi的,期间需要检查鼠标上是否已经拾取了物品的
如果你鼠标上有物品的话
换装是不会继续的 针对我上面说的问题,我检查了一下程序,修改了一个可能在cwow中会出错的问题
itemrack.lua的404行
if bagtype=="Bag" or bagtype=="Conteneur" or bagtype=="Beh\195\164lter" or bagtype=="Bolsa" [b][i]or bagtype=="容器" [/i][/b]then
斜体部分是我增加的内容,这里是判断包的类型,而cwow中得到的bagtype是汉化的“容器”,加上这个后就可以解决脱装时找不到包位的问题。
暂时就做这个修改,不知道银行下等其他情况换装有没有类似问题,还望楼主辛苦修正了~
ps,按照现在程序的逻辑,如果swap时包位不够的话,似乎不会做包位不够提示了。 有个问题,如果目前是盾加单手武器,我想换双手武器,直接在主副手栏下拉框点击双手武器则会说包内空间不够.记得前一个版本是可以直接换的 [quote]原帖由 [i]Kuso_EDKing[/i] 于 2007-9-12 17:56 发表 [url=http://bbs.cwowaddon.com/redirect.php?goto=findpost&pid=18004&ptid=1736][img]http://bbs.cwowaddon.com/images/common/back.gif[/img][/url]
浪崽,最近很少看到你啊
Swap换装是通过APi的,期间需要检查鼠标上是否已经拾取了物品的
如果你鼠标上有物品的话
换装是不会继续的 [/quote]
呵呵。。。一直在倒腾FuBar。。。
偶2手空空的说。。。虾米都米拿啊。。。 [quote]原帖由 [i]luckyyang[/i] 于 2007-9-13 18:42 发表 [url=http://bbs.cwowaddon.com/redirect.php?goto=findpost&pid=18186&ptid=1736][img]http://bbs.cwowaddon.com/images/common/back.gif[/img][/url]
针对我上面说的问题,我检查了一下程序,修改了一个可能在cwow中会出错的问题
itemrack.lua的404行
if bagtype=="Bag" or bagtype=="Conteneur" or bagtype=="Beh\195\164lter" or bagtype=="Bo ... [/quote]
请问修改这个是不是可以解决只有原带背包有空才能脱下装备的问题 期待下一个版本~我现在用的那个版本貌似不会换装。。 我有2个原始月布包包,2个魔化灵纹布包包
背包是ArkInventory,有时候会出现unknown bag id的情况,跟包包的顺序有关。 问l了问题啊,为什么现在的IR不能用shift+1这样的快捷键拉。。。设置快捷键的时候一按shift设置页面就自动跳回去了。。。 因为这个快捷方式被blz吞了……解决的方法之一,在打开绑定快捷键按钮界面前就把ctrl啊,shift之类的按住再打开界面点1。感谢公会的一个小朋友想出这么个方法……
页:
[1]