Showing results 1 to 5 of 5
Search took 0.00 seconds.
Search: Posts Made By: Butch82
Forum: Released AddOns 12-03-06, 07:11 PM
Replies: 129
Views: 132,964
Posted By Butch82
Well, when you leave stealth, you equip the...

Well, when you leave stealth, you equip the weapons you had equipped before you entered stealth ... at least it should, as far as i know.
Forum: Released AddOns 12-03-06, 06:20 PM
Replies: 129
Views: 132,964
Posted By Butch82
Click the "?" in front of the event and select...

Click the "?" in front of the event and select the set you want to equip ... but itf you didn't know that already, i think we just found your problem ;)
Forum: Released AddOns 12-03-06, 05:35 PM
Replies: 129
Views: 132,964
Posted By Butch82
Thanks a lot, that fixed it :) The working...

Thanks a lot, that fixed it :) The working script:

Trigger: MINIMAP_ZONE_CHANGED
Delay: 1

local minimapzone = GetMinimapZoneText()
if string.find(minimapzone,"Nefar") then EquipSet()
end

EDIT: I...
Forum: Released AddOns 12-03-06, 01:26 PM
Replies: 129
Views: 132,964
Posted By Butch82
Yes, i triple-checked ... is there any way to...

Yes, i triple-checked ... is there any way to insert wildcards to work around the problem?

Something like if (minimapzone =="*Nefar*") would be nice :-/
Forum: Released AddOns 12-02-06, 04:12 PM
Replies: 129
Views: 132,964
Posted By Butch82
I tried the same, with no luck either :-/ My...

I tried the same, with no luck either :-/

My Event:

Trigger: MINIMAP_ZONE_CHANGED
Delay: 1

local minimapzone = GetMinimapZoneText()
if (minimapzone =="Nefarians Lair")
then EquipSet()
Showing results 1 to 5 of 5