Item Details

Adaga do RWC [1] ( RWC_Memory_Knife )

ID 13092 Adaga do RWC [1]
Adaga do RWC [1] Preço de Compra: 20 zeny Preço de Venda: 10 zeny Peso: 65 Slots: 1
Tipo: Arma Subtipo: Adaga Gênero: Ambos Localizações: Arma
Ataque: 50 Ataque Mágico: Não especificado Alcance: 1 Defesa: Não especificado
Nível da Arma: 3 Nível da Armadura: Não especificado Nível Mín. de Equipamento: 1 Nível Máx. de Equipamento: Não especificado
Refinável: 1 Graduável: Não especificado Elemento: Neutro Classes: Não especificado

Uma adaga dourada criada para saudar os Guerreiros do Ragnarök World Championship. O Logo do RWC foi entalhado em sua lâmina.
A cada 3 refinos:
ATQ e ATQM +20.
Refino +6 ou mais:
Dano físico e mágico contra todas as raças +5%.
Refino +9 ou mais:
Dano físico e mágico contra todas as raças +5% adicional.
Ao realizar ataques físicos, 0,1% de chance de autoconjurar [Manejo Perfeito] nv. 1.
Conjunto
[Anel do RWC]
A cada refino da adaga:
ATQ +10.
Conjunto
[Colar do RWC]
A cada refino da adaga:
ATQM +10.
Tipo: Adaga
Ataque: 50
Peso: 65
Nível da arma: 3
Nível necessário: 1
Classes: Aprendizes, Superaprendizes, Espadachins, Magos, Arqueiros, Mercadores, Gatunos, Espiritualistas, Ninjas e evoluções

Gold knife untuk merayakan 'RWC 2012'. Berukirkan Logo RWC.
ATK, MATK + 20 Meningkat setiap 3 tingkat tempa.
Ketika Level refine diatas 6, Kekuatan serangan akan meningkat sebanyak 5 % untuk semua monster.
Ketika Level refine diatas 9, Kekuatan serangan akan meningkat sebanyak 5% untuk semua monster.
Autocast Lv 1 [Weapon Perfection] ketika melakukan serangan fisik dengan kesempatan kecil.
Ketika digunakan bersama RWC Memorial ring, ATK + 10 setiap tingkat tempa senjata.
Ketika digunakan bersama RWC Memorial pendant, MATK + 10 setiap tingkat tempa senjata.
untuk karakter yang mengunakan dua senjata seperti assassin, efek yang akan di terima jika pisau ini dikenakan ditangan kanan karakter.
Jenis : Dagger Serangan : 50
Berat : 65
Level Senjata : 3
Level Persyaratan. : 1
Untuk Profesi : Novice/Swordman/Magician/Archer/Merchant/Thief/Soul Linker/Ninja

A dagger richly decorated with gold throughout the handle created for the 2012 RWC (Ragnarok World Championship).
Class: Dagger
Attack: 50
Weight: 65
Weapon Level: 3
Requires Level: 1
Usable By: Novice Jobs, Swordman Jobs, Merchant Jobs, Thief Jobs, Mage Jobs, Archer Jobs, Soul Linker, Ninja Jobs
ATK +20 and MATK +20 per 3 upgrade levels of RWC Memory Knife [1].
If upgrade level is +6 or higher, ATK + 5% and MATK + 5%.

If upgrade level is +9 or higher, ATK + 5% and MATK + 5%.
Adds a low chance of casting Level 1 Weapon Perfection on the user when performing a physical attack.
Set Bonus
RWC Memory Knife [1]
RWC 2012 Ring
+10 ATK per upgrade level of RWC Memory Knife [1].

Set Bonus
RWC Memory Knife [1]
RWC 2012 Pendant
+10 MATK per upgrade level of RWC Memory Knife [1].

These set bonuses do not work with the card-slotted RWC accessories.

A dagger richly decorated with gold throughout the handle created for the 2012 RWC (Ragnarok World Championship)
Increases Atk and Matk power +20 for every three refine levels
If refined to +6 or higher, Increases Atk and Matk damage to all monsters.
If refined to +9 or higher, additional Atk and Matk increase damage to all monsters and has a low chance of auto-casting lvl 1 Weapon Perfection
Set Bonus
If equipped with RWC 2012 Ring grants +10 Atk for every upgrade level
If equipped with RWC 2012 Pendant grants +10 MAtk for every upgrade level
These set bonuses do not work with the card-slotted RWC accessories
Type: Dagger
Attack: 50
Weight: 65
Weapon Level: 3
Required Level: 1
Jobs: All except Acolyte Class

Não especificado

