Tagged Questions

0
votes
2answers
61 views

how do i get an always changing value from a string c#

I am working on a program that will automatically get your characters stats and whatnot from the wow armory. I already have the html, and i can identify where the string is, but i need to get the …
0
votes
0answers
74 views

Extract contents from World of Warcraft [closed]

What do I need to know to extract the contents of the MPQ files (and extracting the contents from mmorpgs in general) I'm not using them in any project or something I just want to experiment, it is …
1
vote
1answer
33 views

Physic engine for sandy 3d

Hello guys, I develop a small game to learn AS and sandy 3D. I want to include a physic engine in my 3D scene. I wanted to use WOW like the sandy tutorial say but the WOW web site is down so it's …
0
votes
2answers
123 views

Problems with multiline EditBox widget in World of Warcraft AddOn

When I try to set the width of a multiline EditBox widget, it flickers for a moment, then gets set. Is there a way to get rid of the flickering? Or, alternatively, is there a workaround?
4
votes
4answers
312 views

How do you make a combo of two emotes in lua in World of Warcraft work?

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"); …
0
votes
6answers
179 views

How can I generate this hash?

I'm new to programming (just started!) and have hit a wall recently. I am making a fansite for World of Warcraft, and I want to link to a popular site (wowhead.com). The following page shows what I'm …
0
votes
3answers
209 views

What’s with PCALL or is Wowwiki wrong?

This is a WoW (World of Warcraft) lua script question. Not many of these get asked here but I have no where to turn and Stackoverflow is the programmer oasis for answers. Question: Wowwiki states …
5
votes
4answers
688 views

Developing addins for World of Warcraft - Getting started?

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 experience …