Cat Biscuit ( Cat_Hard_Biscuit )
| ID 11536 |
|
|||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Buy Price: zeny | Sell Price: 0 zeny | Weight: 1 | 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 | |||||||||||||||||||||||||||||||||||||||||
|
Comida que a frota da Corporação Pata de Gato comia em suas viagens. É uma bolacha dura e fácil de armazenar. Makanan yang dibawa dalam perjalanan oleh kelompok Cat Paw Merchant Association. Dikeringkan agar mudah disimpan. Food that the fleet of Cat Paw Merchant Association had in the voyage. It is a hardtack biscuit which facilitated its storage. Food that the fleet of Cat Paw Merchant Association had in the voyage. It is a hardtack biscuit which facilitated its storage. All Not specified
Flags
Stacking
Not specified
Usage
Trade
Delay
Not specified
itemheal rand(70,110),0; callfunc "F_Cat_Hard_Biscuit"; Script References
itemheal
Command
itemheal
Signature:
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:
rand
Command
rand
Signature:
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
callfunc
Command
callfunc
Signature:
Description:
This command lets you call up a function NPC. A function NPC can be called from
any script on any map server. Using the 'return' command it will come back to
the place that called it.
which will be available there with getarg() (see 'getargcallfunc' script command.
Note:
!! A user-defined function must be declared /before/ a script attempts to
!! call it. That is to say, any functions should be placed above scripts or NPCs
!! (or loaded in a separate file first) before attempting to call them directly.
Example:
Not specified Script ReferencesNo documented script references were detected. Not specified Script ReferencesNo documented script references were detected. Not specified Not specified Not specified Not specified Not specified Not specified Not specified Not specified Not specified |
||||||||||||||||||||||||||||||||||||||||||||