Showing results 1 to 25 of 49
Search took 0.00 seconds.
Search: Posts Made By: Ambrya
Forum: General Authoring Discussion 07-26-09, 07:30 PM
Replies: 34
Views: 13,860
Posted By Ambrya
Thank you!

Thank you!
Forum: General Authoring Discussion 07-26-09, 06:45 PM
Replies: 34
Views: 13,860
Posted By Ambrya
Akryn, question for you... I was updating the...

Akryn, question for you...

I was updating the file to add a whole bunch of NPC names and came across Stinky's Escape (http://www.wowhead.com/?quest=1222). The NPC's name is "Stinky" Ignatz,...
Forum: General Authoring Discussion 06-23-09, 10:49 PM
Replies: 34
Views: 13,860
Posted By Ambrya
Well, I changed the time to 20 seconds and the...

Well, I changed the time to 20 seconds and the next time I tested it, I didn't get the ding immediately as I accepted the quest. So either changing it to 20 seconds fixed the problem, OR it is as...
Forum: General Authoring Discussion 06-23-09, 05:22 PM
Replies: 34
Views: 13,860
Posted By Ambrya
Hmmm, okay I will try it again. It still dinged...

Hmmm, okay I will try it again. It still dinged at the beginning of the quest last time I tried it, which is why I assumed it needed something more added, but I will double check.

It might be a...
Forum: General Authoring Discussion 06-23-09, 02:25 PM
Replies: 34
Views: 13,860
Posted By Ambrya
Marvelous, thank you so much! Gonna update the...

Marvelous, thank you so much! Gonna update the file and test it. Do I need to establish the 10/20/whatever second value somewhere in the line 18 (me.Time = time())?
Forum: General Authoring Discussion 06-23-09, 08:47 AM
Replies: 34
Views: 13,860
Posted By Ambrya
Okay, I tend to start making code look messy when...

Okay, I tend to start making code look messy when I try to patchwork stuff in, but I've added this in, hopefully without screwing up the indentations to keep everything tidy, etc too much and will...
Forum: General Authoring Discussion 06-22-09, 09:57 PM
Replies: 34
Views: 13,860
Posted By Ambrya
Woot! Thank you very much. Okay, I tested it on...

Woot! Thank you very much.

Okay, I tested it on my friend's toon again, and it did indeed work. There are a few issues with it triggering at times when it shouldn't--like when the quest NPC says...
Forum: General Authoring Discussion 06-22-09, 08:39 PM
Replies: 34
Views: 13,860
Posted By Ambrya
Hmmm....it doesn't work. Tested it on a friend's...

Hmmm....it doesn't work.

Tested it on a friend's toon just now, running the "The Sleeper Has Awakened" (Kerlonian Evershade) quest. First event took place, no RaidWarning sound, no message on the...
Forum: General Authoring Discussion 06-22-09, 06:58 PM
Replies: 34
Views: 13,860
Posted By Ambrya
I suspect then we'd run into difficulty with...

I suspect then we'd run into difficulty with people turning it off and forgetting to turn it back on again. Considering how rare it is to run into someone doing an escort at the exact moment the NPC...
Forum: General Authoring Discussion 06-22-09, 06:54 PM
Replies: 34
Views: 13,860
Posted By Ambrya
You, sir, are brilliant, and if I didn't already...

You, sir, are brilliant, and if I didn't already have someone's kid, I'd offer to have your babies right about now. Thank you so much. :D

