Runes?

If something doesn't fit in any other forum then post it here.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
chromiumdj
Posts: 52
Joined: Mon Jul 27, 2015 11:51 am

Runes?

Post by chromiumdj »

Hi guys! IM trying to remember something.... years ago when i played Hellbound rev , i remember about a Yellow item that if you store in inventory it give you more srt or int and so on.... so i found this

<item id="21603" type="EtcItem" name="Rune of Experience Points 30% 10-Hour Pack">

is there some item like this ...or it was a custom item =/ I cant remember the name if is Rune of xxx or Mark of xxx

anyone knows?
User avatar
volix
Posts: 106
Joined: Tue May 17, 2011 5:20 pm

Re: Runes?

Post by volix »

Items with skills:
  • EXP/SP:

    Code: Select all

    <add stat="bonusExp" val="50" />
    and

    Code: Select all

    <add stat="bonusSp" val="50" />
    EG. #22039 (Rune of Experience Points)
  • STR:

    Code: Select all

    <add stat="STR" val="2" />
    EG. #8498 (Pink Talisman - STR)
chromiumdj
Posts: 52
Joined: Mon Jul 27, 2015 11:51 am

Re: Runes?

Post by chromiumdj »

Ohh wow! Thats a nice hint! Thank you so mutch =D
Post Reply