Addon Information
Works with 3.3
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
Hati-EK's Portal Bug Reports Feature Requests
Author:
Version:
r16
Date:
02-16-2010 03:05 PM
Size:
2.41 Kb
Downloads:
314
Favorites:
21
MD5:
SplitItems (On-The-Fly)
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
  Change Log - SplitItems (On-The-Fly)
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
  Archived Versions - SplitItems (On-The-Fly)
File Name
Version
Size
Author
Date
r14
2kB
Hati-EK
02-15-2010 12:46 PM
r13
2kB
Hati-EK
02-08-2010 03:59 PM
r12
2kB
Hati-EK
02-08-2010 03:26 PM
r11
2kB
Hati-EK
02-08-2010 06:16 AM
r7
2kB
Hati-EK
02-07-2010 08:21 PM
r6
1kB
Hati-EK
02-07-2010 07:19 PM
  Comments - SplitItems (On-The-Fly)
Post A Reply Comment Options
Old 02-21-2010, 04:36 PM  
Hati-EK
A Fallenroot Satyr
Interface Author - Click to view interfaces

Forum posts: 20
File comments: 83
Uploads: 4
Quote:
Originally posted by Contiki
Just wanted to report back. I've been testing the increments feature and it works like a charm. Nice work!
Thx for the feedback ^^

Just a information for users: (of any mods from me)
- currently I'm "busy" watching SC2 replays *cough* - so I won't add any more features to any of my mods - just bug fixes

still no key ._.

Last edited by Hati-EK : 02-25-2010 at 05:58 PM.
Hati-EK is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-21-2010, 02:39 PM  
Contiki
A Kobold Labourer
 
Contiki's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 67
Uploads: 1
Just wanted to report back. I've been testing the increments feature and it works like a charm. Nice work!
__________________
Be prepared... to simplify your life.
Contiki is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-16-2010, 02:36 PM  
Hati-EK
A Fallenroot Satyr
Interface Author - Click to view interfaces

Forum posts: 20
File comments: 83
Uploads: 4
will do it for now as 5,10,20 (Shift,Ctrl,Alt modifier)
in a future version with %

Last edited by Hati-EK : 02-16-2010 at 03:10 PM.
Hati-EK is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-16-2010, 12:17 PM  
Hati-EK
A Fallenroot Satyr
Interface Author - Click to view interfaces

Forum posts: 20
File comments: 83
Uploads: 4
Quote:
Originally posted by Contiki
Hi there,

I've been testing the add-on for a few days and I'm lovin' it! Neat idea implemented in an easy-to-use way.

One thing I'm missing is a feature to increase the scrolling step size. For example picking up 45 items off of a 100-stack is still better done with the regular interface. Do you think it'd be a viable addition for SplitItems to add a modifer key like Alt? If players scroll while the modifier key is pressed, the stack size will jump in larger steps. For example 5-steps oder 10-steps.

Maybe that'd be a nice feature for future versions.
yup that might come soon - already got in mind today on walk :P that ie. 10%(i know it might sound crazy) steps would be nice
so item picked up - say 1000 (arrows) - and simply can shift-scroll -> increasing/decreasing amount by 100, for 20stacks - 2 per shift-scroll
might let the addon use all 3 modifiers
shift: +/-10%
ctrl: +/-25%
alt: +/-50%
no-mod: +/-1


btw. I'm glad ppl like it :P wondered that there weren't anything like that before


ps:
short expression why %
General stacks are usually:
1 (not taken into account)
5 - Shift: 1, Ctrl: 2, Alt: 3
10 - Shift: 1, Ctrl: 3, Alt: 5
20 (standard stack size) - Shift: 2, Ctrl: 5, Alt: 10
50 (there are some) - Shift: 5, Ctrl: 13, Alt: 25
100 (some rep items) - Shift: 10, Ctrl: 25, Alt: 50
200 (other rep items) - Shift: 20, Ctrl: 50, Alt: 100
1000 - Shift: 100, Ctrl: 250, Alt: 500

but dunno how mousewheel acts ingame if modifiers are pushed - have to look for some informations

also i have to look how it works if you bind spells to mousewheel (like i heard some short buffs are often)

Last edited by Hati-EK : 02-16-2010 at 12:25 PM.
Hati-EK is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-16-2010, 08:16 AM  
Contiki
A Kobold Labourer
 
Contiki's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 67
Uploads: 1
Hi there,

I've been testing the add-on for a few days and I'm lovin' it! Neat idea implemented in an easy-to-use way.

