Item Details

AGI Reduction Potion ( Minus_Agi )

ID 22703 AGI Reduction Potion
AGI Reduction Potion Precio de compra: 10 zeny Precio de venta: 5 zeny Peso: 0 Ranuras: No especificado
Tipo: Utilizable (retardado) 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

Reseta 1 ponto de AGI, devolvendo os pontos para redistribuir novamente.
Não pode ser usada se o atributo for 1.
Peso: 0

AGI akan berkurang 1 Point, dan kembali ke status poin.
AGI tidak bisa dikurangi saat status hanya 1 .
Berat : 0

Take 1 AGI point back to Status Point.
Not able to use if AGI is 1.
Weight : 0

Account Bound.
Many people regret that they are strong in only one thing.
This potion will make you less agile, but it will improve your other quality!
-------------
Allows to convert 1 point of base AGI to free points. These points will be available for allocation again.
Has no effect if AGI is 1.
Can only be used in cities.
You can pack 5 transmutators of the same type into a box at
[Mergician]prontera,145,94,0,100,0,0
-------------
Weight: 0

Todo

No especificado

Banderas
¿Puede agregarse a una tienda de compra de jugador? No
¿Invoca un monstruo? No
¿Forma parte de un contenedor? No
¿Tiene pila única? No
¿Se vincula al equipar? No
¿Anuncia el drop? No
¿Se consume al usarlo?
¿Tiene efecto al caer? No
Apilamiento
No especificado
Uso
No especificado
Comercio
Sobrescribir No especificado
¿Puede soltarse?
¿Puede comerciarse?
¿Puede comerciarse con la pareja?
¿Puede venderse a NPC?
¿Puede colocarse en el carrito?
¿Puede colocarse en el almacén?
¿Puede colocarse en el almacén de guild?
¿Puede enviarse por correo?
¿Puede ponerse en subasta?
Retraso
No especificado
callfunc "F_CashReduceStat",bAgi,-1,22703;
Referencias del Script
callfunc Comando
callfunc
Firma:
callfunc "<function>"{,<argument>,...<argument>};
callfunc("<function>"{,<argument>,...<argument>})
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:
place,50,50,6%TAB%script%TAB%Woman%TAB%115,{
mes "[Woman]"
mes "Let's see if you win...";
callfunc "funcNPC";
mes "Well done, you have won!";
close;
}
function%TAB%script%TAB%funcNPC%TAB%{
.@win = rand(2);
if (.@win == 0)
return;
mes "Sorry, you lost.";
close;
}
place,50,50,6%TAB%script%TAB%Man%TAB%115,{
mes "[Man]"
mes "Gimme a number!";
next;
input .@number;
if (callfunc("OddFunc",.@number)) mes "It's Odd!";
close;
}
function%TAB%script%TAB%OddFunc%TAB%{
if (getarg(0)%2 == 0)
return 0;// it's even
return 1;// it's odd
}
function<tab>script<tab>SayHello<tab>{
mes "Hello " + getarg(0);
return 0;
}
place,50,50,6<tab>script<tab>Man<tab>115,{
mes "[Man]";
SayHello strcharinfo(0);
close;
}
bAgi Bono de Ítem
bAgi
Firma:
bonus bAgi,n;
Descripción:
AGI + n
No especificado
Referencias del Script

No se detectaron referencias documentadas en este script.

No especificado
Referencias del Script

No se detectaron referencias documentadas en este script.

No especificado

No especificado

No especificado

No especificado

No especificado

No especificado

No especificado

No especificado