The only other script that has been posted (aside from my...
Forum: General Authoring Discussion 06-22-09, 06:00 PM
Replies: 34
Views: 13,860
Posted By Ambrya
Very cool, and exactly what was needed. Thank...

Very cool, and exactly what was needed. Thank you so very much. I realized I initially did ask for a script that would run when certain things were said...then upon researching even just a small...
Forum: General Authoring Discussion 06-22-09, 04:48 PM
Replies: 34
Views: 13,860
Posted By Ambrya
I agree the initial code is definitely easier to...

I agree the initial code is definitely easier to deal with for someone of my skill level (which is to say, no skill at all.)

However it is dependent upon having the exact quotes and emotes, which...
Forum: General Authoring Discussion 06-22-09, 08:53 AM
Replies: 34
Views: 13,860
Posted By Ambrya
So this is basically just a slightly more compact...

So this is basically just a slightly more compact version of the second variation that Akryn posted, correct?


local addon = CreateFrame("Frame", "EscortEventAlert")

local triggers = {
["<Ringo...
Forum: General Authoring Discussion 06-22-09, 08:37 AM
Replies: 34
Views: 13,860
Posted By Ambrya
Okay, so when the the quest NPC is saying...

Okay, so when the the quest NPC is saying something, omit the "%s says:" part, but include %s when the NPC is doing an emote. So, adding in events from "The Sleeper Has Awakened" that include both...
Forum: General Authoring Discussion 06-21-09, 10:04 PM
Replies: 34
Views: 13,860
Posted By Ambrya
So let me see if I have this right, since I don't...

So let me see if I have this right, since I don't have any characters of the proper level at this time to test this (or even a higher level character who hasn't done it yet.) Since I can't find the...
Forum: General Authoring Discussion 06-21-09, 12:59 PM
Replies: 34
Views: 13,860
Posted By Ambrya
Thank you very much, Akryn. Now I just need to...

Thank you very much, Akryn. Now I just need to see if I can find all the NPC texts I want to include, figure out what sort of sound to include and where to find it, and try to cobble it all together...
Forum: General Authoring Discussion 06-21-09, 10:36 AM
Replies: 34
Views: 13,860
Posted By Ambrya
Perhaps a strange request...

I'm sort someone is going to think I'm an obnoxious noob for making this request, but here goes...

I can't program, beyond some very basic HTML/XML (I used to be able to make UI mods in EQ/EQ2 and...
Forum: AddOn Search/Requests 06-21-09, 10:04 AM
Replies: 2
Views: 3,741
Posted By Ambrya
My interest is kinda piqued now that someone has...

My interest is kinda piqued now that someone has told me this would be a "fairly simple" addon to write. I've never tried writing LUA before, and I think it's probably a bit beyond my abilities, but...
Forum: AddOn Search/Requests 06-20-09, 08:22 PM
Replies: 2
Views: 3,741
Posted By Ambrya
Escort event alert

I can't seem to find anything like this, and I'm hoping it exists. If not, I would love to encourage someone to write it.

We've all done it, been running an escort quest with some sort of "catch"...
Forum: AddOn Search/Requests 06-14-09, 09:37 PM
Replies: 5
Views: 3,737
Posted By Ambrya
If you use TitanPanel there's Titan Panel...

If you use TitanPanel there's Titan Panel [Currency] (http://www.wowinterface.com/downloads/info13127-TitanPanelCurrency.html) too
Forum: AddOn Search/Requests 06-05-09, 04:38 PM
Replies: 3
Views: 3,084
Posted By Ambrya
Anyone know the name of this mod?

I can't say I'm looking for a "minimalist" interface, because I have lots of addons that I like, but I do like a very "low profile" screen layout. This is what I am working with right now...
Forum: Archive 05-27-09, 07:57 PM
Replies: 2
Views: 1,663
Posted By Ambrya
Can't even get started

I downloaded and installed Minion just fine, but when I click on the Minion icon on my desktop to run it, all it does is open the minion.jar file with my PowerArchiver application. I have unclicked...
Forum: Chit-Chat 05-19-09, 07:33 PM
Replies: 51
Views: 36,936
Posted By Ambrya
Coke. Pepsi is too sweet and not..."spicy"...

Coke. Pepsi is too sweet and not..."spicy" enough. I like a little burn in my soda.

Of course, the quality of Coke also varies depending on where you get it.

McDonald's Fountain Coke > Any other...
Forum: AddOn Search/Requests 05-04-09, 09:31 AM
Replies: 4
Views: 4,699
Posted By Ambrya
announcing quest objective completion to group

I know that Carbonite Quest does this. You're in a group and it sends a message to group chat when you've completed your quest objective, so that whoever is helping you with your quest isn't...
Forum: AddOn Search/Requests 04-22-09, 06:06 PM
Replies: 32
Views: 29,287
Posted By Ambrya
While ATSW has indeed been updated, unfortunately...

While ATSW has indeed been updated, unfortunately it STILL has the problem of slowing my game down to a crawl whenever I open it on my scribe, so I'm waiting with bated breath for someone to take...
Showing results 1 to 25 of 49