


π Navigation Menu
Item Information
#13416: Glorious Flamberge
| Item ID | 13416 | Sellable | No |
|---|---|---|---|
| Identifier | Krieger_Onehand_Sword1 |
Cash Price | Not for sale |
| Name | Glorious Flamberge | Type | Armor |
| Buy Price | 20 z. | Weight | 0 |
| Sell Price | 10 z. | Weapon Level | 4 |
| Range | 1 tiles | Defense | 0 |
| Slots | 0 | Refineable | Yes |
| Attack | 130 | Min Level | 80 |
| Equip Loc | Main Hand | ||
| Jobs | Alchemist | ||
| Gender | Both | ||
Item Scripts
Usage Script:
1 bonus2 bAddRace,RC_DemiHuman,75;
2 bonus2 bAddRace,RC_Player_Human,75;
3 bonus2 bIgnoreDefRaceRate,RC_DemiHuman,20;
4 bonus2 bIgnoreDefRaceRate,RC_Player_Human,20;
5 bonus bUnbreakableWeapon;
6 if (getrefine()>5) {
7 bonus2 bAddRace,RC_DemiHuman,(getrefine()-4)*(getrefine()-4);
8 bonus2 bAddRace,RC_Player_Human,(getrefine()-4)*(getrefine()-4);
9 bonus2 bIgnoreDefRaceRate,RC_DemiHuman,5;
10 bonus2 bIgnoreDefRaceRate,RC_Player_Human,5;
11 }
12 if (getrefine()>6)
13 bonus bAspdRate,5;
14 if (getrefine()>8) {
15 bonus bAspdRate,5;
16 bonus4 bAutoSpellOnSkill,"SM_BASH","NPC_CRITICALWOUND",2,200;
17 }
On Equip:
None
On Unequip:
None