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

Senior Papila Cae Card [Weapon]   Item ID# 300096 (Papila_Cae_H_Card)
Greater Papila Cae Card
Type
Card
Class
Weapon Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
Harmony
Description
When compounded on a Musical Instrument or Whip class weapon:
MATK +20

Refine Level +10:
MATK +20
Decreases variable cast time by 10%.

Refine Level +13:
MATK +20
Item Script
expand to view script
{ .@r = getrefine(); if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_MUSICAL || getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_WHIP) { bonus bMatk,20; } if (.@r>=10) { bonus bVariableCastrate,-10; bonus bMatk,20; } if (.@r>=13) { bonus bMatk,20; } },{},{}
Dropped By

Senior Papila Card [Footgear]   Item ID# 300092 (Papila_H_Card)
Greater Papila Card
Type
Card
Class
Footgear Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
of Merchant
Description
LUK +2, MaxHP +10%, MaxSP +10%.
Increases damage of Cart Revolution by 50%.
Item Script
{ bonus bLuk,2; bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus2 bSkillAtk,"MC_CARTREVOLUTION",50; },{},{}
Dropped By

Senior Papila Ruba Card [Weapon]   Item ID# 300094 (Papila_Ruba_H_Card)
Greater Papila Ruba Card
Type
Card
Class
Weapon Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
Mad Lethal
Description
When compounded on a Two-Handed Sword class weapon:
Increases critical damage by 20%.

For each 2 Refine Levels:
Increases critical damage by additional 2%.
Item Script
{ if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_2HSWORD) { bonus bCritAtkRate,20; } bonus bCritAtkRate,2*(getrefine()/2); },{},{}
Dropped By

Senior Red Pepper Card [Armor]   Item ID# 300080 (Redpepper_H_Card)
Great Red Pepper Card
Type
Card
Class
Armor Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
Dry
Description
Increases magical damage against monsters of Formless and Fish race by 50%.
Increases magical damage against Holy and Water elemental by 50%.
Item Script
{ bonus2 bMagicAddRace,RC_Fish,50; bonus2 bMagicAddRace,RC_Formless,50; bonus2 bMagicAddEle,Ele_Holy,50; bonus2 bMagicAddEle,Ele_Water,50; },{},{}
Dropped By

Senior Special Alnoldi Card [Weapon]   Item ID# 300086 (Alnoldi_Ex_H_Card)
Greater Special Alnoldi Card
Type
Card
Class
Weapon Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
Heavy Attack
Description
When compounded on a Two-Handed Sword class weapon:
Increases melee physical damage by 10%.

For each Refine Level:
Increases melee physical damage by additional 1%.

Refine Level +11:
Indestructible in battle
Item Script
{ .@r = getrefine(); if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_2HSWORD) { bonus bShortAtkRate,10; } bonus bShortAtkRate,.@r; if (.@r>=11) { bonus bUnbreakableWeapon; } },{},{}
Dropped By

Sentimental Fragment    Item ID# 22687 (Pieces_Of_Sentiment)
Type
Delayed-Consumable
Class
n/a
Buy
n/a
Sell
n/a
Weight
0.1
Required Lvl
100
Description
Unstable fragment that was came from powerful vicious mind. It can affect your feeling if you do something carelessly.
There is tendency from this fragment to return to its source if it fall too far.
Cooldown: 5 Second
Item Script
{ callfunc("F_Pieces_Of_Sentiment"); },{},{}
Dropped By
expand to view all

Sentimental Scroll    Item ID# 23440 (Sentimental_Scroll)
Type
Usable Item
Class
n/a
Buy
n/a
Sell
n/a
Weight
1
Applicable Jobs
Every Job
Description
Sentimental Scroll for limited time.
You can get one of several rare items, such as Safe to 11 Weapon Certificate, Safe to 11 Armor Certificate, Dog Officer, Hollgrehenn's Shadow Refine Hammer, Sentimental Shadow Weapon and Enchanting Shadow Weapon.
Item Script
{ getgroupitem(IG_SENTIMENTAL_SCROLL); },{},{}
Dropped By No Result

Sentimental Shadow Earring [Shadow Pendant]   Item ID# 24381 (Sentimental_Earring_S)
Type
Shadow Gear
Class
Shadow Pendant
Buy
n/a
Sell
n/a
Weight
0
Applicable Jobs
Every Job
Description
A sacred Earring which is believed to protect its wearer. It also draws the wearer's potential abilities.

MaxSP +1%, ATK +5.
Every 2 refine levels, MaxSP +5.
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bMaxSP,(.@r/2)*5; bonus bMaxSPrate,1; bonus bBaseAtk,5; },{},{}
Dropped By No Result

Sentimental Shadow Pendant [Shadow Earring]   Item ID# 24382 (Sentimental_Pendant_S)
Type
Shadow Gear
Class
Shadow Earring
Buy
n/a
Sell
n/a
Weight
0
Applicable Jobs
Every Job
Description
A sacred necklace which is believed to protect its wearer. It also draws the wearer's potential abilities.

ATK +5. Increases SP regen by 2%.
Every 3 refine levels, increases SP recovery rate by 1%.
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bSPrecovRate,2+.@r/3; bonus bBaseAtk,5; },{},{}
Dropped By No Result

Sentimental Shadow Weapon [Shadow Weapon]   Item ID# 24380 (Sentimental_Weapone_S)
Type
Shadow Gear
Class
Shadow Weapon
Buy
n/a
Sell
n/a
Weight
0
Applicable Jobs
Every Job
Description
A pair of gloves that can draw the wearer's potential ability.

MaxSP +10.
Every 2 refine levels, MaxSP +15.

[Sentimental Shadow set:
Sentimental Shadow Weapon, Sentimental Shadow Earring, Sentimental Shadow Pendant]

Has a 1% chance to restore 10 SP for 5 seconds when dealing physical attack.
If total refine level of entire set at least +15: Increases the trigger rate by 1%.
If total refine level of entire set at least +25: Increases total of restored SP by 20.
Item Script
{ .@r = getrefine(); bonus bBaseAtk,.@r; bonus bMatk,.@r; bonus bMaxSP,10+((.@r/2)*15); },{},{}
Dropped By No Result

Separate Reload Shadow Shield [Shadow Shield]   Item ID# 24746 (S_S_Reload_Shield)
Seperate Reload Shadow Shield
Type
Shadow Gear
Class
Shadow Shield
Buy
n/a
Sell
n/a
Weight
0
Applicable Jobs
Every Job
Description
A small shield worn on the arm for additional defense. Needs a complete set to have bonus effect.

For each Refine Level:
Decreases after skill cast delay by 1%.

For each 2 Refine Levels:
ASPD +3% (Decreases after attack delay by 3%).

Refine Level +9:
ATK +3%, MATK +3%.
Item Script
{ .@r = getrefine(); bonus bDelayrate,-.@r; bonus bAspdRate,3*(.@r/2); if (.@r>=9) { bonus bMatkRate,3; bonus bAtkRate,3; } },{},{}
Dropped By No Result

Seppl Hat [1]   [Upper Head]   Item ID# 18901 (Seppl_Hat)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
50
Defense
5
Required Lvl
60
Armor Lvl
1
Slot
1
Refineable
No
Applicable Jobs
Every Job
Description
A traditional hat which is often worn during folk festivals.
VIT +3, increase HP Recovery speed by 10 %.

If worn with Weisswurst, SP Recovery speed increases by 10%.
Item Script
{ bonus bVit,3; bonus bHPrecovRate,10; },{},{}
Dropped By No Result

« First < 4142434445464748495051 > Last »
back to top