Feedback and support for wowprogramming.com.
Login to create a new discussion topic
| Subject | Last Post |
|---|---|
|
Chapters portion of website is broken posted by siejai
I'm only in the first chapter and I figured I'd visit the website and have a look at the first addon to see how it was written compared to mine, and I can't find it.
The book says to go to http://wowprogramming.com/chapters/01 - which doesn't work...
|
2010/02/12 07:44:41 by jnwhiteh |
|
mac lua interpreter posted by aradel
so I have an "older" mac with v10.4.11 and the interpreter under tools won't work it says I need the new fancy version of the OS is it possible to get a version that works for all OS versions?
|
2009/10/12 09:53:08 by jnwhiteh |
|
Can't find Chapter on "Responding to the Combat Log and Threat Information posted by Ubenmeyer
I have purchased World of Warcraft Programming and when I lookup the event:
COMBAT_LOG_EVENT_UNFILTERED on the website I'm referred to this chapter but can't find it.
Any suggestions on where to find a detailed description of information supplied i...
|
2009/08/27 14:31:26 by jnwhiteh |
|
Info (CalendarGetNumDayEvents) posted by Quasi
Someone might want to confirm this, but I thought it could be noted on the CalendarGetNumDayEvents page that it will count the Blizzard created events in month offset 1 out to the second Tuesday of that month. I haven't tested -1, but I have had a se...
|
2009/07/07 16:27:47 by Quasi |
|
Chapter 12 download fail posted by Barinor
I was trying to download combat tracker.zip file and it just gives gibberish. Other chapters with the same problem are :- 10, 14, 15, 17 (File - SABTest.zip ).
I have not checked any others.
|
2009/06/15 10:57:00 by Barinor |
|
NChapter 12 Still gives gibberish posted by Barinor
As of 22:40 8th June the chapter 12 link still gives a busted link. See my previous post on chapter 12.
|
2009/06/09 12:06:07 by jnwhiteh |
|
Chapter 13 download fail posted by Talanthas
I was trying to download the TargetText addon but it gives me this error: Requested action does not match file content: nil Followed by a whole ton of jumbled letters.
Several other downloads appear to not be working as well.
|
2009/06/02 20:08:19 by jnwhiteh |
|
Macintosh posted by trav
Lua-WoW (PC Zip, Mac DMG) - Modified Lua distribution that includes changes to more closely match the WoW environment. See the readme files for more details.
Whoops, page utils/mac/lua-wow does not support action .dmg.
got this when clicking on t...
|
2009/05/25 22:28:24 by jnwhiteh |
|
BLP2PNG Converter, Firefox, Save posted by Aesir
Firefox, right click Save Image As... when right-clicking the image displayed on the BLP2PNG page forces a file name extension of, of all things, .com. The default suggested name was actually www.wowprogramming.com with a file type of "PNG".&nb...
|
2009/04/14 08:17:07 by Aesir |
|
Hotmail users can't create account posted by StuzUK
Spent days waiting for the email to confirm account email never came.
48 hours later had to sign up for a new email address with gmail just to join the site, please fix this issue and also add a password retrival.
I do not want another email just to ...
|
2009/03/24 18:36:50 by jnwhiteh |
|
Sputnik not working ? posted by Philburt
Tried to access the developemt forum but all i got was an error message telling me :
Sputnik ran but failed due to an unexpected error.Error details: :58: .../sputnik-forums/cvs-1/lua/sputnik/actions/forums.lua:107: attempt to compare string with nil...
|
2009/03/16 16:35:53 by themirrorfalse |
|
How do you read this website? posted by wwhat
I think the format is confusing:
http://www.wowprogramming.com/docs/api/IsAltKeyDown
What does it return? Does it return -1 or is the "-" just a sperator so it really returns 1?
(Or does it return something else entirely)
|
2009/03/09 17:26:32 by jnwhiteh |
|
[error] the website is down! not the youtube video... posted by Myrroddin
I tried going into the development forum to catch up, and ask a question, but I get this:
Sputnik ran but failed due to an unexpected error. Error details: :58: .../sputnik-forums/cvs-1/lua/sputnik/actions/forums.lua:107: attempt to compare s...
|
2009/01/04 15:57:48 by jnwhiteh |
|
Topic reply notication and locating previous posts for replies posted by StuzUK
How do I get topic notification for my posts or any posts that I have replied to?
How do I locate posts I have made without using Ctrl+F on every catorgy page?
|
2008/12/17 08:53:08 by jnwhiteh |
|
Searhing the forums? posted by StuzUK
Where is the search button or is it me?
|
2008/12/17 08:52:06 by jnwhiteh |
|
Lua interpreter download posted by gloreynn
On page 6, chapter 1, of the book, the website "http://wowprogramming.com/downloads/lua/windows" is given to download the Lua interpreter. When the link is clicked on to download the file, it redirects to a page with the error message:
Whoops...
|
2008/11/04 08:49:25 by morlando |
|
Forums display posted by Drayeah
In the forums section I see a bunch of HTML tags (like <p> etc...) being displayed. This makes the text very bad readable.
Also The book support section does not seem to sort the posts properly. I made a post and I could not see it and posted i...
|
2008/08/20 14:10:28 by jnwhiteh |
|
When clicking on development link get this error:
Sputnik ran but failed due to an unexpected error.
and no content is displayed
|
2008/07/22 20:47:20 by jnwhiteh |
|
WebLua does not provide a stack traceback. posted in Website posted by Frankaladin
Just a note that the WebLua does not provide a stack traceback as described at the top of page 37. I realize that this is not an truely an error, but it's something that you may want to mention.
--Frankaladin
|
2008/06/15 08:31:18 by jnwhiteh |
|
WoWLua Addon posted in Website posted by Dotdotgoose
On page five, chapter one of the Programming for World of Warcraft book it says navigate to: http://wowprogramming.com/addons/weblua and click the download link to get the zip file. I have a question, where is the download link?
|
2008/06/14 15:31:36 by jnwhiteh |
|
WebLua Interpreter - Page 17 - Assigning Variables posted in Website posted by Frankaladin
Just got the book and I'm typing in every example as I go.
I just got to page 17 and I'm down to the "Assigning Variables" section.
In the book it looks like this...
> foo = 14
> print (foo)
14
> foo = "Hello!"
> print (foo)
Hello!
But when I typ...
|
2008/06/14 15:25:34 by jnwhiteh |
|
Rarr! posted in Website posted by Cairenn
Looks great guys, congrats! I know the number of hours of work that have gone into this.
|
2008/05/17 23:34:45 by jnwhiteh |
|
Bug and feedback posted in Website posted by Cairenn
Posting reminder per request: If you try to post something when not logged in, this error shows up (or at least, it did the once): http://wowi.pastey.net/86901
Feedback: After hitting the save button, it shows you what you've posted, which is good,...
|
2008/05/17 23:34:44 by Cairenn |
|
Two more bugs posted in Website posted by Cairenn
I'm really not trying to be a pita, sorry. =/
From Shadowed's post:
&llt;p&lgt;Preview for editing API references isn't working, all it does is show a link with "Change", and two buttons "Save" and "Cancel" but no actual preview.&llt;...
|
2008/05/17 23:34:44 by Cairenn |
|
Trying to edit a posting posted in Website posted by trav
Why can't I edit my postings? When I click on the edit link, I get this message:
Sorry, that action is not allowed
??????????????? as we say in the land of great confusion
trav
|
2008/05/17 23:34:44 by jnwhiteh |
|
GetItemFamily example code is English specific. posted in Website posted by Shefki
Part of the example code at:
http://www.wowprogramming.com/docs/api/GetItemFamily
contains:
-- If the item is a container, then the itemFamily should be 0
local itemType = select(6, GetItemInfo(item))
if itemType == "Container" or itemType ...
|
2008/05/17 23:34:44 by jnwhiteh |
|
Suggestions posted in Website posted by Zhinjio
Search box
Categories or some organizational hierarchy for events? Not really sure what works best here, but there's gotta be some way to pull it up from just a flat list. Widgets are easy since there is clear inheritence, API reference has categori...
|
2008/05/17 23:34:43 by morlando |
|
I am getting this when I try running it:
/Applications/Lua-WoW.app/Contents/MacOS/launch: line 5: /Applications/Lua-WoW.app/Contents/MacOS/lua: cannot execute binary file
/Applications/Lua-WoW.app/Contents/MacOS/launch: line 5: /Applications/Lua-WoW....
|
2008/05/17 23:34:43 by jnwhiteh |
|
Escape bug with forum posts posted in Website posted by Shadowed
XSSFilter could not parse (X)HTML
|
2008/05/17 23:34:43 by jnwhiteh |
|
Unable to download the PC version of Lua-WoW posted in Website posted by kse001
It seems to give an error "Sorry that action is not allowed" when clicked. The other utilities appear to be fine.
|
2008/05/17 23:34:43 by morlando |
|
API Document suggestion/bug posted in Website posted by Shadowed
XSSFilter could not parse (X)HTML
|
2008/05/17 23:34:42 by jnwhiteh |
|
Forgot your password? posted in Website posted by Cogwheel
Need a password reset option...
Edit: posting this for Guillotine :P
|
2008/05/17 23:34:42 by Guillotine |
|
Cogwheel's Suggestions/Todo list posted in Website posted by morlando
Ability to change the size of the weblua window
DONE Ability to specify float for images
Won't do Rather than concatenating the short and long descriptions, the long description should be moved underneath the returns section
DONE Sor...
|
2008/05/17 23:34:42 by morlando |