Rice Weevil Bug ( Rice_weevil_Bug )
| ID 11537 |
|
|||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Precio de compra: zeny | Precio de venta: 0 zeny | Peso: 1 | Ranuras: No especificado | ||||||||||||||||||||||||||||||||||||||||
| Tipo: Objeto curativo. | Subtipo: No especificado | Género: Ambos | Ubicaciones: No especificado | |||||||||||||||||||||||||||||||||||||||||
| Ataque: No especificado | Ataque mágico: No especificado | Alcance: No especificado | Defensa: No especificado | |||||||||||||||||||||||||||||||||||||||||
| Nivel de arma: No especificado | Nivel de armadura: No especificado | Nivel de Equipamiento (Mín.): No especificado | Nivel de Equipamiento (Máx.): No especificado | |||||||||||||||||||||||||||||||||||||||||
| Refinable: No especificado | Graduable: No especificado | Elemento: Neutral | Clases: No especificado | |||||||||||||||||||||||||||||||||||||||||
|
Um verme gordo foi descoberto quando o biscoito estava quase sendo comido. Ulat gemuk yang ditangkap ketika biskuitnya hampir dimakan. A chubby worm which was caught when the biscuit was almost eaten. A chubby worm which was caught when the biscuit was almost eaten. Todo No especificado
Banderas
Apilamiento
No especificado
Uso
Comercio
Retraso
No especificado
itemheal rand(100,150),0; callfunc "F_Rice_Weevil_Bug"; Referencias del Script
itemheal
Comando
itemheal
Firma:
Descripción:
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:
Ejemplo:
rand
Comando
rand
Firma:
Descripción:
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
Comando
callfunc
Firma:
Descripción:
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.
Ejemplo:
No especificado Referencias del ScriptNo se detectaron referencias documentadas en este script. No especificado Referencias del ScriptNo se detectaron referencias documentadas en este script. No especificado No especificado No especificado No especificado No especificado No especificado No especificado No especificado No especificado |
||||||||||||||||||||||||||||||||||||||||||||