Emails are disabled - for account issues, post in #help on the NI Discord.

House Improvements
#6
I'm not a dev but what you have asked for are do-able. I can only guess at reasons why they haven't added as of yet, what they're planning to add in future etc etc however I can explain a bit about how it would potentially work.

This is just off the top of my head, it probably is wrong but it's a reasonable guess (for me anyway).

Sending a message is quite simple, from what I can tell current message system works on a database with a structure of;
messageID - Unique Key for each message.
Date - When the message was recieved.
playerID - The player who recieves this message.
Message Title - The title of the message.
Message - The content of the message.

and the php backing it works by doing a quick loop of a SQL query, something like "SELECT * FROM tblMessages WHERE playerID = '$sessionID'" - which basically takes your character ID and shoots it off to the database asking for every message with your name on it before printing them out into the lovely table we have.

With the House member login times, again, viable, when I user logs in or when a new page is entered a quick update to the database is made, "UPDATE tblPlayers SET loginTime=Date WHERE playerID='$sessionID'" and then printed out into a nice table when you click the "members" button on your House links.

tl;dr/don't care;not programmer

Both are do-able, because I said so. I have my ideas as to why they've not been added thus far but I'm not going to speculate.
[Image: GuardTennenothSig-2hat-2.png]

Add the straw hat as a usable item. I feel naked without it!
Add back Nordic armour! I have nowhere warm to sleep now!
Avatar courtesy of Tomas of Miles.
Reply


Messages In This Thread
House Improvements - by Sparhawk - 19-03-2012, 01:00 AM
Re: House Improments - by Sparhawk - 28-03-2012, 06:34 PM
Re: House Features - by freiwulf - 28-03-2012, 07:06 PM
Re: House Improvements - by Sparhawk - 29-03-2012, 12:19 AM
Re: House Improvements - by Annoying_Archer - 29-03-2012, 12:32 AM
Re: House Improvements - by Tennenoth - 29-03-2012, 10:46 AM
Re: House Improvements - by Birdtalon - 29-03-2012, 02:42 PM
Re: House Improvements - by Sparhawk - 29-03-2012, 03:37 PM
Re: House Improvements - by Birdtalon - 29-03-2012, 03:47 PM
Re: House Improvements - by Sparhawk - 29-03-2012, 04:16 PM
Re: House Improvements - by Sparhawk - 29-04-2012, 06:49 PM



Users browsing this thread: 3 Guest(s)