Mirage Source

Free ORPG making software.
It is currently Sat Apr 27, 2024 11:03 pm

All times are UTC


Search found 390 matches
Search these results:

Author Message

 Forum: Off-Topic   Topic: So what has everyone been up to for the last 3 years?

Posted: Tue Jun 19, 2012 3:32 am 

Replies: 38
Views: 39397


Oh wow, Mirage Source still exists? The memories I have of this place... Good to see Matt and Lea are still around, William too. I wonder where Vibe and Magnus ran off to? and Spoon, that old fart! Hmmm, I graduated university 2 years ago, married my wife 2.5 years ago, moved to Maryland two years a...

 Forum: Programming   Topic: VB6 - Basics 4 - What's the function of that sub?

Posted: Mon Jun 29, 2009 2:03 pm 

Replies: 16
Views: 12375


I demand that these tutorials be mandatory for all new members to complete!

 Forum: Help Wanted   Topic: Merrimint

 Post subject: Re: Merrimint
Posted: Wed Apr 29, 2009 12:33 am 

Replies: 271
Views: 27752


I would take it over, however I am deeply embroiled in finals week at college, and I plan on helping matt with ms.net as well. I don't think I would be able to do the project justice.

 Forum: Help Wanted   Topic: Merrimint

 Post subject: Re: Merrimint
Posted: Tue Apr 28, 2009 4:39 pm 

Replies: 271
Views: 27752


Anthony, are you planning on selling merriment, or letting one of the vets take it over so it doesn't die?

 Forum: Help Wanted   Topic: Looking for a programmer/co-owner

Posted: Sun Apr 26, 2009 3:13 pm 

Replies: 28
Views: 16379


Are the maps your own mapping work, or is did you also create the tiles?

 Forum: Mirage Source 4 (Visual Basic 6)   Topic: MirageSource.Net

 Post subject: Re: MirageSource.Net
Posted: Tue Apr 21, 2009 7:12 pm 

Replies: 58
Views: 35491


That's what I meant. I don't like doing the whole porting procedure, because I know I wouldn't be patient enough with all of the bugs preventing compiling. Let me know when it's ported enough to the .net language that it compiles, and I can go from there.

 Forum: Mirage Source 4 (Visual Basic 6)   Topic: MirageSource.Net

 Post subject: Re: MirageSource.Net
Posted: Tue Apr 21, 2009 6:36 pm 

Replies: 58
Views: 35491


I tell you what. If you and Dugor can get a server/client to compile in .net and will work enough to get a player moving on the screen, I will dump everything I am working on, including Athrandir, and support this new version, release bug fixes, tutorials, and redo Athrandir using the .net version. ...

 Forum: Show Off   Topic: My writing -modified 4/20

Posted: Tue Apr 21, 2009 2:34 am 

Replies: 20
Views: 8604


There are one or two places, especially in the first paragraph, that are a little awkward word wise, but otherwise it looks OK. The contents of the writing are rather dark and I don't personally feel that way, but it is an opinion piece. If you truly feel this way I would suggest talking to someone ...

 Forum: Show Off   Topic: My writing -modified 4/20

 Post subject: Re: My writing
Posted: Mon Apr 20, 2009 11:35 pm 

Replies: 20
Views: 8604


If it's a poem then it shouldn't be written in prose. it typically goes one sentence per line, or at least one thought per line. If it's more a philosophical musing essay, you need to split it up into 2 or more paragraphs, with each paragraph linking similar sentences under a broad topic. I'm very s...

 Forum: Show Off   Topic: My writing -modified 4/20

 Post subject: Re: My writing
Posted: Mon Apr 20, 2009 3:25 pm 

Replies: 20
Views: 8604


Wall of text crits for over 9000. Tell us what kind of writing sample this is. is it a story, a persuasive essay? it's it meant to be philosophical? I can't make much sense of the text, it needs more formatting, and and least tell us what the subject is. I'll try re-reading it once you clean it up a...

 Forum: Mirage Source 4 (Visual Basic 6)   Topic: MirageSource.Net

 Post subject: Re: MirageSource.Net
Posted: Sun Apr 19, 2009 2:28 am 

Replies: 58
Views: 35491


Biggest hurdle would be to develop the client in .net, because you'll need to redo the graphics to DX8 or higher. If the project is still going in a few weeks I'll help out.

 Forum: Visual Basic 6   Topic: VB6 Project 1 - Calculate this.

Posted: Fri Apr 17, 2009 6:48 am 

