Search found 5 matches

by Animus
Sat Jul 12, 2003 11:23 am
Forum: Outdated Macros::Macro Depot
Topic: Twistdown.mac - Bard grouping macro
Replies: 3
Views: 1745

Twistdown.mac - Bard grouping macro

Alright, this code is prob based on other code from the site. blah blah blah, we're all programmers here. What it does is take 6 arguments, it twists the first three songs when autoattack is on, and the second 3 when autoattack is off. Usually I just set it up with my melee songs in first three and ...
by Animus
Fri Feb 28, 2003 8:06 pm
Forum: MQ2::General
Topic: My last post
Replies: 31
Views: 10597

I just lost any respect I had for the general 'sense of humor' of the board population. That was hampsterdance unfunny. I will leave you all to your singing kittens.... la~
by Animus
Wed Jan 15, 2003 8:57 pm
Forum: MQ2::General
Topic: Anyone that still wants the old UI...
Replies: 46
Views: 17526

basically, you're ignoring the final breakpoint and executin a debug command. not a patch, need to run that command every time
by Animus
Mon Jan 13, 2003 1:43 pm
Forum: Games::Everquest
Topic: NEWS: EQ now has a "Story" Window.
Replies: 15
Views: 3237

custom uis

Make sure to update your includes in EQUI.xml if you're using a custom UI. Windows not defined there will not show up. (pretty self explanitory, just open both in notepad and do a quick dif) You could always just replace your custom UI EQUI.xml with the one from default (or in that case, remove it s...
by Animus
Sat Jan 11, 2003 6:50 pm
Forum: MQ2::Development::Feature Discussion
Topic: VC6 compiling
Replies: 14
Views: 3363

Libraries

Did you link in the libraries? big problem I know most people have when compiling dx code is that they don't link in the dx libraries. in vc6 got to Project->Settings then under link, add the correct libraries to "Object/Library Modules" disclaimer: haven't tried compiling the code, since ...