Renewal
.:Renewal Item Database:.
Items Listed From A-Z

Booster Armor UpgradeBox    Item ID# 100043 (Boost_Up_1)
Booster Armor Upgrade Package
Type
Delayed-Consumable
Class
n/a
Buy
n/a
Sell
n/a
Weight
0
Description
A package that can refine Booster Armors that cannot be refined normally.
Attack/Ranged/Elemental/Default Booster Set Armor can be refined up to +10.

Attack Booster Plate[1]
Attack Booster Manteau[1]
Attack Booster Graves[1]
Ranged Booster Suit[1]
Ranged Booster Manteau[1]
Ranged Booster Boots[1]
Elemental Booster Robe[1]
Elemental Booster Muffler[1]
Elemental Booster Shoes[1]
Default Booster Robe[1]
Default Booster Muffler[1]
Default Booster Shoes[1]

(This item will be deleted at the last regular inspection in December 2020.)
Item Script
{ laphine_upgrade(); },{},{}
Dropped By No Result

Booster Armor Voucher    Item ID# 1000006 (Boost_A_Ticket)
Type
Miscellaneous
Class
n/a
Buy
n/a
Sell
n/a
Weight
0
Description
Exchange ticket which can be exchanged for Booster Armor Set.
Take it to [Weapon] at Prontera (148, 282) to exchange for one of the items below:

Attack Booster Box
Ranged Booster Box
Elemental Booster Box
Default Booster Box

(The items will be deleted collectively at regular inspection on June 5, 2019.)
Item Script
{},{},{}
Dropped By No Result

Booster Axe [2]   [One Hand]   Item ID# 520000 (Boost_Axe)
Type
Weapon
Class
One-handed Axe
Buy
n/a
Sell
n/a
Weight
0
Attack
200
Required Lvl
100
Weapon Lvl
4
Slot
2
Applicable Jobs
Mechanic
Description
A special Axe prepared for your rapid growth.

Indestructible in battle

ATK +5%
For each refine level: ATK +3.
For each 15 Base Level: ATK +3. (Up to Base Level 180)

Refine Level +7:
For each Level of Weaponry Research: ATK +3.

Refine Level +9:
Increases physical damage against enemies of all sizes by 15%.

When equipped with Attack Booster Plate, Attack Booster Manteau, Attack Booster Greaves and Attack Booster Ring:
Decreases after skill cast delay of all skills by 10%.
Decreases Axe Tornado skill cooldown by 1 second.

For each 15 Base Level:
Increases damage of Axe Tornado by 1%. (Up to Base Level 180)

When using Weapon Perfection:
Increases damage of Axe Tornado by additional 20% for 60 seconds.

When equipped with Ranged Booster Suit, Ranged Booster Manteau, Ranged Booster Boots and Ranged Booster Brooch:
Decreases variable cast time of all skills by 10%.
Decreases after skill cast delay of all skills by 15%.

For each 15 Base Level:
Increases damage of Arm Cannon by 1%. (Up to Base Level 180)

When using Weapon Perfection:
Increases damage of Arm Cannon by additional 20% for 60 seconds.
Item Script
{ bonus bUnbreakableWeapon; bonus2 bAddClass,Class_All,5; .@r = getrefine(); bonus bBaseAtk,.@r*3; bonus bBaseAtk,min(BaseLevel,180)/15*3; if (.@r>=7) bonus bBaseAtk,getskilllv("BS_WEAPONRESEARCH")*3; if (.@r>=9) bonus2 bAddSize,Size_All,15; },{},{}
Dropped By No Result

Booster Book [2]   [One Hand]   Item ID# 540001 (Boost_Text)
Boosting Text
Type
Weapon
Class
Book
Buy
n/a
Sell
n/a
Weight
0
Attack
160
Required Lvl
100
Weapon Lvl
4
Slot
2
Applicable Jobs
Star Emperor
Description
A special Book prepared for your rapid growth.

ATK +5%
For each refine level: ATK +3.
For each 15 Base Level: ATK +3 (Up to Base Level 180).

Refine Level +7:
For each Level of Sprint: ASPD +1% (After attack delay -1%).