Flags
Pode entrar em loja de player? Não
Invoca monstro? Não
Faz parte de um contêiner? Não
Tem pilha única? Não
Vincula ao equipar? Não
Anuncia o drop? Não
É consumido ao usar? Sim
Tem efeito ao cair no chão? Não
Empilhamento
Não especificado
Uso
Não especificado
Comércio
Substituir Não especificado
Pode ser descartado? Não
Pode ser trocado? Sim
Pode ser trocado com o parceiro? Sim
Pode ser vendido para NPC? Sim
Pode ser colocado no carrinho? Sim
Pode ser colocado no armazém? Sim
Pode ser colocado no armazém da guilda? Sim
Pode ser enviado por correio? Sim
Pode ser leiloado? Sim
Atraso
Não especificado
.@r = getrefine();
bonus bBaseAtk,20*(.@r/3);
bonus bMatk,20*(.@r/3);
if (.@r>=9) {
   .@i = 1;
   bonus4 bAutoSpell,"BS_WEAPONPERFECT",1,10,0;
}
if (.@r>=6) {
   .@rate = 5*(.@i+1);
   bonus2 bAddRace,RC_All,.@rate;
   bonus2 bMagicAddRace,RC_All,.@rate;
}
Referências do Script
getrefine Comando
getrefine
Assinatura:
getrefine()
Descrição:
function is called. This function is intended for use in item scripts.
bBaseAtk Bônus de Item
bBaseAtk
Assinatura:
bonus bBaseAtk,n;
Descrição:
Basic attack power + n
bMatk Bônus de Item
bMatk
Assinatura:
bonus bMatk,n;
Descrição:
Magical attack power + n
if Comando
if
Assinatura:
if (<condition>) <statement>;
Descrição:
Este é o comando de instrução condicional básico, e praticamente o único disponível nesta linguagem de script. A condição pode ser qualquer expressão. Todas as expressões que resultam em um valor não zero serão consideradas Verdadeiras, incluindo valores negativos. Todas as expressões que resultam em zero são falsas. Se a expressão resultar em Verdadeira, a instrução será executada. Se não for verdadeira, nada acontece e passamos para a próxima linha do script. Para mais informações sobre operadores condicionais, consulte a seção de operadores acima. armazená-lo em uma variável específica: Mais exemplos de uso do comando 'if' no mundo real: Exemplo 1: Exemplo 2: Note que os exemplos 1 e 2 têm o mesmo efeito. Exemplo 3: Exemplo 4: Exemplo 5: Veja 'strcharinfo' para uma explicação do que esta função faz. Exemplo 6: Usando condições complexas. O motor de script também suporta declarações 'if' aninhadas: Se a condição não for atendida, ele executará a ação seguinte ao 'else'. Também podemos agrupar várias ações dependendo de uma condição: Lembre-se que se você planeja fazer várias ações quando a condição for falsa, e você esquecer de usar as chaves ( { } ), a segunda ação será executada independentemente da saída da condição, a menos, é claro, que você pare a execução do script se a condição for verdadeira (ou seja, no primeiro agrupamento usando um return;, end; ou um close;) Além disso, você pode ter múltiplas condições aninhadas ou encadeadas.
Exemplo:
if (1)  mes "This will always print.";
if (0)  mes "And this will never print.";
if (5)  mes "This will also always print.";
if (-1) mes "Funny as it is, this will also print just fine.";
if (strcharinfo(0) == "Daniel Jackson") mes "It is true, you are Daniel!";
.@answer = 1;
input .@input;
if (.@input == .@answer)
close;
mes "Sorry, your answer is incorrect.";
close;
.@answer = 1;
input .@input;
if (.@input != .@answer)
mes "Sorry, your answer is incorrect.";
close;
.@count++;
mes "[Forgetful Man]";
if (.@count == 1) mes "This is the first time you have talked to me.";
if (.@count == 2) mes "This is the second time you have talked to me.";
if (.@count == 3) mes "This is the third time you have talked to me.";
if (.@count == 4) {
mes "This is the fourth time you have talked to me.";
mes "I think I am getting amnesia, I have forgotten about you...";
.@count = 0;
}
close;
mes "[Quest Person]";
if (countitem(512) < 1) {  // 512 is the item ID for Apple, found in db/item_db.yml
mes "Can you please bring me an apple?";
close;
}
mes "Oh, you brought an Apple!";
mes "I didn't want it, I just wanted to see one.";
close;
mes "[Person Checker]";
if ($@name$ == "") {  // global variable not yet set
mes "Please tell me someones name";
next;
input $@name$;
$@name2$ = strcharinfo(0);
mes "[Person Checker]";
mes "Thank you.";
close;
}
if ($@name$ == strcharinfo(0)) {  // player name matches $@name$
mes "You are the person that " + $@name2$ + " just mentioned.";
mes "Nice to meet you!";
// reset the global variables
$@name$ = "";
$@name2$ = "";
close;
}
mes "You are not the person that " + $name2$ + " mentioned.";
close;
mes "[Multiple Checks]";
if (@queststarted == 1 && countitem(512) >= 5) {
mes "Well done, you have started the quest and brought me 5 Apples.";
@queststarted = 0;
delitem 512,5;
close;
}
mes "Please bring me 5 apples.";
@queststarted = 1;
close;
if (<condition>)
dothis;
else
dothat;
if (<condition>) {
dothis1;
dothis2;
} else {
dothat1;
dothat2;
dothat3;
}
if (<condition 1>)
dothis;
else if (<condition 2>) {
dothat;
end;
} else
dothis;
bAutoSpell Bônus de Item
bAutoSpell
Assinatura:
bonus5 bAutoSpell,sk,y,n,bf,i;
Descrição:
Adds a n/10% chance to cast skill sk of level y when attacking with trigger criteria bf
bAddRace Bônus de Item
bAddRace
Assinatura:
bonus2 bAddRace,r,x;
Descrição:
+x% physical damage against race r
bMagicAddRace Bônus de Item
bMagicAddRace
Assinatura:
bonus2 bMagicAddRace,r,x;
Descrição:
+x% magical damage against race r
Não especificado
Referências do Script

Nenhuma referência documentada foi detectada neste script.

Não especificado
Referências do Script

Nenhuma referência documentada foi detectada neste script.

Não especificado

Não especificado

Não especificado

Não especificado

Não especificado

Refino Grupo Nível do Item Refinável Nível da Arma Nível da Armadura Detalhes
Refino Arma 3 Sim 3 Não especificado Detalhes

Não especificado