Showing results 1 to 23 of 23
Search took 0.00 seconds.
Search: Posts Made By: shiin
Forum: AddOn Search/Requests 10-09-10, 03:26 PM
Replies: 0
Views: 3,001
Posted By shiin
party-/raidframes addon

I'm looking for a party-/raidframes addon that can do the following, but I'm not sure if this still can be done with the secure frames:

- raid members should be listed by group, possibly with...
Forum: Lua/XML Help 03-31-10, 11:11 AM
Replies: 3
Views: 5,635
Posted By shiin
How to move ContainerFrames without taint?

Hi there!

The title already tells most of my question: I'd like anchor the whole block of container frames (i.e. the opened bags, bank slots and backpack) to a different position. The one way I see...
Forum: Lua/XML Help 04-14-09, 07:27 AM
Replies: 40
Views: 20,110
Posted By shiin
Regarding events, I was always wondering would be...

Regarding events, I was always wondering would be the better coding style:
a) Catching all events of one type (i.e. UNIT_BUFF) in one central location and distributing them to the relevant frames...
Forum: Lua/XML Help 03-27-09, 04:27 AM
Replies: 40
Views: 20,110
Posted By shiin
Thanks for all the advice and the links. Some...

Thanks for all the advice and the links. Some concrete concerns I was wondering about, is the use of string indices for table lookups and string comparisons, but apparently they are not as...
Forum: Lua/XML Help 03-26-09, 02:06 AM
Replies: 40
Views: 20,110
Posted By shiin
Efficient LUA code?

Since I am currently refactoring my old addons, I was wondering wether there are some guides out there on how to write efficient LUA code (i.e. the basic do and don'ts).
Forum: AddOn Help/Support 01-29-09, 02:03 PM
Replies: 7
Views: 31,210
Posted By shiin
Thanks for the answers, but this method actually...

Thanks for the answers, but this method actually does no longer work consistently with various settings (not addon- but wow-settings) being saved online.

Just try the following:
- backup your wtf...
Forum: AddOn Help/Support 01-29-09, 01:47 AM
Replies: 7
Views: 31,210
Posted By shiin
How to save all WoW settings?

If you wish to save and restore all of your WoW settings (i.e. having found good settings but wanting to try something different with the option to go back to the old ones), you could simply backup...
Forum: General Authoring Discussion 11-23-08, 07:21 AM
Replies: 0
Views: 2,502
Posted By shiin
Moving secure frames depending on having a pet

Hi there,
I've been trying to figure out how to automatically move some of my buttons when the petframe is visible (since it would be above these buttons) and back again when the pet is dismissed....
Forum: Lua/XML Help 04-22-08, 02:17 AM
Replies: 2
Views: 5,273
Posted By shiin
To answer myself: The first part seems to suffice...

To answer myself:
The first part seems to suffice for the normal party mode. For the raid mode just use the standard UI option "Hide Party Frame during Raid" and all is good, the second part isn't...
Forum: Lua/XML Help 04-21-08, 12:09 PM
Replies: 2
Views: 5,273
Posted By shiin
Getting rid of Blizzard's PartyFrame

I'm trying to disable Blizzard's PartyFrame for my own unitframes-addon. But it keeps returning during the game and I cannot find out why. Currently I'm doing the following to disable them:

During...
Forum: Lua/XML Help 04-02-08, 12:27 PM
Replies: 2
Views: 2,810
Posted By shiin
Hm, ok thanks. I already feared that this would...

Hm, ok thanks. I already feared that this would be the case. Would it be unreasonable to request a respective extension to the WoW secure code? (I'd do it myself but only have access to the European...
Forum: Lua/XML Help 04-02-08, 04:01 AM
Replies: 2
Views: 2,810
Posted By shiin
Question regarding SecureRaidGroupHeader

Hi!
Is there a filter option or other way so that raid frames built with SecureRaidGroupHeader do not display the group the player is currently in but all other groups?

As explanation: I'd like to...
Forum: AddOn Search/Requests 03-28-08, 12:24 PM
Replies: 6
Views: 4,625
Posted By shiin
Thanks for the tips, Postal and AltClickTo......

Thanks for the tips, Postal and AltClickTo... work nicely.

@wildlandfire21:
I don't really understand your tip regarding off-hand items and rings. I know that I can make a macro like "\equip...
Forum: AddOn Search/Requests 03-27-08, 06:07 PM
Replies: 6
Views: 4,625
Posted By shiin
Small utility addons

Hi,
I'm searching for some small utility addons. A friend of mine used to code them for him and his RL friends but since he has stopped playing more and more of them produce errors. I've found...
Forum: Lua/XML Help 06-08-07, 12:27 PM
Replies: 1
Views: 2,947
Posted By shiin
Secure hooking

Hi there,
I want to securley hook GameTooltip:SetUnit but I don't know the correct syntax - e.g. hooksecurefunc("GameTooltip:SetUnit", ColoredTooltip_SetUnit); wasn't the right way to do it.
Could...
Forum: Wish List 05-16-07, 02:09 PM
Replies: 0
Views: 5,575
Posted By shiin
Additional display options for SecureGroupHeaders

When using SecureGroupHeaders with the "groupBy" attribute, it would be nice to have the option to add small gaps between the individual groups. This would improve the clarity of the display and one...
Forum: Lua/XML Help 04-26-07, 01:41 AM
Replies: 6
Views: 4,787
Posted By shiin
New patch, new tests: The example posted above...

New patch, new tests:
The example posted above (the lua one) works now, but only if executed after the ADDON_LOADED/VARIABLES_LOADED event - any one will do but I don't know the exact order in which...
Forum: Lua/XML Help 04-18-07, 11:26 AM
Replies: 6
Views: 4,787
Posted By shiin
Really? That's good to hear since I thought...

Really? That's good to hear since I thought Blizzard only confirmed the problem in my first post which is now corrected on testrealms.
Forum: Lua/XML Help 04-18-07, 09:20 AM
Replies: 6
Views: 4,787
Posted By shiin
Most of the afore mentioned problems with...

Most of the afore mentioned problems with SecureButtons and blocked addons have been resolved with the new testrealm patch (a wronng variable name in SecureStateDriver.lua was the cause). But when...
Forum: Lua/XML Help 04-13-07, 10:13 AM
Replies: 6
Views: 4,787
Posted By shiin
Problem with SecureButtons and 2.1.0

With the 2.1.0 testrealm available I've been trying to update my addons for the upcoming patch. Here, I've encountered a strange problem with SecureActionButtons. The following XML-Code draws a...
Forum: Lua/XML Help 10-28-06, 08:32 AM
Replies: 0
Views: 2,857
Posted By shiin
[BC] Modified ContainerItems

For Burning Cruasde I'd like to modify the functionality of the container item buttons like I did on the current live servers:

- Shift-Right clicking on an equippable items equips the item to the...
Forum: Lua/XML Help 10-23-06, 04:17 PM
Replies: 1
Views: 3,253
Posted By shiin
Macros & SecureActionButtons

I'm not sure wheter this rather belongs into "BC Beta Mods" but since it is just a coding question this is probably a better place.

I'm not entirely sure how to call a macro by clicking on a...
Forum: AddOn Search/Requests 02-20-05, 11:16 AM
Replies: 1
Views: 4,837
Posted By shiin
2 suggestions: minimap colors & bag display

Hi there!
I've got 2 suggestions for mods, that I haven't been able to find:

a) the markers on the minimap for herbs/minerals and quest people are both yellow dots what makes distinguishing them...
Showing results 1 to 23 of 23