|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
||||
|
||||
|
Arena desktop client
I've updated the program I wrote that hooks in to the devshed arena. Here's a few of the changes:
1) Added a monster battle screen. You can now fight monsters from within the program. It shows the history in reverse order from on the web (yay). I need some theif/cleric/magic user types to help test it out. I also have some trouble getting the icon transparency to look right, but I'll figure that out soon. 2) It will now pull icons correctly for female characters ![]() 3) Fixed a bug resulting from the change allowing us to fight any monster. 4) Fixed a bug with the Heal button. It still doesn't quite work, because it will do exactly the same incorrect heal that the heal page in the arena will do. 5) Fixed a couple bugs in and updated the Item shop. 6) Added a disk cache for images and certain other files, so you only have to download them once. 7) Moved most of the HTML parsing constants into an ini file. 8) Save your entered captcha, so you don't have to enter a new one to start the next battle. Enjoy! [edit] I changed the attachment. It's reposted in a reply below.
__________________
Primary Forums: .Net Development, MS-SQL, C Programming VB.Net: It's not your father's Visual Basic. [Moving to ASP.Net] | [.Net Dos and Don't for VB6 Programmers] Last edited by f'lar : February 14th, 2007 at 04:39 PM. |
|
#2
|
||||
|
||||
|
how about a mac client eh?
|
|
#3
|
||||
|
||||
|
Write your own!
I provided source code, so it shouldn't be too hard ![]() |
|
#4
|
||||
|
||||
|
how many users here would be interested in a mac client? it seems like i'm the only mac user here.
|
|
#5
|
||||
|
||||
|
Arg, I can't get it to run
Runtime errors....
__________________
Warning, the post above may contain extreme sarcasm, crude language, and code that may confuse amateurs and professionals. Helpful stuff: Google your question first | Read the rules | How to ask a question Sites: Philosophorum: "where even the trolls are smart" | How to become a coding Guru "A bad plan is one carved in stone" -- Publilius Syrus |
|
#6
|
||||
|
||||
|
Maybe it needs the .NET framework.
|
|
#7
|
||||
|
||||
|
Quote:
Could you be more specific? |
|
#9
|
||||
|
||||
|
Try the debug exe rather than the release exe. I just realized that I hadn't built the release version yet. Updating now...
|
|
#10
|
||||
|
||||
|
Do you have .NET v2 installed? That's what it's telling me I need to install.
|
|
#12
|
||||
|
||||
|
Updated file with release build.
|