Showing results 1 to 25 of 57
Search took 0.00 seconds.
Search: Posts Made By: Oniya
Forum: General Authoring Discussion 10-23-17, 01:09 PM
Replies: 0
Views: 1,491
Posted By Oniya
Question Item - use restriction by class

Is there lua function which can return info if item have class restriction and if it can be used by current character (i.e. compare character class and item allowed classes) ?

To make all items...
Forum: General Authoring Discussion 04-21-17, 08:36 AM
Replies: 1
Views: 1,647
Posted By Oniya
I found :) it's inside...

I found :)
it's inside C_WorldMap.GetMapLandmarkInfo(i);
Forum: General Authoring Discussion 04-21-17, 08:04 AM
Replies: 1
Views: 1,647
Posted By Oniya
Question Bosses list from map

Anyone know how via lua get list of all bosses on map?
I found how to get quest markers:

for _, poiType in pairs(WorldMapPOIFrame.poiTable) do
for _, poiButton in pairs(poiType) do
...
Forum: General Authoring Discussion 02-28-17, 06:01 PM
Replies: 5
Views: 3,574
Posted By Oniya
Problem is there is no separate event for it :(

Problem is there is no separate event for it :(
Forum: General Authoring Discussion 02-09-17, 01:21 PM
Replies: 5
Views: 3,574
Posted By Oniya
Question Event for fishing bobber bobbing

Is there any special event or other way to determined that fishing bobber is bobbing?
I want to display big icon when this happen in frame :P to not miss it (as play wow without sound and usually...
Forum: General Authoring Discussion 02-09-17, 01:18 PM
Replies: 3
Views: 1,985
Posted By Oniya
Thank you both! I will try out! <3

Thank you both! I will try out! <3
Forum: General Authoring Discussion 01-31-17, 10:39 AM
Replies: 3
Views: 1,985
Posted By Oniya
Question Get pure text from formated text from lua

Strings from wow api, for example class hall talents description, sometimes contained already formatted text:




Is there a way to get pure text from it without formatting? Maybe there is some...
Forum: General Authoring Discussion 11-27-16, 11:15 AM
Replies: 5
Views: 4,709
Posted By Oniya
Addon you recommended very handy, using it, Thank...

Addon you recommended very handy, using it, Thank you so much! ^^
Forum: General Authoring Discussion 11-17-16, 05:40 PM
Replies: 5
Views: 4,709
Posted By Oniya
Thank you! I will to check for it - previously...

Thank you! I will to check for it - previously was checking for QUEST_FINISHED.
but apparently treasures do not trigger it
Forum: General Authoring Discussion 10-23-16, 10:30 AM
Replies: 5
Views: 4,709
Posted By Oniya
Question Quest ID from treasure

Is there any way to know which treasure (i.e. opening chest) connected to which quest id?
as they do not push event for quest finished or completed and do not exist in Quest log?

Also is there a way...
Forum: General Authoring Discussion 10-23-16, 10:28 AM
Replies: 7
Views: 2,911
Posted By Oniya
Will try it out, thank you!

Will try it out, thank you!
Forum: General Authoring Discussion 09-14-16, 06:09 PM
Replies: 7
Views: 2,911
Posted By Oniya
For dalaran it seems to be return still slightly...

For dalaran it seems to be return still slightly wrong coordinates, maybe be we need somehow use f variable (level) in calculation too? As Dalaran - level 3...
Forum: General Authoring Discussion 09-11-16, 02:00 PM
Replies: 7
Views: 2,911
Posted By Oniya
Thank you!

Thank you!
Forum: General Authoring Discussion 09-10-16, 08:42 PM
Replies: 7
Views: 2,911
Posted By Oniya
Thank you ^^ If we in city or in Open world -...

Thank you ^^

If we in city or in Open world - what change for GetCurrentMapDungeonLevel()? - as it can return null value for x2,y2
Forum: General Authoring Discussion 09-07-16, 11:08 AM
Replies: 7
Views: 2,911
Posted By Oniya
Question New Dalaran GetWorldLocFromMapPos not working

Anyone know why that can be or how to fix it?


local x,y = GetPlayerMapPosition("player")
print(x,y)

local _, worldX, worldY = GetWorldLocFromMapPos(GetPlayerMapPosition("player"))

print(worldX,...
Forum: General Authoring Discussion 06-02-16, 01:14 PM
Replies: 9
Views: 3,887
Posted By Oniya
So, at the end Npc Id's will stay or? Not sure...

So, at the end Npc Id's will stay or? Not sure what exactly the goal. Will be great if there will be explicitly npc ID's for more easy mapping and making connections \ search. And also will be great...
Forum: General Authoring Discussion 06-02-16, 01:07 PM
Replies: 9
Views: 3,887
Posted By Oniya
Thanks a lot for Git link! <3

Thanks a lot for Git link! <3
Forum: General Authoring Discussion 06-02-16, 01:06 PM
Replies: 4
Views: 2,303
Posted By Oniya
yup, it use same not "clean" way. apparently...

yup, it use same not "clean" way. apparently there is no better solution still :-\
Forum: General Authoring Discussion 06-02-16, 04:37 AM
Replies: 4
Views: 2,303
Posted By Oniya
Question Heirloom actual item level

If there already any more short solution, than below, or we still have to use this to get actual item level for heirloom?


--[[
Until Blizzard adds an easier solution, this function can be used to...
Forum: General Authoring Discussion 06-02-16, 04:19 AM
Replies: 5
Views: 2,167
Posted By Oniya
Will try it, thanks a lot! <3

Will try it, thanks a lot! <3
Forum: General Authoring Discussion 05-29-16, 04:07 AM
Replies: 5
Views: 2,167
Posted By Oniya
I maybe bad describe what i mean. There can be...

I maybe bad describe what i mean.

There can be case when you like "can" queue for random dungeon - Join button active (in real you are not), cause of item level.

Message you will get from wow chat...
Forum: General Authoring Discussion 05-29-16, 02:57 AM
Replies: 5
Views: 2,167
Posted By Oniya
Question Random Dungeon Min Item Level

Is there possible to get min ilvl for Random dungeon?

Sometimes button if active (on default wow UI), but when u try to queue it it says: "you have not enough item level to queue".

I found this...
Forum: General Authoring Discussion 05-29-16, 02:56 AM
Replies: 9
Views: 3,887
Posted By Oniya
Big thanks for such descriptive answer! <3

Big thanks for such descriptive answer! <3
Forum: General Authoring Discussion 03-28-16, 01:32 PM
Replies: 9
Views: 3,887
Posted By Oniya
Question Using Grail

Trying to find out how to read Grail :)
Have read all instructions, but have some stop point for some parameters i do not understand so well.

Example we have quests in DB:

G[2]='FH K0230 L019...
Forum: General Authoring Discussion 03-07-16, 11:23 PM
Replies: 5
Views: 2,471
Posted By Oniya
was searching a way to request alts names :) Like...

was searching a way to request alts names :) Like without have to launch one time addon on toon to get it as alt name
Showing results 1 to 25 of 57