world-of-warcraft Questions
3
Solved
This EPGP World of Warcraft addon outputs an epgp.lua database file.
I wrote a plugin to convert the Lua data into a JSON object for display on a guild website. It was working in older versions of...
Jacquard asked 27/4, 2013 at 18:56
3
Solved
I'm trying to display my total experience points as a percentage rounded to two decimals. I have come up with a solution, but its quite clunky. There has to be a better way.
Here is what I have:
...
Mulberry asked 16/9, 2019 at 3:29
2
Solved
I'm learning about wow addons and I would like to create a command that shows in chat "Hello World" when I typed "/cht". I checked http://wowwiki.wikia.com/wiki/Creating_a_slash_command but my code...
Masaccio asked 23/7, 2017 at 11:9
5
Solved
I've been looking for first-hand information on the World of Warcraft addon API. There are a couple wikis that are pretty good, but their reference links only point internally. Surely there is some...
Revengeful asked 31/8, 2012 at 16:27
2
Solved
In the embeded lua environment (World of Warcraft - WoW) is missing the require function.
I want port one existing lua source code (an great OO-library) for the use it in the WoW. The library itse...
Campion asked 26/4, 2016 at 17:31
1
Solved
I have a string similar to this:
[13:41:25] [100:Devnull]: 01:41:20, 13:41:21> |Hunit:Player-3693-07420299:DevnullYour [Chimaera Shot] hit |Hunit:Creature-0-3693-1116-3-87318-0000881AC4:Dungeon...
Dagnah asked 19/3, 2015 at 20:49
12
Solved
I'm aware of the WoW add-on programming community, but what I can find no documentation on is any API for accessing WoW's databases from the web. I see third-party sites like WoWHeroes.com and Wowh...
Snake asked 29/5, 2009 at 20:18
5
Solved
I want to know if I can access World of Warcraft in an API.
My requirements are very precise:
MUST be official blizzard API
MUST be accessible out-of-game.
Ictinus asked 17/12, 2010 at 18:55
2
Solved
A simple question.
When a roll has been done it shows as:
"Need Roll - 150 for [SomeItem] by [SomePerson] + role bonus"
I wish for some way to isolate the number 150.
However there is no such th...
Obala asked 27/2, 2012 at 22:49
7
Solved
I'm developing an Android application for accessing some battle.net (https://eu.battle.net) account data (for World of Warcraft) and I'm using the org.apache.http.client.HttpClient to do so.
This ...
Fidgety asked 6/11, 2010 at 20:50
6
Solved
How do you make a combo of two emotes in lua in World of Warcraft work?
function Button2_OnClick()
PlaySoundFile("Interface\\Addons\\Fart\\common_fart[1].wav");
DoEmote("moon");
DoEmote("sit");...
Rahm asked 21/6, 2009 at 23:3
2
Solved
Not sure if this is an appropriate programming question or not; but here goes....
I've written a very simple add-on that displays text/plays a sound when certain spells become usable (Overpower / ...
Nari asked 6/12, 2009 at 17:44
2
Solved
I'm developing a simple application that fetches some data from wowarmory.com. What I need to do is fetch reputations for a character. I know where's the api located:
http://www.wowarmory.com/char...
Crispas asked 16/7, 2009 at 18:7
4
Solved
As a long time World of Warcraft player, and a passionate developer I have decided that I would like to combine the two and set about developing some addins. Not only to improve my gameplay e...
Hautevienne asked 9/8, 2008 at 17:51
1
© 2022 - 2024 — McMap. All rights reserved.