Giant Axe
| Item ID | 1387 | Name | Giant Axe |
|
This giant axe seems like it's impossible to pick up and wave.
_______________________ Increases damage of Cart Termination by 15%. _______________________ Base STR at least 95: HIT +10 Increases Attack Speed (decreases After Attack Delay by 3%). _______________________ Type: Two-Handed Axe Attack: 330 Weight: 400 Weapon Level: 3 Can be enchanted by: [Mayomayo]malangdo,213,167,0,100,0,0 _______________________ Requirement: Base Level 50 Transcendent Swordsman and Merchant |
|---|---|---|---|---|---|
| Weapon Level | 3 | Identifier | Giant_Axe | ||
| Attack | 330 | Type | Weapon - Two-Handed Axe | ||
| MATK | 0 | Equip Locations | Two-Handed | ||
| Defense | 0 | Equippable Jobs | Swordman, Merchant, Knight, Blacksmith, Crusader, Alchemist | ||
| Range | 1 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | Upper, Third, Third Upper, Third Baby | ||
| Weight | 400 | Min Equip Level | 50 | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus2 bSkillAtk,"WS_CARTTERMINATION",15;
if (readparam(bStr)>=95) {
bonus bHit,10;
bonus bAspdRate,3;
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus2 bSkillAtk,"WS_CARTTERMINATION",15+(getequiprefinerycnt(EQI_HAND_R))*5; |
||||
|
.@r = getequiprefinerycnt(EQI_HAND_R);
bonus2 bSubRace,RC_DemiHuman,3;
if (.@r >= 7) {
bonus2 bAddClass,Class_Boss,5;
bonus2 bSkillAtk,"WS_CARTTERMINATION",5;
}
if (.@r >= 9) {
bonus2 bAddClass,Class_Boss,10;
bonus2 bSkillAtk,"WS_CARTTERMINATION",10;
}
|
||||
|
.@r = getequiprefinerycnt(EQI_HAND_R);
bonus2 bSubRace,RC_DemiHuman,3;
if (.@r >= 7) {
bonus2 bAddClass,Class_Boss,5;
bonus2 bSkillAtk,"WS_CARTTERMINATION",5;
}
if (.@r >= 9) {
bonus2 bAddClass,Class_Boss,10;
bonus2 bSkillAtk,"WS_CARTTERMINATION",10;
}
|
||||
|
.@r = getequiprefinerycnt(EQI_SHOES);
.@b = getequiprefinerycnt(EQI_HAND_R);
if (.@r >= 7) {
bonus2 bSubRace,RC_DemiHuman,30;
if (.@b >= 7) {
bonus2 bSkillAtk,"WS_CARTTERMINATION",8;
bonus2 bAddClass,Class_Boss,20;
}
if (.@b >= 9) {
bonus2 bSkillAtk,"WS_CARTTERMINATION",12;
bonus2 bAddClass,Class_Boss,30;
}
}
|
Giant Axe Dropped By
| Monster ID | Monster Name | Chance | Can be Stolen | Monster Level | Monster Race | Monster Element | Specific Map |
|---|---|---|---|---|---|---|---|
| 2236 | Creator Flamel | 20% | Yes | 160 | Demi-Human | Level 4 Fire | |
| 3429 | Infinite Orc Hero | 0.5% | Yes | 107 | Demi-Human | Level 2 Earth | |
| 1087 | Orc Hero | 0.5% | Yes | 50 | Demi-Human | Level 2 Earth | |
| 2094 | Orc Hero | 0.5% | Yes | 50 | Demi-Human | Level 2 Earth |