Athene
Player-
Content count
37 -
Joined
-
Last visited
Community Reputation
3 NeutralAbout Athene
-
Rank
Advanced User
Recent Profile Visitors
2,124 profile views
-
I think he meant randomly assigning the X and Y coordinates of each nodes, but it's way too much work and not blizzlike at all (having to use pathfinding checks for each nodes to be sure it doesn't end up on top of a tree or something). If they want to fine tune the amount of minerals/herbs they want to allow players to get they must play with the respawn timer and nothing else :)
-
What greenlight ? Nodes coords aren't secret, I extracted mine from aowow DB's like vanillagaming, hellground, hellfire and have been doing that for ages > never got banned, even on retail you can fill your gatherer in a few seconds, check GatherMate2_Data on Curse^^ It's blizzlike to use this kind of stuff, but so far only a few people knew how to do it properly ;)
-
Is it not standard for the Blizz UI to show healing numbers done on a friendly target? I dont see any
Athene replied to whatisgoingon's topic in UI, AddOns & Macros
You can't :) -
Kinda pointless given that there's no addon like Routes in Vanilla :(
-
Using a forum as an addon hosting place in 2017 :/
-
[Addon] pfUI - An ElvUI inspired Addon entirely written from scratch
Athene replied to shagu's topic in UI, AddOns & Macros
I think it's related to the "Show Game Damage" in /msbt, this thing is enabled by default. -
I think the addon you're looking for is called "Legion".
-
"Key-down" / castmodifier script macro - why this error, whats not working?
Athene replied to whatisgoingon's topic in UI, AddOns & Macros
Change this if to an elseif -
Cancelaura script without Supermacro?
Athene replied to whatisgoingon's topic in UI, AddOns & Macros
Not an API call, it makes as if you mouseover the buff and displays it's tooltip on another hidden tooltip then it reads the first line where it gets the buff name and it repeat that for every buffs until it find the correct one, or not. You won't be able to fit that in the 255 char macro limit, you'll have to use SuperMacro and use /unbuff (same goes for your other thread with items). If you really don't like SuperMacro you could browse the code, copy those functions and paste them in another addon (or in a custom one). -
"Key-down" / castmodifier script macro - why this error, whats not working?
Athene replied to whatisgoingon's topic in UI, AddOns & Macros
Yes, that's it ;) You can find the list of functions in the API with correct syntax here: http://wowwiki.wikia.com/wiki/World_of_Warcraft_API?oldid=221250 -
"Key-down" / castmodifier script macro - why this error, whats not working?
Athene replied to whatisgoingon's topic in UI, AddOns & Macros
IsControlKeyDown() -
I have to disagree with that. There are protected and unprotected functions in the LUA API, http://wowwiki.wikia.com/wiki/World_of_Warcraft_API We should be able to use them as we want to automate stuff as long as they are not protected. Automatic buyout isn't protected for example and we don't need user input to buy an item, if the player opened the AH by interacting with the NPC then we can do whatever we want in the addon... Anyway, you can't tell if we're automating buyouts as long as we're not buying a sh!tload of stuff within a certain time.
-
Search why this addon was possible to make in the first place before asking for a backport that can't be done.
-
Are you using v4.42 ? (If you are using my edit otherwise use it :>) https://github.com/AtheneGenesis/Vanilla_MikScrollingBattleText/releases
-
156% hp :O