Refine Level +9: ATK +10%.

When equipped with Attack Booster Plate, Attack Booster Manteau, Attack Booster Greaves and Attack Booster Ring:
ATK +20.
Increases physical damage against enemies of all sizes by 10%.

For each 15 Base Level:
Increases damage of Full Moon Kick by 1%. (Up to Base Level 180)

When using Flash Kick:
Increases damage of Full Moon Kick by additional 20% for 60 seconds.

When equipped with Ranged Booster Suit, Ranged Booster Manteau, Ranged Booster Boots and Ranged Booster Brooch:
ATK +20, ASPD +2.

For each 15 Base Level:
Increases damage of Falling Star by 2%. (Up to Base Level 180)

When using Weapon Perfection:
Increases damage of Falling Star by additional 35% for 60 seconds.
Item Script
{ bonus2 bAddClass,Class_All,5; .@r = getrefine(); bonus bBaseAtk,.@r*3; bonus bBaseAtk,min(BaseLevel,180)/15*3; if (.@r>=7) { bonus bAspdRate,getskilllv("TK_RUN"); } if (.@r>=9) { bonus bAtkRate,10; } },{},{}
Dropped By No Result

Booster Bow [2]   [Two Handed]   Item ID# 700001 (Boost_Bow)
Type
Weapon
Class
Bow
Buy
n/a
Sell
n/a
Weight
0
Attack
160
Required Lvl
100
Weapon Lvl
4
Slot
2
Range
5
Applicable Jobs
Ranger
Description
A special bow prepared for your rapid growth.

Critical +10, MaxHP +3%.
For each refine level: ATK +3.
For each 15 Base Level: ATK +3 (Up to Base Level 180).

Refine Level +7:
For each Level of Wind Walk: ASPD +1% (After attack delay -1%).

Refine Level +9:
Increases ranged physical damage by 10%.

When equipped with Attack Booster Plate, Attack Booster Manteau, Attack Booster Greaves and Attack Booster Ring:
ASPD +2. Increases critical damage by 10%.

For each 15 Base Level:
Increases damage of Sharp Shooting by 1%. (Up to Base Level 180)

When using True Sight:
Increases damage of Sharp Shooting by additional 20% for 60 seconds.

When equipped with Ranged Booster Suit, Ranged Booster Manteau, Ranged Booster Boots and Ranged Booster Brooch:
MaxHP +10%. Decreases after skill cast delay by 15%.

For each 15 Base Level:
Increases damage of Aimed Bolt by 2%. (Up to Base Level 180)

When using True Sight:
Increases damage of Aimed Bolt by additional 35% for 60 seconds.
Item Script
{ bonus bCritical,10; bonus bMaxHPrate,3; .@r = getrefine(); bonus bBaseAtk,.@r*3; bonus bBaseAtk,min(BaseLevel,180)/15*3; if (.@r>=7) { bonus bAspdRate,getskilllv("SN_WINDWALK"); } if (.@r>=9) { bonus bLongAtkRate,10; } },{},{}
Dropped By No Result

Booster Call    Item ID# 100337 (Booster_Call)
Type
Usable Item
Class
n/a
Buy
n/a
Sell
n/a
Weight
0
Applicable Jobs
Every Job
Description
A call bell that summons boosters which grants various services to beginners.

(This item will be deleted at the last regular inspection in December 2020.)
Item Script
{ /* TODO */ },{},{}
Dropped By No Result

Booster Coin    Item ID# 1000254 (Booster_Coin)
Type
Miscellaneous
Class
n/a
Buy
n/a
Sell
n/a
Weight
0
Description
Coins that can purchase various booster products.

Promotional Item Exchange:
[Centro] at Prontera (166, 300)

Promotional Costume Enchantment:
[Yves] at Malangdo (152, 136)

Illusion Equipment (Bound) Enchantment:
[RS26-1] at p_cor (98, 136)

(This item will be deleted at the last regular inspection in December 2020.)
Item Script
{},{},{}
Dropped By No Result

