Jump to content
  • 0

Question

Posted (edited)

Hello, i just start learning how to create server just for my fan and i want to know if exist this:

how to give time to dissapear to ur own item for example 1 mask.

 

What i need to change, from db weapon.sql or something else?  or from gameserver the stats?

 

Something telling me its the xml ,

 

<add val="300" order="0x40" stat='pDef'/>

<add val="300" order="0x40" stat='mDef'/>
something i need to put here any1 can help?

 

Thanks..

Edited by SonOfAnarchy

6 answers to this question

Recommended Posts

  • 0
Posted

If you are talking about "shadow item" like, then add this to your xml (depends of the pack you use)

 

 

<set name="duration" val="60" />

 

val in minutes.

  • 0
Posted (edited)

If you are talking about "shadow item" like, then add this to your xml (depends of the pack you use)

<set name="duration" val="60" />

val in minutes.

Yes i mean like shadow weapon,

thanks a lot and im using l2jfrozen.

I'll try it and i let you know, Thanks again.

Edited by SonOfAnarchy
  • 0
Posted (edited)

So, it's on sql table - weapons -> duration row :)

 

Also, you have to edit client side in order the "remaining time" will be displayed. So, while testing put low value like 1 (it's gonna disappear when you equip) or 2 (it's gonna disappear after 1min and you will get a msg about that).

Edited by SweeTs
Guest
This topic is now closed to further replies.


×
×
  • Create New...