Search found 51 matches

by koad
Wed Nov 16, 2005 11:07 pm
Forum: MQ2::General
Topic: Welcome our newest addition to the MQ2 dev team
Replies: 20
Views: 17277

Cheers rswiders!
by koad
Thu Jul 14, 2005 8:40 am
Forum: MQ2::Help
Topic: Okay, what am I missing? (compile error)
Replies: 12
Views: 5253

If your using vs.net2003, try opening the MacroQuest2.sln solution file in the root of your unzipped files to get it to load the workspaces, and it should ask you to convert them and then be able to be compiled by vs.
by koad
Wed Oct 06, 2004 5:42 pm
Forum: MQ2::Custom UI
Topic: 9th spell icon help (need EQtype)
Replies: 1
Views: 1100

Code: Select all

133
by koad
Thu Sep 16, 2004 8:10 pm
Forum: MQ2::Help
Topic: MQ2 Plugins
Replies: 1
Views: 1178

are your mq2main.dll and .lib files up to date (same compiled source the plugin is dependant on)? there may be a dependancy issue
by koad
Sun Aug 22, 2004 4:59 pm
Forum: MQ2::Bug Reports
Topic: Compling Error
Replies: 2
Views: 1029

I'd say your not unzipping with folder names.

should be

dxsdk90\include\dinput.h
mq2main\mq2auth.cpp
...
by koad
Sat Jun 05, 2004 2:33 pm
Forum: MQ2::Help
Topic: who is this pet ?
Replies: 2
Views: 1127

captions section can help you turn this off/on for different modes and targets. you can quickly blank the captions if you want in game by seting them with /caption , or simplfy them by looking at whats alread in the ini these ini settings makes all player,pet captions normal. only gives NPCs extra c...
by koad
Sat Jun 05, 2004 2:25 pm
Forum: MQ2::Bug Reports
Topic: MQ2ChatWnd lags after too much text
Replies: 4
Views: 1425

This happens alot to me as well, especially after being on a while, then pushing big outputs in the buffer like /who npc
by koad
Tue May 25, 2004 12:11 pm
Forum: MQ2::Macros::Help
Topic: HELP ME PLEASE!!! I WANNA LEARN TO MACRO
Replies: 13
Views: 4339

Brace yourself.
by koad
Wed Apr 28, 2004 4:04 am
Forum: Macro Help (MQ1)
Topic: counting guilds conversion: need a push
Replies: 0
Views: 2758

counting guilds conversion: need a push

I'm trying to convert this mac and its not counting guilds correctly (results are inconsistent too) can someone correct my syntax for the MQ2Data spawn searcher? | guilds.mac - lists guilds in zone by blueninja #turbo Sub Main /declare curid local /declare previd local /declare guilds array2 /declar...
by koad
Sat Apr 24, 2004 7:13 pm
Forum: CFG/Bind snippets
Topic: Main assist binds
Replies: 11
Views: 9171

Code: Select all

/varset mainassist ${Target.CleanName}
by koad
Sat Mar 27, 2004 7:39 pm
Forum: MQ2::General
Topic: Question
Replies: 2
Views: 1445

that (as is most) npc info is not broadcast

we're manipulating the data given to us ;)
by koad
Wed Mar 17, 2004 7:07 am
Forum: MQ2::Help
Topic: Compile errors: March 16 2004 18:38:07 Release
Replies: 17
Views: 5164

this is from the update that was merged from my plugin's update that i posted the other day to mq2spellsearch, that code was redone and i neglected to include the typecasting for compatibility in .net
by koad
Fri Mar 12, 2004 6:11 am
Forum: MQ2::Bug Reports
Topic: yes some MQ users live in southern hemisphere
Replies: 17
Views: 3994

if you look above in the local declares for ParseINIFile() you will see BOOL clientOverride = FALSE; in the changeover (i guess) there was no value transfer from the defines to the way this variable is locally used (__ leads for the declares) - a readable fix would be to do this, as it will properly...
by koad
Wed Mar 10, 2004 6:11 pm
Forum: MQ2::Bug Reports
Topic: Problem with MQChatWnd
Replies: 1
Views: 862

Code: Select all

/plugin mq2chat unload
mq2chat plugin pumps WriteChatColor() text to main chat win, whereas mq2chatwnd plugin pumps it to the MQ-managed chat window
by koad
Mon Feb 16, 2004 8:20 pm
Forum: MQ2::Custom UI
Topic: koad's ui elements
Replies: 0
Views: 1335

koad's ui elements

wanted to share some UI enhancements that i've found very useful. they are recycled UI elements from here and eqgui. hope they help someone out! edit: inset code was toolong/messed up in the bb coding.. so i made links! use right click Save As... group window, with self, with distance to member, and...