06-11-2007, 11:43 PM
I think this will be great. Do any of you know how to code one?
In-game Mail System
|
06-11-2007, 11:43 PM
I think this will be great. Do any of you know how to code one?
07-11-2007, 12:20 AM
I can write one, but it wont be very optimized, and everyone will make fun of me.
=(
07-11-2007, 12:39 AM
Rezeyu Wrote:I can write one, but it wont be very optimized, and everyone will make fun of me. Cause we don't already do it for absolutely no reason what so ever? Lol. A mail system would be pretty simple. Could just set it up to send to the player's name, have the server find out which account that is, save it in a folder for the account and then send it to the player when they check their in game "mail". Simple.
09-11-2007, 04:49 AM
I have the source code for vbGore that does have mail system, but it is hard to extract it into this game engine
09-11-2007, 01:29 PM
vbGORE and Mirage are far from the same. They only share in the fact that they both use VB6.
I suggest you just learn how to do it. I pretty much told you how you need to do it..
04-12-2007, 03:25 PM
i was coding an ingame gui mail system, i have the sending mail part working, thats easy its mostly the sending the views to the client thats tricky
04-12-2007, 04:14 PM
A mail System is very easy actually.
1 map attribute - has mailing and reading. Then when sending you just write it to the playername [name] with getvar/putvar. Then you could have 5 mails in each box. So it checks if: [name] Mail1=Hey Mail2=Hell0 Mail3= Mail4= Mail5= It should basicly check for a free slot in those 5 rows, if there is none. Clear them all and start from Mail1. And just use it when reading. This type takes like 10, top 15 minutes to complete.
04-12-2007, 04:18 PM
Why would you use a map attribute?
04-12-2007, 04:38 PM
Well, I thought he wanted like a post office or something. Where you go and post and also read. Are you guys talking about having it like the inventory and such? If so, just skip the attribute and save yourself 5 minutes of programming.
04-12-2007, 04:44 PM
It's like all the other games. It's just a message system. Like a PM system on forums. It gets stored and lets you know when there is a new message. Typically, there is no need to go anywhere to send a message.
04-12-2007, 04:50 PM
William Wrote:Well, I thought he wanted like a post office or something. Where you go and post and also read. Are you guys talking about having it like the inventory and such? If so, just skip the attribute and save yourself 5 minutes of programming.
04-12-2007, 04:57 PM
I read your previous post. Had I wanted to read it again, I'd have, I dunno, scrolled up and read it? No need to quote yourself.
|
« Next Oldest | Next Newest »
|