Download
(5Kb)
Download
Updated: 10-10-08 02:54 AM
Pictures
File Info
Updated:10-10-08 02:54 AM
Created:unknown
Downloads:5,591
Favorites:38
MD5:

Shoo Shards  Popular! (More than 5000 hits)

Version: 1.5b
by: Slakah [More]

Set the number of shards to keep outside of a Soul Bag, using the Options frame (accessable by typing /sshards). Then all shards recieved over this boundary will be removed.

If there is space in your Soul Bag's and shards in your main bags then these will be moved into the Soul Bag's.

1.1b - Released
1.2b - Moves shards from main bags to empty slots in soul bags. Changed wording in options (thanks Tekkub). Maximum value of options slider is now the number of slots in your bags.
1.3b - Should work now, Removed AboutPanel
1.4b - New Soul Bag checking code, WotLK fixes.
1.5b - Fixed issue with assigning incorrect variables.
Optional Files (0)


Post A Reply Comment Options
Unread 06-04-08, 02:35 AM  
Tekkub
A Molten Giant
 
Tekkub's Avatar
AddOn Author - Click to view AddOns

Forum posts: 960
File comments: 334
Uploads: 67
Heh, nice. few thoughts however...

You don't need to scan the bags: GetItemCount(6265). This also removes the need for tekIDmemo.

Change the slider to "number of shards to keep outside of a soul pouch" That way for beginner locks it's a simple "how many shards to keep" and for higher level locks it's "don't let my soul pouch overflow into my main bags too much". And, of course, when you delete a shard, delete it from normal bags first.

Oh, and your indents suck ass, use single tabs for indents and set your text editor to the tab width you prefer. Never indent with spaces.
Last edited by Tekkub : 06-04-08 at 02:36 AM.
Report comment to moderator  
Reply With Quote
Unread 06-04-08, 04:44 AM  
Slakah
A Molten Giant
 
Slakah's Avatar
AddOn Author - Click to view AddOns

Forum posts: 863
File comments: 146
Uploads: 26
Originally posted by Tekkub
Oh, and your indents suck ass, use single tabs for indents and set your text editor to the tab width you prefer. Never indent with spaces.
I do indent with tab, but it apears Scite by default changes tab to spaces.

Also I'll work on your other points today.

Thanks for the input.
Last edited by Slakah : 06-04-08 at 07:40 AM.
Report comment to moderator  
Reply With Quote
Unread 06-04-08, 08:52 AM  
Slakah
A Molten Giant
 
Slakah's Avatar
AddOn Author - Click to view AddOns

Forum posts: 863
File comments: 146
Uploads: 26
Code:
            PickupItem(6265)
            DeleteCursorItem()
doesn't seem to work so me thinks I may have to pick up using slot and bag numbers till this is fixed.
Last edited by Slakah : 06-04-08 at 11:12 AM.
Report comment to moderator  
Reply With Quote
Unread 06-04-08, 11:58 AM  
Tekkub
A Molten Giant
 
Tekkub's Avatar
AddOn Author - Click to view AddOns

Forum posts: 960
File comments: 334
Uploads: 67
Originally posted by Slakah
Code:
            PickupItem(6265)
            DeleteCursorItem()
doesn't seem to work so me thinks I may have to pick up using slot and bag numbers till this is fixed.
Yea, that's meant as a sort of "pick up an item from the actionbars" function where you might not have the actual item, not a "pick up from inventory" type. Ever noticed how if you pick up an item from the bag and drop it on the world it tries to delete or trade, but if you pick it up off the actionbar and drop it, the icon just goes away and you don't lose any items?
Report comment to moderator  
Reply With Quote
Unread 06-04-08, 12:28 PM  
Slakah
A Molten Giant
 
Slakah's Avatar
AddOn Author - Click to view AddOns

Forum posts: 863
File comments: 146
Uploads: 26
Originally posted by Tekkub
Yea, that's meant as a sort of "pick up an item from the actionbars" function where you might not have the actual item, not a "pick up from inventory" type. Ever noticed how if you pick up an item from the bag and drop it on the world it tries to delete or trade, but if you pick it up off the actionbar and drop it, the icon just goes away and you don't lose any items?
Ahhh that makes sence, but I don't understand how I can remove the need for tekIDmemo as I still need the slot and bag number to pick the item up.
Last edited by Slakah : 06-04-08 at 12:35 PM.
Report comment to moderator  
Reply With Quote
Unread 09-16-08, 05:36 AM  
duhwhat
A Wyrmkin Dreamwalker

