Showing results 1 to 25 of 50
Search took 0.00 seconds.
Search: Posts Made By: ceylina
Forum: Lua/XML Help 10-25-17, 01:25 PM
Replies: 11
Views: 6,765
Posted By ceylina
Sadness. I hate using macros in code. Hopefully...

Sadness. I hate using macros in code. Hopefully someone will figure out the change
Forum: Lua/XML Help 10-25-17, 01:11 PM
Replies: 11
Views: 6,765
Posted By ceylina
Are quit() and logout() now protected?

As of 7.3.2, the functions logout() and quit() are somehow considered protected now. I am trying to look to see if anything has changed that no longer allows you to programmatically call logout or...
Forum: AddOn Search/Requests 02-18-17, 06:28 PM
Replies: 3
Views: 11,863
Posted By ceylina
http://www.wowinterface.com/downloads/info19390-Ku...

http://www.wowinterface.com/downloads/info19390-KuiNameplates.html

Alpha and beta version that are more up to date are on curse however

https://mods.curse.com/addons/wow/kuinameplates
Forum: AddOn Help/Support 01-22-17, 01:04 AM
Replies: 3
Views: 4,380
Posted By ceylina
Might be because coordinate positioning inside...

Might be because coordinate positioning inside instances is disabled as of 7.xx something (I forget now the exact patch that did it)

You need to check against the function IsInInstance() and if true...
Forum: AddOn Help/Support 11-27-16, 07:19 PM
Replies: 2
Views: 4,047
Posted By ceylina
It was pulled at the author's request. it's gone

It was pulled at the author's request. it's gone
Forum: AddOn Help/Support 10-29-16, 10:06 PM
Replies: 4
Views: 2,616
Posted By ceylina
Mapster: https://mods.curse.com/addons/wow/mapste...

Mapster:

https://mods.curse.com/addons/wow/mapster

SyLevel has been pretty much abandoned but give itemleveldisplay a try

https://mods.curse.com/addons/wow/itemleveldisplay


For item level...
Forum: Legion Beta archived threads 10-26-16, 08:44 AM
Replies: 15
Views: 9,531
Posted By ceylina
Just to make sure that you are only using...

Just to make sure that you are only using SetMapToCurrentZone() by checking if WorldMapFrame:IsVisible() is false right? Otherwise you will do all sorts of nasty things when a user opens their world...
Forum: AddOn Help/Support 10-03-16, 11:48 AM
Replies: 6
Views: 2,505
Posted By ceylina
Why not just post an issue on their github...

Why not just post an issue on their github page?

https://github.com/sunaurus/ElvUI_TankHealth/issues
Forum: Legion Beta archived threads 09-27-16, 04:56 PM
Replies: 5
Views: 5,367
Posted By ceylina
It's GetGuildMemberRecipes that is reporting off...

It's GetGuildMemberRecipes that is reporting off specifically. Using that function doesn't account for bonuses.
Forum: Legion Beta archived threads 09-25-16, 10:54 PM
Replies: 5
Views: 5,367
Posted By ceylina
Gotham Rounded...

Gotham Rounded Medium

http://fontsgeek.com/fonts/Gotham-Rounded-Medium

I use book, medium, bold, and gotham ultra in my UI
Forum: Legion Beta archived threads 09-25-16, 11:06 AM
Replies: 5
Views: 5,367
Posted By ceylina
GetGuildMemberRecipes not accounting for racial bonuses

GetGuildMemberRecipes in Blizzard_GuildUI/Blizzard_GuildRoster.lua does not account for racial bonuses in calculating profession levels.

For example, engineering gets a bonus as a gnome. I currently...
Forum: Legion Beta archived threads 08-18-16, 02:27 PM
Replies: 2
Views: 3,282
Posted By ceylina
To add to this, it looks like when a unit's...

To add to this, it looks like when a unit's faction changes like it does in the invasions, you can get this error:

