Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

lisbakke

macrumors newbie
Original poster
Jul 29, 2005
23
0
Hey I was thinking about making an application for warcraft 3 for mac. I'm a relatively new programming, and I don't know how to program things that will interface with existing applications.

All I want to do is create an application that will send a string to warcraft 3's chat menu every given time period. How do I do something like this?
 

superbovine

macrumors 68030
Nov 7, 2003
2,872
0
lisbakke said:
Hey I was thinking about making an application for warcraft 3 for mac. I'm a relatively new programming, and I don't know how to program things that will interface with existing applications.

All I want to do is create an application that will send a string to warcraft 3's chat menu every given time period. How do I do something like this?

umm, what you asking to do will be pretty hard for a novice. there isn't api to make a plugin for warcraft III. you have to figure out if you could write software that could insert the message into the warcraft III message buffer which you would have to find in memory.
 

jim.

macrumors 6502
Dec 22, 2004
308
0
C-ville, VA
I don't know if WC3 even has an accessible API for someone wanting to program a chat application. You'd have to have a way to find out about the hidden API's, if they even exist for what you want to do. I don't even think there is scripting available within the app outside of the map design.

Is there a way to accomplish this outside of reverse engineering the executable to find the chat functions?

Jim
 

superbovine

macrumors 68030
Nov 7, 2003
2,872
0
jim. said:
I don't know if WC3 even has an accessible API for someone wanting to program a chat application. You'd have to have a way to find out about the hidden API's, if they even exist for what you want to do. I don't even think there is scripting available within the app outside of the map design.

Is there a way to accomplish this outside of reverse engineering the executable to find the chat functions?

Jim

yes.. PC verison has "trainers", it would be the same process.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.