Showing results 1 to 25 of 30
Search took 0.00 seconds.
Search: Posts Made By: yoshimo
Forum: AddOn Search/Requests 10-26-18, 09:21 AM
Replies: 6
Views: 2,968
Posted By yoshimo
It won't work if i leave it unchanged because...

It won't work if i leave it unchanged because 5.04 removed the api calls.
If i do my changes, it doesn't seem to catch any addon but there are still error messages, that hint at addons using the...
Forum: AddOn Search/Requests 10-26-18, 02:18 AM
Replies: 6
Views: 2,968
Posted By yoshimo
would this be equivalent to the old code? if...

would this be equivalent to the old code?

if (chl == "raid" and IsInRaid() == 0) or (chl == "party" and IsInGroup() == 0) or (chl == "guild" and IsInGuild() == 0) or (chl == "battleground" and...
Forum: AddOn Search/Requests 09-22-18, 09:36 AM
Replies: 0
Views: 1,758
Posted By yoshimo
Tradeskill Item AH Search, cheapest way

If i need items that can be produced by other players like cut gems or enchantments or bags, it would be nice to see in one place if it is cheaper to buy the raw materials or the finished product...
Forum: AddOn Search/Requests 09-10-18, 12:42 PM
Replies: 3
Views: 2,643
Posted By yoshimo
Maybe scanning the taximap and caching...

Maybe scanning the taximap and caching C_TaxiMap:GetAllTaxiNodes() might help out?
Forum: AddOn Search/Requests 09-09-18, 05:59 AM
Replies: 6
Views: 2,968
Posted By yoshimo
Since the API changed quite drastically how would...

Since the API changed quite drastically how would i update the checks of YAIAP for modern bfa api?
Forum: General Authoring Discussion 08-20-18, 04:38 AM
Replies: 1
Views: 2,025
Posted By yoshimo
There is no common method for additional vendor buttons, is there?

Similiar to the worldmap, the vendor frame becomes a problem when multiple addons try to extend the functionality of the vendor frame with additional buttons.
I have multiple buttons at the same...
Forum: AddOn Search/Requests 08-12-18, 04:34 AM
Replies: 0
Views: 1,233
Posted By yoshimo
Progress tooltips for Expeditions

In Legion we had MythicPlusProgress to see how much trash you still need and which mobs.
It recorded the progress towards the 100% goal that each mob gave you.

I think in terms of azerite this would...
Forum: AddOn Search/Requests 07-22-18, 04:15 AM
Replies: 0
Views: 1,278
Posted By yoshimo
Mob Spell Recorder

In the past i have been using MobSpells and some other (i think its name started with g) to add the spells a mob casts to its tooltip for the next encounter.
Mobspells categorized them by name and...
Forum: AddOn Search/Requests 07-07-18, 05:37 AM
Replies: 6
Views: 2,968
Posted By yoshimo
Something like that yea. Needs a little work...

Something like that yea. Needs a little work though as 5.0.4 has changed the api a little bit.
More specifically https://www.wowace.com/projects/youarentinapartyfix but it didn't show up on the...
Forum: AddOn Search/Requests 07-04-18, 10:38 AM
Replies: 6
Views: 2,968
Posted By yoshimo
Blame the addon sending messages to the wrong channel

Every now and then i stumble upon an addon that tries to use SendAddonMessage with the wrong channel as argument. This results in "you aren't in a party/raid/.." being printed repeatedly by the...
Forum: PTR API and Graphics Changes 07-04-18, 10:32 AM
Replies: 2
Views: 12,149
Posted By yoshimo
Mhmm why always rely on the name of an aura...

Mhmm why always rely on the name of an aura instead of a more unique , non localised spellid?
Forum: Lua/XML Help 06-21-18, 01:59 AM
Replies: 0
Views: 1,131
Posted By yoshimo
Can you get the Quest started/finished from a looted item?

I want to connect quests that are started OR completed by using an item with the mob or object (plant/chest/something else) you loot them from.
Is it possible to get the info from an item if it...
Forum: PTR General Discussion 06-19-18, 10:42 AM
Replies: 5
Views: 6,735
Posted By yoshimo
Have they given a reason for this? I mean...

Have they given a reason for this?
I mean filtering out "WTS" groups was rather simple.
Forum: Lua/XML Help 08-08-17, 01:07 PM
Replies: 11
Views: 2,874
Posted By yoshimo
print("--") local...

print("--")
local a=C_ArtifactUI.GetPowers()
--print(a[18])

local data = C_ArtifactUI.GetPowerInfo(a[18]);

print(data.isFinal)

for i, j in pairs( C_ArtifactUI.GetPowerInfo(a[18]) ) do
-- ...
Forum: Lua/XML Help 07-29-17, 06:56 AM
Replies: 11
Views: 2,874
Posted By yoshimo
Do all artifacts have the exact same amount of...

Do all artifacts have the exact same amount of treats except maybe the fishing pole?
It is possible to hit that error, now if you don't do broken shore, later in the game maybe completely
Forum: Lua/XML Help 07-29-17, 04:29 AM
Replies: 11
Views: 2,874
Posted By yoshimo
Current maximum Artifact power

I want to avoid showing a button to use Artifact power items when the character is capped and all that would happen after the cast is the red error "your artifact has maximum power".
The question is...
Forum: Lua/XML Help 05-09-16, 01:12 AM
Replies: 2
Views: 1,714
Posted By yoshimo
Screenshot timing issues

Having a screenshot taken automatically if achievements or their criteria are earned seems rather easy if you tie the screenshot function to the event.
What i do not understand is how you make sure...
Forum: Legion Beta archived threads 04-28-16, 11:35 PM
Replies: 33
Views: 12,599
Posted By yoshimo
Which events are used for learned appearances and...

Which events are used for learned appearances and for the new class spells you get when your demon hunter kills a certain quest npc?
Forum: Site help, bugs, suggestions/questions 04-27-16, 03:56 AM
Replies: 4
Views: 1,261
Posted By yoshimo
In this case you might want to remove the block...

In this case you might want to remove the block of links at the bottom at the site that refer to the ZAM Network sites.
Forum: Site help, bugs, suggestions/questions 04-23-16, 12:12 PM
Replies: 4
Views: 1,261
Posted By yoshimo
Nice work, do you happen to know if other ZAM...

Nice work,
do you happen to know if other ZAM sites will join the party?
Forum: Site help, bugs, suggestions/questions 04-22-16, 08:18 AM
Replies: 4
Views: 1,261
Posted By yoshimo
TLS for WowInterface permantly?

I just noticed that wowinterface has TLS certificates from Cloudflare


Will this be active forever now and the small mixed content warnings fixed?
Forum: MoP Beta archived threads 07-16-12, 01:01 PM
Replies: 10
Views: 12,792
Posted By yoshimo
for now there is...

for now there is http://wow.curseforge.com/addons/pokemon-trainer/ which is about to put info in the tooltip of wild pets wether your current team has an advantage on that type or not as well as list...
Forum: MoP Beta archived threads 07-07-12, 03:43 PM
Replies: 36
Views: 24,765
Posted By yoshimo
Are you sure its indeed a bug and not one of...

Are you sure its indeed a bug and not one of these polymorphic spells that change name based on weapons, or spec or some additional talents like a monks jab can be diffrent by name and formula...
Forum: MoP Beta archived threads 07-01-12, 04:07 AM
Replies: 36
Views: 24,765
Posted By yoshimo
http://www.wowpedia.org/Patch_5.0.1/API_changes ma...

http://www.wowpedia.org/Patch_5.0.1/API_changes
maybe something from this list
Forum: MoP Beta archived threads 07-01-12, 12:42 AM
Replies: 258
Views: 180,106
Posted By yoshimo
Try IsQuestFlaggedCompleted(QuestID) a lot...

Try IsQuestFlaggedCompleted(QuestID)
a lot weaker, but it seems to return 1 if completed and nil if not completed.
Showing results 1 to 25 of 30