Renewal
.:Item Database:.
Usable Item

Lucky Egg C6    Item ID# 12577 (Lucky_Egg_C6)
Fortune Egg
Type
Usable Item
Class
n/a
Buy
20z
Sell
10z
Weight
1
Applicable Jobs
Every Job
Description
A very cute, football looking scroll. Limited Edition! It feels so fancy that makes you expect something from it.
Item Script
{},{},{}
Dropped By No Result

Lucky Egg2    Item ID# 12403 (Lucky_Egg_C2)
RWC Groove Pack 2
Type
Usable Item
Class
n/a
Buy
20z
Sell
10z
Weight
1
Applicable Jobs
Every Job
Description
An egg type cute colored package. You might be able to get something.
Item Script
{},{},{}
Dropped By No Result

Lucky Rice Cake    Item ID# 12198 (Lucky_Rice_Cake)
Type
Usable Item
Class
n/a
Buy
20z
Sell
10z
Weight
10
Applicable Jobs
Every Job
Description
Biscuit mixed with the flavor of Vanilla.
LUK +21 for 20 minutes.
Item Script
{ sc_start SC_INCLUK,1200000,21; },{},{}
Dropped By No Result

Luxurious Western Food    Item ID# 14607 (Luxurious_Dinner_W)
Type
Usable Item
Class
n/a
Buy
10000z
Sell
5000z
Weight
60
Applicable Jobs
Every Job
Description
Sumptuous western food.
All Stats + 3 for 1 hour.
Item Script
{ sc_start SC_INCALLSTATUS,3600000,3; },{},{}
Dropped By No Result

LV10 Agil Scroll    Item ID# 12216 (Inc_Agi_10_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 10 Increase Agility.
Caution-- This item won't work while your character is casting a spell or skill.
This item consumes 15 HP and will be ineffective if the character has fewer than 15 HP.
Item Script
{ if(Hp>15) { skilleffect "AL_INCAGI",0; sc_start SC_INCREASEAGI,240000,10; heal -15,0; } },{},{}
Dropped By No Result

LV10 Blessing Scroll    Item ID# 12215 (Blessing_10_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 10 Blessing.
Caution-- This item won't work while your character is casting a spell or skill.
Item Script
{ skilleffect "AL_BLESSING",0; sc_start SC_BLESSING,240000,10; },{},{}
Dropped By No Result

LV10 Wind Walker Scroll    Item ID# 12219 (Wind_Walk_10_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 10 Wind Walk.
Caution-- This item won't work while your character is casting a spell or skill.
Item Script
{ skilleffect "SN_WINDWALK",0; sc_start SC_WINDWALK,250000,5; },{},{}
Dropped By No Result

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
{ set .@type,getiteminfo(getequipid(EQI_HAND_R),11); 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

< 123
back to top