Item Details

Grape ( Grape )

ID 514 Grape
Grape Buy Price: 200 zeny Sell Price: 100 zeny Weight: 2 Slots: Not specified
Type: Healing 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

Fruta com uma doce casca comestível.
Dê um clique duplo no item para usar.
--------------------------
Recupera cerca de 10 a 15 de SP.
--------------------------
Peso: 2

Buah yang kulitnya halus yang tumbuh bersamaan di ladang anggur yang bisa dimakan dan difermentasi untuk menjadi arak. Memberikan sedikit SP.
_
Berat : 2

Clustered berries with smooth skin that can be fermented to make wine.
Class: Recovery
Weight: 2
Restores 10 to 15 SP.

Clustered berries with smooth skin that can be fermented to make wine.
-------------
Restores 10 to 15 SP.
-------------
Weight: 2

All

Familiar (0.50%) Poporing (2.00%) Blue Plant (5.00%) Marse (1.50%)
Matyr (1.00%) Savage (1.50%) Savage (0.75%) Nereid (1.25%)
Goblin Archer (1.50%) Gullinbursti (1.45%) Strange Mouse (0.50%) Deep Sea Marse (1.50%)
Solid Savage (7.50%) Savage Ringleader (7.50%) Poporing Ringleader (10.00%) Furious Poporing (10.00%)
Elusive Poporing (10.00%) Elusive Familiar (2.50%) Poporing (2.00%) Enriched Poporing (2.00%)
Violet Pitaya (1.50%) Violet Pitaya (3.00%)
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? No
Stacking
Not specified
Usage
Override Not specified
Can be used while sitting? Yes
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
itemheal 0,rand(10,15);
Script References
itemheal Command
itemheal
Signature:
itemheal <hp>,<sp>{,<char_id>};
Description:
This command heals relative amounts of HP and/or SP on the invoking character. Unlike heal, this command is intended for use in item scripts. It applies potion-related bonuses, such as alchemist ranking, cards, and status changes. When used inside an NPC script, certain bonuses are omitted. The command also applies a SP/VIT-related bonus: Example:
Example:
heal = heal * [(100 + STATUS*2) / 100]
// If the player has 50 vit and no bonuses, this will heal
// anything from 200 to 300 HP and 5 SP
itemheal rand(100,150),5;
rand Command
rand
Signature:
rand(<number>{,<number>});
Description:
This function returns a number ... (if you specify one) ... randomly positioned between 0 and the number you specify -1. (if you specify two) ... randomly positioned between the two numbers you specify. rand(10) would result in 0,1,2,3,4,5,6,7,8 or 9 rand(0,9) would result in 0,1,2,3,4,5,6,7,8 or 9 rand(2,5) would result in 2,3,4 or 5
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