Showing results 1 to 18 of 18
Search took 0.00 seconds.
Search: Posts Made By: Myke916
Forum: General Authoring Discussion 06-04-11, 01:40 PM
Replies: 24
Views: 17,348
Posted By Myke916
had to startover 2 more times, but...

upto 300 lines!!!

i managed to save the code every milestone, and messed up a few times, but had code to fall back on....

might have accidentially finished the code today, but! it needs to be...
Forum: General Authoring Discussion 06-01-11, 10:36 PM
Replies: 24
Views: 17,348
Posted By Myke916
getting closer

i did it on paper.... to many variables to do in my head and on screen...

i also went to a noisy resturaunt.. it helped drown out the noise of my thinking, and made me get into a mind frame to build...
Forum: General Authoring Discussion 05-28-11, 08:25 PM
Replies: 24
Views: 17,348
Posted By Myke916
true, problem with that is i have over 1000...

true, problem with that is i have over 1000 members in my guild... cant do random... but i do understand where your going... seems nifty... but.. id focus more on chat trigger rather than...
Forum: General Authoring Discussion 05-28-11, 03:06 PM
Replies: 24
Views: 17,348
Posted By Myke916
1) The Queue (just like waiting in line... by...

1) The Queue (just like waiting in line... by definition) is used to Select The master, who ever has lead and remains online, stays at the top of the queue, when logged off, next person in line takes...
Forum: General Authoring Discussion 05-28-11, 01:03 PM
Replies: 24
Views: 17,348
Posted By Myke916
well.... im dying trying to get this to work......

well.... im dying trying to get this to work... umm.. i have attempted 4 times, and no luck... except the 2nd time, it did work, i still have that code saved too, but... not exactly...

ok, this is...
Forum: General Authoring Discussion 05-27-11, 11:54 PM
Replies: 24
Views: 17,348
Posted By Myke916
ahhh the tao of pooh.... my psychologist made me...

ahhh the tao of pooh.... my psychologist made me read that... kinda like saying... some people think ur crazy if you have a psychologist, others will say your crazy if you dont!

oh yea... last...
Forum: General Authoring Discussion 05-27-11, 11:31 PM
Replies: 24
Views: 17,348
Posted By Myke916
1)lol... yea sometimes it seems im the only one...

1)lol... yea sometimes it seems im the only one who understands me, and now if seerah does, that makes two of us that know that i might be incompetent but that guy that sits down on the corner...
Forum: General Authoring Discussion 05-27-11, 08:50 PM
Replies: 24
Views: 17,348
Posted By Myke916
tyvm... hope u dont mean to discontinue the fact...

tyvm... hope u dont mean to discontinue the fact that i still need a queue... joking... :D
Forum: General Authoring Discussion 05-27-11, 03:20 PM
Replies: 24
Views: 17,348
Posted By Myke916
i wont even say that "p" word anymore, thats how...

i wont even say that "p" word anymore, thats how serious i am...


and i specifically said, i am not running a private server (i hate them also, wow rules..), it was a missunderstanding about using...
Forum: General Authoring Discussion 05-27-11, 03:18 PM
Replies: 24
Views: 17,348
Posted By Myke916
ok... well wiki has an example

here is the wiki example: javascript not lua

function Queue(){
this.data = [];
this.head = 0;
this.size = 0;

this.size = function(){
return this.size < 0 ? 0 : this.size;
...
Forum: General Authoring Discussion 05-27-11, 12:47 PM
Replies: 24
Views: 17,348
Posted By Myke916
informational... kinda like this one, its kinda...

informational...

kinda like this one, its kinda handy...
http://en.wikipedia.org/wiki/Priority_queue

thus i can add a priority to the queue, such as, GuildMaster=0, Officer=1, Verteran=2, Member=3...
Forum: General Authoring Discussion 05-27-11, 01:54 AM
Replies: 24
Views: 17,348
Posted By Myke916
ok... finnallly made some progress.... just...

ok... finnallly made some progress.... just need'd to distinguish the characteristic of the queue a little better... as in:

add to queue

move forward in queue

reset queue

then---> queue function...
Forum: General Authoring Discussion 05-27-11, 12:43 AM
Replies: 24
Views: 17,348
Posted By Myke916
lol...

i kno... but ummmm... i really do need help with this....

any suggestions?

my next help question is gonna be about transmitting tables thru the addon channel.... im sure i could figure that out......
Forum: AddOn Help/Support 05-27-11, 12:39 AM
Replies: 5
Views: 4,438
Posted By Myke916
answered...

in fact this was answered better on another forum, and we got into discussion about building an iphone addon... kinda like how blizz has the mobile armory and other apps on the iphone app...
Forum: General Authoring Discussion 05-27-11, 12:32 AM
Replies: 24
Views: 17,348
Posted By Myke916
NO... that was all a HUGE MISUNDERSTANDING.... i...

NO... that was all a HUGE MISUNDERSTANDING.... i was talking about wowbench... a testbench software..... we were talking about style and coding programs, and that stupid word came up... im not even...
Forum: General Authoring Discussion 05-26-11, 11:54 PM
Replies: 24
Views: 17,348
Posted By Myke916
Need Help Building a Queue

ive been trying to build a queue for my addon, no luck...

supposively the programming work that i have done so far, is like talking to a mirror.... the code is supposed to be the same for each...
Forum: AddOn Help/Support 05-26-11, 11:46 PM
Replies: 5
Views: 4,438
Posted By Myke916
lol

dont i know u from somewhere?
Forum: AddOn Help/Support 05-25-11, 04:05 PM
Replies: 5
Views: 4,438
Posted By Myke916
Access /SAVEDVARIABLES/ with notepad..

I used to Just PLAY WOW, now I DESIGN WOW....

i was wondering thou, is there anyway to access /SAVEDVARIABLES/ while wow is running, it seems that if wow is running it keep the variables in memory,...
Showing results 1 to 18 of 18