Item Details

Clock Card ( Clock_Card )

ID 4299 Clock Card
Clock Card Buy Price: 20 zeny Sell Price: 10 zeny Weight: 1 Slots: Not specified
Type: Card item. Sub Type: Not specified Gender: Both Locations: Armor
Attack: Not specified Magic Attack: Not specified Range: Not specified Defense: Not specified
Weapon Level: Not specified Armor Level: Not specified Min. Equip Level: Not specified Max. Equip Level: Not specified
Refineable: Not specified Gradable: Not specified Element: Neutral Classes: Not specified

Ao receber danos físicos corpo a corpo:
3% de chance de autoconjurar [Bloqueio] nv.3.
--------------------------
Ao aprender [Bloqueio] nv.10:
Autoconjura [Bloqueio] nv.10.
--------------------------
Tipo: Carta
Equipa em: Armadura
Peso: 1

Clock Card.
Otomatis skill [Guard] level 3 pada pemakainya ketika medapatkan serangan.
Jika pemakainya menguasai skill [Guard] level 10, Maka skill otomatis yang digunakanan adalah [Guard] level 10.
Jenis : Kartu
Slot : Armor
Berat : 1

Clock Card.
Automatically cast level 3
Guard on the user when
receiving Damage.
If the user has mastered
the skill at level 10, it
will cast level 10 Guard.
Clocktower Card Set
Tower Keeper Card
Punk Card
Alarm Card
Clock Card
DEF +3
MDEF +3
Class : Card
Compound on: Armor
Weight : 1

Auto cast of Guard 3 on oneself when receiving damage
If the skill is Lv. 10, it will be cast instead.
[If used with Tower Keeper, Punk, and Alarm Cards]
Def/Mdef +3
Class: Card
Slot: Armor
Weight: 1

All

Clock (0.01%) Clock Ringleader (0.05%) Furious Clock (0.05%)
Flags
Can be added to a player buying store? Yes
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? Yes
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
bonus3 bAutoSpellWhenHit,"CR_AUTOGUARD",3+7*(getskilllv("CR_AUTOGUARD") == 10),30;
Script References
bAutoSpellWhenHit Item Bonus
bAutoSpellWhenHit
Signature:
bonus5 bAutoSpellWhenHit,sk,y,n,bf,i;
Description:
Adds a n/10% chance to cast skill sk of level y when being hit by a direct attack with trigger criteria bf
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

Not specified