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

T-MagicBoost    Item ID# 310271 (Improve_Orb_T_MATK)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Not Available

[iRO Description]
Not Available
Item Script
{ .@r = getrefine(); bonus bMatk,50; if (.@r>=7) { .@c = 25; .@t = 3000; if (.@r>=8) { .@c = 35; .@t += 1000; } if (.@r>=9) { .@c = 50; .@t += 1000; } autobonus "{ bonus bMatk,100; }",.@c,.@t,BF_MAGIC; } },{},{}
Dropped By No Result

T-PowerBoost    Item ID# 310270 (Improve_Orb_T_ATK)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Not Available

[iRO Description]
Not Available
Item Script
{ .@r = getrefine(); bonus bBaseAtk,50; if (.@r>=7) { .@c = 35; .@t = 3000; if (.@r>=8) { .@c = 49; .@t += 1000; } if (.@r>=9) { .@c = 70; .@t += 1000; } autobonus "{ bonus bBaseAtk,100; }",.@c,.@t,BF_WEAPON; } },{},{}
Dropped By No Result

Tablet [1]   [One Hand]   Item ID# 1552 (Tablet)
Type
Weapon
Class
Book
Buy
51000z
Sell
25500z
Weight
80
Attack
125
Required Lvl
27
Weapon Lvl
3
Slot
1
Applicable Jobs
Priest
Sage
Star Gladiator
Description
A marble tablet on which the wise words of the ancients have been engraved and immortalized.
Item Script
{},{},{}
Dropped By
Obtainable FromOld Blue Box, Old Violet Box

Tae Goo Lyeon [2]   [Two Handed]   Item ID# 1181 (Tae_Goo_Lyeon)
Type
Weapon
Class
Two-handed Sword
Buy
20z
Sell
10z
Weight
200
Attack
250
Required Lvl
90
Weapon Lvl
4
Slot
2
Applicable Jobs
High Swordman
Lord Knight
Paladin
Description
This is known as the sword of a brave man from the orient.
Perfect Dodge +10.
If Job Level at least 70 (50 if 3rd jobs):
Randomly increases ATK +50 for 10 seconds when dealing physical attack.
Refine Level +9:
Reduces SP cost by 20%.
Reduces after cast delay by 20%.
Item Script
{ bonus bFlee2,10; if (JobLevel>=70 || (eaclass()&EAJL_THIRD && JobLevel>=50)) autobonus "{ bonus bBaseAtk,50; }",10,10000,BF_WEAPON,"{ specialeffect2 EF_POTION_BERSERK; }"; if (getrefine()>8) { bonus bDelayrate,-20; bonus bUseSPrate,-20; } },{},{}
Dropped By

Taecheongdan    Item ID# 12275 (Gold_Pill_2)
Type
Healing Item
Class
n/a
Buy
n/a
Sell
n/a
Weight
1
Description
A pill made from various magical medicines.
MaxSP +5%, Natural SP regeneration +10% for 1 hour.
Duration: 60 minutes
Item Script
{ sc_start2 SC_INCREASE_MAXSP,3600000,5,10; percentheal 0,10; },{},{}
Dropped By No Result

Taekwon Manual [0]   [Accessory]   Item ID# 2942 (Taekwon_Manual)
Type
Armor
Class
Accessory
Buy
n/a
Sell
n/a
Weight
10
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Novice
Supernovice
Description
A guide manual for Basic Taekwan Boy/Girl skills.
MaxSP +100
Enables use of Level 4 Mild Wind.
Enables use of Level 5 Flying Kick.
Level Limit: 12
Item Script
{ bonus bMaxSP,100; skill "TK_SEVENWIND",4; skill "TK_JUMPKICK",5; },{},{}
Dropped By No Result

Taekwon Shadow Shield [Shadow Shield]   Item ID# 24315 (S_Taekwon_Shield)
Taekwon Shield Shadow
Type
Shadow Gear
Class
Shadow Shield
Buy
10z
Sell
5z
Weight
0
Applicable Jobs
Taekwon
Star Gladiator
Soul Linker
Description
A small shield worn on the arm for additional defense. Needs a complete set to have bonus effect.

