Time limited items (vitamine)

This is not a Support area! Discuss about the Server here. Non-Server related discussion goes in Off-Topic Discussion.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
Gnacik
L2j Veteran
L2j Veteran
Posts: 925
Joined: Tue Dec 16, 2008 3:49 pm
Location: Wąchock ٩(̾●̮̮̃̾•̃̾)۶ Polska
Contact:

Time limited items (vitamine)

Post by Gnacik »

Lots of that stuff is in l2 client files. all vitamine items with limited time (7-30 days) are not supported by l2jserver. Maybe someone can implement that items? ;) In my opinion they are very nice and can be used for example in some events... We (admins and GMs) need some stuff to make our servers interesting for ppls.

I have some information for start ;) because i found a time-limited stick in my wh on retail :lol: Time of limit is sended in itemlist packet on last position.

Code: Select all

// Itemlist line 127// T2 time-limited items seconds leftwriteD(0x00);
Item Block from ItemList packet for Stick:

Code: Select all

00 00 42 34 8B 40 0C 34 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 80 00 00 00 00 00 00 00 00 00 00 00 FF FF FF FF FE FF 00 00 00 00 00 00 00 00 00 00 00 00 00 00 14 C2 25 00
28 days 15 hours 16 minutes

Item Block from ItemList packet for normal item (Composite Boots)

Code: Select all

01 00 90 BA 95 40 40 00 00 00 01 00 00 00 01 00 00 00 00 00 00 00 01 00 00 00 00 00 00 10 00 00 00 00 00 00 00 00 00 00 FF FF FF FF FE FF 00 00 00 00 00 00 00 00 00 00 00 00 00 00 F1 D8 FF FF 
Image

Probably i can give also information how is handled item dissapearing. (msg or something) but i must wait 28 days ;P
User avatar
gigiikun
L2j Veteran
L2j Veteran
Posts: 637
Joined: Wed Jan 24, 2007 10:00 am
Location: Hungary

Re: Time limited items (vitamine)

Post by gigiikun »

We already have a working patch(thx Kerberos), just a on small thing with it and it will be commited.
User avatar
Gnacik
L2j Veteran
L2j Veteran
Posts: 925
Joined: Tue Dec 16, 2008 3:49 pm
Location: Wąchock ٩(̾●̮̮̃̾•̃̾)۶ Polska
Contact:

Re: Time limited items (vitamine)

Post by Gnacik »

ok :)

I search forum before post for 'time limited' but found nothing and thats why i post. If is already patch for that type of items - its nice. i'm waiting.
Post Reply