Renewal
.:Renewal Item Database:.
Usable Item

LV5 Adrenaline Scroll    Item ID# 12220 (Adrenaline_Scroll)
Type
Usable Item
Class
n/a
Buy
2z
Sell
1z
Weight
1
Applicable Jobs
Every Job
Description
Scroll that has the record of using Level 5 Adrenaline Rush.
Caution - This item won't work while your character is casting a spell or skill.
Caution - If the user is not equipped with an Axe Weapon, the scroll will be gone without giving any effect.
Item Script
{ .@type = getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW); if (.@type == W_1HAXE || .@type == W_2HAXE || .@type == W_MACE) { skilleffect "BS_ADRENALINE",0; sc_start SC_ADRENALINE,150000,5; } },{},{}
Dropped By No Result

LV5 Aspersio Scroll    Item ID# 12217 (Aspersio_5_Scroll)
Type
Usable Item
Class
n/a
Buy
2z
Sell
1z
Weight
1
Applicable Jobs
Every Job
Description
Scroll that has the record of using Level 5 Aspersio.
Scroll will get damaged if there is no Holy Water.
Caution-- This item won't work while your character is casting a spell or skill.
Item Script
{ if (countitem(523)>0) { skilleffect "PR_ASPERSIO",0; sc_start SC_ASPERSIO,180000,5; delitem 523,1; } },{},{}
Dropped By No Result

LV5 Assumptio Scroll    Item ID# 12218 (Assumptio_5_Scroll)
Type
Usable Item
Class
n/a
Buy
2z
Sell
1z
Weight
1
Applicable Jobs
Every Job
Description
Scroll that has the record of using Level 5 Assumtio.
Caution-- This item won't work while your character is casting a spell or skill.
Item Script
{ sc_start SC_ASSUMPTIO,100000,5; skilleffect "HP_ASSUMPTIO",0; },{},{}
Dropped By No Result

« First < 456789
back to top