Download
(2Kb)
Download
Updated: 02-16-10 02:05 PM
Updated:02-16-10 02:05 PM
Created:02-07-10 06:19 PM
Downloads:2,790
Favorites:17
MD5:

SplitItems (On-The-Fly)

Version: r16
by: Hati-EK [More]

Description
It enables you to change the amount of an specific item you want to move around with your MouseWheel while already having it picked up.

Reason for this AddOn
I was sick of always shift-Clicking around in my inventory to split items for friends/mates. So I just builded this tiny AddOn to make it possible to split your already picked up item on-the-fly

How to use
Well it's kinda simple - you pick up your item(simple left click) (ofc it needs to be stackable) and there will be a number shown above the texture of your Item (Cursor). Now with your Mousewheel you can increase(cannot be extend the amount stacked in this bagSlot) by wheeling up, or decrease (cannot reach zero) by wheeling down.
Note: Full amount available in this bag-slot isn't shown as number

How to use: VendorPlugin
If you click on a item the vendor holds - there now will be a number above your cursor too. (r12)
This number indicates the amount you want to buy of THAT kind of item.
The number can be increased/decreased the same way as in bags/banks - and has a "0" option to prevent buying
It simply buys the Item if you have ie 5 selected and click somewhere (delete it from cursor - so be careful)

Step-Modificators
Shift: 5 steps
Ctrl: 10 steps
Alt: 20 steps
They are combinable (Shift+Ctrl+Alt resulting in 45 steps)

Known Issues
Amount of Split isn't following the Cursor (just if changing)


Hope you enjoy it

Works with:
Bags,Bank,GuildBanks,Vendors
---------------------
Does not work with:
Mail

Tested with:
ArkInventory
Standard UI

Any further questions?
-> Comments

Any bugs found?
-> Bug Report

Any feature requests?
-> Feature Requests

r16
  • added left-shift,left-strg,left-alt modifications to change the steps between each mousewheel roll
    shift: +/-5
    strg: +/-10
    alt: +/-20
    Note: they are additive (holding shift+strg -> +/-15)
    Does not work with Vendor
r14
  • fixed an error with placing items on the bank
r13
  • it's now again possible to split items while talking to a merchant
r12
  • vendor feature seems to work so far - but be careful to use it
    As hint how it works:
    0 = Don't buy
    >0= Buy this many
    fixed a modulo based error in standard(bags,banks) split
r11
  • removed print(arg1,arg2)
r10
  • fixed an issue with de-/equipping items - if equipping items he tried to catch ITEM_LOCK_CHANGED had argument-structure(InventorySlot,nil)
  • full amount of that bag-slot is now shown without any number
    if just pick 1 item - it is now shown
    if decreasing from 1 you will be at max (modulo)
  • fixed AddOn name in toc
r7
  • now supports GuildBanks ... but i don't like the solution
r6
  • initial release
Post A Reply Comment Options
Unread 02-08-10, 04:37 PM  
High Five
A Kobold Labourer
 
High Five's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 30
Uploads: 2
Oh, I see. I'll probably edit mine to always display the number though. It feels "unnatural" to me :P
Report comment to moderator  
Reply With Quote
Unread 02-08-10, 04:27 PM  
Hati-EK
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 20
File comments: 88
Uploads: 7
Originally posted by High Five
Ooh, nice idea.

edit: A bug: It would appear that the total stack count is getting hidden rather than 1.
intended - changed it back in r7 or r8 dunno - should be in changelogs - maybe i forgot to change it in desc

but generally it was necessary to fix a bug - and i think it's more "natural" for older WoW-players if you had picked up lately you've never seen a number - so i thought - might not change that behaviour ^^


edit
Changelog:
r10 full amount of that bag-slot is now shown without any number

desc:
Note: Full amount available in this bag-slot isn't shown as number

:>
Last edited by Hati-EK : 02-08-10 at 04:30 PM.
Report comment to moderator  
Reply With Quote
Unread 02-08-10, 04:07 PM  
High Five
A Kobold Labourer
 
High Five's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 30
Uploads: 2
Ooh, nice idea.

