Item Details

Underripe Yggseed ( Underripe_Yggseed )

ID 12405 Underripe Yggseed
Underripe Yggseed Buy Price: 20 zeny Sell Price: 10 zeny Weight: 5 Slots: Not specified
Type: Usable item. Sub Type: Not specified Gender: Both Locations: Not specified
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

Intransferível.
Semente da árvore Yggdrasil, a árvore que mantém o mundo unido. Esta foi abençoada por Odin.
--------------------------
Regenera 30% de HP e SP.
Ativa [Bênção] nv.5
--------------------------
Peso: 5

Biji dari buah Yggdrasil mentah. Buah siap untuk dimakan.
Mengembalikan 30% HP dan SP, dan Blessing Level 3 ke diri sendiri.
Berat : 5
Biji buah Yggdrasil mentah. Siap untuk dimakan.
Memulihkan 30% HP dan SP, dan auto Blessing Level 3 ke diri sendiri.
Berat : 5

Account Bound.
They say that at the end of time everything will perish and only the Hoddmimis Holt will remain.
And from the seeds of these trees a great forest will grow. A forest for new generations of mortals.
-------------
Restores 30% HP and SP.
Autocast[Blessing] 3 lv.
-------------
Weight: 1

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
Override Not specified
Can be used while sitting? Yes
Trade
Override Not specified
Can be dropped? No
Can be traded? No
Can be traded with partner? Yes
Can be sold to NPC? No
Can be placed in cart? No
Can be placed in storage? Yes
Can be placed in guild storage? No
Can be sent by mail? No
Can be put in auction? No
Delay
Not specified
percentheal 30,30;
skilleffect "AL_BLESSING",0;
sc_start SC_BLESSING,140000,5;
Script References
percentheal Command
percentheal
Signature:
percentheal <hp>,<sp>{,<char_id>};
Description:
This command will heal the invoking character. It heals the character, but not by a set value - it adds percent of their maximum HP/SP. you have maximum. Like 'heal', this will not call up any animations or effects.
Example:
percentheal 100,0; // This will heal 100% HP
percentheal 0,100; // This will heal 100% SP
percentheal 50,50; // This will heal 50% HP and 50% SP
skilleffect Command
skilleffect
Signature:
skilleffect <skill id>,<number>{,<game ID>};
skilleffect "<skill name>",<number>{,<game ID>};
Description:
attached character or, when defined, on any unit with the given ID. involves displaying of a number (healing or damaging). Note, that this command will not actually use the skill, it is intended for scripts, which simulate skill usage by the NPC, such as buffs, by setting appropriate status and displaying the skill's effect. This will heal the character with 2000 HP, buff it with Blessing Lv 10 and Increase AGI Lv 5, and display appropriate effects.
Example:
mes "Be blessed!";
// Heal of 2000 HP
heal 2000,0;
skilleffect 28,2000;
// Blessing Level 10
sc_start SC_BLESSING,240000,10;
skilleffect 34,0;
// Increase AGI Level 5
sc_start SC_INCREASEAGI,140000,5;
skilleffect 29,0;
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

Not specified