Item Details

Chocolate Drink ( Chocolate_Drink )

ID 573 Chocolate Drink
Chocolate Drink Buy Price: 7000 zeny Sell Price: 3500 zeny Weight: 15 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

Bebida feita de chocolate e leite quente. Muito popular nos dias frios. É costume dos habitantes de Rune-Midgard, apreciar um bom chocolate quente no inverno. Bebida muito popular entre casais.
Recupera um pouco de HP e SP.
Remove Cegueira, Alucinação, Envenenamento, Silêncio e Maldição.
Peso: 15

Cairan yang terbuat dari coklat yang ditaruh dalam wadah berbentuk hati.
Biasanya barang ini diberikan kepada seseorang yang kamu sayang atau bisa juga kamu minum sendiri.
_
Berat : 15

A royal court dessert specialist's recipe, this drink is made from a combination of chocolate and milk. Although the dessert chef wishes for people to drink this treat elegantly, it's usually gulped down and enjoyed with hands sloppily placed on the waist.
Class: Recovery
Weight: 15
Restores 330 to 410 HP.
Restores 45 to 65 SP.
Cures Blind, Chaos, Curse, Poison, Silence.

Account Bound.
A kind of drink made from chocolate and milk from one of the Royal Court Dessert Specialist's recipes. Although the Dessert Chef wishes for people to drink this treat elegantly, it's usually gulped down.
-------------
Restores 330 to 410 HP and 45 to 65 SP.
Removes all negative effects.
Weight: 15

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? 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 rand(330,410),rand(45,65);
sc_end SC_POISON;
sc_end SC_SILENCE;
sc_end SC_BLIND;
sc_end SC_CONFUSION;
sc_end SC_CURSE;
sc_end SC_Hallucination;
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