edit: A bug: It would appear that the total stack count is getting hidden rather than 1.
Last edited by High Five : 02-08-10 at 04:25 PM.
Report comment to moderator  
Reply With Quote
Unread 02-08-10, 10:50 AM  
Hati-EK
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 20
File comments: 88
Uploads: 7
Good news everyone.

After i did some research i can say

Vendor function might be implemented next revision

edit: Mail thingy i have to do some work-around for it (placing the split first in first available bagslot)

seems also like i forgot a modulo ...
Last edited by Hati-EK : 02-08-10 at 02:10 PM.
Report comment to moderator  
Reply With Quote
Unread 02-08-10, 05:03 AM  
Hati-EK
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 20
File comments: 88
Uploads: 7
Originally posted by Bl4ckSh33p
Hi. Found an error on German Client. When rightclicking my argentum tournament lance in my bag to equip it I get this error message:

Message: Interface\AddOns\SplitItemsOnTheFly\core.lua:59: Usage: GetContainerItemInfo(index, slot)
Time: Mon Feb 8 11:49:55 2010
Count: 2
Stack: [C]: in function `GetContainerItemInfo'
Interface\AddOns\SplitItemsOnTheFly\core.lua:59: in function `?'
Interface\AddOns\SplitItemsOnTheFly\core.lua:117: in function <Interface\AddOns\SplitItemsOnTheFly\core.lua:114>

Locals: (*temporary) = 16
ty, seems in english client too
+ always if equipping

fixed (r11)

r10 had a print in it ...
Last edited by Hati-EK : 02-08-10 at 05:17 AM.
Report comment to moderator  
Reply With Quote
Unread 02-08-10, 04:51 AM  
Bl4ckSh33p
A Flamescale Wyrmkin
 
Bl4ckSh33p's Avatar
AddOn Author - Click to view AddOns

Forum posts: 124
File comments: 97
Uploads: 12
Hi. Found an error on German Client. When rightclicking my argentum tournament lance in my bag to equip it I get this error message:

Message: Interface\AddOns\SplitItemsOnTheFly\core.lua:59: Usage: GetContainerItemInfo(index, slot)
Time: Mon Feb 8 11:49:55 2010
Count: 2
Stack: [C]: in function `GetContainerItemInfo'
Interface\AddOns\SplitItemsOnTheFly\core.lua:59: in function `?'
Interface\AddOns\SplitItemsOnTheFly\core.lua:117: in function <Interface\AddOns\SplitItemsOnTheFly\core.lua:114>

Locals: (*temporary) = 16
__________________
» Bl4ckSh33p.de
» My WoW Tools (Portal)
Report comment to moderator  
Reply With Quote
Unread 02-08-10, 04:11 AM  
Hati-EK
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 20
File comments: 88
Uploads: 7
Originally posted by Politig
Any way we might be able to see vendor/mailbox support?
Well mailbox (from bag to mailbox) is not possible - as a mailbox just takes the full stack of location in your bag - you can't use the blizzard thingy for this too ... as you have to place the Split firstly

I noticed that any sort of pickup item function that any mods do, (mailbox mods, arkinventory restack, etc...) will appear to bug out the display of stack size that your mod generates. Sometimes it won't disappear on its own.
What functions you mean by Mailbox Mods?
Take all? Batch send?
And do you mean by 'bug out' that the Stack-counts are shown shortly?


i might add a function so that while holding, shift/ctrl/alt - the addOn 'disables'
and
i might don't show the number if fullstacked to prevent unwanted shows
Last edited by Hati-EK : 02-08-10 at 04:39 AM.
Report comment to moderator  
Reply With Quote
Unread 02-08-10, 03:09 AM  
Manaman
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 39
File comments: 160
Uploads: 1
I noticed that any sort of pickup item function that any mods do, (mailbox mods, arkinventory restack, etc...) will appear to bug out the display of stack size that your mod generates. Sometimes it won't disappear on its own.
Report comment to moderator  
Reply With Quote
Unread 02-07-10, 11:42 PM  
Politig
A Chromatic Dragonspawn
AddOn Compiler - Click to view compilations

Forum posts: 176
File comments: 396
Uploads: 1
Any way we might be able to see vendor/mailbox support?
Report comment to moderator  
Reply With Quote
Unread 02-07-10, 07:35 PM  
Manaman
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 39
File comments: 160
Uploads: 1
Very cool. Gonna try it out.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: