Item Details

[Not For Sale]Frenzy Galapago ( Comp_FlyingGalapago_ROC )

ID 420139 [Not For Sale]Frenzy Galapago
[Not For Sale]Frenzy Galapago Buy Price: zeny Sell Price: 0 zeny Weight: 50 Slots: Not specified
Type: Armor/Garment/Boots/Headgear/Accessory item. Sub Type: Not specified Gender: Both Locations: Lower Headgear
Attack: Not specified Magic Attack: Not specified Range: Not specified Defense: Not specified
Weapon Level: Not specified Armor Level: 1 Min. Equip Level: 55 Max. Equip Level: Not specified
Refineable: Not specified Gradable: Not specified Element: Neutral Classes: Not specified

All

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? No
Can be traded? No
Can be traded with partner? Yes
Can be sold to NPC? Yes
Can be placed in cart? No
Can be placed in storage? No
Can be placed in guild storage? No
Can be sent by mail? No
Can be put in auction? No
Delay
Not specified
set .@bblvl,max(getskilllv("HT_BLITZBEAT"),1);
set .@luk,min(readparam(bLuk),120);
bonus bAgi,1;
bonus3 bAutoSpell,"HT_BLITZBEAT",.@bblvl,50 + (.@luk / 3) + (.@bblvl * 2);
bonus2 bSkillAtk,"HT_BLITZBEAT",40*getskilllv("HT_STEELCROW");
Script References
set Command
set
Signature:
set <variable>,<expression>{,<char_id>};
set(<variable>,<expression>{,<char id>})
Description:
This command will set a variable to the value that the expression results in. Variables may either be set through this command or directly, much like any other programming language (refer to the "Assigning variables" section). anything more advanced than just printing text into a message box. will make .@x equal 100. will compute 1+5/8+9 (which is, surprisingly, 10 - remember, all numbers are integer in this language) and make .@x equal it. Returns the variable reference (since trunk r12870).
Example:
set .@x,100;
set .@x,1+5/8+9;
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;
readparam Command
readparam
Signature:
readparam(<parameter number>{,"<character name>"})
readparam(<parameter number>{,<char_id>})
Description:
This function will return the specified stat of the invoking character, or, if a character name or character id is specified, of that player. The stat can either be a number or parameter name, defined in ''. Some example parameters: StatusPoint, BaseLevel, SkillPoint, Class, Upper, Zeny, Sex, Weight, MaxWeight, JobLevel, BaseExp, JobExp, NextBaseExp, NextJobExp, Hp, MaxHp, Sp, MaxSp, BaseJob, Karma, Manner, bVit, bDex, bAgi, bStr, bInt, bLuk, Ap, MaxAp All of these also behave as variables, but don't expect to be able to just 'set' them - some will not work for various internal reasons. Example 1: Using this particular information as a function call is not required. Typing this will return the same result: Example 2: You can also use this command to get stat values.
Example:
// Returns how many status points you haven't spent yet.
mes "Unused status points: " + readparam(9);
mes "Unused status points: " + StatusPoint;
if (readparam(bVit) > 77)
mes "Only people with over 77 Vit are reading this!";
bLuk Item Bonus
bLuk
Signature:
bonus bLuk,n;
Description:
LUK + n
bAgi Item Bonus
bAgi
Signature:
bonus bAgi,n;
Description:
AGI + n
bAutoSpell Item Bonus
bAutoSpell
Signature:
bonus5 bAutoSpell,sk,y,n,bf,i;
Description:
Adds a n/10% chance to cast skill sk of level y when attacking with trigger criteria bf
bSkillAtk Item Bonus
bSkillAtk
Signature:
bonus2 bSkillAtk,sk,n;
Description:
Increases damage of skill sk by n%
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

Not specified

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

Not specified