One thing I'm missing is a feature to increase the scrolling step size. For example picking up 45 items off of a 100-stack is still better done with the regular interface. Do you think it'd be a viable addition for SplitItems to add a modifer key like Alt? If players scroll while the modifier key is pressed, the stack size will jump in larger steps. For example 5-steps oder 10-steps.

Maybe that'd be a nice feature for future versions.
__________________
Be prepared... to simplify your life.
Contiki is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-15-2010, 09:37 PM  
jbashara
A Deviate Faerie Dragon
 
jbashara's Avatar

Forum posts: 10
File comments: 24
Uploads: 0
Wink Great addon

I love it when developers come up with simple little addons like these; it's dead-simple and lightweight, but does the job extremely well. Using the scroll wheel to "cycle" through the number of items you want to select from the stack is really intuitive as well. Great job with this. Reminds me of Tekkub's work!
__________________

"People with real courage and character always seem sinister to the rest."
- Herman Hesse, Damian
jbashara is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-09-2010, 08:22 AM  
Hati-EK
A Fallenroot Satyr
Interface Author - Click to view interfaces

Forum posts: 20
File comments: 83
Uploads: 4
Quote:
Originally posted by Manaman
I am not at home at the moment, so can't tell you the exact mod, but it is the Open All option with the mail mod. It does it during restack option for arkinventory as well. It seems to be whenever a mod attempts picking up a stack of anything to move it.

By 'bug out' I mean that the stack count will show, and some times it won't clear itself from the screen in the location it showed. If no other actions lead to its display/clear, it will remain on the screen until such time, or a reload of the UI.
ah ok - that is *fixed* in newer revision as full amounts are now hidden and 1 is shown


Might gonna add a shift-modification (so if shift is holded on dropping - you still have the item @the cursor)
also i might add a timer which a) let the font follow the cursor, and b) if Cursor has no item for >2s hide font

Last edited by Hati-EK : 02-10-2010 at 06:27 AM.
Hati-EK is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-09-2010, 06:39 AM  
Manaman
An Aku'mai Servant

Forum posts: 34
File comments: 105
Uploads: 0
Quote:
Originally posted by Hati-EK
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 am not at home at the moment, so can't tell you the exact mod, but it is the Open All option with the mail mod. It does it during restack option for arkinventory as well. It seems to be whenever a mod attempts picking up a stack of anything to move it.

By 'bug out' I mean that the stack count will show, and some times it won't clear itself from the screen in the location it showed. If no other actions lead to its display/clear, it will remain on the screen until such time, or a reload of the UI.
Manaman is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-09-2010, 12:19 AM  
jbashara
A Deviate Faerie Dragon
 
jbashara's Avatar

Forum posts: 10
File comments: 24
Uploads: 0
wowzers

Sounds better than EnhancedStackSplit; gonna download it now and check it out!
__________________

"People with real courage and character always seem sinister to the rest."
- Herman Hesse, Damian
jbashara is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-08-2010, 05:40 PM  
Hati-EK
A Fallenroot Satyr
Interface Author - Click to view interfaces

Forum posts: 20
File comments: 83
Uploads: 4
Quote:
Originally posted by High Five
Oh, I see. I'll probably edit mine to always display the number though. It feels "unnatural" to me :P
Well the error simply was - there was a number displayed if you 'join' 2 stacks to 1 stack

Last edited by Hati-EK : 02-08-2010 at 05:50 PM.
Hati-EK is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-08-2010, 05:37 PM  
High Five
A Kobold Labourer
 
High Five's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 27
Uploads: 2
Oh, I see. I'll probably edit mine to always display the number though. It feels "unnatural" to me :P
High Five is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-08-2010, 05:27 PM  
Hati-EK
A Fallenroot Satyr
Interface Author - Click to view interfaces

Forum posts: 20
File comments: 83
Uploads: 4
Quote:
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-2010 at 05:30 PM.
Hati-EK is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-08-2010, 05:07 PM  
High Five
A Kobold Labourer
 
High Five's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 27
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-2010 at 05:25 PM.
High Five is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-08-2010, 11:50 AM  
Hati-EK
A Fallenroot Satyr
Interface Author - Click to view interfaces

Forum posts: 20
File comments: 83
Uploads: 4
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-2010 at 03:10 PM.
Hati-EK is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-08-2010, 06:03 AM  
Hati-EK
A Fallenroot Satyr
Interface Author - Click to view interfaces

Forum posts: 20
File comments: 83
Uploads: 4
Quote:
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-2010 at 06:17 AM.
Hati-EK is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:




The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.