Item Details

Magictool Ice [1] ( aegis_490425 )

ID 490425 Magictool Ice [1]
Magictool Ice [1] Buy Price: zeny Sell Price: 0 zeny Weight: 20 Slots: 1
Type: Armor/Garment/Boots/Headgear/Accessory item. Sub Type: Not specified Gender: Both Locations: Right_Accessory + Left_Accessory
Attack: Not specified Magic Attack: Not specified Range: Not specified Defense: Not specified
Weapon Level: Not specified Armor Level: 1 Min. Equip Level: 70 Max. Equip Level: Not specified
Refineable: Not specified Gradable: Not specified Element: Neutral Classes: Not specified

Not specified

Flags
Can be added to a player buying store? No
Summons monster? No
Is part of a container? No
Has unique stack? No
Binds on equip? No
Announces drop? No
Is consumed on use? Yes
Has drop effect? No
Stacking
Not specified
Usage
Not specified
Trade
Override Not specified
Can be dropped? Yes
Can be traded? Yes
Can be traded with partner? Yes
Can be sold to NPC? Yes
Can be placed in cart? Yes
Can be placed in storage? Yes
Can be placed in guild storage? Yes
Can be sent by mail? Yes
Can be put in auction? Yes
Delay
Not specified
bonus bDex,3;
bonus bInt,3;
bonus2 bMagicAddSize,Size_All,5;
bonus bDelayrate,-(min(JobLevel,60)/2);
bonus2 bSkillAtk,"WZ_STORMGUST",2*(BaseLevel/3);
bonus4 bAutoSpellOnSkill,"HW_MAGICCRASHER","MG_FIREBOLT",getskilllv("MG_FIREBOLT"),200;
bonus4 bAutoSpellOnSkill,"HW_MAGICCRASHER","MG_LIGHTNINGBOLT",getskilllv("MG_LIGHTNINGBOLT"),200;
bonus4 bAutoSpellOnSkill,"HW_MAGICCRASHER","MG_COLDBOLT",getskilllv("MG_COLDBOLT"),200;
bonus4 bAutoSpellOnSkill,"HW_MAGICCRASHER","MG_SOULSTRIKE",getskilllv("MG_SOULSTRIKE"),200;
Script References
bDex Item Bonus
bDex
Signature:
bonus bDex,n;
Description:
DEX + n
bInt Item Bonus
bInt
Signature:
bonus bInt,n;
Description:
INT + n
bMagicAddSize Item Bonus
bMagicAddSize
Signature:
bonus2 bMagicAddSize,s,x;
Description:
+x% magical damage against size s
bDelayrate Item Bonus
bDelayrate
Signature:
bonus bDelayrate,n;
Description:
Increases skill delay by n%
bSkillAtk Item Bonus
bSkillAtk
Signature:
bonus2 bSkillAtk,sk,n;
Description:
Increases damage of skill sk by n%
bAutoSpellOnSkill Item Bonus
bAutoSpellOnSkill
Signature:
bonus5 bAutoSpellOnSkill,sk,x,y,n,i;
Description:
Adds a n/10% chance to autospell skill x at level y when using skill sk
getskilllv Command
getskilllv
Signature:
getskilllv(<skill id>)
getskilllv("<skill name>")
Description:
character has. If they don't have the skill, 0 will be returned. The full list of character skills is available in ''. There are two main uses for this function, it can check whether the character has a skill or not, and it can tell you if the level is high enough. Example 1: Example 2:
Example:
if (getskilllv(152))
mes "You have got the skill Throw Stone";
else
mes "You don't have Throw Stone";
close;
if (getskilllv(28) >= 5)
mes "Your heal lvl is 5 or more";
else if (getskilllv(28) == 10)
mes "Your heal lvl has been maxed";
else
mes "You heal skill is below lvl 5";
close;
Not specified
Script References

No documented script references were detected.

Not specified
Script References

No documented script references were detected.

Not specified

Not specified

Not specified

Not specified

Not specified

Not specified

Refine Group Item Level Refineable Weapon Level Armor Level Details
Refine Armor 1 No Not specified 1 Details

Not specified