Replies: 11
Views: 8149


Ah, the one piece of error trapping I forgot. For you guys learning the source of this program, try and see how you can fix it. If you are having trouble, a solution is below: Case DIVISION If frmCalculator.txtDisplay.Text <> 0 Then frmCalculator.txtDisplay.Text = TempValue / CDbl(Val(frmCal...

 Forum: Help Wanted   Topic: looking for some codeing help

Posted: Sun Apr 12, 2009 9:14 pm 

Replies: 64
Views: 38421


before you start a cut and paste tutorial, you should make a few simple programs like hello world, etc. try downloading the calculator programs in the vb programming section. take a look at them and see how they work.

 Forum: Visual Basic 6   Topic: VB6 Project 1 - Calculate this.

Posted: Sat Apr 11, 2009 6:25 am 

Replies: 11
Views: 8149


Try it now.

 Forum: Mirage Source 4 (Visual Basic 6)   Topic: Mirage Source 4

Posted: Sat Apr 11, 2009 6:21 am 

Replies: 1591
Views: 332894


woo! welcome back DFA.

 Forum: Visual Basic 6   Topic: VB6 Project 1 - Calculate this.

Posted: Sat Apr 11, 2009 6:00 am 

Replies: 11
Views: 8149


Here's my contribution, sorry that I went overboard just a bit.

http://www.athrandironline.com/downloads/Calculator.zip

 Forum: Mirage Source 4 (Visual Basic 6)   Topic: [Improvement] Player Update

Posted: Fri Apr 10, 2009 8:31 pm 

Replies: 15
Views: 11533


you have a chance to lose the last 6 kills you made, or the last one, or any in between. I am not going to cry about not getting my last six kills. The only other way to make sure that no one loses any information is to save after every player change, which would cause alot of disk activity and ulti...

 Forum: Mirage Source 4 (Visual Basic 6)   Topic: [Improvement] Player Update

Posted: Fri Apr 10, 2009 4:08 pm 

Replies: 15
Views: 11533


first check, 1 in 6 chance
next chance 1 in 5
next 1 in 4
next 1 in 3
next 1 in 2
next 1 in 1

Eventually the player will get saved, but not every time they gain experience, and not at the same times as other players.

 Forum: Visual Basic 6   Topic: Xor Encryption

 Post subject: Re: Xor Encryption
Posted: Fri Apr 10, 2009 4:52 am 

Replies: 4
Views: 3885


I use the AES class from 3.0.7 to encrypt/decrypt. works very well imo.

 Forum: Mirage Source 4 (Visual Basic 6)   Topic: [Improvement] Player Update

Posted: Fri Apr 10, 2009 4:51 am 

Replies: 15
Views: 11533


Make it so that every time a character gains exp, check a random number against a predetermined chance to see if the character gets saved. decrease the predetermined chance every time the check fails (to prevent the server from "never" saving the player) and reset it once the character get...

 Forum: Mirage Source 4 (Visual Basic 6)   Topic: PHP Scripts. . . =(

 Post subject: Re: PHP Scripts. . . =(
Posted: Fri Apr 10, 2009 2:41 am 

Replies: 11
Views: 9502


I'm already a step ahead of you, lol.

 Forum: General   Topic: Help for my game interface

Posted: Thu Apr 09, 2009 6:09 pm 

Replies: 20
Views: 7914


This is a help request topic, moved to the appropriate forum.

 Forum: Visual Basic 6   Topic: Startup fail.

 Post subject: Re: Startup fail.
Posted: Wed Apr 08, 2009 3:54 pm 

Replies: 2
Views: 3228


It might be using the same file extensions as VB projects, go to folder options and make sure that the vb project extensions open up VB instead.

 Forum: Announcements   Topic: First Official Post

 Post subject: Re: First Official Post
Posted: Tue Apr 07, 2009 8:01 pm 

Replies: 23
Views: 18824


It only took me, what? 5 years to get mod status? :P

 Forum: Announcements   Topic: First Official Post

 Post subject: Re: First Official Post
Posted: Tue Apr 07, 2009 1:49 pm 

Replies: 23
Views: 18824


Whoo-whoo! I know you're going to do an excellent job. I've a few ideas that I presneted on the forums earlier, and I'm sure we can all work together to get this place in top shape.
Sort by:  
Page 1 of 16 [ Search found 390 matches ]


All times are UTC


Jump to:  
Powered by phpBB® Forum Software © phpBB Group