Results: 3Comments by: zhuojia
File: SnowfallRune01-02-10
Thanks for the quick reply. Ther...
Posted By: zhuojia
Thanks for the quick reply. There was a slight bug in the expression you quoted but using it, I managed to understand the function used to create the bars. What I did was to create a local array: runeBarIndexArray = {3, 4, 2, 6, 1, 5} and iterate through the array in setting the value of runeBarLeftToRightIndex. It's...
File: SnowfallRune01-02-10
Re-arrange rune layout
Posted By: zhuojia
I love this mod for its simplicity and functionality. I would like to change the rune layout from the default Blizzard BBFFUU to something like FUBBFU but looking around in the code I can't find where I can edit this. Can you advise?
File: ncChat12-28-09
There's a minor bug in line 57 of n...
Posted By: zhuojia
There's a minor bug in line 57 of ncchat.lua in function telltarget(): SendChatMessage(s, "WHISPER", nil, name) The variable "s" should be "msg" since that is the variable of the string passed into the function.