Forum posts: 51
File comments: 236
Uploads: 0
i think shooshards occasionally deletes all shards on log in. can't put my finger on the offending addon, but i'm guessing it's shooshards.
Report comment to moderator  
Reply With Quote
Unread 09-22-08, 09:30 AM  
Slakah
A Molten Giant
 
Slakah's Avatar
AddOn Author - Click to view AddOns

Forum posts: 863
File comments: 146
Uploads: 26
Originally posted by duhwhat
i think shooshards occasionally deletes all shards on log in. can't put my finger on the offending addon, but i'm guessing it's shooshards.
Does this destroy all shards in your shard bags aswell?
Last edited by Slakah : 09-22-08 at 09:44 AM.
Report comment to moderator  
Reply With Quote
Unread 09-23-08, 09:01 AM  
duhwhat
A Wyrmkin Dreamwalker

Forum posts: 51
File comments: 236
Uploads: 0
Originally posted by Slakah
Does this destroy all shards in your shard bags aswell?
since i never keep shards outside of a soul pouch, i can't answer this completely. all shards in the soul pouch are destroyed, that is, all shards in my inventory. i will see if this behavior occurs again after the realms come back up today.
Report comment to moderator  
Reply With Quote
Unread 09-25-08, 08:21 AM  
duhwhat
A Wyrmkin Dreamwalker

Forum posts: 51
File comments: 236
Uploads: 0
Originally posted by duhwhat
since i never keep shards outside of a soul pouch, i can't answer this completely. all shards in the soul pouch are destroyed, that is, all shards in my inventory. i will see if this behavior occurs again after the realms come back up today.
well, no shards were deleted after this weeks restarts. perhaps it was a local machine reboot that triggered the deletion. i will try that tonight and post the results.
Report comment to moderator  
Reply With Quote
Unread 09-26-08, 09:51 AM  
Slakah
A Molten Giant
 
Slakah's Avatar
AddOn Author - Click to view AddOns

Forum posts: 863
File comments: 146
Uploads: 26
Originally posted by duhwhat
well, no shards were deleted after this weeks restarts. perhaps it was a local machine reboot that triggered the deletion. i will try that tonight and post the results.
I have a feeling this is happening because sometimes soulbags arn't being properly identified as such.
Last edited by Slakah : 09-26-08 at 09:52 AM.
Report comment to moderator  
Reply With Quote
Unread 09-29-08, 11:45 AM  
duhwhat
A Wyrmkin Dreamwalker

Forum posts: 51
File comments: 236
Uploads: 0
rebooted, everything still ok. i've been unable to replicate this. perhaps it happened when i switched soul pouches. anyway, grats on this perfect addon!
Report comment to moderator  
Reply With Quote
Unread 09-29-08, 12:48 PM  
Slakah
A Molten Giant
 
Slakah's Avatar
AddOn Author - Click to view AddOns

Forum posts: 863
File comments: 146
Uploads: 26
Originally posted by duhwhat
rebooted, everything still ok. i've been unable to replicate this. perhaps it happened when i switched soul pouches. anyway, grats on this perfect addon!
I can now replicate the error, it seems to be happening after the game cache is deleted. I have a new version which will work until Blizzard fixes the issue.
Report comment to moderator  
Reply With Quote
Unread 10-01-08, 11:42 AM  
duhwhat
A Wyrmkin Dreamwalker

Forum posts: 51
File comments: 236
Uploads: 0
Originally posted by Slakah
I can now replicate the error, it seems to be happening after the game cache is deleted. I have a new version which will work until Blizzard fixes the issue.
interesting. now that i think about it, it may have happened when i was backing up my cache/wtf/interface and tried deleting my cache after the back up. could you post the new version?
Report comment to moderator  
Reply With Quote
Unread 10-07-08, 08:09 AM  
jinleileiking
A Murloc Raider

Forum posts: 6
File comments: 102
Uploads: 0
can not work with cwow 2.4.3

the soulstone cannot drop automaticily
Report comment to moderator  
Reply With Quote
Unread 10-07-08, 06:37 PM  
jinleileiking
A Murloc Raider

Forum posts: 6
File comments: 102
Uploads: 0
The number of max stone number only from 0 to 0 .can not change.

Honestly, I am trying to get a soulstone control addon in cwow 2.4.3

tried idWarlockxxxxxx and this, and necrosis

necrosis have this feature, but it is too complex, too fat,

sadly... i will remove this addon from my fav.....

if bug fixed, plz pm me, i will be the whiterat(tester)
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: