


π Navigation Menu
Item Information
#1486: Glorious Lance
| Item ID | 1486 | Sellable | No |
|---|---|---|---|
| Identifier | Krieger_Twohand_Spear1 |
Cash Price | Not for sale |
| Name | Glorious Lance | Type | Armor |
| Buy Price | 20 z. | Weight | 0 |
| Sell Price | 10 z. | Weapon Level | 4 |
| Range | 3 tiles | Defense | 0 |
| Slots | 0 | Refineable | Yes |
| Attack | 220 | Min Level | 80 |
| Equip Loc | Main Hand + Off Hand | ||
| Jobs | Crusader | ||
| Gender | Both | ||
Item Scripts
Usage Script:
1 bonus2 bAddRace,RC_DemiHuman,70;
2 bonus2 bAddRace,RC_Player_Human,70;
3 bonus2 bIgnoreDefRaceRate,RC_DemiHuman,25;
4 bonus2 bIgnoreDefRaceRate,RC_Player_Human,25;
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()>8) {
13 if (BaseJob == Job_Knight)
14 bonus4 bAutoSpellOnSkill,"KN_PIERCE","NPC_CRITICALWOUND",2,200;
15 else if (BaseJob == Job_Crusader)
16 bonus3 bAutoSpell,"PA_PRESSURE",5,200;
17 }
On Equip:
None
On Unequip:
None