Item Details

Enchanted Peach Tree Card ( Live_Peach_Tree_Card )

ID 4217 Enchanted Peach Tree Card
Enchanted Peach Tree Card Buy Price: 20 zeny Sell Price: 10 zeny Weight: 1 Slots: Not specified
Type: Card item. Sub Type: Not specified Gender: Both Locations: Shield
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 realizar ataques físicos:
2% de chance de autoconjurar [Curar] nv.1.
--------------------------
Ao aprender [Curar] nv.10:
Autoconjura [Curar] nv.10.
--------------------------
Tipo: Carta
Equipa em: Escudo
Peso: 1

Live Peach Tree Card.
Menambahkan kemungkinan auto skill [Heal] level 1 pada pemakainya pada saat melakukan serangan fisik.
Jika pemakainya menguasai skill [Heal] level 10, maka auto skill yang digunakan adalah skill [Heal] level 10.
Jenis : Kartu
Slot : Shield
Berat : 1

Enchanted Peach Tree Card.
Add the chance of
auto casting level 1
Heal on the user when
doing Physical Attack.
If the user has mastered
the skill at level 10,
it will cast
level 10 Heal.
Acolyte Card Set
Rideword Card
Cookie Card
Fur Seal Card
Geographer Card
Enchanted Peach Tree Card
Vit +10
-10% Cast Time
-10% SP Consumption
Acolyte Class Bonus:
-30% damage from Undead
and Demon monsters.
+5% EXP from Demon and
Undead monsters.
Class : Card
Compound on: Shield
Weight : 1

A chance of auto casting Lv. 1 Heal on oneself after a physical attack
(If Heal is Lv. 10, it will be used instead.)
[If used with Rideword Card, Cookie Card, Fur Seal Card and Geographer Card]
Vit +10
Casting time -10%
SP Consumption -10%
Acolyte class bonus:
Damage from Undead and Demon monsters-30%
Exp from Undead and Demon monsters +5%
Class: Card
Slot: Shield
Weight: 1

All

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 bAutoSpell,"AL_HEAL",1+9*(getskilllv("AL_HEAL") == 10),20;
Script References
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
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