ATK +3%, MATK +3%.
For each level of Peaceful Break, ignorse Normal monster's physical defense by 3%.
For each level of Happy Break, ignorse Normal monster's magical defense by 3%.

For each refine level: Pierces Normal monster's physical and magical defense by 3%.
Refine Level +7: ATK +2%, MATK +2%.
Refine Level +9: ATK +3%, MATK +3%.

When equipped with Taekwon Shadow Weapon:
All Stats +3, MaxHP +2%, MaxSP +2%.
Reduces SP cost of all skills by 10%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; .@val = 3; if (.@r >= 7) { .@val += 2; if (.@r >= 9) { .@val += 3; } } bonus2 bIgnoreDefClassRate,Class_Normal,(3*(getskilllv("TK_HPTIME")+.@r)); bonus2 bIgnoreMdefClassRate,Class_Normal,(3*(getskilllv("TK_SPTIME")+.@r)); bonus bAtkRate,.@val; bonus bMatkRate,.@val; },{},{}
Dropped By No Result

Taekwondo Shadow Weapon [Shadow Weapon]   Item ID# 24284 (S_Taekwon_Weapon)
Taekwon Shadow Weapon
Type
Shadow Gear
Class
Shadow Weapon
Buy
n/a
Sell
n/a
Weight
0
Applicable Jobs
Taekwon
Star Gladiator
Soul Linker
Description
A glove that can draw the wearer's potential ability.
ASPD +1.
Every refine level: ATK and MATK +1%.
Refine Level +7: ASPD +1, MaxHP +1000, MaxSP +200.
Refine Level +9: ASPD +1, MaxHP +10%, MaxSP +10%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bBaseAtk,.@r; bonus bMatk,.@r; bonus bAspd,1; bonus bAtkRate,.@r; bonus bMatkRate,.@r; if (.@r>=7) { bonus bMaxHP,1000; bonus bMaxSP,200; bonus bAspd,1; } if (.@r>=9) { bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus bAspd,1; } },{},{}
Dropped By No Result

Taffy Card [Accessory]   Item ID# 4639 (Tappy_Card)
Type
Card
Class
Accessory Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Force
Description
ATK +1%
Item Script
{ bonus2 bAddClass,Class_All,1; },{},{}
Dropped By

Tail Dragon Shadow Armor [Shadow Body]   Item ID# 24603 (S_Tail_Dragon_Armor)
Type
Shadow Gear
Class
Shadow Armor
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
99
Applicable Jobs
Gunslinger
Rebellion
Description
A suit of armor worn on top of normal armor for additional defense. Needs a complete set to have bonus effect.

Increases damage against Small, Medium and Large size monsters by 5%.

For each 2 refine levels:
Increases damage against Small, Medium and Large size monsters by 1%.
Item Script
{ bonus2 bAddSize,Size_All,5+(getrefine()/2); },{},{}
Dropped By No Result

Tail Dragon Shadow Cube    Item ID# 101012 (S_Tail_Dragon_Cube)
Type
Usable Item
Class
n/a
Buy
n/a
Sell
n/a
Weight
0
Applicable Jobs
Every Job
Description
Shadow Cube for Rebellions.
All 3 types of Tail Dragon Shadow Equipments are included.

[Obtainable Items]
Tail Dragon Shadow Shield
Tail Dragon Shadow Armor
Tail Dragon Shadow Weapon
Item Script
{ getgroupitem(IG_S_Tail_Dragon_Cube); },{},{}
Dropped By No Result

Tail Dragon Shadow Shield [Shadow Shield]   Item ID# 24602 (S_Tail_Dragon_Shield)
Type
Shadow Gear
Class
Shadow Shield
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
99
Applicable Jobs
Gunslinger
Rebellion
Description
A small shield worn on the arm for additional defense. Needs a complete set to have bonus effect.

Increases damage of Dragon Tail by 5%.

For each 2 refine levels:
Increases damage of Dragon Tail by additional 2%.
Item Script
{ bonus2 bSkillAtk,"RL_D_TAIL",5+2*(getrefine()/2); },{},{}
Dropped By No Result

< 1234567891011 > Last »
back to top