¹°°í±âÀÚ¸® ( Z_Stone_12 )
| ID 4969 |
|
|||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Preço de Compra: zeny | Preço de Venda: 0 zeny | Peso: 0 | Slots: Não especificado | ||||||||||||||||||||||||||||||||||||
| Tipo: Carta | Subtipo: Carta de Encantamento | Gênero: Ambos | Localizações: Não especificado | |||||||||||||||||||||||||||||||||||||
| Ataque: Não especificado | Ataque Mágico: Não especificado | Alcance: Não especificado | Defesa: Não especificado | |||||||||||||||||||||||||||||||||||||
| Nível da Arma: Não especificado | Nível da Armadura: Não especificado | Nível Mín. de Equipamento: Não especificado | Nível Máx. de Equipamento: Não especificado | |||||||||||||||||||||||||||||||||||||
| Refinável: Não especificado | Graduável: Não especificado | Elemento: Neutro | Classes: Não especificado | |||||||||||||||||||||||||||||||||||||
|
Terdapat kemungkinan kecil mengaktifkan buff "Burn" saat menerima damage (fisik/magic) Todos Não especificado
Flags
Empilhamento
Não especificado
Uso
Não especificado
Comércio
Atraso
Não especificado
setarray .@skills$, "AL_HEAL", "PR_SANCTUARY", "AM_POTIONPITCHER", "AB_HIGHNESSHEAL", "AB_CHEAL";
for( .@i = 0; .@i < getarraysize(.@skills$); .@i++ ) {
bonus2 bSkillHeal2,.@skills$[.@i],1;
}
/* TODO: Depending on some recovery items HP recovery amount + 1% */
Referências do Script
setarray
Comando
setarray
Assinatura:
Descrição:
This command will allow you to quickly fill up an array in one go. Check the
Kafra scripts in the distribution to see this used a lot.
First value is the index of the first element of the array to alter. For
example:
will produce:
.@array[0]=200
.@array[1]=300
.@array[2]=150
Exemplo:
for
Comando
for
Assinatura:
Descrição:
Another pretest looping structure is the 'for' statement. It is considered a
specialized form of the 'while' statement, and is usually associated with counter-
controlled loops. Here are the steps of the 'for' statement: the initialize
statement is executed first and only once. The condition test is performed.
When the condition evaluates to false, the rest of the for statement is skipped.
When the condition evaluates to true, the body of the loop is executed, then the
update statement is executed (this usually involves incrementing a variable).
Then the condition is reevaluated and the cycle continues.
Example 1:
Example 2:
Exemplo:
getarraysize
Comando
getarraysize
Assinatura:
Descrição:
This function returns highest index of the array that is filled.
counted towards this number.
For example:
This will make .@arraysize == 6. But if you try this:
.@arraysize will still equal 6, even though you've set 7 values.
Exemplo:
bSkillHeal2
Bônus de Item
bSkillHeal2
Assinatura:
Descrição:
Increases heal amount if you are healed by skill sk by n%
recovery
Comando
recovery
Assinatura:
Descrição:
This command will revive and fully restore the HP/SP of the selected characters.
It returns 1 upon successful use.
<type> is the target, and determines the <option> parameter:
0: Player -> Character ID number
1: Party -> Party ID number
2: Guild -> Guild ID number
3: Map -> Map name (a string)
4: All -> None (takes <revive_flag> as option)
If no option is specified, the invoking player's character ID, party ID, guild ID,
or map will be used.
<revive_flag> determines the action:
1: Revive and heal all players (default)
2: Heal living players only
4: Revive dead players only
<map name> can optionally be used to define a single map to execute the command on
for types 1 (party) and 2 (guild).
Examples:
Exemplo:
Não especificado Referências do ScriptNenhuma referência documentada foi detectada neste script. Não especificado Referências do ScriptNenhuma referência documentada foi detectada neste script. Não especificado Não especificado Não especificado
Não especificado Não especificado Não especificado Não especificado Não especificado |
||||||||||||||||||||||||||||||||||||||||