Page 1 of 1

Runes?

Posted: Tue Aug 25, 2015 3:51 pm
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?

Re: Runes?

Posted: Tue Aug 25, 2015 6:14 pm
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)

Re: Runes?

Posted: Wed Aug 26, 2015 4:06 am
by chromiumdj
Ohh wow! Thats a nice hint! Thank you so mutch =D