Caduceus
Unknown Member
- Joined
- May 10, 2010
- Messages
- 321
- Solutions
- 2
- Reaction score
- 24
* First question: I am trying to add a duration to a Flash arrow, so that when the item decays it will go back to a normal arrow. However, when I set:
** Second question (solved): How can I add a text to an item? Example a scroll through.
The duration will only countdown after player logs out & back in or on restart. If the item is unequipped then re equipped, duration stops. Is there a way to resolve this? It doesn't happen to all items.<attribute key="decayTo" value="xxxx" />
<attribute key="duration" value="1200" />
<attribute key="showduration" value="1" />
** Second question (solved): How can I add a text to an item? Example a scroll through.
player:addItem(1949, 1):setText(text)
Last edited: