Page 1 of 1

Gracia Final - Character Birthday

Posted: Thu Apr 30, 2009 1:24 am
by Bloodshed
L2 Has Character Birthdays now :P
First: ( i believe the announcement is 7days ahead)
Image
The Day Itself:
Image
Go to a GK:
Image
NPC Spawns:
Image
Image
(talk some more link)
Image
(recieve gift link)
Image
Image
Image

and the npc makes a salto and dives into the ground and is gone

Re: Gracia Final - Character Birthday

Posted: Thu Apr 30, 2009 6:03 pm
by JMD
Cool :lol:

Re: Gracia Final - Character Birthday

Posted: Fri May 01, 2009 11:13 am
by nonom
Thanks!

Re: Gracia Final - Character Birthday

Posted: Tue May 12, 2009 10:48 am
by GodKratos
You can actually type /mybirthday in game to see when your characters creation date is.

Re: Gracia Final - Character Birthday

Posted: Tue Jun 16, 2009 4:25 pm
by wiimo
i have new version os l2j gracia and talk this its not implement i need to try 126 .

Re: Gracia Final - Character Birthday

Posted: Tue Jun 16, 2009 5:16 pm
by toastgodsupreme
You will need a logical way to assign a "birth date" to characters created prior to this.

Elektra mentioned one method using onlinetime as a base, and for every x hours, turn that into one day of that character being old.

Re: Gracia Final - Character Birthday

Posted: Wed Jun 17, 2009 7:30 am
by Gnacik
toastgodsupreme wrote:Elektra mentioned one method using onlinetime as a base, and for every x hours, turn that into one day of that character being old.
MyBirthday its a date when you create character. It works with 'normal' date-time, not ingame.

Re: Gracia Final - Character Birthday

Posted: Wed Jun 17, 2009 7:55 am
by janiii
gnat wrote:MyBirthday its a date when you create character. It works with 'normal' date-time, not ingame.
he meant that as a method for existing characters, that have no creation date assigned on running servers now. as online time he means the spent time of the char playing, not the time of the game. :) so e.g. the char was 1452 hours online, so he would assume that 4 hours per day, so "now() - (1452/4)days" = birth date of character.

Re: Gracia Final - Character Birthday

Posted: Wed Jun 17, 2009 8:56 am
by Gnacik
uhm. sry my fault. i didn't understand correctly :oops:

Re: Gracia Final - Character Birthday

Posted: Wed Apr 14, 2010 1:35 pm
by airyina
Sorry to bump a really old thread but this is the only thread I could see about this. Does anyone know where the "creation time" is actually stored? I want to look up other's char creation dates, and I need to know where it is stored. I couldn't find it anywhere in the database. Thanks!

Re: Gracia Final - Character Birthday

Posted: Wed Apr 14, 2010 1:41 pm
by lion
characters.sql `createTime`

Re: Gracia Final - Character Birthday

Posted: Wed Apr 14, 2010 1:51 pm
by airyina
lion wrote:characters.sql `createTime`
Thanks, kinda feel dumb now cause I didn't see that before and I looked lol!