10x FrameXML\CompactUnitFrame.lua:346: Usage: UnitDetailedThreatSituation("unit" [,...
Forum: Legion Beta archived threads 08-06-16, 12:15 PM
Replies: 1
Views: 2,651
Posted By ceylina
Setting color texture change

So there is a slight change in the way textures are colored

Not sure if it has always been there but with legion if you do anything with the color picker frame, set a texture color,...
Forum: Legion Beta archived threads 07-24-16, 10:46 PM
Replies: 7
Views: 7,422
Posted By ceylina
Small update. Ran a full scan test on the Beta...

Small update. Ran a full scan test on the Beta servers and there was no error so either something is fixed back end or there is a flag/index/header/ etc not enabled on live that is throwing off this...
Forum: Legion Beta archived threads 07-24-16, 01:59 PM
Replies: 7
Views: 7,422
Posted By ceylina
If you want to do a full scan single page query...

If you want to do a full scan single page query using the default entries of objects on the browse tab, this is the long form code for QueryAuctionItems()

QueryAuctionItems(BrowseName:GetText(),...
Forum: Legion Beta archived threads 07-22-16, 04:45 PM
Replies: 7
Views: 7,422
Posted By ceylina
Lastly, the changes to queryAuctionItems in 7.0...

Lastly, the changes to queryAuctionItems in 7.0 are this (3 items merged into one, removed, and placed at the end)


pre 7.0
QueryAuctionItems(text, minLevel, maxLevel, invType, class, subclass,...
Forum: Legion Beta archived threads 07-22-16, 02:25 PM
Replies: 7
Views: 7,422
Posted By ceylina
Even more fun If I try and run /dump...

Even more fun

If I try and run

/dump...
Forum: Legion Beta archived threads 07-22-16, 01:31 PM
Replies: 7
Views: 7,422
Posted By ceylina
More observations: In Blizzard's...

More observations:

In Blizzard's AuctionUI.lua

The initial value of that drop down is set by


function BrowseDropDown_OnLoad(self)
UIDropDownMenu_Initialize(self,...
Forum: Legion Beta archived threads 07-21-16, 04:53 PM
Replies: 7
Views: 7,422
Posted By ceylina
Noticed that. It explains then why line 730 in...

Noticed that. It explains then why line 730 in the blizzard addon

color = ITEM_QUALITY_COLORS[quality];

would error out.

I would still consider this a bad bug on their part. Why would quality ever...
Forum: Legion Beta archived threads 07-19-16, 08:18 PM
Replies: 7
Views: 7,422
Posted By ceylina
QueryAuctionItems causes error in Blizzard_AuctionUI.lua

QueryAuctionItems() full scan (equivalent of getAll) returns error

Running the following if you can run a full scan (as checked by CanSendAuctionQuery()) wil lthrow an error

To reporduce:

Have no...
Forum: Legion Beta archived threads 07-17-16, 05:02 PM
Replies: 2
Views: 3,282
Posted By ceylina
Reported that several times during the demon...

Reported that several times during the demon invasion testing. I guess they haven't got around to it. Funny seeing how many times that has been posted in the bug forum.

Perhaps they need to just...
Forum: Legion Beta archived threads 07-16-16, 12:44 PM
Replies: 3
Views: 2,388
Posted By ceylina
Can confirm Tercioo's report, even if he has an...

Can confirm Tercioo's report, even if he has an ungodly small monitor :P


Here's a better shot to show what happens. No addons enabled.

http://i.imgur.com/mTApQAS.jpg
Forum: AddOn Help/Support 07-07-16, 02:13 PM
Replies: 4
Views: 2,342
Posted By ceylina
This is on curse but you might want to look at...

This is on curse but you might want to look at Compact Runes

http://mods.curse.com/addons/wow/compact-runes

The author is working on a legion update
Forum: Legion Beta archived threads 07-06-16, 11:04 AM
Replies: 83
Views: 57,646
Posted By ceylina
If anyone cares,...

If anyone cares,

GetTradeSkillSelectionIndex()

has become

TradeSkillFrame.RecipeList:GetSelectedRecipeID()

Also
Forum: Legion Beta archived threads 07-06-16, 10:42 AM
Replies: 0
Views: 3,642
Posted By ceylina
Getting selected tradeskill recipeID?

Edit I may have found my answer!

TradeSkillFrame.RecipeList:GetSelectedRecipeID()




GetTradeSkillSelectionIndex() has been removed without a direct legion...
Showing results 1 to 25 of 50