HV Item Manager 1.3.0 beta
HVItemManager_1.3.0_public.user.zip ( 6.61k )
Number of downloads: 120A beta release with a bunch of new features. Possibly buggy
-reforge
-itemworld
-move menu box with right click (to use default right click, hold shift/ctrl/alt)
-can select by clicking on item, instead of just ticking a rather small checkbox
-price all only change price of selected items
-support new tag $cond (for condition) and $locked (return true if item is locked), $pxp now returns a number or MAX
-stronger filter function with conditionals. Change syntax of -locked and -open(see below)
-filter syntax: '-' to get negative logic, use $<tag_name> to filter by tag, each conditional is separated by ',' (comma). There's two type of conditionals: one are regular expression, the others use meta data of the item (accessed by $), they can be combined with ,
eg:
CODE
Power|Phase|Shade|Force, $pxp<320
only display equips that contain Power/Phase/Shade/Force in name and pxp must be <320
CODE
-$locked, $cond<75
only display unlocked items with condition < 75
CODE
$locked, -Slaughter|Destruction, level==10
only display locked equips that don't contain Slaughter/Destruction in their name and level 10
CODE
binding, slaughter|destruction
only display binding of slaughter or binding of destruction.
PS: would appreciate it if somebody could word all of this this better. The problem with too many features is that documentation becomes a pain in the ass (IMG:[
invalid]
style_emoticons/default/wacko.gif)
QUOTE(holy_demon @ Jun 9 2014, 17:05)

HV Item Manager 1.2.0
HVItemManager_1.2.0_public.user.zip ( 5.44k )
Number of downloads: 331This is the spiritual successor of both HVItemFilter and MoogleSpam (unreleased). If you have installed HVItemFilter please uninstall it to avoid conflict.
Bazaar, Moogle, Salvage, Repair, Filter and Manage multiple items with ease. Works in inventory, shop, forge and moogle page.
New Feature:
- multi-salvage
- multi-repair
- more tag template
Main Features:
- (textfield at top left, hotkey CTRL+F) Filter item, fully support [
developer.mozilla.org]
regular expressions, you can add the tag "-free" or "-unlocked" add the beginningto filter unlocked/locked equips respectively
- (checkbox/textfield next to each item) Checkboxs let you select items for subsequent multi-action. The checkboxes next to consumable/trophies become textfield so you can specify number. Textfield let you mark the unit price for your items. These prices will carry over next session. On top of each pane, there's a checkbox/textfield to select/set price for all unhidden items of that pane.
- (repair button) multi-repair: repair all selected items
- (salvage button) multi-salvage: salvage all selected items
- (bazzaar button) multi-bazaar: sell all selected items to bazzaar. Only works with equips
- (moogle button) multi-moogle: moogle all selected items to a recipient prompted in a popup. Works with both equips and items, does not support COD.
- (lock/unlock button) multi-lock/unlock: self-explained
- (list button): will prompt you to type in a template to generate an items like of all selected items. This function is inspired by ctxl's HVMiniShopHelper, so it will have a similar syntax. Currently only support equips.
- accessible in the moogle, inventory, shop and forge pages
Currently supported tags: $NAME, $PRICE, $COUNT, $LEVEL, $PXP, $URL, $ID, $KEY,
$QUALITY(Exquisite, Peerless, etc...)
$TYPE(One-handed, Staff, Cloth, etc..),
$STYPE(Axe, Oak, Phase, etc..),
$PREFIX (Ethereal, Hallowed,etc...),
$SUFFIX (Slaughter, Destruction, etc...),
$PART (Leggings, Gloves, Helmet, etc...) (it's empty on weapon/shield)
template example:
CODE
[$ID][url=$URL]$NAME[/url] PxP$PXP Price:$PRICE
=>[39640402]
Superior Ethereal Axe of Slaughter PxP302 Price:200k
CODE
[B]$QUALITY[/B] $PREFIX $STYPE $PART of [I]$SUFFIX[/I]
=>
Magnificent Tempestuous Axe of
SlaughterMagnificent Hallowed Willow Staff of
Curse-weaver- multi-tick and multi-price. On each equip/item pane there will a set of tickbox and textfield (2 text if it's item pane), so you select/set price for all displayed items (Items filtered out by the filter will not be affected). Caution: this function might lag your computer if there's too many item.
- if you are using multi bazaar/moogle/lock function, please leave the tab open for a while so the script could send all the requests to the server.
Future features: future features will be based on donations, the features that reach its donation goal will be guaranteed to be included in the next released version. Here are the features that I have in plan:
- multi-COD - 500Hath or 4.5m
- multi-salvage - 500Hath or 4.5m
- mult-shrine - 500Hath or 4.5m
- better feedback system to notify you when multi-actions are completed - 500 Hath or 4.5m
- list works with items, more tags support such $# $TYPE $STRIKE, etc... (suggest to have more, but I won't do $STATS since scaling function is a lot of work, deserving a separate project)- 500Hath
- customizable filter tickbox, so you don't have to type into the filter field all the time, strong search function, such as search by level/PxP -500Hath
- other custom features you want - 500Hath or 4.5m each
Once the total donation reaches 2000 Hath (or 18m - Hath is valued at 9k/hath), I will finish up all the main features without further donation. Custom features will need donation to be included, unless I find useful enough to be included in the main features.
This post has been edited by holy_demon: Jun 24 2014, 11:37