Booster Costume Backpack Box    Item ID# 101459 (Booster_Back_Box)
Booster Garment Box
Type
Delayed-Consumable
Class
n/a
Buy
n/a
Sell
n/a
Weight
0
Description
A box containing a Booster Garment.
You can obtain them by selecting one of the garments below.

Costume Beginner Red Backpack
Costume Beginner Black Backpack
Costume Beginner Blue Backpack
Costume Beginner Purple Backpack
Item Script
{},{},{}
Dropped By No Result

Booster Costume Enchantment Ticket    Item ID# 25924 (Boost_C_Enchant_1)
Type
Miscellaneous
Class
n/a
Buy
n/a
Sell
n/a
Weight
0
Description
A ticket that can be used to enchant a Booster Costume.

Booster Costume Enchantment:
Can be used for Enchantment by a Booster Call or Premium Booster Call
Item Script
{},{},{}
Dropped By No Result

Booster Costume Helmet Box    Item ID# 101458 (Booster_Hat_Box)
Type
Delayed-Consumable
Class
n/a
Buy
n/a
Sell
n/a
Weight
0
Description
A box containing a Booster Costume Hat.
You can obtain it by selecting one of the following Costume Hats.

Costume Beginner Rabbit Hoodie
Costume Black Cat Hood
Costume Beginner Squirrel Ear Hat
Costume Beginner Black Moon Cat
Item Script
{},{},{}
Dropped By No Result

Booster Costume Premium Enchantment Ticket    Item ID# 1000995 (Boost_C_Enchant_2)
Type
Miscellaneous
Class
n/a
Buy
n/a
Sell
n/a
Weight
0
Description
A ticket that can enchant a Special Booster Costume.

Booster Costume Enchantment:
Can be used for Enchantment by a Booster Call or Premium Booster Call
Item Script
{},{},{}
Dropped By No Result

Booster Dagger [2]   [One Hand]   Item ID# 510001 (Boost_Dagger)
Type
Weapon
Class
Dagger
Buy
n/a
Sell
n/a
Weight
0
Attack
150 / MATK 160
Required Lvl
100
Weapon Lvl
4
Slot
2
Applicable Jobs
Shadow Chaser
Description
A special Dagger prepared for your rapid growth.

MATK +160, ATK +3%.
Increases Fire elemental magic damage by 3%.

For each refine level: ATK +2, MATK +2.

For each 15 Base Level: ATK +3, MATK +3. (Up to Base Level 180)

Refine Level +7:
For each Level of Plagiarism:
Increases Fire elemental magic damage by additional 1%.

Refine Level +9:
Increases physical and magical damage against enemies of all sizes by 10%.

When equipped with Elemental Booster Robe, Elemental Booster Muffler, Elemental Booster Shoes and Elemental Booster Earring:
MATK +20.
Increases magical damage against enemies of all sizes by 10%.

For each 15 Base Level:
Increases damage of Meteor Storm by 2%. (Up to Base Level 180)

When using Preserve:
Increases damage of Meteor Storm by additional 35% for 60 seconds.

When equipped with Attack Booster Plate, Attack Booster Manteau, Attack Booster Greaves and Attack Booster Ring:
ATK +5%.
Decreases after skill cast delay of all skills by 15%.

For each 15 Base Level:
Increases damage of Fatal Menace by 1%. (Up to Base Level 180)

When using Preserve:
Increases damage of Fatal Menace by additional 20% for 60 seconds.
Item Script
expand to view script
{ bonus2 bMagicAtkEle,Ele_Fire,3; bonus bAtkRate,3; .@r = getrefine(); if (.@r) { bonus bBaseAtk,.@r*2; bonus bMatk,.@r*2; } .@i = min(BaseLevel,180)/15*3; bonus bBaseAtk,.@i; bonus bMatk,.@i; if (.@r>=7) { bonus2 bMagicAtkEle,Ele_Fire,getskilllv("RG_PLAGIARISM"); } if (.@r>=9) { bonus2 bAddSize,Size_All,10; bonus2 bMagicAddSize,Size_All,10; } },{},{}
Dropped By No Result

« First < 6263646566676869707172 > Last »
back to top