How can I help

A forum for the general posts relating to MacroQuest. *DEPRECATED: This forum is no longer in public use, but remains here for your reading pleasure. Enjoy

Moderator: MacroQuest Developers

compuboy
a ghoul
a ghoul
Posts: 108
Joined: Thu Apr 24, 2003 8:19 am
Location: Good Question, if anyone finds out, let me know

How can I help

Post by compuboy » Sun Apr 27, 2003 6:22 pm

I am EXTREMELY new to C++ but i learn fast, what i know so far makes sence and i can write a little bit.

I was wondering what type of tedious work needs to be done (ie. text parsers) in order to get this stinking /click thing working. I would be glad to help in any way, as this program is helping me immensely.

Mckorr
Developer
Developer
Posts: 2326
Joined: Fri Oct 18, 2002 1:16 pm
Location: Texas

Post by Mckorr » Sun Apr 27, 2003 8:09 pm

Parse the locations for me. It needs to take one input ("destroy", "auto", "head", "inventory1", etc.) and return two arguments, X and Y coordinates for that location.

See this thread for what I need:

http://macroquest2.com/phpBB2/viewtopic.php?t=2050

Get me that code, and about a week to integrate it (hey, I do have to work sometime), and there's a good chance /click will be fixed.

compuboy
a ghoul
a ghoul
Posts: 108
Joined: Thu Apr 24, 2003 8:19 am
Location: Good Question, if anyone finds out, let me know

Post by compuboy » Sun Apr 27, 2003 8:28 pm

Yeah I read that post to get an idea, looks like you are making progress.
I may only be able to get say the parsing assignment code down (not sure if i could make it work as a source file or header file) I will at least try to figure the searching part out, and maybe more if learn enough.
I look forward to seeing what i can accomplish.