Forum: AddOn Help/Support
01-15-21, 07:38 AM
|
Replies: 17
Views: 2,606
And the last problem in this...
And the last problem in this objects:
http://panel.wowpopolsku.pl/img/objective6.jpg
Section: Bonus Objectives - how to get to them?
|
Forum: AddOn Help/Support
01-06-21, 06:48 AM
|
Replies: 17
Views: 2,606
|
Forum: AddOn Help/Support
01-03-21, 10:26 AM
|
Replies: 17
Views: 2,606
|
Forum: AddOn Help/Support
01-03-21, 07:26 AM
|
Replies: 17
Views: 2,606
|
Forum: AddOn Help/Support
01-02-21, 02:24 PM
|
Replies: 17
Views: 2,606
|
Forum: AddOn Help/Support
01-02-21, 08:12 AM
|
Replies: 17
Views: 2,606
|
Forum: AddOn Help/Support
01-01-21, 09:49 AM
|
Replies: 17
Views: 2,606
|
Forum: AddOn Help/Support
12-30-20, 04:43 AM
|
Replies: 17
Views: 2,606
|
Forum: AddOn Help/Support
12-29-20, 02:25 PM
|
Replies: 17
Views: 2,606
|
Forum: AddOn Help/Support
12-29-20, 01:34 PM
|
Replies: 17
Views: 2,606
10 children, nothing...
10 children, nothing special:
nil
QuestInfoRewardsFrameQuestInfoItem1
QuestInfoMoneyFrame
QuestInfoSkillPointFrame
QuestInfoXPFrame
nil
nil
QuestInfoPlayerTitleFrame
|
Forum: AddOn Help/Support
12-29-20, 04:40 AM
|
Replies: 17
Views: 2,606
|
Forum: PTR General Discussion
10-16-20, 10:26 AM
|
Replies: 2
Views: 10,373
|
Forum: PTR General Discussion
08-19-20, 12:07 AM
|
Replies: 2
Views: 10,373
Bubbles in 9.0.1
I have a function fired on event CHAT_MSG_MONSTER_SAY - ChatFrame_AddMessageEventFilter("CHAT_MSG_MONSTER_SAY", ChatFilter) :
local function BB_bubblizeText()
for i = 1,...
|
Forum: AddOn Help/Support
04-28-18, 11:58 AM
|
Replies: 1
Views: 1,004
How to get a book-object ID
In the Royal Library at Stormwind Keep, there are books on the table.
You can not pick them up and take them with you.
But you can open them and read them in the window...
|
Forum: General Authoring Discussion
02-19-18, 11:05 AM
|
Replies: 5
Views: 1,378
|
Forum: General Authoring Discussion
02-09-18, 03:58 PM
|
Replies: 5
Views: 1,378
|
Forum: General Authoring Discussion
02-07-18, 11:42 AM
|
Replies: 5
Views: 1,378
ItemTextFrame
I display a book in the game into frame ItemTextFrame.
How can I get the ID this book?
I can only get:
ItemTextGetItem() - title of book
ItemTextGetText() - book's contents
ItemTextGetPage() -...
|
Forum: AddOn Help/Support
06-21-16, 05:30 AM
|
Replies: 0
Views: 836
Change text into QuestLogDetailFrame
I'd like to change displayed text into frame QuestLogDetailFrame, but I don't see any method to do it.
If I want to change text into QuestLog, I can modify...
|
Forum: Lua/XML Help
05-16-16, 06:18 AM
|
Replies: 8
Views: 3,048
|
Forum: Lua/XML Help
05-15-16, 02:36 PM
|
Replies: 8
Views: 3,048
Can't load other lua file
Hello,
I have a simple structure:
MyAddon.toc file:
## Interface: 60200
## Title: MyAddon
## Notes: Description of MyAddon
other_file.lua
MyAddon.lua
|
Forum: Lua/XML Help
02-26-11, 01:33 PM
|
Replies: 4
Views: 21,484
User-function wait
Yes, you're right, just call the user-function wait:
http://www.wowwiki.com/Wait
Thanks.
|
Forum: Lua/XML Help
02-26-11, 07:34 AM
|
Replies: 4
Views: 21,484
Delay function
How to make a proper function of the delay?
function My_Delay(sec)
local My_currentTime=GetTime();
while ( My_currentTime+sec>GetTime() ) do
-- wait a 'sec' time
end
end
My_Delay(5) - Wow...
|
Forum: General Authoring Discussion
01-30-11, 04:21 AM
|
Replies: 5
Views: 2,610
Solution
I create addons that can be run on all servers - global or private. Do not I?
The solution may be a test call to a function - possible to call lua error:
MySavedVariable["isFunction"]="0";
if (...
|
Forum: General Authoring Discussion
01-29-11, 07:50 AM
|
Replies: 5
Views: 2,610
|
Forum: AddOn Help/Support
01-28-11, 10:16 AM
|
Replies: 1
Views: 2,382
Link to quest on chat.
What is the name of frame with a description of the quest after calling him from the chat window (as shown in the picture below) ?
http://images39.fotosik.pl/566/9ce52f10701eedd0m.jpg...
|