Showing results 1 to 23 of 23
Search took 0.00 seconds.
Search: Posts Made By: Karrion
Forum: Chit-Chat 08-09-07, 09:55 PM
Replies: 75
Views: 21,089
Posted By Karrion
22k?...

22k? Pffft:
http://www.speedtest.net/result/168217234.png

That's from work, of course, home would be a tad slower >.>
Forum: General Authoring Discussion 08-02-07, 04:40 PM
Replies: 8
Views: 4,421
Posted By Karrion
There is, but if you have "show lua errors"...

There is, but if you have "show lua errors" turned off in your interface options, it doesn't actually do anything, because it displays its argument in the error dialog box which is suppressed by that...
Forum: AddOn Help/Support 08-01-07, 06:24 PM
Replies: 1
Views: 3,112
Posted By Karrion
Haven't actaully testing, but from a look at the...

Haven't actaully testing, but from a look at the source code:

In the SALocale_enUS.lua file, look for "maxshards = {", and a couple of lines below that is "min = -1, max = 40,"; change the 40 to the...
Forum: Chit-Chat 05-14-07, 06:11 PM
Replies: 10
Views: 3,851
Posted By Karrion
Remember that when we say "instance", it's...

Remember that when we say "instance", it's actually short for "instanced dungeon" - that is, a dungeon where each group gets their own copy (or instance) of the area. Since you don't get your own...
Forum: Chit-Chat 04-28-07, 05:04 PM
Replies: 36
Views: 8,474
Posted By Karrion
Yeah, my screenshot was a really old one, I had...

Yeah, my screenshot was a really old one, I had to dig it up out of an old guild website image gallery backup. It only happened once, restarted and it worked fine again, just some random memory...
Forum: Chit-Chat 04-28-07, 02:40 AM
Replies: 36
Views: 8,474
Posted By Karrion
Pfft, that's...

Pfft, that's nothing:
http://www.wowinterface.com/forums/attachment.php?attachmentid=1140&stc=1
Forum: General Authoring Discussion 04-28-07, 02:30 AM
Replies: 2
Views: 3,219
Posted By Karrion
I'm pretty sure it's not possible, opening the...

I'm pretty sure it's not possible, opening the gossip window requires a mouse click.
Forum: AddOn Search/Requests 02-17-07, 03:43 PM
Replies: 4
Views: 3,382
Posted By Karrion
Poisoner does indeed support sharpening stones,...

Poisoner does indeed support sharpening stones, as well as all kinds of poison, weightstones, enchanting oils, etc. About the only items it doesn't apply are fishing lures.
Forum: AddOn Search/Requests 02-14-07, 04:19 PM
Replies: 4
Views: 3,382
Posted By Karrion
If applying poisons is your main concern, you...

If applying poisons is your main concern, you might like to check out my addon Poisoner (http://www.wowinterface.com/downloads/fileinfo.php?s=&id=5580)
Forum: General Authoring Discussion 02-12-07, 03:34 PM
Replies: 5
Views: 3,823
Posted By Karrion
for i=5, 10 do bagSlots =...

for i=5, 10 do
bagSlots = GetContainerNumSlots(i);
bagId = BankButtonIDToInvSlotID(i, 1);
if (bagSlots > 0) then
for j=1, bagSlots do
itemLink =...
Forum: Lua/XML Help 02-07-07, 04:29 PM
Replies: 3
Views: 3,089
Posted By Karrion
http://www.wowwiki.com/HOWTO:_Save_Variables_Betwe...

http://www.wowwiki.com/HOWTO:_Save_Variables_Between_Game_Sessions
Forum: Chit-Chat 02-06-07, 12:12 AM
Replies: 48
Views: 17,409
Posted By Karrion
Cue shameless self-promotion: My addon Poisoner...

Cue shameless self-promotion: My addon Poisoner is mainly useful for Rogues (though it can be used by other classes as well).

On my Warlock ShardAce in invaluable.
Forum: General Authoring Discussion 01-31-07, 04:56 PM
Replies: 2
Views: 2,900
Posted By Karrion
You'd put it in a .lua file, for...

You'd put it in a .lua file, for example:

MyAddon_Data = {
["Something"] = "The text for this thing",
["Another thing"] = "The text for this other thing",
["Nested"] = {
["key"] = "Tables can be...
Forum: AddOn Help/Support 01-22-07, 04:07 PM
Replies: 2
Views: 2,728
Posted By Karrion
I usually find translations by looking up the...

I usually find translations by looking up the item on wow.allakhazam.com. It tells me:

English -- German -- French
Netherweave Bandage -- Netherstoffverband -- Bandage en tisse-néant
Heavy...
Forum: AddOn Help/Support 01-11-07, 07:15 PM
Replies: 2
Views: 3,211
Posted By Karrion
There is no difference (in terms of the UI...

There is no difference (in terms of the UI itself).

The CDs that ship actaully have 2.0.1 or 2.0.2 on them, and we have to repatch up to 2.0.3, so all our mods will still be running just the same as...
Forum: AddOn Help/Support 01-11-07, 07:10 PM
Replies: 1
Views: 2,611
Posted By Karrion
At the character selection screen, click the...

At the character selection screen, click the Addons button in the bottom left corner. This will bring up a list of all your addons, you should just have to reenable MetaMod.
Forum: AddOn Help/Support 01-04-07, 05:24 PM
Replies: 3
Views: 3,019
Posted By Karrion
You could try manually editing the...

You could try manually editing the bindings-cache.wtf file in your WTF/Account/accountname folder. (Be sure that the game isn't running while you edit the file or your changes will probably be...
Forum: AddOn Search/Requests 01-04-07, 05:17 PM
Replies: 6
Views: 3,372
Posted By Karrion
I'm the author of Poisoner...

I'm the author of Poisoner (http://www.wowinterface.com/downloads/fileinfo.php?s=&id=5580); sorry for not posting earlier, I was away over Christmas/New year.

Poisoner does a lot of what you want,...
Forum: Class Discussions 12-11-06, 04:44 PM
Replies: 12
Views: 18,383
Posted By Karrion
Quick self-promotion... /plug Poisoner...

Quick self-promotion...

/plug Poisoner (http://www.wowinterface.com/downloads/info5580-Poisoner.html)
Forum: Lua/XML Help 12-10-06, 06:14 PM
Replies: 16
Views: 4,911
Posted By Karrion
You should use a regular expression to parse the...

You should use a regular expression to parse the argument(s). For example:

local _, _, num = string.find(input, "move%s*(%d+)");
if (num) then
-- matched "move <num>"
...
Forum: General Authoring Discussion 11-30-06, 05:52 PM
Replies: 2
Views: 2,780
Posted By Karrion
The easy way to do this is to make sure you edit...

The easy way to do this is to make sure you edit the files in a text editor that understands UTF-8 file encoding. Then you just type the accented characters in directly.



I don't think there would...
Forum: Lua/XML Help 11-26-06, 05:33 PM
Replies: 6
Views: 3,269
Posted By Karrion
And UNIT_RAGE and UNIT_ENERGY for us...

And UNIT_RAGE and UNIT_ENERGY for us non-mana-users ;-)
Forum: Lua/XML Help 11-24-06, 05:38 PM
Replies: 6
Views: 3,269
Posted By Karrion
If you're calling that in OnLoad, much of the...

If you're calling that in OnLoad, much of the information is not available to the UI yet. Try calling it through OnEvent where event==PLAYER_LOGIN.

Don't forget you'll need to catch any other events...
Showing results 1 to 23 of 23